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: 'MyGothic720-Lt';
    src: url('font/Gothic720BT-LightB.eot');
    src: url('font/Gothic720BT-LightB.eot?#iefix') format('embedded-opentype'),
         url('font/Gothic720BT-LightB.woff2') format('woff2'),
         url('font/Gothic720BT-LightB.woff') format('woff'),
         url('font/Gothic720BT-LightB.ttf') format('truetype'),
         url('font/Gothic720BT-LightB.svg#Gothic720BT-LightB') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MyGothic-725-BT';
    src: url('font/Gothic725BT-BoldA.eot');
    src: url('font/Gothic725BT-BoldA.eot?#iefix') format('embedded-opentype'),
         url('font/Gothic725BT-BoldA.woff2') format('woff2'),
         url('font/Gothic725BT-BoldA.woff') format('woff'),
         url('font/Gothic725BT-BoldA.ttf') format('truetype'),
         url('font/Gothic725BT-BoldA.svg#Gothic725BT-BoldA') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.goog-te-banner-frame{display:none !important;}
.goog-te-gadget-simple img{display:none !important;}
#goog-gt-tt{display:none !important;}
.goog-te-spinner-pos{display:none !important;}
.goog-te-gadget-simple img{display:none !important;}
.goog-te-gadget-simple .goog-te-menu-value span{display:none !important;}
#google_translate_element{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#google_translate_element .goog-te-gadget-simple{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border:unset;
  box-sizing:border-box;
  background-color:transparent;
}
.zoo-five{
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.trans-one{
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
}
.nav .nav-content{
	width: 100%;
  margin: 0 auto;
}
.nav .nav-content .nav-ul{
	width: 100%;
}
.nav .nav-content .nav-ul ul{
	width: 100%;
	display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.nav .nav-content .nav-ul ul li{
	position:relative;
	padding:1.2rem 2.5%;
}
.nav .nav-content .nav-ul ul .li-logo{
	padding:1.2rem 5% 1.2rem 0rem;
}
.nav .nav-content .nav-ul ul li a{
	display:block;
}
.nav .nav-content .nav-ul ul li h1{
	font-family:MyGothic-725-BT;
  font-size: 1.7rem;
  color: #272727;
  text-transform: uppercase;
  transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
}
.nav .nav-content .nav-ul ul li h1:hover{
	color:#e62129;
}
.nav .nav-content .nav-ul ul .nav-li:hover{
	cursor: pointer;
}
.nav .nav-content .nav-ul ul .li-lang{
	font-family:MyGothic-725-BT;
  font-size: 1.4rem;
  color: #272727;
  padding:0% 0% 0% 2.5%;
  text-transform: capitalize;
}
.nav .nav-content .nav-ul ul .li-lang:after{
	content:unset;
}
.nav .nav-content .nav-ul ul .li-lang .lang{
	position: relative;
  padding: 2px 8px;
  border:1px solid #272727;
  box-sizing: border-box;
}
.nav .nav-content .nav-ul .child{
	z-index:2;
	width: max-content;
	background-color: #ffffff !important;
  position: absolute;
  left:50%;
  text-align: left;
  padding: 3rem 5rem;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, -10) translate(-50%,0%);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -10) translate(-50%,0%);
  transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  box-shadow: 0px 0px 10px rgba(4,0,0,0.11);
}
.nav .nav-content .nav-ul .child .child-li{
	display: flex;
	display: -webkit-flex;
}
.nav .nav-content .nav-ul .child .child-li .nav-img:nth-child(2){
	margin:0rem 5rem;
}
.nav .nav-content .nav-ul ul .child .child-li:after{
	content:unset;
}
.nav .nav-content .nav-ul .child li{
	display: block;
  margin: 1rem;
  padding: 0rem;
}
.nav .nav-content .nav-ul .child li a{
	display:inline-block;
}
.nav .nav-content .nav-ul .child li h2{
  font-family:MyGothic-725-BT;
  font-size: 1.2rem;
  color: #272727;
}
.child-show{
	transform: matrix(1, 0, 0, 1, 0, 25)  translate(-50%,0%) !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(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
}
.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);
}
.con-btn:hover a p{
	color: #000000 !important;
	background-color:#ffffff !important;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.img-circle{
	animation: circle2 15s linear infinite;
  -webkit-animation: circle2 15s linear infinite;
  -moz-animation: circle2 15s linear infinite;
  -ms-animation: circle2 15s linear infinite;
}
.home .nav-screen{
	position: relative;
}
.line-onetrans{
	transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
}
.line-twotrans{
	opacity: 0;
}
.line-threetrans{
	transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
}
.auto-show{
	top:50% !important;
}
.load-nav{
	position: fixed;
	z-index:99999;
	top:0px;
	width:100%;
	background-color:#ffffff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.nav-top{
	margin-top:107px;
}
.home .li-home h1{
	color: #e62129 !important;
}
.all-product .li-product h1{
	color: #e62129 !important;
}
.product .li-product h1{
	color: #e62129 !important;
}
.about .li-about h1{
	color: #e62129 !important;
}
.contact .li-contact h1{
	color: #e62129 !important;
}
.cataloge .li-cata h1{
	color: #e62129 !important;
}
.home .home-screen{
	position: relative;
	width:100%;
}
.home .home-screen .slide-con{
	position: relative;	
}
.home .home-screen .slide-con .con-text{
	position: absolute;
}
.home .home-screen .slide-con .con-text h1{
	font-family: MyGothic-725-BT;
  font-size: 6.5rem;
  color: #ffffff;
  text-transform: uppercase;
}
.home .home-screen .slide-con .con-text p{
	font-family: MyGothic720-Lt;
	font-size: 1.6rem;
	color:#ffffff;
	line-height: 3rem;
	letter-spacing: 0.5px;
}
.home .home-screen .slide-one .slide-con .con-text{
	transform: translate(-50%,0%);
	top:17%;
	left:46%;
	width:98%;
	text-align: center;
}
.home .home-screen .slide-one .slide-con .con-text h1 span{
	margin-left:18%;
}
.home .home-screen .slide-two .slide-con .con-text{
	transform: translate(0%,-50%);
	top: 62%;
  left: 20%;
}
.home .home-screen .slide-two .slide-con .con-text h1{
	font-size: 7.855rem;
}
.home .home-screen .slide-two .slide-con .con-text p{
	width: 50%;
  margin: 1.5% 0% 3%;
}
.home .home-screen .slide-two .slide-con .con-text .text-line{
	width:12%;
	height:6px;
	background-color:#ffffff;
}
.home .home-screen .slide-three .slide-con .con-img{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.home .home-screen .slide-three .slide-con .con-img .show-img{
	position: relative;
	width:calc(100% / 4);
}
.home .home-screen .slide-three .slide-con .con-img .show-img .img-hide{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -webkit-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -ms-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
}
.home .home-screen .slide-three .slide-con .con-img .show-img:hover .img-hide{
	opacity: 1;
  visibility: visible;
}
.home .home-screen .slide-three .slide-con .con-text{
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width: 98%;
  text-align: center;
}
.home .home-screen .slide-three .slide-con .con-text p{
	font-size: 4.4rem;
  line-height: unset;
  text-transform: uppercase;
}
.home .home-screen .slide-three .slide-con .con-text h1{
	font-size: 4.3rem;
	margin-top: 1.5%;
  text-transform: uppercase;
}
.home .all-pro{
	position: relative;
	width:100%;
	margin:0% auto;
	max-width: 1920px;
}
.home .all-pro .pro-msg .pro-item{
	position: absolute;
	z-index: 22;
	content: "";
	transform: translate(-50%,0%);
	top: 0%;
  left: 50%;
	width: 100%;
  height: 20%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.home .all-pro .pro-msg .pro-item .item-h{
	margin:0rem 0.68rem;
}
.home .all-pro .pro-msg .pro-item .item-h h1{
	padding:13px 25px;
	font-family: MyGothic-725-BT;
	font-size: 1.43rem;
	color:#1d1d1d;
	text-transform: capitalize;
	border: 2px solid;
  border-image: linear-gradient(to left, #1d1d1d, #8a8a8a) 1;
  background-color:#ffffff;
}
.home .all-pro .pro-msg .pro-item .item-h h1:hover{
	color:#ffffff;
	background: linear-gradient(#898989 , #575757);
}
.home-h{
	color:#ffffff !important;
	background: linear-gradient(#898989 , #575757) !important;
}
.home .home-pro .pro-msg .pro-slide .swiper .swiper-slide{ 
	position: unset !important;
	padding:7% 0% 2%;
	height:auto;
}
.home .home-pro .pro-msg .pro-slide .slide-bc{
	position: absolute;
	content: "";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	background-size:100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.home .home-pro .pro-msg .pro-slide .slide-bc .bc-img{
	opacity: 0;
}
.home .home-pro .pro-msg .pro-slide .slide-one .slide-bc{
	background-image:url(../fodder/home/home-pro-bc1.jpg);
}
.home .home-pro .pro-msg .pro-slide .slide-two .slide-bc{
	background-image:url(../fodder/home/home-pro-bc2.jpg);
}
.home .home-pro .pro-msg .pro-slide .slide-three .slide-bc{
	background-image:url(../fodder/home/home-pro-bc3.jpg);
}
.home .home-pro .pro-msg .pro-slide .slide-four .slide-bc{
	background-image:url(../fodder/home/home-pro-bc4.jpg);
}
.home .home-pro .pro-msg .pro-slide .slide-five .slide-bc{
	background-image:url(../fodder/home/home-pro-bc5.jpg);
}
.home .home-pro .pro-msg .pro-slide .slide-con .slide-text{
	position: absolute;
	content: "";
	z-index: 22;
	top:90%;
	left:0%;
	width:100%;
}
.home .home-pro .pro-msg .pro-slide .slide-con .slide-text h1{
	position: relative;
	padding-left:1rem;
	font-family: MyGothic-725-BT;
	font-size: 3.8rem;
	color:#444444;
	text-transform: uppercase;
}
.home .home-pro .pro-msg .pro-slide .slide-con .slide-text h1:before{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:50%;
	right:100%;
	width:15%;
	height:1px;
	background: linear-gradient(to right, #ffffff , #000000);
}
.home .home-pro .pro-msg .pro-slide .slide-con{
	position: relative;
	width:85%;
	margin:3.5% auto 0%;
	max-width: 1480px;
}
.home .home-pro .pro-msg .pro-slide .slide-con .all-con{
	position: relative;
  z-index: 22;
	display: flex;
	display: -webkit-flex;
}
.home .home-pro .pro-msg .pro-slide .slide-con .all-con .con-pro{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.home .home-pro .pro-msg .pro-slide .slide-con .all-con .con-scene{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-one{
	width:64%;
	margin-right:3%;
}
.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-two{
	width:33%;
}
.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-one .con-scene{
	margin-top: 6.5%;
}
.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-two .con-scene{
	justify-content: flex-end;
}
.home .home-pro .pro-msg .pro-slide .slide-two .slide-con .all-con{
	flex-direction: row-reverse;
}
.home .home-pro .pro-msg .pro-slide .slide-two .slide-con .all-con .con-one{
	width:48%;
	margin-left:1%;
	display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.home .home-pro .pro-msg .pro-slide .slide-two .slide-con .all-con .con-one .con-scene{
	justify-content: flex-end;
	margin-bottom: 4.5%;
}
.home .home-pro .pro-msg .pro-slide .slide-two .slide-con .all-con .con-two{
	width:51%;
}
.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .all-con .con-one{
	width: 52%;
  margin-right: 1%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .all-con{
	align-items: flex-start;
}
.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .all-con .con-one .con-pro{
	width:80%;
	margin-top: 5%;
}
.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .all-con .con-two{
	width: 47%;
}
.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .all-con .con-two .con-scene{
	justify-content: flex-end;
}
.home .home-pro .pro-msg .pro-slide .slide-four .slide-con .all-con{
	flex-direction: row-reverse;
}
.home .home-pro .pro-msg .pro-slide .slide-four .slide-con .all-con .con-one{
	width: 62%;
	margin-top: -3%;
}
.home .home-pro .pro-msg .pro-slide .slide-four .slide-con .all-con .con-one .con-scene{
	justify-content: flex-end;
}
.home .home-pro .pro-msg .pro-slide .slide-four .slide-con .all-con .con-two{
	width: 36%;
  margin-right: 2%;
}
.home .home-pro .pro-msg .pro-slide .slide-five .slide-con .con-pro .pro-img{
	margin:0% -1%;
}
.home .home-pro .pro-msg .pro-slide .slide-five .slide-con .slide-text h1{
	padding: 15px 4rem;
  display: inline-block;
  color: #ffffff;
  background-color: #444444;
}
.home .home-pro .pro-msg .pro-slide .slide-five .slide-con .slide-text h1:before{
	width: 20%;
}
.home .home-hot{
	overflow: hidden;
}
.home .all-hot{
	position: relative;
	width:80%;
	margin:5% auto;
	max-width: 1200px;
}
.home .all-hot .hot-title{
	position: absolute;
	content:"";
	left:100%;
	top:4%;
	width:max-content;
	width:-webkit-max-content;
	writing-mode: vertical-lr;
}
.home .all-hot .hot-title h1{
	font-family: MyGothic-725-BT;
	font-size: 14.8rem;
	color:rgba(0,0,0,0.06);
	text-transform: uppercase;
}
.home .all-hot .hot-msg{
	position: relative;
	background-color:#ffffff;
}
.home .all-hot .hot-msg:before{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:200%;
	height:1px;
	background-color:#e7e7e7;
}
.home .all-hot .hot-msg .msg-con{
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.home .all-hot .hot-msg .msg-con:before{
	position: absolute;
	content:"";
	top:0%;
	left:100%;
	width:50%;
	height:1px;
	background-color:#e7e7e7;
}
.home .all-hot .hot-msg .msg-con:after{
	position: absolute;
	content:"";
	top:50%;
	left:100%;
	width:50%;
	height:1px;
	background-color:#e7e7e7;
}
.home .all-hot .hot-msg .msg-two:before{
	top:100%;
	left: -50%;
}
.home .all-hot .hot-msg .msg-two:after{
	left: -50%;
}
.home .all-hot .hot-msg .msg-con .msg-left{
	position: relative;
	z-index:22;
	width:calc(100% / 3 * 2);
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.home .all-hot .hot-msg .msg-con .msg-right{
	position: relative;
	z-index:22;
	position: relative;
	width:calc(100% / 3 * 1);
	border:1px solid #e7e7e7;
	box-sizing: border-box;
	margin: 0px 0px -1px -2px;
	background-color: #e8e8e8;
}
.home .all-hot .hot-msg .msg-con .msg-left .msg-pro{
	position: relative;
	width:calc(100% / 2);
	border:1px solid #e7e7e7;
	box-sizing: border-box;
	margin: 0px -1px -1px 0px;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-detail{
	position: relative;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-text{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	bottom: 10%;
	left:50%;
	width:98%;
	text-align: center;
}
.home .all-hot .hot-msg .msg-con .msg-right .msg-detail .msg-text{
	bottom: 7%;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-detail .msg-text .text-h h1{
	font-family: MyGothic720-Lt;
	font-size: 1.6rem;
	color:#000000;
	text-transform: uppercase;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn{
	display: inline-block;
}
.home .all-hot .hot-msg .msg-con .msg-right .msg-detail .msg-text .text-h h1{
	font-family: MyGothic-725-BT;
	margin-bottom:5%;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a{
	height:42px;
	line-height: 42px;
	padding:0px 25px;
	box-sizing: border-box;
	border:1px solid #000000;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a p{
	font-family: MyGothic720-Lt;
	font-size: 1.3rem;
	color:#000000;
	text-transform: uppercase;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-hide{
	position: absolute;
	content: "";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color:rgba(0,0,0,0.6);
	transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -webkit-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -ms-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-hide .all-hide{
	position: relative;
	width:100%;
	height:100%;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-hide .all-hide .msg-text{
	transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  bottom: unset;
}
.home .all-hot .hot-msg .msg-two{
	flex-direction: row-reverse;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-hide .all-hide .text-h h1{
	font-family: MyGothic-725-BT;
	font-size: 1.6rem;
	color:#ffffff;
	margin-bottom:5%;
	text-transform: uppercase;
}
.home .all-hot .hot-msg .msg-con .msg-pro .msg-hide .all-hide .msg-text .text-btn a{
	border:unset;
	background-color:#ffffff;
}
.home .all-hot .hot-msg .msg-two .msg-left .msg-pro{
	margin: 0px 0px -1px -1px;
}
.home .all-hot .hot-msg .msg-one .msg-right .msg-pro .msg-hide{
	background:url(../fodder/home/home-hot-JF-HW9901-1.jpg) no-repeat;
	background-size:auto 100%;
	background-position: center;
}
.home .all-hot .hot-msg .msg-two .msg-right .msg-pro .msg-hide{
	background:url(../fodder/home/home-hot-JF-HW9906HSA-1.jpg) no-repeat;
	background-size:auto 100%;
	background-position: center;
}
.home .all-hot .hot-msg .msg-con .msg-pro:hover .msg-hide{
	opacity: 1;
	visibility: visible;
}
.home .home-about{
	background:url(../fodder/home/home-about-bc.jpg) no-repeat;
	background-size:100% auto;
	background-position: 0% 20%;
}
.home .all-about{
	width:85%;
	margin:0% auto;
	max-width: 1550px;
}
.home .all-about .about-brief .about-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.home .all-about .about-brief .about-con{
	margin: 3% auto;
}
.home .all-about .about-brief .about-con .con-h h1{
	font-family: MyGothic-725-BT;
	font-size: 3.5rem;
	color:#ffffff;
	text-align: center;
	text-transform: capitalize;
}
.home .all-about .about-brief .about-con .con-p p{
	width:80%;
	margin:1.2% auto 0%;
	font-family: MyGothic720-Lt;
	font-size: 1.2rem;
	line-height: 2.5rem;
	color:#ffffff;
	text-align: center;
}
.home .all-about .about-adv{
	display: flex;
	display: -webkit-flex;
	padding:4.5% 2% 3.5%;
	border-bottom:10px solid #e30710;
	background-color:#ffffff;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
}
.home .all-about .about-adv .adv-con{
	width:calc(100% / 4);
}
.home .all-about .about-adv .adv-con .con-img{
	position: relative;
	width:188px;
	margin:0% auto;
}
.home .all-about .about-adv .adv-con .con-img .show-img{
	border:2px solid #aaaaaa;
}
.home .all-about .about-adv .adv-con .con-img .hide-img{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	opacity: 0;
	visibility: hidden;
}
.home .all-about .about-adv .adv-con .con-text h1{
	font-family: MyGothic-725-BT;
	font-size: 1.93rem;
	color:#545454;
	text-align: center;
	text-transform: uppercase;
	margin:7% 0% 3% 0%;
}
.home .all-about .about-adv .adv-con .con-text p{
	font-family: MyGothic720-Lt;
	font-weight: bold;
	font-size: 1.2rem;
	color:#545454;
	text-align: center;
	letter-spacing: 0.5px;
}
.home .all-about .about-adv .con-three .con-text h1{
	margin:6% 0% 1.5% 0%;
}
.home .all-about .about-adv .adv-con:hover{
	cursor: pointer;
}
.home .all-about .about-adv .adv-con:hover .hide-img{
	opacity: 1;
	visibility: visible;
}
.home .all-about .about-factory .factory-con{
	width:95%;
	margin:5% auto 0%;
	display: flex;
	display: -webkit-flex;
}
.home .all-about .about-factory .factory-left{
	width:37%;
	margin-right:3%;
}
.home .all-about .about-factory .factory-right{
	width:60%;
}
.home .all-about .about-factory .fac-title{
	position: relative;
	margin-top: 4%;
}
.home .all-about .about-factory .fac-title .title-h h1{
	position: relative;
	z-index:22;
	font-family: MyGothic-725-BT;
	font-size: 4.5rem;
	color:#ffffff;
	text-transform: uppercase;
}
.home .all-about .about-factory .fac-title .title-img{
	position: absolute;
	content:"";
	transform: translate(0%,-50%);
	top:50%;
	right:0%;
	width: 140%;
  max-width: 760px;
}
.home .all-about .about-factory .factory-con .con-p{
	position: relative;
  z-index: 222;
	font-family: MyGothic720-Lt;
	font-size: 1.4rem;
	color:#000000;
	line-height: 2.5rem;
	margin-top: 7%;
	background-color: #ffffff;
}
.home .all-about .about-factory .factory-con .con-p span{
	font-family: MyGothic-725-BT;
	color:#e30710;
}
.home .all-about .about-factory .fac-two{
	position: relative;
	margin: 0% auto 1%;
	flex-direction: row-reverse;
}
.home .all-about .about-factory .fac-two .factory-right{
	width: 53%;
  display: flex;
  display: -webkit-flex;
  padding: 3% 3% 0% 0%;
  background-color: #ffffff;
  margin-top:-11%;
}
.home .all-about .about-factory .fac-two .factory-left{
	width: 43%;
  margin:0% 0% 0% 1%;
}
.home .home-work{
	overflow: hidden;
}
.home .all-work .work-title h1{
	position: relative;
  z-index: 22;
	font-family: MyGothic-725-BT;
	font-size: 15.65rem;
	text-align: center;
	text-transform: uppercase;
	background-image:-webkit-linear-gradient(bottom,rgba(76,76,76,0.1),rgba(150,150,150,0.1)); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
}
.home .all-work .work-slide{
	position: relative;
	margin-top: -6.5%;
	padding:6% 0% 3.5%;
}
.home .all-work .work-slide:before{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	background:url(../fodder/home/home-work-bc.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
}
.home .all-work .work-slide .swiper{
	position: relative;
	z-index:22;
}
.home .all-work .work-slide .swiper .con-img{
	display: flex;
  display: -webkit-flex;
}
.home .all-work .work-slide .swiper .con-text{
	font-family: MyGothic720-Lt;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	color:#545454;
	margin: 2% 0% 0% 1%;
}
.same-screen{
	position: relative;
}
.same-screen .screen-con{
	position: absolute;
	content:"";
}
.all-product .same-screen .screen-con{
	transform: translate(0%,-50%);
	top:50%;
	left:50%;
}
.all-product .same-screen .screen-con .con-h h1{
	font-family: MyGothic-725-BT;
	font-size: 4.5rem;
	font-style: italic;
	color:#ffffff;
	text-transform: uppercase;
}
.all-product .same-screen .screen-con .con-p{
	width: 65%;
	font-family: MyGothic720-Lt;
	font-size: 1.05rem;
	font-style: italic;
	color:#ffffff;
	letter-spacing: 0.3px;
	line-height: 1.6rem;
	margin: 1.5% 0% 3%;
}
.all-product .same-screen .screen-con .con-btn{
	display: inline-block;
}
.all-product .same-screen .screen-con .con-btn p{
	font-family: MyGothic720-Lt;
	font-size: 1.5rem;
	font-style: italic;
	color:#000000;
	padding:8px 35px 10px;
	letter-spacing: -0.2px;
	background-color:#ffffff;
}
.all-product .allPro-msg{
	padding:6.5% 0%;
	background-color:#f8f8f8;
}
.all-product .all-msg{
	width:90%;
	margin:0% auto;
	max-width: 1750px;
	display: flex;
	display: -webkit-flex;
}
.all-product .all-msg .allPro-left{
	width:20%;
	margin-right:2%;
}
.all-product .all-msg .allPro-right{
	width:80%;
}
.all-product .all-msg .allPro-right .right-img{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.all-product .all-msg .allPro-left .allPro-title{
	position: relative;
	padding-bottom: 8%;
  margin-bottom: 15%;
}
.all-product .all-msg .allPro-left .allPro-title:before{
	position: absolute;
	content:"";
	left:0%;
	bottom:0%;
	width:30%;
	height:2px;
	background-color:#e62129 ;
}
.all-product .all-msg .allPro-left .allPro-title .title-h h1{
	font-family: MyGothic-725-BT;
	font-size: 2.2rem;
	color:#141414;
	text-transform: capitalize;
}
.all-product .all-msg .allPro-left .left-item .item-detail{
	margin:8% 0%;
}
.all-product .all-msg .allPro-left .left-item .item-title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.all-product .all-msg .allPro-left .left-item .item-title h1{
	font-family: MyGothic-725-BT;
	font-size: 1.4rem;
	color:#141414;
}
.all-product .all-msg .allPro-left .left-item .item-title .img{
	width:15px;
	margin:3px 0px 0px 8px;
	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;
}
.all-product .all-msg .allPro-left .left-item .item-detail .item-con{
	display: none;
	margin-top:4%;
}
.all-product .all-msg .allPro-left .left-item .item-detail .con-h a{
	display: inline-block;
	margin:2% 0%;
}
.all-product .all-msg .allPro-left .left-item .item-detail .con-h h2{
	font-family: MyGothic720-Lt;
	font-size: 1.4rem;
	color:#000000;
	letter-spacing: -0.2px;
}
.all-product .all-msg .allPro-left .left-item .item-detail .con-h h2:hover{
	color:#e62129;
}
.img-change{
	transform: rotate(180deg) !important;
}
.h-color{
	color:#e62129 !important;
}
.all-product .all-msg .allPro-right .right-img .img-text{
	width:calc(92.5% / 4);
	margin:0% 2.5% 5% 0%;
	padding-bottom:2%;
	box-shadow: 0px 0px 18px rgba(4,0,0,0.1);
	background-color:#ffffff;
}
.all-product .all-msg .allPro-right .right-img .img-text:nth-child(4n){
	margin:0% 0% 5% 0%;
}
.all-product .all-msg .allPro-right .right-img .img-text .text-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.all-product .all-msg .allPro-right .right-img .img-text .text-h h1{
	font-family: MyGothic720-Lt;
	font-size: 1.4rem;
	color:#000000;
	text-align: center;
}
.all-product .all-msg .allPro-right .all-page{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-top: 4%;
}
.all-product .all-msg .allPro-right .all-page .page{
	margin:0px 5px;
}
.all-product .all-msg .allPro-right .all-page .page:nth-last-child(1){
	margin-right:0px;
}
.all-product .all-msg .allPro-right .all-page .page:hover{
	cursor: pointer;
}
.all-product .all-msg .allPro-right .all-page .page h1{
	width:38px;
	height:38px;
	display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
	font-family: MyGothic-725-BT;
  font-size:1.2rem;
  color:#000000;
  border:1px solid #000000;
  box-sizing: border-box;
}
.all-product .all-msg .allPro-right .all-page .page:hover h1{
	color:#ffffff;
	background-color:#000000;
}
.page-h{
	color:#ffffff !important;
	background-color:#000000 !important;
}
.product .pro-infos .pro-info{
	width:85%;
	margin:0% auto;
	max-width: 1500px;
	padding:5% 0%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.product .pro-infos .pro-info .pro-slide{
	width:48%;
	margin-right:2%;
}
.product .pro-infos .pro-info .pro-msg{
	width:50%;
}
.product .pro-infos .pro-info .pro-slide .top-img{
	max-width: 620px;
	margin:0% auto;
	border:1px solid #9e9e9e;
}
.product .pro-infos .pro-info .pro-msg .pro-title h2{
	font-family: MyGothic-725-BT;
	font-size: 2.65rem;
	color:#e62129;
	text-transform: capitalize;
}
.product .pro-infos .pro-info .pro-msg .pro-title h1{
	font-family: MyGothic-725-BT;
	font-size: 3.8rem;
	color:#000000;
	text-transform: uppercase;
	margin: 1.5% 0% 4%;
}
.product .pro-infos .pro-info .pro-msg .msg-one{
	padding:4% 0%;
	border-top:1px solid rgba(0,0,0,0.22);
}
.product .pro-infos .pro-info .pro-msg .msg-one .con-p{
	font-family: MyGothic720-Lt;
	font-size: 1.2rem;
	color:#000000;
	line-height: 1.7rem;
	letter-spacing: -0.2px;
}
.product .pro-infos .pro-info .pro-msg .msg-two .con-img{
	display: flex;
	display: -webkit-flex;
}
.same-btn{
	display: inline-block;
	margin-top: 5%;
}
.same-btn p{
	font-family: MyGothic720-Lt;
	font-size: 1.4rem;
	color:#ffffff;
	text-transform: uppercase;
	padding:18px 50px;
	background-color: #000000;
	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 p:hover{
	background-color: #e62129;
}
.product .pro-detail{
	padding:4% 0% 5%;
	background-color:#f7f7f7;
}
.product .pro-detail .detail-title h1{
	font-family: MyGothic-725-BT;
	font-size: 4.6rem;
	color:#000000;
	text-align: center;
	text-transform: uppercase;
}
.product .pro-detail .detail-msg{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-top:3%;
}
.product .pro-detail .detail-msg .detail-img{
	margin:0% 1.5%;
}
.product .pro-oem{
	width:70%;
	margin:5% auto;
	padding:5% 12%;
	max-width: 1180px;
	background: url(../fodder/product/cc/pro-oem-bc.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
}
.product .pro-oem .all-oem{
	display: flex;
	display: -webkit-flex;
	background-color: rgba(255,255,255,0.85)
}
.product .pro-oem .all-oem .oem-left{
	width:46.5%;
	margin-right:2%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.product .pro-oem .all-oem .oem-right{
	width:52.5%;
}
.product .pro-oem .all-oem .oem-left .oem-text{
	padding:0% 0% 0% 8%;
}
.product .pro-oem .all-oem .oem-left .oem-text .oem-title h1{
	font-family: MyGothic-725-BT;
	font-size: 5.2rem;
	color:#000000;
	text-transform: uppercase;
	margin-bottom:2%;
}
.product .pro-oem .all-oem .oem-left .oem-text .oem-p{
	font-family: MyGothic720-Lt;
	font-size: 1.2rem;
	line-height: 2rem;
	color:#000000;
	letter-spacing: -0.5px;
}
.product .pro-oem .all-oem .oem-right .slide-img{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.about .same-screen .screen-con{
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:98%;
}
.about .same-screen .screen-con .con-title h1{
	font-family: MyGothic-725-BT;
	font-size: 6.35rem;
	color:#ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:2%;
}
.about .same-screen .screen-con .con-title .title-line{
	width:15%;
	height:3px;
	margin:0% auto;
	background-color:#ffffff;
}
.about .same-screen .screen-con .con-title .title-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.about .same-screen .screen-con .con-text{
	margin-top:6%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.about .same-screen .screen-con .con-text .text-p{
	padding:0.5rem 6rem;
	font-family: MyGothic-725-BT;
	font-size: 2.5rem;
	color:#ffffff;
	text-align: center;
	letter-spacing: 0.5px;
	border-right:1px solid rgba(255,255,255,0.6);
}
.about .same-screen .screen-con .con-text .text-p span{
	font-size: 3.9rem;
	color:#e62129;
}
.about .same-screen .screen-con .con-text .text-p:nth-child(1){
	padding-left:0rem;
}
.about .same-screen .screen-con .con-text .text-p:nth-last-child(1){
	padding-right:0rem;
	border-right:unset;
}
.about .about-work{
	margin:4.5% auto 0%;
}
.about .about-work .work-one .work-title .title-h h1{
	font-family: MyGothic-725-BT;
	font-size: 2.6rem;
	color:#000000;
	text-align: center;
	letter-spacing: 30px;
  text-transform: uppercase;
}
.about .about-work .work-one .work-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin:3.5% auto;
}
.about .about-work .work-one .work-msg{
	width:85%;
	margin:0% auto;
	max-width: 1380px;
	display: flex;
	display: -webkit-flex;
}
.about .about-work .work-one .work-msg .msg-left{
	width:45%;
	margin-right:2%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.about .about-work .work-one .work-msg .msg-right{
	position: relative;
	width:53%;
	margin-top: -12%;
}
.about .about-work .work-one .work-msg .msg-right:before{
	position: absolute;
	content:"";
	left:6%;
	bottom:5%;
	width:20%;
	height:2px;
	background-color:#535353;
}
.about .about-work .work-one .work-msg .msg-right .all-text{
	padding:10% 6%;
	background-color:#ffffff;
}
.about .about-work .work-msg .msg-right .all-text .text-h h1{
	font-family: MyGothic-725-BT;
	font-size: 2.2rem;
	color:#000000;
  text-transform: uppercase;
}
.about .about-work .work-msg .msg-right .all-text .text-p{
	font-family: MyGothic720-Lt;
	font-size: 1.8rem;
	line-height: 3rem;
	color:#000000;
	letter-spacing: -1px;
	margin-top: 4%;
}
.about .about-work .work-msg .msg-right .all-text .text-p span{
	font-family: MyGothic-725-BT;
}
.about .about-work .work-msg .msg-right .all-text .same-btn p{
	background-color:#737373;
}
.about .about-work .work-two{
	width:100%;
	margin:5% auto 0%;
	max-width: 1920px;
}
.about .about-work .work-two .work-msg{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-direction: row-reverse;
}
.about .about-work .work-two .work-msg .msg-left{
	width:55%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.about .about-work .work-two .work-msg .msg-right{
	width:34%;
	margin:0% 2% 0% 10%;
}
.about .about-work .work-two .work-msg .msg-right .text-h h1{
	position: relative;
  font-size: 4.5rem;
  text-transform: unset;
  width: max-content;
  letter-spacing: -1.5px;
  padding: 2rem 3rem 2rem 0rem;
  background-color: #ffffff;
}
.about .about-work .work-two .work-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.about .about-work .work-two .work-img .msg-img{
	margin:2% 1%;
}
.about .about-certifi{
	padding:4% 0% 0%;
	background:url(../fodder/home/about-certifi-bc.jpg) no-repeat;
	background-position: center;
	background-size:100% 100%;
}
.about .about-certifi .all-certifi{
	width:80%;
	margin:0% auto;
	max-width: 1550px;
}
.about .about-certifi .all-certifi .certifi-title h1{
	font-family: MyGothic-725-BT;
  font-size:4.2rem;
 	color: #000000;
  text-align: center;
  text-transform: uppercase;
	margin-bottom:4%;
}
.about .about-certifi .all-certifi .certifi-img{
	position: relative;
	width:93.3%;
	margin:0% auto;
}
.about .about-certifi .all-certifi .certifi-img .swiper{
	padding-bottom:5.5%;
}
.about .about-certifi .all-certifi .certifi-img .swiper-slide{
	width: 398px;
	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);
}
.contact .same-screen .screen-con{
	transform: translate(-50%,-50%);
	top:43%;
	left:50%;
	width:98%;
}
.contact .same-screen .screen-con .con-title{
	font-family: MyGothic-725-BT;
	color:#2d2d2d;
	text-align: center;
}
.contact .same-screen .screen-con .title-h h1{
	font-size: 6.2rem;
	text-transform: uppercase;
}
.contact .same-screen .screen-con .title-p{
	width: 55%;
  margin: 1% auto 0%;
	font-size: 1.3rem;
	line-height: 2rem;
}
.contact .contact-msg{
	position: relative;
	width:80%;
	margin:-10% auto 7%;
}
.contact .contact-msg:before{
	position: absolute;
	content: "";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:calc(100% + 8px);
	height:calc(100% + 8px);
	background-image:-webkit-linear-gradient(bottom,#909090,#ffffff);
}
.contact .contact-msg .all-contact{
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding:5% 4%;
	background:url(../fodder/home/contact-bc.jpg) no-repeat;
	background-position: right center;
	background-size:auto;
	background-color:#ffffff;
}
.contact .contact-msg .all-contact .contact-left{
	width:50%;
	margin-right:5%;
}
.contact .contact-msg .all-contact .contact-right{
	width:45%;
}
.contact .contact-msg .all-contact .contact-left .form .layui-input{
	margin:6% 0%;
}
.contact .contact-msg .all-contact .contact-right .right-one{
	width:100%;
	height:350px;
	margin-bottom:5%;
	background-color:#000000;
}
.contact .contact-msg .all-contact .contact-right .right-two{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.contact .contact-msg .all-contact .contact-right .right-two .right-p{
	width:calc(100% - 110px);
	font-family: MyGothic-725-BT;
	font-size: 1.5rem;
	color:#000000;
	text-transform: uppercase;
}
.contact .contact-msg .all-contact .contact-right .right-two .right-logo{
	width:95px;
	margin-left:15px;
}
.contact .footer .foot-form{
	display: none;
}
.cataloge .same-screen .screen-con{
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:98%;
}
.cataloge .same-screen .screen-con .title-h h1{
	font-family: MyGothic-725-BT;
	font-size: 4rem;
	color:#ffffff;
	text-align: center;
	text-transform: uppercase;
}
.cataloge .cata-down .down-same{
	width:85%;
	margin:5% auto;
	max-width: 1300px;
}
.cataloge .cata-down .down-hide{
	display: none;
}
.cataloge .cata-down .down-same .all-con{
	padding:3%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background-color:#ffffff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.06);
}
.cataloge .cata-down .down-same .all-con:hover{
	cursor: pointer;
}
.cataloge .cata-down .down-same .all-con .con-img{
	width:60%;
	margin-right:2%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.cataloge .cata-down .down-same .all-con .con-text{
	width:38%;
}
.cataloge .cata-down .down-same .all-con .con-text .text-logo{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom:10%;
}
.cataloge .cata-down .down-same .all-con .con-text .text-msg{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.cataloge .cata-down .down-same .all-con .con-text .text-msg .con-arrow{
	width:34px;
	margin-right:16px;
}
.cataloge .cata-down .down-same .all-con .con-text .text-msg .text h1{
	font-family: MyGothic-725-BT;
	font-size: 1.5rem;
	color:#2d2d2d;
	text-transform: uppercase;
}
.cataloge .cata-down .down-hide .all-con .con-text .text-msg .text h1{
	color:#e62129;
}
.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;
}
.show-form .download .btn{
	margin-top: 4%;
}
.footer .foot-form{
	padding:6% 0% 5.5%;
	background:url(../fodder/home/foot-contact-bc.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
}
.footer .foot-form .all-form{
	position:relative;
	display: flex;
	display: -webkit-flex;
}
.footer .foot-form .all-form .form-title{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin:-2% 0% 8% 0%;
}
.footer .foot-form .all-form .form-title h1{
	font-family: MyGothic-725-BT;
	font-size: 6.3rem;
	text-transform: uppercase;
	background-image:-webkit-linear-gradient(left,#424242,#969696); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
}
.footer .foot-form .all-form .form-left{
	width:48%;
	margin-right:8%;
}
.footer .foot-form .all-form .form-right{
	width:35%;
}
.footer .foot-form .all-form .form-left .slide-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.footer .foot-form .all-form .form .layui-form-item{
	margin-bottom:5%;
}
.footer .foot-form .all-form .form .layui-form .btn{
	width:100%;
	margin: 8% auto 0%;
}
.footer .foot-nav{
	padding:4% 0% 3%;
	background:url(../fodder/home/foot-nav-bc.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
}
.footer .foot-nav .all-nav{
	width:88%;
	margin:0% auto;
	max-width: 1600px;
}
.footer .foot-nav .all-nav .nav-top{
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	padding:0% 2% 2% 2%;
	margin-top:0px;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.footer .foot-nav .all-nav .nav-top .nav-one{
	width:28%;
	margin-right:2%;
}
.footer .foot-nav .all-nav .nav-top .nav-one .foot-logo{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.footer .foot-nav .all-nav .nav-top .nav-one .logo-img{
	max-width: 126px;
	margin-right:2%;
}
.footer .foot-nav .all-nav .nav-top .nav-one .foot-cata:hover{
	cursor: pointer;
}
.footer .foot-nav .all-nav .nav-top .nav-one .foot-cata .cata-img{
	max-width: 279px;
}
.footer .foot-nav .all-nav .nav-top .nav-one .foot-cata .cata-hide{
	display: none;
}
.footer .foot-nav .all-nav .nav-top .nav-two{
	width:70%;
}
.footer .foot-nav .all-nav .nav-top .nav-two .foot-item{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link{
	position: relative;
	padding-bottom:0.5rem;
	margin-right:1rem;
}
.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link:nth-last-child(1){
	margin-right:0%;
}
.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link:before{
	position: absolute;
	content:"";
	transform: translate(-50%,0%);
	top:100%;
	left:50%;
	width:0%;
	height:1px;
	background-color:rgba(255,255,255,0.8);
	transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -webkit-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -ms-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
}
.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link h1{
	font-family: MyGothic-725-BT;
	font-size: 2rem;
	color:#ffffff;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -webkit-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
  -ms-transition: all 0.3s cubic-bezier(.77, 0, .175, 1);
}
.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link:hover h1{
	color:#e62129;
}
.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link:hover:before{
	width:105%;
}
.footer .foot-nav .all-nav .nav-bottom{
	padding:2% 2% 0% 2%;
}
.footer .foot-nav .all-nav .nav-bottom .foot-msg{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con:nth-child(2){
	margin:0rem 1rem;
}
.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con p{
	font-family: MyGothic720-Lt;
	font-size: 1.3rem;
	letter-spacing: 0.5px;
	color:#ffffff;
	text-transform: none;
}
.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con p span{
	font-family: MyGothic-725-BT;
	text-transform: uppercase;
	margin-right: 5px;
}
.footer .foot-bottom{
	padding:0.5% 0%;
	text-align: center;
}
.footer .foot-bottom p{
	font-family:MyGothic-725-BT;
	font-size:1.1rem;
  color: #000000;
  text-transform: capitalize;
	text-align: center;
	letter-spacing: 0.5px;
}
.footer .foot-bottom a{
	padding-top:8px;
	display: inline-block;
}
.footer .foot-bottom a:hover{
	opacity: 0.6;
}
.form .layui-input-block{
	margin-left: 0px;
}
.form .layui-input{
	height: 55px;
  line-height: 55px;
  padding: 0px 15px;
  font-family:MyGothic-725-BT;
	font-size:1.4rem;
  color: #000000;
  border:unset;
  border-bottom:1px solid rgba(0,0,0,0.2);
  background-color: transparent;
}
.form .layui-textarea{
	height: 88px;
	min-height: unset;
  padding: 10px 15px;
  font-family:MyGothic-725-BT;
	font-size:1.4rem;
  color: #000000;
  border:unset;
  border-bottom:1px solid rgba(0,0,0,0.2);
  background-color: transparent;
}
.form .layui-form input::-webkit-input-placeholder{ 
	font-family:MyGothic-725-BT;
	font-size:1.4rem;
  color: #000000;
}
.form .layui-form input:-moz-placeholder{ 
	font-family:MyGothic-725-BT;
	font-size:1.4rem;
  color: #000000;
}
.form .layui-form input:-ms-input-placeholder{
	font-family:MyGothic-725-BT;
	font-size:1.4rem;
  color: #000000;
}
.form .layui-form textarea::-webkit-input-placeholder{ 
	font-family:MyGothic-725-BT;
	font-size:1.4rem;
  color: #000000;
}
.form .layui-form textarea:-moz-placeholder{ 
	font-family:MyGothic-725-BT;
	font-size:1.4rem;
  color: #000000;
}
.form .layui-form textarea:-ms-input-placeholder{
	font-family:MyGothic-725-BT;
	font-size:1.4rem;
  color: #000000;
}
.form .layui-btn{
	display: inline-block;
	height:55px;
	line-height: 55px;
	padding:0px 70px;
	border-radius:0%;
	text-transform: uppercase;
	background: linear-gradient(to left, #575757, #898989);
}
.form .layui-btn p{
	font-family: MyGothic-725-BT;
	font-size: 1.4rem;
	color:#ffffff;
}
@media screen and (max-width:991px){
	.nav .nav-content{
		width:90%;
		padding:0px;
		align-items: center;
	}
	.nav .nav-content .nav-ul ul{
		padding:0.5rem 0rem;
	}
	.nav .nav-content .nav-ul ul .li-show{
		display:none;
	}
	.nav .nav-content .nav-ul ul .li-logo{
		width: 73px;
		padding: 0rem 7px 0rem 0rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		width:calc(100% - 80px);
		display: inline-flex;
    display: -webkit-inline-flex;
		justify-content: flex-end;
    align-items: center; 
    font-size: 1.3rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		display: block;
    margin-left:30px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line{
		width:38px;
    padding:0px 10px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span{
		position: relative;
    display: block;
    height: 15px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-content{
		position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #000000 !important;
    transition: all 1s ease;
    -webkit-transition: all auto 1s ease;
    -moz-transition: all auto 1s ease;
    -ms-transition: all auto 1s ease;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-two{
		top: 7px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-three{
		top: 14px;
	}
	.line-onetrans{
		transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
	}
	.line-twotrans{
		opacity: 0;
	}
	.line-threetrans{
		transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
	}
	.auto-hide{
		position: fixed;
		left:unset;
		top: 83px;
    height: 100%;
    display: block;
    background-color: #ffffff !important;
    width: 100% !important;
    padding-top: 2rem;
    z-index: 9999;
    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{
		top: 73px !important;
		transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
	}
	.auto-hide .auto-ul li{
		padding:1rem 0rem 0.5rem 2.2rem;
	}
	.auto-hide .auto-ul li a{
		display:inline-block;
	}
	.auto-hide .auto-ul li{
		padding:1.2rem 1rem 0.5rem 5%;
	}
	.auto-hide .auto-ul li:nth-child(2n+1){
		margin:0rem;
	}
	.auto-hide .auto-ul li:nth-child(2n){
		margin:0rem;
	}
	.auto-hide .auto-ul h1{
		font-family: MyGothic-725-BT;
    font-size: 2rem;
    color: #000000;
    letter-spacing: 0.5px;
	}
	.auto-hide .auto-ul h2{
		font-family: MyGothic-725-BT;
    font-size: 1.5rem;
    color: #000000;
    letter-spacing: 0.5px;
	}
	.auto-hide .auto-ul .li-product .auto-child  li{
		padding:0.5rem 0rem 0.2rem 2rem;
	}
	.nav-top{
		margin-top:83px;
	}
}
@media screen and (min-width:1500px) and (max-width:1700px){
	.nav .nav-content .nav-ul ul{
		width:98%;
		margin:0% auto;
		justify-content: space-evenly;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size: 1.6rem;
	}
	.nav .nav-content .nav-ul ul li{
		padding: 1.2rem 1%;
	}
	.nav .nav-content .nav-ul ul .li-logo{
		padding: 1.2rem 5% 1.2rem 0rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		padding: 0% 0% 0% 1.5%;
	}
	.home .home-screen .slide-con .con-text h1{
		font-size: 6rem;
	}
	.home .home-screen .slide-three .slide-con .con-text p{
		font-size: 4rem;
	}
	.home .home-screen .slide-three .slide-con .con-text h1{
		font-size: 4rem;
	}
	.home .home-screen .slide-two .slide-con .con-text{
		left: 18%;
	}
	.home .home-screen .slide-two .slide-con .con-text h1{
		font-size: 7rem;
	}
	.home .home-screen .slide-con .con-text p{
		font-size: 1.5rem;
    line-height: 2.5rem;
	}
	.home .all-pro .pro-msg .pro-item{
		height: 18%;
	}
	.home .all-pro .pro-msg .pro-item .item-h h1{
		font-size:1.3rem;
	}
	.home .home-pro .pro-msg .pro-slide .swiper .swiper-slide{
		padding: 8% 0% 4%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con .slide-text h1{
		font-size: 3.5rem;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .slide-text{
		top: 95%;
	}
	.home .all-hot .hot-title{
		left: 95%;
	}
	.home .all-about .about-adv .adv-con .con-text h1{
		font-size: 1.8rem;
	}
	.home .all-about .about-adv .adv-con .con-text p{
		letter-spacing: 0.2px;
	}
	.home .all-about .about-factory .factory-con{
		width:100%;
	}
	.home .all-about .about-factory .factory-con .con-p{
		line-height: 2.3rem;
	}
	.home .all-about .about-factory .fac-two .factory-right{
		margin-top: -7%;
	}
	.home .all-work .work-title h1{
		font-size: 15rem;
	}
	.all-product .same-screen .screen-con .con-p{
		width:70%;
	}
	.all-product .all-msg .allPro-left{
		width:26%;
		margin-right:4%;
	}
	.all-product .all-msg .allPro-right{
		width:70%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text{
		width: calc(94% / 3);
    margin: 0% 3% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(4n){
		margin: 0% 3% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(3n){
		margin: 0% 0% 5% 0%;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h2{
		font-size: 2.5rem;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h1{
		font-size: 3.5rem;
	}
	.product .pro-detail .detail-title h1{
		font-size: 4.5rem;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-title h1{
		font-size: 5rem;
	}
	.about .same-screen .screen-con .con-title h1{
		font-size: 6rem;
	}
	.about .same-screen .screen-con .con-text .text-p{
		font-size: 2.3rem;
	}
	.about .about-work{
		margin: 5% auto 0%;
	}
	.about .about-work .work-one{
		width:90%;
		margin:0% auto;
	}
	.about .about-work .work-one .work-title .title-h h1{
		font-size: 2.5rem;
	}
	.about .about-work .work-one .work-msg{
		width: 90%;
	}
	.about .about-work .work-msg .msg-right .all-text .text-p{
		letter-spacing: -0.5px;
	}
	.about .about-work .work-two .work-msg .msg-right .text-h h1{
		font-size: 4rem;
		letter-spacing: -1px;
		padding: 1rem 3rem 1rem 0rem;
	}
	.same-btn p{
		padding: 15px 40px;
	}
	.about .about-work .work-two .work-img{
		width: 95%;
    margin: 0% auto;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
  }
	.contact .same-screen .screen-con .title-h h1{
		font-size: 6rem;
	}
	.contact .same-screen .screen-con .title-p{
		width:70%;
	}
	.contact .contact-msg{
		width: 90%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 6rem;
	}
	.footer .foot-nav .all-nav{
		width:90%;
	}
	.footer .foot-nav .all-nav .nav-top{
		padding: 0% 1% 2% 1%;
	}
	.footer .foot-nav .all-nav .nav-bottom{
		padding: 2% 1% 0% 1%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link h1{
		font-size: 1.8rem;
	}
}
@media screen and (min-width:1200px) and (max-width:1500px){
	.nav .nav-content .nav-ul ul{
		width:98%;
		margin:0% auto;
		justify-content: space-evenly;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size: 1.5rem;
	}
	.nav .nav-content .nav-ul ul li{
		padding: 1rem 1%;
	}
	.nav .nav-content .nav-ul ul .li-logo{
		padding: 1rem 3% 1rem 0rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size: 1.3rem;
		padding: 0% 0% 0% 0.5%;
	}
	.nav .nav-content .nav-ul .child{
		padding: 2rem 3rem 1.5rem;
	}
	.nav .nav-content .nav-ul .child .child-li .nav-img:nth-child(2){
		margin: 0rem 2.2rem;
	}
	.nav-top{
		margin-top: 101px;
	}
	.home .home-screen .slide-con .con-text h1{
		font-size: 5rem;
	}
	.home .home-screen .slide-three .slide-con .con-text p{
		font-size: 3rem;
	}
	.home .home-screen .slide-three .slide-con .con-text h1{
		font-size: 3.5rem;
	}
	.home .home-screen .slide-two .slide-con .con-text{
		left: 15%;
	}
	.home .home-screen .slide-two .slide-con .con-text h1{
		font-size: 6rem;
	}
	.home .home-screen .slide-two .slide-con .con-text p{
		width: 65%;
    margin: 1.5% 0% 3%;
	}
	.home .home-screen .slide-con .con-text p{
		font-size: 1.5rem;
    line-height: 2.5rem;
	}
	.home .home-screen .slide-two .slide-con .con-text .text-line{
		width: 15%;
    height: 4px;
	}
	.home .all-pro .pro-msg .pro-item{
		height: 18%;
		justify-content: space-evenly;
	}
	.home .all-pro .pro-msg .pro-item .item-h{
		margin: 0rem 0.2rem;
	}
	.home .all-pro .pro-msg .pro-item .item-h h1{
		font-size:1.2rem;
		padding: 10px 18px;
	}
	.home .home-pro .pro-msg .pro-slide .swiper .swiper-slide{
		padding: 10% 0% 4%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-bc{
		background-size: auto 100%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con{
		width:95%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con .slide-text h1{
		font-size: 3rem;
	}
	.home .home-pro .pro-msg .pro-slide .slide-two .all-con .con-pro .pro-img:nth-child(2){
		margin: 0% 10%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .slide-text{
		top: 95%;
	}
	.home .all-hot{
		width:85%;
		margin: 6% auto;
	}
	.home .all-hot .hot-title{
		left: 95%;
	}
	.home .all-hot .hot-title h1{
		font-size: 12rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-detail .msg-text .text-h h1{
		font-size: 1.5rem;
	}
	.home .all-about .about-brief .about-con{
		margin: 4% auto;
	}
	.home .all-about .about-brief .about-con .con-h h1{
		font-size: 3rem;
	}
	.home .all-about .about-brief .about-con .con-p p{
		width: 90%;
    margin: 1.5% auto 0%;
    line-height: 2.2rem;
	}
	.home .all-about .about-adv .adv-con{
		width: calc(97% / 4);
		margin-right:1%;
	}
	.home .all-about .about-adv .adv-con:nth-last-child(1){
		margin-right:0%;
	}
	.home .all-about .about-adv .adv-con .con-text h1{
		font-size: 1.8rem;
	}
	.home .all-about .about-adv .adv-con .con-text p{
		font-size: 1.1rem;
		letter-spacing: 0.2px;
	}
	.home .all-about .about-factory .factory-con{
		width:100%;
	}
	.home .all-about .about-factory .fac-title .title-h h1{
		font-size: 4rem;
	}
	.home .all-about .about-factory .factory-con .con-p{
		line-height: 2.3rem;
	}
	.home .all-about .about-factory .fac-two{
		align-items: center;
		margin: 3% auto;
	}
	.home .all-about .about-factory .fac-two .factory-right{
		width: 53%;
		margin:0% 3% 0% 0%;
    padding: 0%;
  }
  .home .all-about .about-factory .fac-two .con-p{
  	margin:0%;
  }
	.home .all-work .work-title h1{
		font-size: 13rem;
	}
	.home .all-work .work-slide{
		margin-top: -8%;
    padding: 7% 0% 3.5%;
	}
	.all-product .same-screen .screen-con{
		left: 40%;
	}
	.all-product .same-screen .screen-con .con-p{
		width:90%;
	}
	.all-product .same-screen .screen-con .con-btn p{
		font-size: 1.3rem;
	}
	.all-product .all-msg{
		width:92%;
	}
	.all-product .all-msg .allPro-left{
		width:28%;
		margin-right:2%;
	}
	.all-product .all-msg .allPro-right{
		width:70%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text{
		width: calc(95% / 3);
    margin: 0% 2.5% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(4n){
		margin: 0% 3% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(3n){
		margin: 0% 0% 5% 0%;
	}
	.product .pro-infos .pro-info{
		width: 90%;
	}
	.product .pro-infos .pro-info .pro-slide{
		width: 50%;
    margin-right: 3%;
	}
	.product .pro-infos .pro-info .pro-msg{
		width: 47%;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h2{
		font-size: 2rem;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h1{
		font-size: 3rem;
	}
	.product .pro-detail{
		padding: 5% 0% 6%;
	}
	.product .pro-detail .detail-title h1{
		font-size: 4rem;
	}
	.product .pro-detail .detail-msg{
		width:98%;
		margin:4% auto 0%;
	}
	.product .pro-detail .detail-msg .detail-img{
		margin: 0% 0.5%;
	}
	.product .pro-oem{
		width: 80%;
    margin: 6% auto;
    padding: 5% 8%;
	}
	.product .pro-oem .all-oem .oem-left .oem-text{
		padding: 0% 2% 0% 5%;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-title h1{
		font-size: 5rem;
	}
	.about .same-screen .screen-con .con-title h1{
		font-size: 5rem;
	}
	.about .same-screen .screen-con .con-text{
		margin-top: 5%;
	}
	.about .same-screen .screen-con .con-text .text-p{
		font-size: 2rem;
		padding: 0.5rem 3rem;
	}
	.about .same-screen .screen-con .con-text .text-p span{
		font-size: 3.5rem;
	}
	.about .about-work{
		margin: 5% auto 0%;
	}
	.about .about-work .work-one{
		width:90%;
		margin:0% auto;
	}
	.about .about-work .work-one .work-title .title-h h1{
		font-size: 2.3rem;
		letter-spacing: 20px;
	}
	.about .about-work .work-one .work-msg{
		width: 95%;
	}
	.about .about-work .work-msg .msg-right .all-text .text-p{
		font-size: 1.6rem;
		line-height: 2.5rem;
		letter-spacing: -0.5px;
	}
	.about .about-work .work-two .work-msg .msg-right .text-h h1{
		font-size: 4rem;
		letter-spacing: -1px;
		padding: 1rem 3rem 1rem 0rem;
	}
	.about .about-work .work-two .msg-right .all-text .text-p{
		margin-top: 0%;
	}
	.about .about-certifi .all-certifi .certifi-img{
		width:100%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper{
		padding-bottom: 6%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:350px;
	}
	.same-btn p{
		padding: 15px 40px;
	}
	.about .about-work .work-two .work-img{
		width: 95%;
    margin: 0% auto;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
  }
	.contact .same-screen .screen-con .title-h h1{
		font-size: 5.5rem;
	}
	.contact .same-screen .screen-con .title-p{
		width:80%;
	}
	.contact .contact-msg{
		width: 90%;
	}
	.contact .contact-msg .all-contact .contact-left .form .layui-input{
		margin: 5% 0%;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-p{
		width: calc(100% - 90px);
   	font-size: 1.3rem;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-logo{
		width: 85px;
    margin-left: 5px;
	}
	.cataloge .same-screen .screen-con .title-h h1{
		font-size: 3.5rem;
	}
	.cataloge .cata-down .down-same{
		margin: 7% auto;
	}
	.show-form .download{
		width: 70%;
	}
	.footer .foot-form .all-form{
		align-items: center;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 5rem;
	}
	.footer .foot-form .all-form .form-left{
		width: 50%;
    margin-right: 6%;
	}
	.footer .foot-form .all-form .form-right{
		width: 38%;
	}
	.footer .foot-nav .all-nav{
		width:96%;
	}
	.footer .foot-nav .all-nav .nav-top{
		padding: 0% 1% 2% 1%;
	}
	.footer .foot-nav .all-nav .nav-bottom{
		padding: 1.5% 1% 0% 1%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link h1{
		font-size: 1.6rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con{
		margin:0.5rem 0rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con p{
		font-size: 1.2rem;
	}
	.footer .foot-bottom{
		padding: 0.8% 0%;
	}
	.footer .foot-bottom p{
		letter-spacing: 0px;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.nav .nav-content .nav-ul ul{
		width:98%;
		margin:0% auto;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size: 1.5rem;
	}
	.nav .nav-content .nav-ul ul li{
		padding: 1.5rem 0.5%;
	}
	.nav .nav-content .nav-ul ul .li-logo{
		width: 100%;
    padding: 1rem 0rem 0rem;
	}
	.nav .nav-content .nav-ul ul .li-logo a{
		width:73px;
		margin:0% auto;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size: 1.3rem;
		padding: 0% 0% 0% 0.5%;
	}
	.nav .nav-content .nav-ul .child{
		padding: 1.5rem 2rem;
		left:130%;
	}
	.nav .nav-content .nav-ul .child .child-li .nav-img:nth-child(2){
		margin: 0rem 1rem;
	}
	.child-show{
		transform: matrix(1, 0, 0, 1, 0, 20)  translate(-50%,0%) !important;
	}
	.nav-top{
		margin-top: 161px;
	}
	.home .home-screen .slide-con .con-text h1{
		font-size: 4rem;
	}
	.home .home-screen .slide-three .slide-con .con-text p{
		font-size: 2.5rem;
	}
	.home .home-screen .slide-three .slide-con .con-text h1{
		font-size: 3.5rem;
	}
	.home .home-screen .slide-two .slide-con .con-text{
		left: 12%;
	}
	.home .home-screen .slide-two .slide-con .con-text h1{
		font-size: 5rem;
	}
	.home .home-screen .slide-two .slide-con .con-text p{
		width: 75%;
    margin: 1.5% 0% 3%;
	}
	.home .home-screen .slide-con .con-text p{
		font-size: 1.3rem;
    line-height: 2rem;
	}
	.home .home-screen .slide-two .slide-con .con-text .text-line{
		width: 15%;
    height: 4px;
	}
	.home .all-pro .pro-msg .pro-item{
		height: 18%;
		justify-content: space-evenly;
	}
	.home .all-pro .pro-msg .pro-item .item-h{
		margin: 0rem 0.2rem;
	}
	.home .all-pro .pro-msg .pro-item .item-h h1{
		font-size:1.2rem;
		padding: 8px 15px;
	}
	.home .home-pro .pro-msg .pro-slide .swiper .swiper-slide{
		padding: 10% 0% 4%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-bc{
		background-size: auto 100%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con{
		width:95%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con .slide-text h1{
		font-size: 2.5rem;
	}
	.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-one{
		width: 65%;
    margin-right: 2%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-two .all-con .con-pro .pro-img:nth-child(2){
		margin: 0% 10%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .slide-text{
		top: 95%;
	}
	.home .all-hot{
		width:85%;
		margin: 8% auto;
	}
	.home .all-hot .hot-title{
		left: 95%;
	}
	.home .all-hot .hot-title h1{
		font-size: 12rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-detail .msg-text .text-h h1{
		font-size: 1.5rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a{
		height: 40px;
    line-height: 40px;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a p{
		font-size: 1.2rem;
	}
	.home .all-about{
		width:90%;
	}
	.home .all-about .about-brief .about-con{
		margin: 4% auto;
	}
	.home .all-about .about-adv .adv-con .con-img{
		width: 150px;
	}
	.home .all-about .about-brief .about-con .con-h h1{
		font-size: 2.8rem;
	}
	.home .all-about .about-brief .about-con .con-p p{
		width: 100%;
    margin: 2% auto 0%;
    line-height: 1.8rem;
	}
	.home .all-about .about-adv .adv-con{
		width: calc(97% / 4);
		margin-right:1%;
	}
	.home .all-about .about-adv .adv-con:nth-last-child(1){
		margin-right:0%;
	}
	.home .all-about .about-adv .adv-con .con-text h1{
		font-size: 1.6rem;
		margin: 10% 0% 3% 0%;
	}
	.home .all-about .about-adv .adv-con .con-text p{
		font-size: 1rem;
		letter-spacing: 0px;
	}
	.home .all-about .about-factory .factory-con{
		width:100%;
	}
	.home .all-about .about-factory .fac-title .title-h h1{
		font-size: 3.5rem;
	}
	.home .all-about .about-factory .factory-con .con-p{
		font-size: 1.3rem;
		line-height:2.2rem;
	}
	.home .all-about .about-factory .fac-two{
		align-items: center;
		margin: 3% auto;
	}
	.home .all-about .about-factory .fac-two .factory-right{
		width: 53%;
		margin:0% 3% 0% 0%;
    padding: 0%;
  }
  .home .all-about .about-factory .fac-two .con-p{
  	margin:0%;
  }
	.home .all-work .work-title h1{
		font-size: 11rem;
	}
	.home .all-work .work-slide{
		margin-top: -10%;
    padding: 8% 0% 3.5%;
	}
	.all-product .same-screen .screen-con{
		transform: translate(-50%,-50%);
		top:50%;
		left: 50%;
		width:90%;
		text-align: center;
	}
	.all-product .same-screen .screen-con .con-h h1{
		font-size: 3.5rem;
		font-style: unset;
	}
	.all-product .same-screen .screen-con .con-p{
		width:90%;
		margin:1% auto 2%;
		font-style: unset;
	}
	.all-product .same-screen .screen-con .con-btn p{
		font-size: 1.2rem;
		font-style: unset;
	}
	.all-product .all-msg{
		width:95%;
	}
	.all-product .all-msg .allPro-left{
		width:28%;
		margin-right:2%;
	}
	.all-product .all-msg .allPro-right{
		width:70%;
	}
	.all-product .all-msg .allPro-left .allPro-title .title-h h1{
		font-size: 2rem;
	}
	.all-product .all-msg .allPro-left .left-item .item-detail .con-h h2{
		font-size: 1.3rem;
	}
	.all-product .all-msg .allPro-right .right-img .img-text{
		width: calc(95% / 3);
    margin: 0% 2.5% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(4n){
		margin: 0% 3% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(3n){
		margin: 0% 0% 5% 0%;
	}
	.product .pro-infos .pro-info{
		width: 95%;
	}
	.product .pro-infos .pro-info .pro-slide{
		width: 50%;
    margin-right: 3%;
	}
	.product .pro-infos .pro-info .pro-msg{
		width: 47%;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h2{
		font-size: 1.8rem;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h1{
		font-size: 2.5rem;
	}
	.product .pro-infos .pro-info .pro-msg .msg-one .con-p{
		font-size: 1.1rem;
	}
	.product .pro-infos .pro-info .pro-msg .same-btn p{
		padding: 13px 35px;
		font-size: 1.3rem;
	}
	.product .pro-detail{
		padding: 5% 0% 6%;
	}
	.product .pro-detail .detail-title h1{
		font-size: 3.5rem;
	}
	.product .pro-detail .detail-msg{
		width:98%;
		margin:4% auto 0%;
	}
	.product .pro-detail .detail-msg .detail-img{
		margin: 0% 0.5%;
	}
	.product .pro-oem{
		width: 90%;
    margin: 5% auto;
    padding: 5%;
	}
	.product .pro-oem .all-oem .oem-left .oem-text{
		padding: 0% 2% 0% 5%;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-title h1{
		font-size: 4rem;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-p{
		font-size: 1.1rem;
    line-height: 1.8rem;
	}
	.about .same-screen .screen-con .con-title h1{
		font-size: 4.5rem;
	}
	.about .same-screen .screen-con .con-text{
		margin-top: 5%;
	}
	.about .same-screen .screen-con .con-text .text-p{
		font-size: 1.6rem;
		padding: 0.5rem 3rem;
	}
	.about .same-screen .screen-con .con-text .text-p span{
		font-size: 3rem;
	}
	.about .about-work{
		margin: 5% auto 0%;
	}
	.about .about-work .work-one{
		width:95%;
		margin:0% auto;
	}
	.about .about-work .work-one .work-title .title-h h1{
		font-size: 2.2rem;
		letter-spacing: 20px;
	}
	.about .about-work .work-one .work-msg{
		width: 100%;
	}
	.about .about-work .work-msg .msg-right .all-text .text-h h1{
		font-size: 2rem;
	}
	.about .about-work .work-msg .msg-right .all-text .text-p{
		font-size: 1.5rem;
		line-height: 2.2rem;
		letter-spacing: -0.5px;
	}
	.about .about-work .work-two .work-msg .msg-right{
		width: 35%;
    margin: 0% 2% 0% 3%;
	}
	.about .about-work .work-two .work-msg .msg-left{
		width: 60%;
	}
	.about .about-work .work-two .work-msg .msg-right .text-h h1{
		font-size: 3rem;
		letter-spacing: -1px;
		padding: 1rem 3rem 1rem 0rem;
	}
	.about .about-work .work-two .msg-right .all-text .text-p{
		margin-top: 0%;
	}
	.about .about-work .work-two .work-img{
		width: 95%;
    margin: 0% auto;
	}
	.same-btn p{
		padding: 10px 30px;
		font-size: 1.2rem;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
  }
  .about .about-certifi .all-certifi .certifi-title h1{
  	font-size: 3.5rem;
  	margin-bottom: 5%;
  }
	.about .about-certifi .all-certifi .certifi-img{
		width:100%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper{
		padding-bottom: 8%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:320px;
	}
	.contact .same-screen .screen-con{
		top: 40%;
	}
	.contact .same-screen .screen-con .title-h h1{
		font-size:5rem;
	}
	.contact .same-screen .screen-con .title-p{
		width:90%;
		font-size: 1.1rem;
    line-height: 1.8rem;
	}
	.contact .contact-msg{
		width: 95%;
	}
	.contact .contact-msg:before{
		width: calc(100% + 5px);
    height: calc(100% + 5px);
	}
	.contact .contact-msg .all-contact .contact-left .form .layui-input{
		margin: 5% 0%;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-p{
		width: 100%;
   	font-size: 1.2rem;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-logo{
		display:none;
		width: 85px;
    margin-left: 5px;
	}
	.contact .contact-msg .all-contact .btn{
		margin-top: 8%;
	}
	.cataloge .same-screen .screen-con .title-h h1{
		font-size: 3rem;
	}
	.cataloge .cata-down .down-same{
		width:90%;
		margin: 7% auto;
	}
	.cataloge .cata-down .down-same .all-con{
		padding:4% 3.5%;
	}
	.show-form .download{
		width: 70%;
	}
	.footer .foot-form .all-form{
		align-items: center;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 4rem;
	}
	.footer .foot-form .all-form .form-left{
		width: 50%;
    margin-right: 4%;
	}
	.footer .foot-form .all-form .form-right{
		width: 40%;
	}
	.form .layui-input{
		height: 50px;
    line-height: 50px;
	}
	.form .layui-btn{
		height: 50px;
    line-height: 50px;
	}
	.footer .foot-nav .all-nav{
		width:96%;
	}
	.footer .foot-nav .all-nav .nav-top{
		flex-wrap: wrap;
		padding: 0% 1% 1.5% 1%;
	}
	.footer .foot-nav .all-nav .nav-bottom{
		padding: 1.5% 1% 0% 1%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one{
		width: 100%;
    margin: 0% auto 4%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one .foot-logo{
		justify-content: center;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one .logo-img{
		margin-right:5%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two{
		width: 100%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link{
		margin:0rem 0.2rem;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link h1{
		font-size: 1.6rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con{
		margin:0.5rem 0rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con:nth-child(2){
		margin: 0.5rem 1rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con p{
		font-size: 1.2rem;
	}
	.footer .foot-bottom{
		padding: 0.8% 0%;
	}
	.footer .foot-bottom p{
		letter-spacing: 0px;
	}
}
@media screen and (max-width:991px){
	.all-product .all-msg{
		width:88%;
		flex-wrap: wrap;
	}
	.all-product .all-msg .allPro-left{
		position: relative;
		width:100%;
		margin:2% auto;
	}
	.all-product .all-msg .allPro-right{
		width:100%;
		margin:2% auto;
	}
	.all-product .all-msg .allPro-left .allPro-title{
		display: block;
		position: relative;
		padding-bottom: 0%;
    margin-bottom: 5%;
	}
	.all-product .all-msg .allPro-left .allPro-title:before{
		bottom: -1rem;
	}
	.all-product .all-msg .allPro-left .allPro-title h1{
		font-size: 2rem;
    color: #292929;
  }
  .all-product .all-msg .allPro-left .left-item .item-detail{
  	margin: 3% 0%;
  }
	.all-product .all-msg .allPro-left .allPro-title .item-span{
		display: block;
	}
	.item-span{
		position: absolute;
    transform: translate(0%,-50%);
    top: 45%;
    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: #000000;
	}
	.item-span .line-one{
		width: 100%;
    height: 1px;
	}
	.item-span .line-two{
		width: 1px;
    height: 100%;
	}
	.all-product .all-msg .allPro-left .left-item{
		position: absolute;
    top: 4rem;
    left: 0%;
    width: calc(100% - 6rem) !important;
    justify-content: center;
    padding: 2rem 3rem;
    margin-right: 0%;
    z-index: 120;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    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);
	}
	.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 .all-msg .allPro-left .left-item .item-detail .item-con{
		margin: 2%;
	}
	.all-product .all-msg .allPro-left .left-item .item-detail .con-h a{
		margin:1% 0%;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.home .home-screen .slide-con .con-text h1{
		font-size: 3rem;
	}
	.home .home-screen .slide-three .slide-con .con-text p{
		font-size: 2.2rem;
	}
	.home .home-screen .slide-three .slide-con .con-text h1{
		font-size: 3rem;
	}
	.home .home-screen .slide-two .slide-con .con-text{
		left: 8%;
	}
	.home .home-screen .slide-two .slide-con .con-text h1{
		font-size: 4rem;
	}
	.home .home-screen .slide-two .slide-con .con-text p{
		width: 75%;
    margin: 1.5% 0% 3%;
	}
	.home .home-screen .slide-con .con-text p{
		font-size: 1.1rem;
    line-height: 1.6rem;
	}
	.home .home-screen .slide-two .slide-con .con-text .text-line{
		width: 18%;
    height: 3px;
	}
	.home .all-pro .pro-msg .pro-item{
		height: 22%;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-evenly;
	}
	.home .all-pro .pro-msg .pro-item .item-h{
		margin:0.3rem 0.5rem;
	}
	.home .all-pro .pro-msg .pro-item .item-h h1{
		font-size:1.1rem;
		padding: 8px 15px;
	}
	.home .home-pro .pro-msg .pro-slide .swiper .swiper-slide{
		padding: 12% 0% 4%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-bc{
		background-size: auto 100%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con{
		width:95%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con .slide-text h1{
		font-size: 2rem;
		padding-left: 0.5rem;
	}
	.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-one{
		width: 65%;
    margin-right: 2%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-two .all-con .con-pro .pro-img:nth-child(2){
		margin: 0% 12%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .slide-text{
		top: 95%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-five .slide-con .slide-text h1{
		padding: 12px 2rem;
	}
	.home .all-hot{
		width:90%;
		margin: 6% auto;
	}
	.home .all-hot .hot-title{
		display: none;
		left: 95%;
	}
	.home .all-hot .hot-title h1{
		font-size: 12rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text{
		bottom: 8%;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-detail .msg-text .text-h h1{
		font-size: 1.3rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-hide .all-hide .text-h h1{
		font-size: 1.5rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a{
		height: 35px;
    line-height: 38px;
    padding: 0px 20px;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a p{
		font-size: 1.1rem;
	}
	.home .all-about{
		width:90%;
	}
	.home .all-about .about-brief .about-con{
		margin: 4% auto;
	}
	.home .all-about .about-brief .about-con .con-h h1{
		font-size: 2.5rem;
	}
	.home .all-about .about-brief .about-con .con-p p{
		width: 100%;
    margin: 2% auto 0%;
    font-size: 1.1rem;
    line-height: 1.6rem;
	}
	.home .all-about .about-adv .adv-con{
		width: calc(97% / 4);
		margin-right:1%;
	}
	.home .all-about .about-adv .adv-con:nth-last-child(1){
		margin-right:0%;
	}
	.home .all-about .about-adv .adv-con .con-img{
		width: 120px;
	}
	.home .all-about .about-adv .adv-con .con-text h1{
		font-size: 1.5rem;
		margin: 10% 0% 3% 0%;
	}
	.home .all-about .about-adv .adv-con .con-text p{
		font-size: 0.9rem;
		letter-spacing: 0px;
	}
	.home .all-about .about-factory .factory-con{
		width:100%;
		flex-wrap: wrap;
	}
	.home .all-about .about-factory .factory-right{
		width: 100%;
		margin:3% auto;
	}
	.home .all-about .about-factory .factory-left{
		width:100%;
		margin:0% auto;
	}
	.home .all-about .about-factory .fac-title .title-h h1{
		font-size: 3rem;
		text-align: center;
	}
	.home .all-about .about-factory .fac-title .title-img{
		width:100%;
	}
	.home .all-about .about-factory .fac-title .title-img img{
		max-height:90px;
	}
	.home .all-about .about-factory .factory-con .con-p{
		font-size: 1.3rem;
		line-height:2.2rem;
		margin: 6% auto 2%;
	}
	.home .all-about .about-factory .fac-two{
		align-items: center;
		margin: 0% auto;
		flex-direction: column-reverse;
	}
	.home .all-about .about-factory .fac-two .factory-left{
		width: 100%;
		margin: 0% auto;
	}
	.home .all-about .about-factory .fac-two .factory-right{
		width: 100%;
		margin:3% auto;
		padding:0%;
  }
  .home .all-about .about-factory .fac-two .con-p{
  	margin:0%;
  }
	.home .all-work .work-title h1{
		font-size: 9rem;
	}
	.home .all-work .work-slide{
		margin-top: -10%;
    padding: 8% 0% 3.5%;
	}
	.all-product .same-screen .screen-con{
		transform: translate(-50%,-50%);
		top:50%;
		left: 50%;
		width:90%;
		text-align: center;
	}
	.all-product .same-screen .screen-con .con-h h1{
		font-size: 3.5rem;
		font-style: unset;
	}
	.all-product .same-screen .screen-con .con-p{
		width:90%;
		margin:1% auto 0%;
		font-style: unset;
	}
	.all-product .same-screen .screen-con .con-btn{
		display: none;
	}
	.all-product .same-screen .screen-con .con-btn p{
		font-size: 1.2rem;
		font-style: unset;
	}
	.all-product .all-msg .allPro-left .allPro-title .title-h h1{
		font-size: 2rem;
	}
	.all-product .all-msg .allPro-left .left-item .item-detail .con-h h2{
		font-size: 1.3rem;
	}
	.all-product .all-msg .allPro-right .right-img .img-text{
		width: calc(95% / 3);
    margin: 0% 2.5% 5% 0%;
    box-shadow: 0px 0px 15px rgb(4,0,0,0.1);
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(4n){
		margin: 0% 3% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(3n){
		margin: 0% 0% 5% 0%;
	}
	.product .pro-infos .pro-info{
		width: 88%;
		flex-wrap: wrap;
	}
	.product .pro-infos .pro-info .pro-slide{
		width: 100%;
    margin: 3% auto;
	}
	.product .pro-infos .pro-info .pro-msg{
		width: 100%;
    margin: 3% auto;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h2{
		font-size: 1.8rem;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h1{
		font-size: 2.5rem;
		margin: 1% auto 3%;
	}
	.product .pro-infos .pro-info .pro-msg .msg-one{
		padding: 3% 0%;
	}
	.product .pro-infos .pro-info .pro-msg .msg-one .con-p{
		font-size: 1.1rem;
	}
	.product .pro-infos .pro-info .pro-msg .same-btn p{
		padding: 13px 35px;
		font-size: 1.3rem;
	}
	.product .pro-detail{
		padding: 5% 0% 6%;
	}
	.product .pro-detail .detail-title h1{
		font-size: 3rem;
	}
	.product .pro-detail .detail-msg{
		width:98%;
		margin:3% auto 0%;
	}
	.product .pro-detail .detail-msg .detail-img{
		margin: 0% 0.5%;
	}
	.product .pro-oem{
		width: 80%;
    margin: 5% auto;
    padding: 5% 8%;
    max-width: 615px;
	}
	.product .pro-oem .all-oem{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.product .pro-oem .all-oem .oem-left{
		width: 100%;
    margin: 0% auto;
    padding:2% 0% 4%;
	}
	.product .pro-oem .all-oem .oem-right{
		width: 100%;
    margin: 0% auto;
	}
	.product .pro-oem .all-oem .oem-left .oem-text{
		padding: 0% 2% 0% 5%;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-title h1{
		font-size: 3.5rem;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-p{
		font-size: 1.1rem;
    line-height: 1.8rem;
	}
	.about .same-screen .screen-con .con-title h1{
		font-size: 4rem;
	}
	.about .same-screen .screen-con .con-text{
		margin-top: 5%;
	}
	.about .same-screen .screen-con .con-text .text-p{
		font-size: 1.3rem;
		padding: 0.5rem 2rem;
	}
	.about .same-screen .screen-con .con-text .text-p span{
		font-size: 2.5rem;
	}
	.about .about-work{
		margin: 5% auto 0%;
	}
	.about .about-work .work-one{
		width:95%;
		margin:0% auto;
	}
	.about .about-work .work-one .work-title .title-h h1{
		font-size: 2.2rem;
		letter-spacing: 10px;
	}
	.about .about-work .work-one .work-msg{
		width: 100%;
	}
	.about .about-work .work-one .work-msg .msg-right:before{
		display: none;
	}
	.about .about-work .work-msg .msg-right .all-text .text-h h1{
		font-size: 2rem;
	}
	.about .about-work .work-msg .msg-right .all-text .text-p{
		font-size: 1.3rem;
		line-height: 2rem;
		letter-spacing: -0.5px;
	}
	.about .about-work .work-two .work-msg .msg-right{
		width: 35%;
    margin: 0% 2% 0% 3%;
	}
	.about .about-work .work-two .work-msg .msg-left{
		width: 60%;
	}
	.about .about-work .work-two .work-msg .msg-right .text-h h1{
		font-size: 2.5rem;
		letter-spacing: -1px;
		padding: 0.5rem 1rem 0.5rem 0rem;
	}
	.about .about-work .work-two .msg-right .all-text .text-p{
		margin-top: 0%;
	}
	.about .about-work .work-two .work-img{
		width: 95%;
    margin: 0% auto;
	}
	.same-btn p{
		padding: 10px 30px;
		font-size: 1.1rem;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
  }
  .about .about-certifi .all-certifi .certifi-title h1{
  	font-size: 3rem;
  	margin-bottom: 5%;
  }
	.about .about-certifi .all-certifi .certifi-img{
		width:100%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper{
		padding-bottom: 8%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:280px;
	}
	.contact .same-screen .screen-con{
		top: 40%;
	}
	.contact .same-screen .screen-con .title-h h1{
		font-size:4rem;
	}
	.contact .same-screen .screen-con .title-p{
		width:90%;
		font-size: 1rem;
    line-height: 1.6rem;
	}
	.contact .contact-msg{
		width: 95%;
	}
	.contact .contact-msg:before{
		width: calc(100% + 5px);
    height: calc(100% + 5px);
	}
	.contact .contact-msg .all-contact{
		padding: 5% 2%;
	}
	.contact .contact-msg .all-contact .contact-left .form .layui-input{
		margin: 5% 0%;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-p{
		width: 100%;
   	font-size: 1.1rem;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-logo{
		display:none;
		width: 85px;
    margin-left: 5px;
	}
	.contact .contact-msg .all-contact .btn{
		margin-top: 8%;
	}
	.cataloge .same-screen .screen-img img{
		min-height: 150px;
	}
	.cataloge .same-screen .screen-con .title-h h1{
		font-size: 3rem;
	}
	.cataloge .cata-down .down-same{
		width:90%;
		margin: 7% auto;
	}
	.cataloge .cata-down .down-same .all-con{
		padding:4% 3.5%;
	}
	.show-form .download{
		width: 70%;
	}
	.footer .foot-form .all-form{
		align-items: center;
	}
	.footer .foot-form .all-form .form-title{
		margin: -2% 0% 10% 0%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 3rem;
	}
	.footer .foot-form .all-form .form-left{
		width: 50%;
    margin-right: 4%;
	}
	.footer .foot-form .all-form .form-right{
		width: 45%;
	}
	.form .layui-input{
		height: 50px;
    line-height: 50px;
	}
	.form .layui-btn{
		height: 48px;
    line-height: 48px;
	}
	.footer .foot-nav{
		padding: 5% 0% 3.5%;
	}
	.footer .foot-nav .all-nav{
		width:96%;
	}
	.footer .foot-nav .all-nav .nav-top{
		flex-wrap: wrap;
		padding: 0% 1% 1.5% 1%;
	}
	.footer .foot-nav .all-nav .nav-bottom{
		padding: 1.5% 1% 0% 1%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one{
		width: 100%;
    margin: 0% auto 5%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one .foot-logo{
		justify-content: center;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one .logo-img{
		margin-right:5%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two{
		width: 100%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link{
		margin:0rem 0.2rem;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link h1{
		font-size: 1.5rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con{
		margin:0.5rem 0rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con:nth-child(2){
		margin: 0.5rem 1rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con p{
		font-size: 1.1rem;
	}
	.footer .foot-bottom{
		padding: 1% 0%;
	}
	.footer .foot-bottom a{
		padding-top: 6px;
	}
	.footer .foot-bottom p{
		font-size: 1rem;
		letter-spacing: 0px;
	}
}
@media screen and (min-width:605px) and (max-width:767px){
	.home .home-screen .slide-con .con-text h1{
		font-size: 2.5rem;
	}
	.home .home-screen .slide-three .slide-con .con-text p{
		font-size:1.6rem;
	}
	.home .home-screen .slide-three .slide-con .con-text h1{
		font-size: 2.5rem;
	}
	.home .home-screen .slide-two .slide-con .con-text{
		left: 5%;
	}
	.home .home-screen .slide-two .slide-con .con-text h1{
		font-size: 3rem;
	}
	.home .home-screen .slide-two .slide-con .con-text p{
		width: 75%;
    margin: 1.5% 0% 3%;
	}
	.home .home-screen .slide-con .con-text p{
		font-size: 1rem;
    line-height: 1.5rem;
	}
	.home .home-screen .slide-two .slide-con .con-text .text-line{
		width: 18%;
    height: 2px;
	}
	.home .all-pro .pro-msg .pro-item{
		position: relative;
		transform: unset;
    top: unset;
    left: unset;
		height: auto;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-evenly;
		margin:5% auto 2%;
	}
	.home .all-pro .pro-msg .pro-item .item-h{
		margin:0.5rem;
	}
	.home .all-pro .pro-msg .pro-item .item-h h1{
		font-size:1.05rem;
		padding: 6px 12px;
	}
	.home .home-pro .pro-msg .pro-slide .swiper .swiper-slide{
		padding: 5% 0%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-bc{
		background-size: auto 100%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con{
		width:95%;
		margin: 0% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con .slide-text h1{
		font-size: 1.6rem;
		padding-left: 0.5rem;
	}
	.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-one{
		width: 65%;
    margin-right: 2%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-two .all-con .con-pro .pro-img:nth-child(2){
		margin: 0% 12%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .slide-text{
		top: 95%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-five .slide-con .slide-text h1{
		padding: 10px 2rem;
	}
	.home .all-hot{
		width:92%;
		margin: 7% auto;
	}
	.home .all-hot .hot-title{
		display: none;
		left: 95%;
	}
	.home .all-hot .hot-title h1{
		font-size: 12rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text{
		bottom: 8%;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-detail .msg-text .text-h h1{
		font-size: 1.1rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-hide .all-hide .text-h h1{
		font-size: 1.3rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a{
		height: 30px;
    line-height: 32px;
    padding: 0px 20px;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a p{
		font-size: 1rem;
	}
	.home .home-about{
		background-position: 0% 10%;
	}
	.home .all-about{
		width:92%;
		margin:0% auto 3%;
	}
	.home .all-about .about-brief .about-con{
		margin: 4% auto;
	}
	.home .all-about .about-brief .about-con .con-h h1{
		font-size: 2.2rem;
	}
	.home .all-about .about-brief .about-con .con-p p{
		width: 100%;
    margin: 2% auto 0%;
    font-size: 1rem;
    line-height: 1.5rem;
	}
	.home .all-about .about-adv .adv-con{
		width: calc(97% / 4);
		margin-right:1%;
	}
	.home .all-about .about-adv .adv-con:nth-last-child(1){
		margin-right:0%;
	}
	.home .all-about .about-adv .adv-con .con-img{
		width: 100px;
	}
	.home .all-about .about-adv .adv-con .con-text h1{
		font-size: 1.3rem;
		margin: 10% 0% 3% 0%;
	}
	.home .all-about .about-adv .adv-con .con-text p{
		font-size: 0.8rem;
		letter-spacing: 0px;
	}
	.home .all-about .about-factory .factory-con{
		width:100%;
		flex-wrap: wrap;
	}
	.home .all-about .about-factory .factory-right{
		width: 100%;
		margin:3% auto;
	}
	.home .all-about .about-factory .factory-left{
		width:100%;
		margin:0% auto;
	}
	.home .all-about .about-factory .fac-title .title-h h1{
		font-size: 2.5rem;
		text-align: center;
	}
	.home .all-about .about-factory .fac-title .title-img{
		width:100%;
	}
	.home .all-about .about-factory .fac-title .title-img img{
		max-height:70px;
	}
	.home .all-about .about-factory .factory-con .con-p{
		font-size: 1.1rem;
		line-height:2rem;
		margin: 6% auto 2%;
	}
	.home .all-about .about-factory .fac-two{
		align-items: center;
		margin: 0% auto;
		flex-direction: column-reverse;
	}
	.home .all-about .about-factory .fac-two .factory-left{
		width: 100%;
		margin: 0% auto;
	}
	.home .all-about .about-factory .fac-two .factory-right{
		width: 100%;
		margin:0% auto 3%;
		padding:0%;
  }
  .home .all-about .about-factory .fac-two .con-p{
  	margin:0%;
  }
	.home .all-work .work-title h1{
		font-size: 7rem;
	}
	.home .all-work .work-slide{
		margin-top: -11%;
    padding: 10% 0% 5%;
	}
	.home .all-work .work-slide .swiper .con-text{
		font-size: 1rem;
	}
	.all-product .same-screen .screen-con{
		transform: translate(-50%,-50%);
		top:50%;
		left: 50%;
		width:90%;
		text-align: center;
	}
	.all-product .same-screen .screen-con .con-h h1{
		font-size: 3rem;
		font-style: unset;
	}
	.all-product .same-screen .screen-con .con-p{
		width:100%;
		margin:1.5% auto 0%;
		font-style: unset;
		font-size: 0.95rem;
		letter-spacing: 0px;
		line-height: 1.3rem;
	}
	.all-product .same-screen .screen-con .con-btn{
		display: none;
	}
	.all-product .same-screen .screen-con .con-btn p{
		font-size: 1.2rem;
		font-style: unset;
	}
	.all-product .all-msg{
		width: 92%;
	}
	.all-product .all-msg .allPro-left .allPro-title .title-h h1{
		font-size: 2rem;
	}
	.all-product .all-msg .allPro-left .left-item .item-detail .con-h a{
		margin: 1.5% 0%;
	}
	.all-product .all-msg .allPro-left .left-item .item-detail .con-h h2{
		font-size: 1.2rem;
	}
	.all-product .all-msg .allPro-right .right-img .img-text{
		width: calc(95% / 3);
    margin: 0% 2.5% 5% 0%;
    box-shadow: 0px 0px 15px rgb(4,0,0,0.1);
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(4n){
		margin: 0% 3% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(3n){
		margin: 0% 0% 5% 0%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text .text-h h1{
		font-size: 1.3rem;
	}
	.product .pro-infos .pro-info{
		width: 88%;
		flex-wrap: wrap;
	}
	.product .pro-infos .pro-info .pro-slide{
		width: 85%;
    margin: 3% auto;
	}
	.product .pro-infos .pro-info .pro-msg{
		width: 100%;
    margin: 3% auto;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h2{
		font-size: 1.6rem;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h1{
		font-size: 2.3rem;
		margin: 1% auto 3%;
	}
	.product .pro-infos .pro-info .pro-msg .msg-one{
		padding: 3% 0% 4%;
	}
	.product .pro-infos .pro-info .pro-msg .msg-one .con-p{
		font-size: 1.1rem;
	}
	.product .pro-infos .pro-info .pro-msg .same-btn p{
		padding: 13px 35px;
		font-size: 1.3rem;
	}
	.product .pro-detail{
		padding: 5% 0% 6%;
	}
	.product .pro-detail .detail-title h1{
		font-size: 2.5rem;
	}
	.product .pro-detail .detail-msg{
		width:95%;
		margin:3% auto 0%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.product .pro-detail .detail-msg .detail-img{
		width:48%;
		margin: 1%;
	}
	.product .pro-oem{
		width: 85%;
    margin: 5% auto;
    padding: 5%;
    max-width: 615px;
	}
	.product .pro-oem .all-oem{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.product .pro-oem .all-oem .oem-left{
		width: 100%;
    margin: 0% auto;
    padding: 3% 0% 5%;
	}
	.product .pro-oem .all-oem .oem-right{
		width: 100%;
    margin: 0% auto;
	}
	.product .pro-oem .all-oem .oem-left .oem-text{
		padding: 0% 2% 0% 5%;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-title h1{
		font-size: 3rem;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-p{
		font-size: 1rem;
    line-height: 1.5rem;
	}
	.about .same-screen .screen-con .con-title h1{
		font-size: 3.5rem;
	}
	.about .same-screen .screen-con .con-title .title-line{
		width: 20%;
		height: 2px;
	}
	.about .same-screen .screen-con .con-text{
		margin-top: 5%;
	}
	.about .same-screen .screen-con .con-text .text-p{
		font-size: 1.1rem;
		padding: 0.3rem 1.5rem;
	}
	.about .same-screen .screen-con .con-text .text-p span{
		font-size: 2rem;
	}
	.about .about-work{
		margin: 7% auto 0%;
	}
	.about .about-work .work-one{
		width:95%;
		margin:0% auto;
	}
	.about .about-work .work-one .work-title .title-h h1{
		font-size: 2rem;
		letter-spacing: 8px;
	}
	.about .about-work .work-one .work-msg{
		width: 100%;
		flex-wrap: wrap;
	}
	.about .about-work .work-one .work-img{
		margin: 4% auto;
	}
	.about .about-work .work-one .work-msg .msg-left{
		width: 60%;
		margin: 2% auto;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.about .about-work .work-one .work-msg .msg-right{
		width: 100%;
		margin: 4% auto 0%;
	}
	.about .about-work .work-one .work-msg .msg-right:before{
		display: none;
	}
	.about .about-work .work-one .work-msg .msg-right .all-text{
		padding: 0%;
	}
	.about .about-work .work-msg .msg-right .all-text .text-h h1{
		font-size: 2rem;
	}
	.about .about-work .work-msg .msg-right .all-text .text-p{
		font-size: 1.1rem;
		line-height: 1.8rem;
		letter-spacing: 0px;
		margin-top: 2%;
	}
	.about .about-work .work-two{
		width:95%;
		margin:7% auto 5%;
	}
	.about .about-work .work-two .work-msg{
		flex-wrap: wrap;
	}
	.about .about-work .work-two .work-msg .msg-right{
		width: 100%;
    margin: 3% auto 5%;
	}
	.about .about-work .work-two .work-msg .msg-left{
		width: 100%;
    margin: 0% auto;
	}
	.about .about-work .work-two .work-msg .msg-right .text-h h1{
		font-size: 2.5rem;
		letter-spacing: 0px;
		padding: 0rem;
	}
	.about .about-work .work-two .msg-right .all-text .text-p{
		margin-top: 0%;
	}
	.about .about-work .work-two .work-img{
		width: 100%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.about .about-work .work-two .work-img .msg-img{
		width:100%;
		margin:1% auto;
	}
	.same-btn p{
		padding: 10px 30px;
		font-size: 1.1rem;
	}
	.about .about-certifi .all-certifi{
		width: 95%;
  }
  .about .about-certifi .all-certifi .certifi-title h1{
  	font-size: 2.5rem;
  	margin-bottom: 5%;
  }
	.about .about-certifi .all-certifi .certifi-img{
		width:100%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper{
		padding-bottom: 8%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:250px;
	}
	.contact .same-screen .screen-con{
		top: 40%;
	}
	.contact .same-screen .screen-con .title-h h1{
		font-size:3.5rem;
	}
	.contact .same-screen .screen-con .title-p{
		width:95%;
		font-size: 1rem;
    line-height: 1.5rem;
	}
	.contact .contact-msg{
		width: 90%;
		margin: -8% auto 7%;
	}
	.contact .contact-msg:before{
		width: calc(100% + 4px);
    height: calc(100% + 4px);
	}
	.contact .contact-msg .all-contact{
		padding: 5%;
		flex-wrap: wrap;
	}
	.contact .contact-msg .all-contact .contact-left{
		width:100%;
		margin:0% auto;
	}
	.contact .contact-msg .all-contact .contact-right{
		width:100%;
		margin:4% auto 0%;
	}
	.contact .contact-msg .all-contact .contact-left .form .layui-input{
		margin: 5% 0%;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-p{
		width: 100%;
   	font-size: 1.2rem;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-logo{
		display:none;
		width: 85px;
    margin-left: 5px;
	}
	.contact .contact-msg .all-contact .btn{
		margin-top: 8%;
	}
	.cataloge .same-screen .screen-img img{
		min-height: 150px;
	}
	.cataloge .same-screen .screen-con .title-h h1{
		font-size: 3rem;
	}
	.cataloge .cata-down .down-same{
		width:90%;
		margin: 7% auto;
	}
	.cataloge .cata-down .down-same .all-con{
		flex-wrap: wrap;
		padding:5%;
	}
	.cataloge .cata-down .down-same .all-con .con-img{
		width:100%;
		margin:0% auto 5%;
	}
	.cataloge .cata-down .down-same .all-con .con-text{
		width:100%;
		margin:0% auto;
	}
	.cataloge .cata-down .down-same .all-con .con-text .text-logo{
		margin-bottom:3%;
	}
	.show-form .download{
		width: 80%;
	}
	.show-form .download .form-hide{
		margin-right: -4%;
	}
	.footer .foot-form{
		background-size: auto 100%;
	}
	.footer .foot-form .all-form{
		width:85%;
		margin:0% auto;
		flex-wrap: wrap;
		align-items: center;
	}
	.footer .foot-form .all-form .form-title{
		margin: 0% 0% 4% 0%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 3rem;
	}
	.footer .foot-form .all-form .form-title h1 br{
		display: none;
	}
	.footer .foot-form .all-form .form-left{
		width: 100%;
    margin: 0% auto;
	}
	.footer .foot-form .all-form .form-right{
		width: 100%;
    margin: 5% auto 0%;
	}
	.footer .foot-form .all-form .form .layui-form .btn{
		margin: 6% auto 0%;
	}
	.form .layui-input{
		height: 50px;
    line-height: 50px;
	}
	.form .layui-btn{
		height: 48px;
    line-height: 48px;
	}
	.footer .foot-nav{
		padding: 5% 0% 3.5%;
	}
	.footer .foot-nav .all-nav{
		width:96%;
	}
	.footer .foot-nav .all-nav .nav-top{
		flex-wrap: wrap;
		padding: 0% 1% 1.5% 1%;
	}
	.footer .foot-nav .all-nav .nav-bottom{
		padding: 1.5% 1% 0% 1%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one{
		width: 100%;
    margin: 0% auto 5%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one .foot-logo{
		align-items: center;
		justify-content: center;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one .logo-img{
		width: 100px;
		margin-right:5%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two{
		width: 100%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item{
		flex-wrap: wrap;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link{
		margin:0.2rem;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link h1{
		font-size: 1.3rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con{
		margin:0.5rem 0rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con:nth-child(2){
		margin: 0.5rem 1rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con p{
		font-size: 1rem;
	}
	.footer .foot-bottom{
		padding: 1% 0%;
	}
	.footer .foot-bottom a{
		padding-top: 6px;
	}
	.footer .foot-bottom p{
		font-size: 1rem;
		letter-spacing: 0px;
	}
}
@media screen and (max-width:604px){
	.nav .nav-content{
		width:95%;
	}
	.nav .nav-content .nav-ul ul .li-logo{
		width: 55px;
    padding: 0rem 5px 0rem 0rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		width: calc(100% - 60px);
		font-size: 1.1rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		margin-left: 10px;
	}
	.nav-top{
		margin-top: 66px;
	}
	.auto-hide{
		top: 66px !important;
		padding-top: 1rem;
	}
	.auto-hide .auto-ul h1{
		font-size: 1.3rem;
		letter-spacing: 0px;
	}
	.auto-hide .auto-ul h2{
		font-size: 1.1rem;
	}
	.auto-hide .auto-ul li{
		padding: 5% 0% 0 5%;
	}
	.home .home-screen .slide-con .con-text h1{
		font-size: 1.5rem;
	}
	.home .home-screen .slide-three .slide-con .con-text p{
		font-size:1.1rem;
	}
	.home .home-screen .slide-three .slide-con .con-text h1{
		font-size: 2rem;
	}
	.home .home-screen .slide-two .slide-con .con-text{
		left: 5%;
	}
	.home .home-screen .slide-two .slide-con .con-text h1{
		font-size: 2rem;
	}
	.home .home-screen .slide-two .slide-con .con-text p{
		display: none;
		width: 75%;
    margin: 1.5% 0% 3%;
	}
	.home .home-screen .slide-con .con-text p{
		font-size: 1rem;
    line-height: 1.5rem;
	}
	.home .home-screen .slide-two .slide-con .con-text .text-line{
		display: none;
		width: 18%;
    height: 2px;
	}
	.home .all-pro .pro-msg .pro-item{
		position: relative;
		transform: unset;
    top: unset;
    left: unset;
		height: auto;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-evenly;
		margin:5% auto 2%;
	}
	.home .all-pro .pro-msg .pro-item .item-h{
		margin:0.3rem;
	}
	.home .all-pro .pro-msg .pro-item .item-h h1{
		font-size:0.9rem;
		padding: 5px 10px;
		border-width:1px;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con .all-con{
		flex-wrap: wrap;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con .slide-text{
		position: relative;
		top: unset;
    left: unset;
	}
	.home .home-pro .pro-msg .pro-slide .swiper .swiper-slide{
		padding: 5% 0% 7%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-bc{
		background-size: auto 100%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con{
		width:95%;
		margin: 0% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-con .slide-text h1{
		font-size: 1.5rem;
		padding-left: 0.5rem;
		margin-top:5%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-one{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-two{
		width: 60%;
    margin: 0% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-one .con-scene{
		flex-wrap: wrap;
	}
	.home .home-pro .pro-msg .pro-slide .slide-one .slide-con .con-one .con-scene .scene-img{
		width: 88%;
    margin: 1% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-two .slide-con .all-con .con-one{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-two .slide-con .all-con .con-two{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-two .all-con .con-pro .pro-img:nth-child(2){
		margin: 0% 5%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .all-con .con-one{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .all-con .con-two{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .all-con .con-one .con-pro{
		width:100%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-three .slide-con .slide-text{
		top: 95%;
	}
	.home .home-pro .pro-msg .pro-slide .slide-four .slide-con .all-con .con-one{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-four .slide-con .all-con .con-two{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-five .slide-con .all-con .con-one{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-five .slide-con .all-con .con-two{
		width: 100%;
    margin: 2% auto;
	}
	.home .home-pro .pro-msg .pro-slide .slide-five .slide-con .slide-text h1{
		padding: 5px 1rem;
	}
	.home .all-hot{
		width:92%;
		margin: 7% auto;
	}
	.home .all-hot .hot-title{
		display: none;
		left: 95%;
	}
	.home .all-hot .hot-title h1{
		font-size: 12rem;
	}
	.home .all-hot .hot-msg .msg-con{
		flex-wrap: wrap;
	}
	.home .all-hot .hot-msg .msg-con:before{
		display: none;
	}
	.home .all-hot .hot-msg:before{
		display: none;
	}
	.home .all-hot .hot-msg .msg-con .msg-left{
		width:100%;
		margin:0% auto;
	}
	.home .all-hot .hot-msg .msg-con .msg-right{
		width:80%;
		margin:3% auto;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text{
		bottom: 8%;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-detail .msg-text .text-h h1{
		font-size: 1rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-hide .all-hide .text-h h1{
		font-size: 1.2rem;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a{
		height: 25px;
    line-height: 25px;
    padding: 0px 10px;
	}
	.home .all-hot .hot-msg .msg-con .msg-pro .msg-text .text-btn a p{
		font-size: 1rem;
	}
	.home .home-about{
		background: unset;
		background-position: 0% 10%;
	}
	.home .all-about{
		width:92%;
		margin:0% auto 3%;
	}
	.home .all-about .about-brief .about-con{
		margin: 5% auto 7%;
	}
	.home .all-about .about-brief .about-con .con-h h1{
		font-size: 1.8rem;
		color: #545454;
		margin-bottom:2%;
	}
	.home .all-about .about-brief .about-con .con-p p{
		width: 100%;
    margin: 2% auto 0%;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #545454;
	}
	.home .all-about .about-adv{
		flex-wrap: wrap;
		padding: 5% 2% 2%;
		border-bottom-width: 5px;
	}
	.home .all-about .about-adv .adv-con{
		width: 48%;
		margin:2% 1% 4%;
	}
	.home .all-about .about-adv .adv-con:nth-last-child(1){
		margin-right:0%;
	}
	.home .all-about .about-adv .adv-con .con-img{
		width: 88px;
	}
	.home .all-about .about-adv .adv-con .con-text h1{
		font-size: 1.1rem;
		margin: 10% 0% 3% 0%;
	}
	.home .all-about .about-adv .adv-con .con-text p{
		font-size: 0.8rem;
		letter-spacing: 0px;
	}
	.home .all-about .about-factory .factory-con{
		width:100%;
		flex-wrap: wrap;
	}
	.home .all-about .about-factory .factory-right{
		width: 100%;
		margin:3% auto;
	}
	.home .all-about .about-factory .factory-left{
		width:100%;
		margin:0% auto;
	}
	.home .all-about .about-factory .fac-title .title-h h1{
		font-size: 2rem;
		text-align: center;
	}
	.home .all-about .about-factory .fac-title .title-img{
		width:100%;
	}
	.home .all-about .about-factory .fac-title .title-img img{
		max-height:60px;
	}
	.home .all-about .about-factory .factory-con .con-p{
		font-size: 1rem;
		line-height:1.5rem;
		margin: 6% auto 2%;
	}
	.home .all-about .about-factory .fac-two{
		align-items: center;
		margin: 0% auto;
		flex-direction: column-reverse;
	}
	.home .all-about .about-factory .fac-two .factory-left{
		width: 100%;
		margin: 0% auto;
	}
	.home .all-about .about-factory .fac-two .factory-right{
		width: 100%;
		margin:0% auto 3%;
		padding:0%;
  }
  .home .all-about .about-factory .fac-two .con-p{
  	margin:0%;
  }
	.home .all-work .work-title h1{
		font-size: 4rem;
	}
	.home .all-work .work-slide{
		margin-top: -11%;
    padding: 10% 0% 5%;
	}
	.home .all-work .work-slide .swiper .con-text{
		font-size: 1rem;
	}
	.all-product .same-screen .screen-con{
		transform: translate(-50%,-50%);
		top:50%;
		left: 50%;
		width:90%;
		text-align: center;
	}
	.all-product .same-screen .screen-con .con-h h1{
		font-size: 2rem;
		font-style: unset;
	}
	.all-product .same-screen .screen-con .con-p{
		display: none;
		width:100%;
		margin:1.5% auto 0%;
		font-style: unset;
		font-size: 0.95rem;
		letter-spacing: 0px;
		line-height: 1.3rem;
	}
	.all-product .same-screen .screen-con .con-btn{
		display: none;
	}
	.all-product .same-screen .screen-con .con-btn p{
		font-size: 1.2rem;
		font-style: unset;
	}
	.all-product .all-msg{
		width: 95%;
	}
	.all-product .all-msg .allPro-left .allPro-title:before{
		display: none;
	}
	.all-product .all-msg .allPro-left .allPro-title .title-h h1{
		font-size: 1.5rem;
	}
	.all-product .all-msg .allPro-left .left-item{
		top: 2.5rem;
		width: calc(100% - 3rem) !important;
    padding: 1rem 1.5rem;
	}
	.all-product .all-msg .allPro-left .allPro-title{
		margin-bottom: 2%;
	}
	.all-product .all-msg .allPro-left .left-item .item-title h1{
		font-size: 1.2rem;
	}
	.all-product .all-msg .allPro-left .left-item .item-title .img{
		width: 12px;
    margin: 0px 0px 0px 8px;
	}
	.all-product .all-msg .allPro-left .left-item .item-detail{
		margin: 5% 0%;
	}
	.all-product .all-msg .allPro-left .left-item .item-detail .con-h a{
		margin: 1.5% 0%;
	}
	.all-product .all-msg .allPro-left .left-item .item-detail .con-h h2{
		font-size:1rem;
	}
	.all-product .all-msg .allPro-right .right-img .img-text{
		width: 47%;
    margin: 3% 1.5%;
    box-shadow: 0px 0px 5px rgb(4,0,0,0.05);
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(4n){
		 margin: 3% 1.5%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text:nth-child(3n){
		 margin: 3% 1.5%;
	}
	.all-product .all-msg .allPro-right .right-img .img-text .text-h h1{
		font-size: 1rem;
	}
	.product .pro-infos .pro-info{
		width: 92%;
		flex-wrap: wrap;
		padding:7% 0%;
	}
	.product .pro-infos .pro-info .pro-slide{
		width: 100%;
    margin: 3% auto;
	}
	.product .pro-infos .pro-info .pro-msg{
		width: 100%;
    margin: 5% auto;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h2{
		font-size: 1.5rem;
	}
	.product .pro-infos .pro-info .pro-msg .pro-title h1{
		font-size: 2rem;
		margin: 1% auto 3%;
	}
	.product .pro-infos .pro-info .pro-msg .msg-one{
		padding: 3% 0% 4%;
	}
	.product .pro-infos .pro-info .pro-msg .msg-one .con-p{
		font-size: 1rem;
		line-height: 1.5rem;
		letter-spacing: 0px;
	}
	.product .pro-infos .pro-info .pro-msg .same-btn p{
		padding: 8px 30px;
		font-size: 1.1rem;
	}
	.product .pro-detail{
		padding: 6% 0% 8%;
	}
	.product .pro-detail .detail-title h1{
		font-size: 1.8rem;
	}
	.product .pro-detail .detail-msg{
		width:95%;
		margin:4% auto 0%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.product .pro-detail .detail-msg .detail-img{
		width:48%;
		margin: 1%;
	}
	.product .pro-oem{
		width: 94%;
    margin: 7% auto;
    padding:4% 3%;
    max-width: 615px;
	}
	.product .pro-oem .all-oem{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.product .pro-oem .all-oem .oem-left{
		width: 100%;
    margin: 0% auto;
    padding: 3% 0% 5%;
	}
	.product .pro-oem .all-oem .oem-right{
		width: 100%;
    margin: 0% auto;
	}
	.product .pro-oem .all-oem .oem-left .oem-text{
		padding: 0% 2% 0% 5%;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-title h1{
		font-size: 2rem;
	}
	.product .pro-oem .all-oem .oem-left .oem-text .oem-p{
		font-size: 1rem;
    line-height: 1.5rem;
	}
	.about .same-screen .screen-img img{
		min-height: 200px;
	}
	.about .same-screen .screen-con .con-title h1{
		font-size: 2rem;
	}
	.about .same-screen .screen-con .con-title .title-line{
		width: 20%;
		height: 2px;
	}
	.about .same-screen .screen-con .con-text{
		flex-wrap: wrap;
		margin-top: 5%;
	}
	.about .same-screen .screen-con .con-text .text-p{
		width:100%;
		margin:0.5% auto;
		font-size: 0.9rem;
		padding:0rem;
		border:unset;
	}
	.about .same-screen .screen-con .con-text .text-p br{
		display: none;
	}
	.about .same-screen .screen-con .con-text .text-p span{
		font-size: 1.1rem;
	}
	.about .about-work{
		margin: 10% auto 0%;
	}
	.about .about-work .work-one{
		width:95%;
		margin:0% auto;
	}
	.about .about-work .work-one .work-title .title-h h1{
		font-size: 1.5rem;
		letter-spacing: 0px;
	}
	.about .about-work .work-one .work-msg{
		width: 100%;
		flex-wrap: wrap;
	}
	.about .about-work .work-one .work-img{
		margin: 4% auto 2%;
	}
	.about .about-work .work-one .work-msg .msg-left{
		width: 70%;
		margin: 2% auto;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.about .about-work .work-one .work-msg .msg-right{
		width: 100%;
		margin: 4% auto 0%;
	}
	.about .about-work .work-one .work-msg .msg-right:before{
		display: none;
	}
	.about .about-work .work-one .work-msg .msg-right .all-text{
		padding: 0%;
	}
	.about .about-work .work-msg .msg-right .all-text .text-h h1{
		font-size: 1.5rem;
	}
	.about .about-work .work-msg .msg-right .all-text .text-p{
		font-size: 1rem;
		line-height: 1.5rem;
		letter-spacing: 0px;
		margin-top: 2%;
	}
	.about .about-work .work-two{
		width:95%;
		margin:7% auto 5%;
	}
	.about .about-work .work-two .work-msg{
		flex-wrap: wrap;
	}
	.about .about-work .work-two .work-msg .msg-right{
		width: 100%;
    margin: 3% auto 5%;
	}
	.about .about-work .work-two .work-msg .msg-left{
		width: 100%;
    margin: 0% auto;
	}
	.about .about-work .work-two .work-msg .msg-right .text-h h1{
		font-size: 1.8rem;
		letter-spacing: 0px;
		padding: 0rem;
	}
	.about .about-work .work-two .msg-right .all-text .text-p{
		margin-top: 0%;
	}
	.about .about-work .work-two .work-img{
		width: 100%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.about .about-work .work-two .work-img .msg-img{
		width:100%;
		margin:1% auto;
	}
	.same-btn p{
		padding: 8px 30px;
		font-size: 1rem;
	}
	.about .about-certifi .all-certifi{
		width: 95%;
  }
  .about .about-certifi .all-certifi .certifi-title h1{
  	font-size: 1.8rem;
  	margin-bottom: 5%;
  }
	.about .about-certifi .all-certifi .certifi-img{
		width:100%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper{
		padding-bottom: 8%;
	}
	.about .about-certifi .all-certifi .certifi-img .swiper-slide{
		width:180px;
	}
	.contact .same-screen .screen-con{
		top: 40%;
	}
	.contact .same-screen .screen-con .title-h h1{
		font-size:2.5rem;
	}
	.contact .same-screen .screen-con .title-p{
		display: none;
		width:95%;
		font-size: 1rem;
    line-height: 1.5rem;
	}
	.contact .contact-msg{
		width: 95%;
		margin: -8% auto 10%;
	}
	.contact .contact-msg:before{
		width: calc(100% + 4px);
    height: calc(100% + 4px);
	}
	.contact .contact-msg .all-contact{
		padding: 5%;
		flex-wrap: wrap;
	}
	.contact .contact-msg .all-contact .contact-left{
		width:100%;
		margin:0% auto;
	}
	.contact .contact-msg .all-contact .contact-right{
		width:100%;
		margin:4% auto 0%;
	}
	.contact .contact-msg .all-contact .contact-left .form .layui-input{
		margin: 5% 0%;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-p{
		width: 100%;
   	font-size: 1.1rem;
	}
	.contact .contact-msg .all-contact .contact-right .right-two .right-logo{
		display:none;
		width: 85px;
    margin-left: 5px;
	}
	.contact .contact-msg .all-contact .btn{
		margin-top: 8%;
	}
	.cataloge .same-screen .screen-img img{
		min-height: 120px;
	}
	.cataloge .same-screen .screen-con .title-h h1{
		font-size: 2rem;
	}
	.cataloge .cata-down .down-same{
		width:90%;
		margin: 7% auto;
	}
	.cataloge .cata-down .down-same .all-con{
		flex-wrap: wrap;
		padding:5%;
	}
	.cataloge .cata-down .down-same .all-con .con-img{
		width:100%;
		margin:0% auto 5%;
	}
	.cataloge .cata-down .down-same .all-con .con-text{
		width:100%;
		margin:0% auto;
	}
	.cataloge .cata-down .down-same .all-con .con-text .text-logo{
		width:88px;
		margin:0% auto 5%;
	}
	.cataloge .cata-down .down-same .all-con .con-text .text-msg{
		align-items: flex-start;
	}
	.cataloge .cata-down .down-same .all-con .con-text .text-msg .con-arrow{
		width: 20px;
    margin-right: 15px;
	}
	.cataloge .cata-down .down-same .all-con .con-text .text-msg .text h1{
		font-size: 1.2rem;
	}
	.show-form .download{
		width: 80%;
		padding: 5%;
	}
	.show-form .download .form-hide{
		margin-right: -4%;
	}
	.show-form .download .form-hide img{
		width: 1.5rem;
	}
	.footer .foot-form{
		padding: 10% 0% 8%;
		background-size: auto 100%;
	}
	.footer .foot-form .all-form{
		width:95%;
		margin:0% auto;
		flex-wrap: wrap;
		align-items: center;
	}
	.footer .foot-form .all-form .form-title{
		margin: 0% 0% 4% 0%;
	}
	.footer .foot-form .all-form .form-title h1{
		font-size: 1.8rem;
	}
	.footer .foot-form .all-form .form-title h1 br{
		display: none;
	}
	.footer .foot-form .all-form .form-left{
		width: 100%;
    margin: 0% auto;
	}
	.footer .foot-form .all-form .form-right{
		width: 100%;
    margin: 5% auto 0%;
	}
	.footer .foot-form .all-form .form .layui-form .btn{
		margin: 6% auto 0%;
	}
	.form .layui-input{
		height: 40px;
    line-height: 40px;
	}
	.form .layui-btn{
		height: 40px;
    line-height: 40px;
    padding: 0px 50px;
	}
	.form .layui-btn p{
		font-size:1.1rem;
	}
	.form .layui-form input::-webkit-input-placeholder{ 
		font-size:1.1rem;
	}
	.form .layui-form input:-moz-placeholder{ 
		font-size:1.1rem;
	}
	.form .layui-form input:-ms-input-placeholder{
		font-size:1.1rem;
	}
	.form .layui-form textarea::-webkit-input-placeholder{ 
		font-size:1.1rem;
	}
	.form .layui-form textarea:-moz-placeholder{ 
		font-size:1.1rem;
	}
	.form .layui-form textarea:-ms-input-placeholder{
		font-size:1.1rem;
	}
	.footer .foot-nav{
		padding: 5% 0% 3.5%;
	}
	.footer .foot-nav .all-nav{
		width:96%;
	}
	.footer .foot-nav .all-nav .nav-top{
		flex-wrap: wrap;
		padding: 0% 1% 1.5% 1%;
	}
	.footer .foot-nav .all-nav .nav-bottom{
		padding: 1.5% 1% 0% 1%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one{
		width: 100%;
    margin: 0% auto 5%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one .foot-logo{
		align-items: center;
		justify-content: center;
	}
	.footer .foot-nav .all-nav .nav-top .nav-one .logo-img{
		width: 88px;
		margin-right:5%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two{
		width: 100%;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link{
		margin:5px;
		padding-bottom:0rem;
	}
	.footer .foot-nav .all-nav .nav-top .nav-two .foot-item .item-link h1{
		font-size: 1rem;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con{
		width:100%;
		margin:2% auto;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con:nth-child(2){
		width:100%;
		margin:2% auto;
	}
	.footer .foot-nav .all-nav .nav-bottom .foot-msg .msg-con p{
		font-size: 0.9rem;
	}
	.footer .foot-bottom{
		padding: 1% 0%;
	}
	.footer .foot-bottom a{
		padding-top: 6px;
	}
	.footer .foot-bottom p{
		font-size: 0.9rem;
		letter-spacing: 0px;
	}
}