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: "MyGotham-Bold";
  src: url("font/GOTHAM-BOLD.woff2") format("woff2"),
       url("font/GOTHAM-BOLD.woff") format("woff"),
       url("font/GOTHAM-BOLD.ttf") format("truetype"),
       url("font/GOTHAM-BOLD.eot") format("embedded-opentype"),
       url("font/GOTHAM-BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyGotham-Book";
  src: url("font/GOTHAM-BOOK.woff2") format("woff2"),
       url("font/GOTHAM-BOOK.woff") format("woff"),
       url("font/GOTHAM-BOOK.ttf") format("truetype"),
       url("font/GOTHAM-BOOK.eot") format("embedded-opentype"),
       url("font/GOTHAM-BOOK.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.goog-te-banner-frame{display:none !important;}
.goog-te-gadget-simple img{display:none !important;}
#goog-gt-tt{display:none !important;}
.goog-te-spinner-pos{display:none !important;}
.goog-te-gadget-simple img{display:none !important;}
.goog-te-gadget-simple .goog-te-menu-value span{display:none !important;}
#google_translate_element{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#google_translate_element .goog-te-gadget-simple{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border:unset;
  box-sizing:border-box;
  background-color:transparent;
}
.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{
	display: flex;
  display: -webkit-flex;
  width: 85%;
  margin: 0 auto;
  padding: 2rem 0rem;
}
.nav .nav-content .nav-ul{
	width: 100%;
}
.nav .nav-content .nav-ul ul {
	display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-evenly;
}
.nav .nav-content .nav-ul ul li{
	position:relative;
	padding:0rem 1rem;
}
.nav .nav-content .li-home{
	width:124px;
}
.nav .nav-content .nav-ul ul li a{
	display:block;
}
.nav .nav-content .nav-ul ul li h1{
	font-family:MyGotham-Book;
  font-size: 1.3rem;
  color: #292929;
  transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.nav .nav-content .nav-ul ul li h1:hover{
	color:#f5a505;
}
.nav .nav-content .nav-ul ul .nav-li:hover{
	cursor: pointer;
}
.li-faq h1{
	text-transform: uppercase !important;
}
.nav .nav-content .nav-ul ul .li-lang{
	font-family:MyGotham-Book;
  font-size: 1.1rem;
  color: #979797;
  padding:0rem;
  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: 0px 12px 3px;
  border:1px solid #979797;
  border-radius: 12px;
  box-sizing: border-box;
}
.nav .nav-content .nav-ul .child{
	z-index:2;
	display: block;
	width: max-content;
	background-color: #ffffff !important;
  position: absolute;
  text-align: left;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, -10);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -10);
  transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  box-shadow: 0px 0px 10px rgba(4,0,0,0.11);
}
.nav .nav-content .nav-ul ul .child .child-li:after{
	content:unset;
}
.nav .nav-content .nav-ul .child li{
	display: block;
  padding: 0.5rem 1rem;
}
.nav .nav-content .nav-ul .child li:nth-last-child(1){
	border-bottom:unset;
}
.nav .nav-content .nav-ul .child li a{
	display:inline-block;
}
.nav .nav-content .nav-ul .child li h2{
  font-family:MyGotham-Book;
  font-size: 1.1rem;
  color: #292929;
}
.nav .nav-content .nav-ul .child li h2:hover{
	color:#f5a505;
}
.child-show{
	transform: matrix(1, 0, 0, 1, 0, 10) !important;
  visibility: inherit !important;
  opacity: 1 !important;
}
.child-show{
	transform: matrix(1, 0, 0, 1, 0, 10) !important;
  visibility: inherit !important;
  opacity: 1 !important;
}
.auto-hide{
	display:none;
}
.text-img .img-change{
	transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
}
.text-img:hover .img-change{
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
}
.img-rotate{
	overflow: hidden;
}
.img-rotate img{
	transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.3s cubic-bezier(0.75,0.5,0.5,0.25);
}
.img-rotate:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
.load-nav{
	position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
  transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
}
.load-change{
	position: fixed;
  background-color:#ffffff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
}
.nav-change .load-nav{
	position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
  background-color:#ffffff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
}
.color{
	color:#f5a505;
}
.home{
	overflow: hidden;
}
.home .li-home h1{
	color:#f5a505 !important;
}
.speech .li-speech h1{
	color:#f5a505 !important;
}
.all-product .li-product h1{
	color:#f5a505 !important;
}
.product .li-product h1{
	color:#f5a505 !important;
}
.about .li-about h1{
	color:#f5a505 !important;
}
.faq .li-faq h1{
	color:#f5a505 !important;
}
.contact .li-contact h1{
	color:#f5a505 !important;
}
.home-load{
	position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,0.8);
}
.home-load .slide-bc{
	width: 100%;
  height: 100%;
}
.home-load .slide-bc .load-exhibit{
	width: 85%;
  height: 100%;
  margin:0% auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.home-load .slide-bc .load-exhibit .exhibit-show{
	position: relative;
	margin-top: 50px;
}
.home-load .slide-bc .load-exhibit .exhibit-show:hover{
	cursor: pointer;
}
.home-load .slide-bc .load-exhibit .exhibit-close{
	position: absolute;
	content:"";
	top: -7%;
  right: -6%;
	width: 4%;
	min-width: 25px;
}
.show-exhibit{
	opacity: 1 !important;
  visibility: visible !important;
}
.home .home-screen .slide-content{
	position: relative;
}
.home .home-screen .slide-con{
	position: absolute;
	content:"";
	left:14%;
	bottom:11%;
}
.home .home-screen .slide-con h1{
	font-family: MyGotham-Bold;
	font-size: 3rem;
	color:#292929;
	text-transform: uppercase;
}
.same-title .title-h h1{
	font-family: MyGotham-Bold;
	font-size: 2.5rem;
	color:#292929;
	text-align: center;
	text-transform: uppercase;
}
.same-title .title-p{
	width: 55%;
  margin: 1% auto 0%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.same-title .title-p p{
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#292929;
}
.home .home-item{
	width:100%;
	margin:4% auto;
	max-width: 1920px;
}
.home .home-item .item-msg{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3%;
}
.home .home-item .item-msg .item-con{
	position: relative;
	width:calc(98.2% / 3);
	margin:0.3%;
}
.home .home-item .item-msg .item-con .con-h{
	position: absolute;
	content:"";
	left:8%;
	bottom:10%;
}
.home .home-item .item-msg .item-con .con-h h1{
	font-family: MyGotham-Bold;
	font-size: 1.5rem;
	color:#ffffff;
	line-height: 2.3rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.home .home-text{
	width: 68%;
  margin: 4% auto;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.home .home-text h1{
	font-family: MyGotham-Bold;
	font-size: 2.5rem;
	color:#292929;
	line-height: 3.5rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.home .home-show{
	padding:7% 0%;
	background-position: center;
	background-size:100% 100%;
	background-repeat: repeat-y;
	/*background-attachment: fixed;*/
}
.home .show-one{
	background-image:url(../fodder/home/home-pro-show1.jpg);
}
.home .show-two{
	background-image:url(../fodder/home/home-pro-show2.jpg);
}
.home .home-show .show-con{
	width:50%;
	padding-left:2%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.home .home-show .show-con .con-h h1{
	font-family: MyGotham-Bold;
	font-size: 3rem;
	color:#ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.home .home-show .show-con .con-p p{
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#ffffff;
	margin: 10% 0%;
}
.same-btn a{
	display: inline-block;
	height:40px;
	line-height: 40px;
	padding:0px 30px;
	border-radius:20px;
	border:1px solid #ffffff;
	transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -moz-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
  -ms-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.same-btn a p{
	font-family: MyGotham-Book;
	font-size: 1.2rem;
	color:#ffffff;
	text-transform: capitalize;
}
.same-btn a:hover{
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-color:#353535;
	background-color:#353535;
}
.home .show-two .show-con .con-h h1{
	color: #292929;
}
.home .show-two .show-con .con-p p{
	color: #292929;
}
.home .show-two .show-con .same-btn a{
	border-color: #292929;
}
.home .show-two .show-con .same-btn a p{
	color: #292929;
}
.home .show-two .show-con .same-btn a:hover p{
	color: #ffffff;
}
.home .pro-msg{
	width: 88%;
  margin: 0% auto;
  max-width: 1550px;
  padding:5% 0%;
}
.home .pro-msg .pro-item{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 4%;
}
.home .pro-msg .item-two{
	margin:0rem 5rem;
}
.home .pro-msg .item-con h1{
	font-family: MyGotham-Bold;
	font-size: 1.2rem;
	color:#292929;
	text-align: center;
	text-transform: uppercase;
	padding:10px 20px;
	border:1px solid #292929;
	border-radius: 22px;
  min-width: 200px;
  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);
}
.home .pro-msg .item-con h1:hover{
	cursor: pointer;
	color:#ffffff;
	border-color:#2f448f;
	background-color:#2f448f;
}
.home .pro-msg .pro-detail .pro-slide{
	display: none;
}
.home .pro-msg .pro-detail .slide-img{
	position: relative;
	max-width: 391px;
	margin:0% auto 5%;
}
.home .pro-msg .pro-detail .slide-img .show-img{
	transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.home .pro-msg .pro-detail .slide-img .hide-img{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.home .pro-msg .pro-detail .slide-img:hover .show-img{
	opacity: 0;
	visibility: hidden;
}
.home .pro-msg .pro-detail .slide-img:hover .hide-img{
	opacity: 1;
	visibility: visible;
}
.home .pro-msg .pro-detail .slide-con .con-title{
	font-family: MyGotham-Bold;
	color:#292929;
	text-align: center;
	text-transform: uppercase;
}
.home .pro-msg .pro-detail .slide-con .con-title h2{
	font-size: 1.1rem;
}
.home .pro-msg .pro-detail .slide-con .con-title h1{
	font-size: 1rem;
	margin: 3% 0% 7%;
}
.home .pro-msg .pro-detail .slide-con .con-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.item-h1{
	cursor: pointer;
	color:#ffffff !important;
	border-color:#2f448f !important;
	background-color:#2f448f !important;
}
.home .home-adv{
	padding:5% 0%;
	background-color:#f6f6f6;
}
.home-adv .all-adv{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.home-adv .all-adv .adv-con{
	margin:0rem 3rem;
}
.home-adv .all-adv .adv-con:nth-child(1){
	margin-left:0rem;
}
.home-adv .all-adv .adv-con:nth-last-child(1){
	margin-right:0rem;
}
.home-adv .all-adv .adv-con .con-img{
	width:66px;
	margin:0rem auto 2rem;
	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;
}
.home-adv .all-adv .adv-con .con-p{
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#292929;
	text-align: center;
}
.home-adv .all-adv .adv-con:hover{
	cursor: pointer;
}
.home-adv .all-adv .adv-con:hover .con-img{
	transform: rotateY(180deg);
}
.home .all-oem{
	width: 85%;
  margin: 5% auto;
  max-width: 1400px;
}
.home .all-oem .oem-msg{
	display: flex;
	display:-webkit-flex;
}
.home .all-oem .oem-text .text-h h1{
	font-family: MyGotham-Bold;
	font-size: 2.5rem;
	color:#292929;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.home .all-oem .oem-text .text-p{
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#292929;
	line-height: 1.2rem;
}
.home .all-oem .oem-one{
	align-items: flex-end;
}
.home .all-oem .oem-one .oem-left{
	width:30%;
	margin-right:5%;
	background:url(../fodder/home/home-oem-img1.jpg) no-repeat;
	background-position: center;
	background-size:100% 100%;
}
.home .all-oem .oem-one .oem-left .oem-img{
	opacity: 0;
}
.home .all-oem .oem-one .oem-right{
	width:65%;
}
.home .all-oem .oem-one .oem-right .oem-text .text-p{
	margin:2% 0% 3%;
}
.home .all-oem .oem-one .oem-right .oem-show{
	padding: 3.5% 4%;
	background-color:#f9f9f9;
}
.home .all-oem .oem-one .oem-right .oem-show .imgs{
	padding:3%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	background-color:#ffffff;
}
.home .all-oem .oem-one .oem-right .oem-show .oem-img:nth-child(1){
	margin-right:5px;
}
.home .all-oem .oem-two{
	align-items: center;
	margin-top:3%;
}
.home .all-oem .oem-two .oem-left{
	width:19%;
	margin:0% 2% 0% 1%;
}
.home .all-oem .oem-two .oem-right{
	width:100%;
}
.home .all-oem .oem-two .oem-left .oem-logo{
	display: flex;
	display: -webkit-flex;
	margin-bottom:7%;
}
.home .all-oem .oem-two .oem-right .oem-show{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.home .all-oem .oem-two .oem-right .oem-show .oem-img:nth-child(1){
	margin-right:1%;
}
.home .home-about .about-show{
	display: flex;
	display: -webkit-flex;
}
.home .home-about .about-show .left-logo{
	width:35%;
	min-width: calc(100% - 1206px);
	background-color:rgba(43,52,87,0.95);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.home .home-about .about-show .right-img{
	width:75%;
	max-width: 1206px;
}
.home .all-about{
	width: 85%;
  margin: 3% auto;
  max-width: 1400px;
}
.home .all-about .about-title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.home .all-about .about-title .title-h{
	width:32%;
	margin-right:1%;
	text-align: center;
}
.home .all-about .about-title .title-p{
	width:67%;
}
.home .all-about .about-title .title-h h1{
	font-family: MyGotham-Bold;
	font-size: 3.5rem;
	color:#292929;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.home .all-about .about-title .title-h h4{
	font-family: MyGotham-Bold;
	font-size: 2.3rem;
	color:#292929;
	margin: 2% 0% 10%;
	text-transform: capitalize;
}
.home .all-about .about-title .title-h .img{
	width:31px;
	margin:0% auto;
}
.home .all-about .about-title .title-p p{
	font-family: MyGotham-Book;
	font-size: 1.1rem;
	color:#292929;
	letter-spacing: -0.2px;
	line-height: 1.7rem;
}
.home .all-about .about-work{
	display: flex;
	display: -webkit-flex;
	margin-top:4%;
}
.home .all-about .about-work .work-img:nth-child(2){
	margin:0px 10px;
}
.nav-change{
	margin-top:105px;
}
.all-product .allPro-msg{
	width:88%;
	margin:4% auto 7%;
	max-width: 1630px;
}
.all-product .allPro-msg .allPro-title .title-h h1{
	font-family: MyGotham-Bold;
	font-size: 2.5rem;
	color:#292929;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.5%;
}
.all-product .allPro-msg .allPro-title .title-img{
	width:32px;
	margin:0% auto;
}
.all-product .allPro-msg .allPro-right{
	margin:1% auto;
}
.all-product .allPro-msg .allPro-right .right-img{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.all-product .allPro-msg .allPro-right .right-img .img-text{
	width:calc(98% / 3);
	margin:2% 1% 2% 0%;
}
.all-product .allPro-msg .allPro-right .right-img .img-text:nth-child(3n){
	margin-right:0%;
}
.all-product .allPro-msg .allPro-right .right-img .img-text .text-img{
	position: relative;
	padding: 5% 0%;
	background-color:#f8f8f8;
	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);
  -o-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.all-product .allPro-msg .allPro-right .right-img .img-text .text-img .msg-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.all-product .allPro-msg .allPro-right .right-img .img-text .text-img .hide-img{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	opacity: 0;
	visibility: hidden;
	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);
  -o-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.all-product .allPro-msg .allPro-right .right-img .img-text .text-img .show-img{
	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);
  -o-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.all-product .allPro-msg .allPro-right .right-img .img-text .text-h h1{
	font-family: MyGotham-Book;
	font-size: 1.1rem;
	color:#292929;
	margin-top: 5%;
	text-align: center;
	text-transform: uppercase;
	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);
  -o-transition: all 0.2s cubic-bezier(0.75,0.5,0.5,0.25);
}
.all-product .allPro-msg .allPro-right .right-img .img-text:hover .text-img{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.all-product .allPro-msg .allPro-right .right-img .img-text:hover .text-img .show-img{
	opacity: 0;
	visibility: hidden;
}
.all-product .allPro-msg .allPro-right .right-img .img-text:hover .text-img .hide-img{
	opacity: 1;
	visibility: visible;
}
.all-product .allPro-msg .allPro-right .right-img .img-text:hover h1{
	color:#2b3457;
}
.all-product .allPro-msg .all-page{
	display: flex;
 	display: -webkit-flex;
  justify-content: center;
  padding: 3% 0% 0%;
}
.all-product .allPro-msg .all-page .page{
	margin: 0 10px;
}
.all-product .allPro-msg .all-page .page h1{
	width: 40px;
  height: 38px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: MyGotham-Bold;
  font-size: 1.2rem;
  color: #353535;
  border: 1px solid #eeeeee;
}
.all-product .allPro-msg .all-page .page h1:hover{
	cursor: pointer;
  color: #ffffff;
  background-color: #2b3457;
}
.h-back{
	color: #ffffff !important;
  background-color: #2b3457 !important;
}
.all-product .all-faq{
	width: 80%;
  margin: 3% auto 5%;
  max-width: 1200px;
}
.all-product .all-faq .faq-title h1{
	font-family: MyGotham-Bold;
	font-size: 2.3rem;
	color:#292929;
	text-align: center;
	text-transform: uppercase;
}
.all-product .all-faq .faq-msg{
	margin-top:3%;
}
.all-product .all-faq .faq-msg .msg-con{
	width: 100%;
	margin:4% auto;
}
.all-product .all-faq .faq-msg .msg-con .con-h h4{
	font-family: MyGotham-Bold;
	font-size: 1.2rem;
	color:#292929;
	text-transform: uppercase;
	margin-bottom:1%;
}
.all-product .all-faq .faq-msg .msg-con .con-p p{
	font-family: MyGotham-Book;
	font-size: 1.1rem;
	color:#292929;
}
.product .product-main{
	padding:5% 0%;
}
.product .pro-msg{
	width:85%;
	margin:0% auto;
	max-width: 1400px;
}
.product .pro-msg .pro-link .all-link{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#292929;
	margin-bottom:2%;
}
.product .pro-msg .pro-link .all-link .link-line{
	margin:0px 5px;
}
.product .pro-msg .pro-link .all-link h1{
	color:#292929;
}
.product .pro-msg .pro-link .all-link a:hover h1{
	color:#aaaaaa;
}
.product .pro-msg .all-msg{
	width:100%;
	display: flex;
	display: -webkit-flex;
}
.product .pro-msg .all-msg .pro-left{
	width:62.5%;
	margin-right:4.5%;
}
.product .pro-msg .all-msg .pro-right{
	width:33%;
}
.product .pro-msg .all-msg .pro-left .left-slide{
	display: none;
}
.product .pro-msg .all-msg .pro-left .left-one{
	display: block;
}
.product .pro-msg .all-msg .pro-right .right-title h1{
	font-family: MyGotham-Bold;
	font-size: 2rem;
	color:#292929;
	text-transform: capitalize;
}
.product .pro-msg .all-msg .pro-right .right-title .title-img{
	display: flex;
	display: -webkit-flex;
	margin:5% 0% 7%;
}
.product .pro-msg .all-msg .pro-right .right-color .color-title h4{
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#292929;
	margin-bottom: 3%;
}
.product .pro-msg .all-msg .pro-right .right-slide .slide-img{
	box-sizing: border-box;
	border:1px solid #eeeeee;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.change-slide{
	border-color:#30458f !important;
}
.product .pro-msg .all-msg .pro-right .right-con .right-para{
	margin: 10% 0% 8%;
}
.product .pro-msg .all-msg .pro-right .right-con .para-con{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 7px 0px;
}
.product .pro-msg .all-msg .pro-right .right-con .para-con .con-one{
	margin-right:5px;
}
.product .pro-msg .all-msg .pro-right .right-con .para-con h1{
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#292929;
	letter-spacing: -0.5px;
}
.product .pro-msg .all-msg .pro-right .right-con .right-table{
	display: flex;
	display: -webkit-flex;
	margin-bottom:10%;
}
.product .pro-msg .all-msg .pro-right .right-btn a{
	height:55px;
	line-height:55px;
	padding:0px 10px;
	text-align: center;
	background-color:#30458f;
}
.product .pro-msg .all-msg .pro-right .right-btn a p{
	font-family: MyGotham-Book;
	font-size: 1.3rem;
	color:#ffffff;
	text-transform: capitalize;
}
.product .pro-msg .all-msg .pro-right .right-btn a:hover{
	opacity: 0.8;
}

.product .home-adv .all-adv{
	margin:5% auto;
}
.product .home-adv .all-adv .adv-con .con-p span{
	font-weight: bold;
}
.product .pro-hot .all-hot{
	width:98.5%;
	margin:0% auto;
	max-width: 1920px;
}
.product .all-hot .same-title .title-h h1{
	margin-bottom:2.5%;
}
.product .all-hot .slide-con{
	box-sizing: border-box;
	border:2px solid #eeeeee;
}
.product .all-hot .slide-con .con-img{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  background-color:#f6f6f6;
}
.product .all-hot .slide-con .con-text{
	text-align: center;
	color:#292929;
	padding: 7% 0% 5%;
	letter-spacing: 0.2px;
	background-color:#ffffff;
}
.product .all-hot .slide-con .con-text p{
	font-family: MyGotham-Bold;
	font-size: 1rem;
	margin-bottom:3%;
}
.product .all-hot .slide-con .con-text h1{
	font-family: MyGotham-Book;
	font-size: 1.1rem;
}
.product .pro-show{
	margin:5% auto;
}
.product .pro-show .all-con .con-h h1{
	font-family: MyGotham-Bold;
	font-size: 2.5rem;
	color:#292929;
	text-transform: uppercase;
}
.product .pro-show .all-con .con-p{
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#292929;
	line-height: 1.5rem;
}
.product .pro-show .show-one{
	width:100%;
	display: flex;
  display: -webkit-flex;
  align-items: center;
  background-color:#f2f0f0;
}
.product .pro-show .show-one .show-left{
	width:64%;
	display: flex;
  display: -webkit-flex;
}
.product .pro-show .show-one .show-right{
	width:36%;
}
.product .pro-show .show-one .show-right .all-con .con-p{
	width:80%;
	margin-top:8%;
}
.product .pro-show .show-two .msg-con{
	width:85%;
	margin:3% auto;
	max-width: 1562px;
	display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.product .pro-show .show-two .msg-two{
	flex-direction: initial;
}
.product .pro-show .show-two .msg-con .show-img{
	width:60%;
	display: flex;
  display: -webkit-flex;
  max-width: 781px;
}
.product .pro-show .show-two .msg-con .show-con{
	width:40%;
	min-width: calc(100% - 781px);
}
.product .pro-show .show-two .msg-con .show-con .all-con{
	padding:0% 8%;
}
.product .pro-show .show-two .msg-con .con-h h1{
	margin-bottom:5%;
}
.same-screen{
	position: relative;
}
.same-screen .screen-con{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:90%;
}
.same-screen .screen-con .con-h h1{
	font-family: MyGotham-Bold;
	font-size: 3rem;
	color:#ffffff;
	text-align: center;
	text-transform: uppercase;
}
.same-screen .screen-con .con-p p{
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#ffffff;
	text-align: center;
	margin:2% 0% 3%;
	letter-spacing: 0.5px;
}
.same-screen .screen-con .con-img{
	width:32px;
	margin:0% auto;
}
.about .about-brief .all-brief{
	width:85%;
	margin:5% auto;
	max-width: 1500px;
}
.about .about-brief .brief-msg{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin:1% auto;
}
.about .about-brief .brief-msg .msg-left{
	width:59%;
	margin-right:3.5%;
}
.about .about-brief .brief-msg .msg-right{
	width:37.5%;
}
.about .about-brief .brief-msg .text-h h1{
	margin-bottom:5%;
}
.about .same-text .text-h h1{
	font-family: MyGotham-Bold;
  font-size: 2.3rem;
  color: #292929;
  text-transform: uppercase;
}
.about .same-text .text-p p{
	font-family: MyGotham-Book;
  font-size: 1rem;
  color: #292929;
  line-height: 1.5rem;
  letter-spacing: -0.2px;
}
.about .about-work{
	padding:2% 0%;
	background-color:#f8f8f8;
}
.about .about-work .all-work{
	width:89.5%;
	margin-left:10.5%;
}
.about .about-work .all-work .slide-img{
	display: flex;
	display: -webkit-flex;
}
.about .about-work .all-work .text-h h1{
	margin-bottom:2%;
}
.about .about-exhibition .all-exhibition{
	width:85%;
	margin:5% auto;
	max-width: 1500px;
}
.about .about-exhibition .same-title{
	margin-bottom:3%;
}
.about .about-exhibition .same-title .title-p{
	display: block;
	text-align: center;
	margin:0.8% auto 0%;
}
.about .about-exhibition .exhibition-con{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.about .about-exhibition .exhibition-con .exhibition-left{
	width:50.3%;
	margin-right:1%;
}
.about .about-exhibition .exhibition-con .exhibition-right{
	width:48.7%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff9e7;
}
.about .about-exhibit .all-exhibit{
	width:85%;
	margin:5% auto;
	max-width: 1500px;
}
.about .about-exhibit .exhibit-top{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.about .about-exhibit .exhibit-top .top-img{
	width:65%;
	margin-right:2%;
	display: flex;
	display: -webkit-flex;
}
.about .about-exhibit .exhibit-top .top-title{
	width:33%;
}
.about .about-exhibit .exhibit-top .top-img .exhibit-img:nth-child(1){
	margin-right:2%;
}
.about .about-exhibit .exhibit-top .top-title .text-h h1{
	margin-bottom:5%;
}
.about .about-exhibit .exhibit-bottom{
	display: flex;
	display: -webkit-flex;
	margin-top: 1%;
}
.about .about-exhibit .exhibit-bottom .exhibit-img{
	margin-right:1%;
}
.about .about-exhibit .exhibit-bottom .exhibit-img:nth-last-child(1){
	margin-right:0%;
}
.about .about-video{
	padding:3% 0%;
	background-color:#2b3457;
}
.about .about-video .all-video{
	width:85%;
	margin:0% auto;
	max-width: 1500px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.about .about-video .video-left{
	width:37%;
	margin-right:3%;
}
.about .about-video .video-right{
	position: relative;
	width:60%;
}
.about .about-video .video-left .same-text .text-h h1{
	color: #ffffff;
	margin-bottom:5%;
}
.about .about-video .video-left .same-text .text-p p{
	color: #ffffff;
}
.about .about-video .video-right video{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.about .about-certifi .all-certifi{
	width:85%;
	margin:4% auto 0%;
	max-width: 1500px;
}
.about .about-certifi .same-title .title-p{
	width:58%;
	margin: 1.5% auto 0%;
}
.about .about-certifi .certifi-slide{
	margin-top:4%;
}
.about .about-certifi .certifi-slide .slide-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.about .about-certifi .swiper{
	padding-bottom: 6%;
}
.about .about-certifi .swiper .swiper-pagination-bullet{
	width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0px 8px;
  border:1px solid #eeeeee;
  box-sizing: border-box;
  background: transparent;
}
.about .about-certifi .swiper .swiper-pagination-bullet-active{
	background-color: #f5a505;
}
.about .footer{
	margin-top: 5%;
}
.faq .faq-brief .all-brief{
	width:85%;
	margin:2% auto 0%;
	max-width: 1520px;
}
.faq .faq-brief .brief-con{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin:5% auto;
}
.faq .faq-brief .brief-con .con-left{
	width:51%;
	margin-right:2%;
}
.faq .faq-brief .brief-con .con-right{
	width:47%;
}
.faq .faq-brief .brief-con .con-img{
	display: flex;
	display: -webkit-flex;
}
.faq .faq-brief .brief-con .con-text .h-p{
	margin-bottom: 5%;
}
.faq .faq-brief .brief-con .con-text .h-p:nth-last-child(1){
	margin-bottom: 0%;
}
.faq .faq-brief .brief-con .con-text h2{
	font-family: MyGotham-Bold;
  font-size: 1.2rem;
  color: #292929;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 1%;
}
.faq .faq-brief .brief-con .con-text p{
	font-family: MyGotham-Book;
  font-size: 1.1rem;
  color: #292929;
}
.faq .faq-brief .brief-one .con-img{
	justify-content: flex-end;
}
.faq .faq-brief .brief-two .con-left{
	width:53%;
	margin-right:2%;
}
.faq .faq-brief .brief-two .con-right{
	width:45%;
}
.contact .all-contact{
	width:85%;
	margin:5% auto;
	max-width: 1500px;
	display: flex;
	display: -webkit-flex;
}
.contact .all-contact .msg-left{
	width:47%;
	margin:-1% 6% 0% 0%;
}
.contact .all-contact .msg-right{
	width:47%;
}
.contact .all-contact .msg-left .title-h h1{
	font-family: MyGotham-Bold;
	font-size: 2.7rem;
	color:#292929;
	text-transform: uppercase;
	margin-bottom: 7%;
}
.contact .all-contact .msg-left .form .layui-input{
	height:48px;
	line-height:48px;
	border-radius:5px;
	border: 1px solid rgba(160,160,160,0.22);
}
.contact .all-contact .msg-left .form .layui-textarea{
	border-radius:5px;
	border: 1px solid rgba(160,160,160,0.22);
}
.contact .all-contact .msg-right .map-title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.contact .all-contact .msg-right .map-title h2{
	font-family: MyGotham-Book;
	font-size: 1.05rem;
	color:#292929;
	margin-right:1rem;
}
.contact .all-contact .msg-right .map-title .line{
	width:12%;
	height:1px;
	background-color:#000000;
}
.contact .all-contact .msg-right .map-show{
	width:100%;
	height:400px;
	margin: 2% auto 5%;
	background-color:#2b3457;
}
.contact .all-contact .msg-right .msg-con{
	margin:0% 0% 2% 5%;
}
.contact .all-contact .msg-right .msg-con:nth-last-child(1){
	margin-bottom:0%;
}
.contact .all-contact .msg-right .msg-con .con-top{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.contact .all-contact .msg-right .msg-con .img{
	width:17px;
	margin-right:14px;
}
.contact .all-contact .msg-right .msg-con p{
	font-family: MyGotham-Bold;
	font-size: 1rem;
	color:#292929;
}
.contact .all-contact .msg-right .msg-con .con-top p{
	width:calc(100% - 33px);
}
.contact .all-contact .msg-right .msg-con .con-top p span{
	text-transform: capitalize;
}
.contact .all-contact .msg-right .msg-con .con-bottom{
	margin:5px 0px 0px 33px;
}
.contact .footer .foot-nav{
	position: relative;
	padding-top:5%;
}
.contact .footer{
	margin-top:0%;
}
.contact .footer .foot-nav:before{
	position: absolute;
	content:"";
	left:0%;
	top:0%;
	width:100%;
	height:15%;
	background-color:#f5a505;
}
.contact .footer .foot-form{
	display: none;
}
.footer{
	margin-top:7%;
}
.footer .nav-form .foot-form{
	position: relative;
	padding:6% 0% 8.5%;
	background:url(../fodder/home/foot-bc.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center;
}
.footer .nav-form .foot-form:before{
	position: absolute;
	content:"";
	left:0%;
	bottom:0%;
	width:100%;
	height:11.5%;
	background-color:#f5a505;
}
.footer .foot-form .form-msg{
	position: relative;
  width: 80%;
  margin: 0% auto;
  max-width: 1200px;
}
.footer .foot-form .same-title .title-h h1{
	text-align: center;
}
.footer .foot-form .same-title .title-p p{
	margin: 0.5% auto 3%;
}
.footer .foot-form .form-msg{
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
.footer .foot-form .form-msg .form-left{
	width:43%;
	margin-right:2%;
	display: flex;
	display: -webkit-flex;
}
.footer .foot-form .form-msg .form-right{
	position: relative;
	width:55%;
}
.footer .foot-form .form-msg .form-left .title-h h1{
	font-family: MyGotham-Bold;
	font-size: 4.5rem;
	color:#292929;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.form .btn{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 10% 0% 0%;
}
.form .layui-form-item{
	margin-bottom: 20px;
}
.footer .foot-nav .all-nav{
	width: 85%;
  margin: 0% auto;
  max-width: 1500px;
}
.footer .foot-nav .all-nav .nav-top{
	margin:0%;
	padding:3.5% 0% 2.5%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	border-bottom:1px solid #eeeeee;
}
.footer .foot-nav .nav-one{
	width:20%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.footer .foot-nav .nav-two{
	width:23%;
	margin:0% 1%;
}
.footer .foot-nav .nav-three{
	width:15%;
}
.footer .foot-nav .nav-four{
	width:20%;
	margin:0% 1%;
}
.footer .foot-nav .nav-five{
	width:18%;
}
.footer .foot-nav .nav-title h1{
	font-family: MyGotham-Bold;
	font-size: 1.3rem;
	color:#2f448f;
	text-transform: uppercase;
	margin-bottom:2rem;
}
.footer .foot-nav .foot-item .item-link{
	margin-bottom:1rem;
}
.footer .foot-nav .foot-item .item-link:nth-last-child(1){
	margin-bottom:0%;
}
.footer .foot-nav .foot-item .item-link a{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
}
.footer .foot-nav .foot-item .item-link a h1{
	font-family: MyGotham-Book;
	font-size: 1.1rem;
	color:#2c2c2c;
}
.footer .foot-nav .foot-item .item-link a h1:hover{
	color:#f5a505;
}
.footer .foot-nav .foot-item .item-con{
	margin-bottom: 5.5%;
}
.footer .foot-nav .foot-item .item-con:nth-last-child(1){
	margin-bottom:1rem;
}
.footer .foot-nav .foot-item .item-con p{
	font-family: MyGotham-Book;
	font-size: 1.1rem;
	color:#2c2c2c;
}
.footer .foot-nav .nav-five .foot-down{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.footer .foot-nav .nav-five .foot-down .down-msg{
	width:181px;
	border-radius:10px;
	border:1px solid #eeeeee;
	overflow: hidden;
}
.footer .foot-nav .nav-five .foot-down .down-msg:hover{
	cursor: pointer;
}
.footer .foot-nav .nav-five .foot-down .down-hide{
	display: none;
}
.footer .nav-bottom{
	padding:1.5% 0%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.footer .nav-bottom .foot-text h4{
	font-family: MyGotham-Book;
	font-size: 1.1rem;
	color:#2c2c2c;
}
.footer .nav-bottom .foot-link{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.footer .nav-bottom .foot-link .link-href{
	width:28px;
	margin:0px 5px;
}
.footer .nav-bottom .foot-link .link-href:nth-last-child(1){
	margin-right:0px;
}
.footer .foot-bottom{
	border-top:1px solid #eeeeee;
	font-family: MyGotham-Book;
	font-size: 1rem;
	color:#000000;
	text-align: center;
	padding:0.5% 0%;
	background-color: #f5a505;
}
.footer .foot-bottom a{
	display: inline-block;
}
.footer .foot-bottom p{
	padding:3px;
	color:#ffffff;
}
.form-style{
	position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  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;
}
.form-style .download{
	position: fixed;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 55%;
  padding: 3% 4%;
  border-radius: 15px;
  background-color: rgb(255,255,255);
}
.form-style .download .form-hide{
	text-align: right;
  margin-bottom: 2rem;
  margin-right: -4%;
  margin-top: -2%;
}
.form-style .download .form-hide img{
	width: 2rem;
}
.form-style .download .form-hide img:hover{
	cursor: pointer;
}
.form-style .form .layui-input{
  border-color:#a0a0a0;
  background-color: transparent;
}
.form-style .form .layui-textarea{
  border-color:#a0a0a0;
  background-color: transparent;
}
.form-style .form .btn{
	margin: 5% 0% 0%;
	margin-bottom:0px;
}
.form .layui-input-block{
	margin-left: 0px;
}
.form .layui-input{
	height: 45px;
  line-height: 45px;
  padding-left: 15px;
  font-family:MyGotham-Book;
	font-size:1.2rem;
  color: #292929;
  border-color: transparent;
  border-bottom: 1px solid #a0a0a0;
  background-color: transparent;
}
.form .layui-textarea{
	height: 150px;
  padding: 10px 15px;
  font-family:MyGotham-Book;
	font-size:1.2rem;
  color: #292929;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.form .layui-input:hover{
	border-radius: 5px;
	background-color:rgba(255,255,255,0.22);
}
.form .layui-textarea:hover{
	border-radius: 5px;
	background-color:rgba(255,255,255,0.22);
}
.form .layui-form input::-webkit-input-placeholder{ 
	font-family:MyGotham-Book;
	font-size:1.1rem;
  color: #292929;
}
.form .layui-form input:-moz-placeholder{ 
	font-family:MyGotham-Book;
	font-size:1.1rem;
  color: #292929;
}
.form .layui-form input:-ms-input-placeholder{
	font-family:MyGotham-Book;
	font-size:1.1rem;
  color: #292929;
}
.form .layui-form textarea::-webkit-input-placeholder{ 
	font-family:MyGotham-Book;
	font-size:1.1rem;
  color: #292929;
}
.form .layui-form textarea:-moz-placeholder{ 
	font-family:MyGotham-Book;
	font-size:1.1rem;
  color: #292929;
}
.form .layui-form textarea:-ms-input-placeholder{
	font-family:MyGotham-Book;
	font-size:1.1rem;
  color: #292929;
}
.form .layui-btn{
	font-family:MyGotham-Book;
	font-size:1.2rem;
	text-transform: capitalize;
  color: #ffffff;
  height: 40px;
  line-height:40px;
  padding: 0px 70px;
  border-radius: 0px;
  border-radius: 20px;
  background-color:#2b3457;
}
@media screen and (max-width:991px){
	.nav .nav-content{
		width:90%;
		padding:10px 0px;
		align-items: center;
	}
	.nav .nav-content .nav-ul ul .li-show{
		display:none;
	}
	.nav .nav-content .nav-ul{
		width: 100%;
	}
	.nav .nav-content .li-home{
		width:124px;
		padding:0rem !important;
		margin-right:6px;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		width:calc(100% - 130px);
		display: inline-flex;
    display: -webkit-inline-flex;
		justify-content: flex-end;
    align-items: center; 
    font-size: 1.2rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .lang{
		padding: 0px 10px 3px;
		border-radius: 0px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		display: block;
    margin-left:30px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line{
		width:38px;
    padding:0px 10px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span{
		position: relative;
    display: block;
    height: 15px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-content{
		position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #000000 !important;
    transition: all 1s ease;
    -webkit-transition: all auto 1s ease;
    -moz-transition: all auto 1s ease;
    -ms-transition: all auto 1s ease;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-two{
		top: 7px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line .auto-span .line-three{
		top: 14px;
	}
	.line-onetrans{
		transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
	}
	.line-twotrans{
		opacity: 0;
	}
	.line-threetrans{
		transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
	}
	.auto-hide{
		position: fixed;
		top: 82px;
    height: 100%;
    display: block;
    background-color: #ffffff !important;
    width: 100%;
    padding-top: 1.5rem;
    z-index: 99;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	}
	.auto-show{
		transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
	}
	.auto-hide .auto-ul li{
		padding:1.5% 0% 1.5% 5%;
	}
	.auto-hide .auto-ul li a{
		display:inline-block;
	}
	.auto-hide .auto-ul h1{
		font-family: MyGotham-Book;
  	font-size: 1.5rem;
  	color: #292929;
	}
	.auto-hide .auto-ul .li-product .auto-child  li{
		padding:0.5rem 0rem 0.2rem 2rem;
	}
	.auto-hide .auto-ul h2{
		font-family:MyGotham-Book;
  	font-size: 1.1rem;
  	color: #292929;
  }
  .auto-hide{
  	top:59px;
  }
	.nav-top{
		margin-top:59px;
	}
}
@media screen and (min-width:1500px) and (max-width:1700px){
	.nav-change{
		margin-top: 89px;
	}
	.nav .nav-content{
		width: 90%;
		padding: 1.5rem 0rem;
	}
	.same-title .title-p{
		width: 65%;
	}
	.home .home-item .item-msg .item-con .con-h h1{
		line-height: 2.2rem;
  }
	.home .home-text{
		width: 75%;
	}
	.home .home-show{
		background-size: auto 100%;
	}
	.home-adv .all-adv .adv-con{
		margin: 0rem 2.5rem;
	}
	.home .all-oem .oem-one .oem-left{
		width: 32%;
    margin-right: 3%;
	}
	.home .home-about .about-show .left-logo .img{
		width:300px;
	}
	.all-product .allPro-msg{
		width:90%;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-img{
		padding: 5% 1%;
	}
	.product .product-main{
		padding: 6% 0% 5%;
	}
	.product .pro-msg .pro-link .all-link{
		margin-bottom: 2.5%;
	}
	.product .pro-msg .all-msg .pro-left{
		width: 62%;
    margin-right: 3%;
	}
	.product .pro-msg .all-msg .pro-right{
		width: 35%;
	}
	.product .pro-msg .all-msg .pro-right .right-title h1{
		letter-spacing: -0.5px;
	}
	.about .about-work{
		padding: 2.5% 0% 3%;
	}
	.about .about-work .all-work{
		width: 92.5%;
    margin-left: 7.5%;
	}
	.contact .all-contact .msg-left .title-h h1{
		font-size: 2.5rem;
	}
	.contact .footer .foot-nav:before{
		height: 12%;
	}
	.form-style .download{
		width: 60%;
	}
	.footer .nav-form .foot-form{
		background-size: auto 100%;
	}
	.footer .nav-form .foot-form:before{
		height: 10%;
	}
	.footer .foot-nav .all-nav .nav-top{
		padding: 4% 0% 3%;
	}
	.footer .foot-nav .nav-four{
		width:23%;
	}
	.footer .foot-nav .nav-five{
		width:15%;
	}
	.footer .nav-bottom{
		padding: 1.8% 0%;
	}
}
@media screen and (min-width:1200px) and (max-width:1500px){
	.nav-top{
		margin-top: 89px;
	}
	.nav-change{
		margin-top: 89px;
	}
	.nav .nav-content{
		width: 95%;
		padding: 1.5rem 0rem;
	}
	.load-nav{
		background-color: #ffffff;
	}
	.same-title .title-p{
		width: 75%;
		margin: 1.5% auto 0%;
	}
	.home .home-item{
		margin:5% auto;
	}
	.home .home-item .item-msg{
		margin-top: 4%;
	}
	.home .home-item .item-msg .item-con .con-h h1{
		letter-spacing: 1px;
		line-height: 2.2rem;
  }
	.home .home-text{
		width: 80%;
	}
	.home .home-text h1{
		line-height: 3.2rem;
    letter-spacing: 1.5px;
	}
	.home .home-show{
		background-size: auto 100%;
	}
	.home .home-show .show-con .con-p p{
		margin: 8% 0%;
	}
	.home .pro-msg{
		width:95%;
		padding: 6% 0%;
	}
	.home .pro-msg .item-con h1{
		padding: 8px 20px;
		min-width: 180px;
	}
	.home-adv .all-adv{
		justify-content: space-evenly;
	}
	.home-adv .all-adv .adv-con{
		margin: 0rem 0.5rem;
	}
	.home .all-oem{
		width: 90%;
		margin: 6% auto;
	}
	.home .all-oem .oem-one .oem-left{
		width: 32%;
    margin-right: 3%;
	}
	.home .all-oem .oem-one .oem-right .oem-show{
		padding: 3% 4%;
	}
	.home .all-oem .oem-one .oem-right .oem-show .imgs{
		padding: 2%;
	}
	.home .all-oem .oem-two{
		margin-top: 2%;
	}
	.home .home-about .about-show .left-logo .img{
		width:250px;
	}
	.home .all-about{
		width: 90%;
	}
	.home .all-about .about-title .title-h h4{
		font-size: 2rem;
	}
	.all-product .allPro-msg{
		width:90%;
	}
	.all-product .allPro-msg .allPro-title .title-img{
		width: 28px;
    margin: 0% auto;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-img{
		padding: 5% 1%;
	}
	.product .product-main{
		padding: 6% 0% 5%;
	}
	.product .pro-msg .pro-link .all-link{
		margin-bottom: 2.5%;
	}
	.product .pro-msg{
		width: 92%;
	}
	.product .pro-msg .all-msg .pro-left{
		width: 62%;
    margin-right: 1.5%;
	}
	.product .pro-msg .all-msg .pro-right{
		width: 37.5%;
	}
	.product .pro-msg .all-msg .pro-right .right-title h1{
		letter-spacing: -0.5px;
	}
	.product .pro-hot .all-hot{
		width:92%;
		margin:6% auto;
	}
	.product .all-hot .same-title .title-h h1{
		margin-bottom:3%;
	}
	.product .pro-show .show-two .msg-con{
		width: 88%;
    margin: 3.5% auto;
	}
	.product .pro-show .show-two .msg-con .show-img{
		width:55%;
	}
	.product .pro-show .show-two .msg-con .show-con{
		width:45%;
	}
	.product .pro-show .show-two .msg-con .show-con .all-con{
		padding:0% 6%;
	}
	.same-screen .screen-con .con-h h1{
		font-size: 2.8rem;
	}
	.same-screen .screen-con .con-p p{
		margin: 1.5% 0% 3%;
	}
	.same-screen .screen-con .con-img{
		width: 25px;
 	}
 	.about .about-brief .all-brief{
 		width: 92%;
 	}
 	.about .about-brief .brief-msg{
 		flex-wrap: wrap;
 	}
 	.about .about-brief .brief-msg .msg-left{
 		width: 60%;
    margin-right: 2%;
 	}
 	.about .about-brief .brief-msg .msg-right{
 		width:38%;
 	}
 	.about .same-text .text-p p{
 		letter-spacing: 0px;
 	}
	.about .about-work{
		padding: 3% 0% 3.5%;
	}
	.about .about-work .all-work{
		width: 95%;
    margin-left: 5%;
	}
	.about .about-exhibition .all-exhibition{
		width: 90%;
	}
	.about .about-exhibit .all-exhibit{
		width: 90%;
	}
	.about .about-video{
		padding: 4% 0%;
	}
	.about .about-video .all-video{
		width: 90%;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
	}
	.about .about-certifi .swiper .swiper-pagination-bullet{
		width: 12px;
    height: 12px;
    margin: 0px 6px;
	}
	.faq .faq-brief .all-brief{
		width: 90%;
	}
	.faq .faq-brief .brief-con .con-text h2{
		font-size: 1.1rem;
	}
	.faq .faq-brief .brief-con .con-text p{
		font-size: 1rem;
	}
	.contact .all-contact{
		width: 90%;
	}
	.contact .all-contact .msg-left{
		width: 50%;
    margin: -1% 3% 0% 0%;
	}
	.contact .all-contact .msg-right{
		width:47%;
	}
	.contact .all-contact .msg-left .title-h h1{
		font-size: 2.5rem;
	}
	.contact .footer .foot-nav:before{
		height: 12%;
	}
	.form-style .download{
		width: 70%;
	}
	.footer .nav-form .foot-form{
		padding: 6.5% 0% 8%;
		background-size: auto 100%;
	}
	.footer .nav-form .foot-form:before{
		height: 10%;
	}
	.footer .foot-form .form-msg{
		width: 85%;
	}
	.footer .foot-nav .all-nav{
		width: 90%;
	}
	.footer .foot-nav .all-nav .nav-top{
		padding: 4% 0% 3%;
	}
	.footer .foot-nav .nav-one .foot-logo{
		width:85%;
	}
	.footer .foot-nav .nav-four{
		width:23%;
	}
	.footer .foot-nav .nav-five{
		width:15%;
	}
	.footer .foot-nav .nav-title h1{
		margin-bottom: 1.5rem;
	}
	.footer .nav-bottom{
		padding: 1.8% 0%;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.nav-top{
		margin-top: 79px;
	}
	.nav-change{
		margin-top: 79px;
	}
	.nav .nav-content{
		width: 100%;
		padding: 1.2rem 0rem;
	}
	.nav .nav-content .nav-ul ul li{
		padding: 0rem 0.5rem;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size: 1.2rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size: 1rem;
	}
	.load-nav{
		background-color: #ffffff;
	}
	.home .home-screen .slide-con{
		left: 15%;
    bottom: 10%;
	}
	.home .home-screen .slide-con h1{
		font-size: 2.8rem;
	}
	.same-title .title-p{
		width: 85%;
		margin: 1.5% auto 0%;
	}
	.home .home-item{
		margin:5% auto;
	}
	.home .home-item .item-msg{
		margin-top: 4%;
	}
	.home .home-item .item-msg .item-con .con-h{
		left: 5%;
		bottom: 8%;
	}
	.home .home-item .item-msg .item-con .con-h h1{
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 2rem;
  }
	.home .home-text{
		width: 85%;
		margin:5% auto;
	}
	.home .home-text h1{
		font-size:2.3rem;
		line-height: 3rem;
    letter-spacing: 1px;
	}
	.home .home-show{
		background-size: auto 100%;
	}
	.home .home-show .show-con .con-h h1{
		font-size: 2.5rem;
	}
	.home .home-show .show-con .con-p p{
		margin: 8% 0%;
	}
	.home .pro-msg{
		width:95%;
		padding: 6% 0%;
	}
	.home .pro-msg .item-con h1{
		padding: 6px 20px;
		min-width: 160px;
	}
	.home .pro-msg .pro-detail .slide-con .con-title h2{
		letter-spacing: -0.5px;
	}
	.home .pro-msg .pro-detail .slide-con .con-img .img{
		width:80%;
	}
	.home-adv .all-adv{
		width:100%;
		margin:0% auto;
		flex-wrap: wrap;
	}
	.home-adv .all-adv .adv-con{
		margin:1.5%;
	}
	.home-adv .all-adv .adv-con:nth-last-child(1){
		margin:1.5%;
	}
	.home-adv .all-adv .adv-con .con-img{
		margin: 0rem auto 1.5rem;
	}
	.home .all-oem{
		width: 92%;
		margin: 6% auto;
	}
	.home .all-oem .oem-one .oem-left{
		width: 33%;
    margin-right: 2%;
    background-size: auto 100%;
	}
	.home .all-oem .oem-one .oem-right .oem-show{
		padding: 3% 4%;
	}
	.home .all-oem .oem-one .oem-right .oem-show .imgs{
		padding: 2%;
	}
	.home .all-oem .oem-two{
		margin-top: 2%;
	}
	.home .home-about .about-show .left-logo{
		width:25%;
	}
	.home .home-about .about-show .right-img{
		width: 75%;
	}
	.home .home-about .about-show .left-logo .img{
		width:80%;
	}
	.home .all-about{
		width: 92%;
	}
	.home .all-about .about-title{
		flex-wrap: wrap;
	}
	.home .all-about .about-title .title-h{
		width:100%;
		margin:0.5% auto;
	}
	.home .all-about .about-title .title-p{
		width:100%;
		margin:1% auto;
	}
	.home .all-about .about-title .title-h h1{
		font-size: 3rem;
	}
	.home .all-about .about-title .title-h h4{
		font-size: 1.5rem;
    margin: 1% auto;
	}
	.home .all-about .about-title .title-h .img{
		display: none;
	}
	.all-product .allPro-msg{
		width:95%;
		margin: 5% auto 7%;
	}
	.all-product .allPro-msg .allPro-title .title-img{
		width: 28px;
    margin: 0% auto;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-img{
		padding: 5% 1.5%;
	}
	.all-product .all-faq{
		width: 85%;
	}
	.all-product .all-faq .faq-msg .msg-con .con-p p{
		line-height: 1.3rem;
	}
	.product .product-main{
		padding: 6% 0% 5%;
	}
	.product .pro-msg .pro-link .all-link{
		margin-bottom: 2.5%;
	}
	.product .pro-msg{
		width: 95%;
	}
	.product .pro-msg .all-msg .pro-left{
		width: 58%;
    margin-right: 2%;
	}
	.product .pro-msg .all-msg .pro-right{
		width: 40%;
	}
	.product .pro-msg .all-msg .pro-right .right-title h1{
		letter-spacing: -0.5px;
	}
	.product .pro-msg .all-msg .pro-right .right-btn a{
		height: 50px;
    line-height: 50px;
	}
	.product .pro-hot .all-hot{
		width:95%;
		margin:6% auto;
	}
	.product .all-hot .same-title .title-h h1{
		margin-bottom:3%;
	}
	.product .all-hot .slide-con{
		border-width: 1px;
	}
	.product .pro-show .all-con .con-h h1{
		font-size: 2.3rem;
	}
	.product .pro-show .show-one .show-right .all-con .con-p{
		width: 90%;
    margin-top: 8%;
	}
	.product .pro-show .show-two .msg-con{
		width: 92%;
    margin: 5% auto;
	}
	.product .pro-show .show-two .msg-con .show-img{
		width:55%;
	}
	.product .pro-show .show-two .msg-con .show-con{
		width:45%;
	}
	.product .pro-show .show-two .msg-con .show-con .all-con{
		padding:0% 6%;
	}
	.same-screen .screen-con .con-h h1{
		font-size: 2.5rem;
	}
	.same-screen .screen-con .con-p p{
		margin: 1.5% 0% 3%;
	}
	.same-screen .screen-con .con-img{
		width: 25px;
 	}
 	.about .about-brief .all-brief{
 		width: 80%;
 	}
 	.about .about-brief .all-brief .msg-img{
 		display: flex;
    display: -webkit-flex;
    justify-content: center;
 	}
 	.about .about-brief .brief-msg{
 		flex-wrap: wrap;
 		margin: 0% auto;
 	}
 	.about .about-brief .brief-msg .msg-left{
 		width: 100%;
    margin: 0% auto;
  }
 	.about .about-brief .brief-msg .msg-right{
 		width: 100%;
    margin: 3% auto 0%;
 	}
 	.about .about-brief .brief-msg .text-h h1{
 		margin-bottom: 2%;
 	}
 	.about .same-text .text-p p{
 		letter-spacing: 0px;
 		line-height: 1.7rem;
 	}
	.about .about-work{
		padding: 3% 0% 3.5%;
	}
	.about .about-work .all-work{
		width: 95%;
    margin-left: 5%;
	}
	.about .about-exhibition .all-exhibition{
		width: 90%;
		margin:5% auto 7%;
	}
	.about .about-exhibit .all-exhibit{
		width: 98%;
	}
	.about .about-exhibit .exhibit-top{
		width: 80%;
		max-width: 950px;
		margin: 0% auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.about .about-exhibit .exhibit-top .top-title{
		width:100%;
		margin:0% auto 2%;
	}
	.about .about-exhibit .exhibit-top .top-title .text-h h1{
		margin-bottom: 2%;
	}
	.about .about-exhibit .exhibit-top .top-img{
		width:100%;
		margin:1% auto;
		justify-content: center;
	}
	.about .about-exhibit .exhibit-top .top-img .exhibit-img:nth-child(1){
		margin-right: 1%;
	}
	.about .about-exhibit .exhibit-bottom{
		margin:0% auto;
	}
	.about .about-exhibit .exhibit-bottom .exhibit-img{
		margin-right: 0.8%;
	}
	.about .about-video{
		padding: 4% 0%;
	}
	.about .about-video .all-video{
		width: 95%;
	}
	.about .about-video .video-left{
		width: 39%;
    margin-right: 1%;
	}
	.about .about-video .same-text .text-p p{
		line-height: 1.5rem;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
	}
	.about .about-certifi .swiper .swiper-pagination-bullet{
		width: 12px;
    height: 12px;
    margin: 0px 6px;
	}
	.faq .faq-brief .all-brief{
		width: 80%;
		margin: 5% auto;
	}
	.faq .faq-brief .brief-con{
		margin: 0% auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.faq .faq-brief .brief-con .con-left{
		width:100%;
		margin:2% auto;
	}
	.faq .faq-brief .brief-con .con-right{
		width:100%;
		margin:2% auto;
	}
	.faq .faq-brief .brief-one .con-img{
		justify-content: center;
	}
	.faq .faq-brief .brief-con .con-text .h-p{
		margin-bottom: 3%;
	}
	.faq .faq-brief .brief-con .con-text h2{
		font-size: 1.2rem;
	}
	.faq .faq-brief .brief-con .con-text p{
		font-size: 1.1rem;
	}
	.contact .all-contact{
		width: 92%;
	}
	.contact .all-contact .msg-left{
		width: 50%;
    margin: -1% 3% 0% 0%;
	}
	.contact .all-contact .msg-right{
		width:47%;
	}
	.contact .all-contact .msg-left .title-h h1{
		font-size: 2.2rem;
	}
	.contact .footer .foot-nav:before{
		height: 10%;
	}
	.form-style .download{
		width: 70%;
	}
	.footer .nav-form .foot-form{
		padding: 6.5% 0% 8%;
		background-size: auto 100%;
	}
	.footer .nav-form .foot-form:before{
		height: 8%;
	}
	.footer .foot-form .form-msg{
		width: 90%;
	}
	.footer .foot-form .form-msg .form-left .title-h h1{
		font-size: 4rem;
	}
	.footer .foot-nav .all-nav{
		width: 92%;
	}
	.footer .foot-nav .all-nav .nav-top{
		flex-wrap: wrap;
		padding: 4% 0% 3%;
	}
	.footer .foot-nav .nav-one{
		width:100%;
		margin:0% auto 3%;
	}
	.footer .foot-nav .nav-one .foot-logo{
		width:200px;
		margin:0% auto;
	}
	.footer .foot-nav .nav-two{
		width:28%;
		margin:0% 2% 0% 0%;
	}
	.footer .foot-nav .nav-three{
		width:18%;
	}
	.footer .foot-nav .nav-four{
		width:32%;
		margin:0% 1%;
	}
	.footer .foot-nav .nav-five{
		width:18%;
	}
	.footer .foot-nav .nav-title h1{
		margin-bottom: 1.5rem;
	}
	.footer .nav-bottom{
		padding: 1.8% 0%;
	}
	.footer .nav-bottom .foot-text h4{
		font-size: 1rem;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.load-nav{
		background-color: #ffffff;
	}
	.home .home-screen .slide-con{
		left: 15%;
    bottom: 10%;
	}
	.home .home-screen .slide-con h1{
		font-size: 2.5rem;
	}
	.same-title .title-p{
		width: 80%;
		margin: 2% auto 0%;
		text-align: center;
    justify-content: flex-start;
	}
	.same-title .title-p p{
		font-size: 0.9rem;
	}
	.same-title .title-p p br{
		display: none;
	}
	.home .home-item{
		margin:6% auto;
	}
	.home .home-item .item-msg{
		width: 95%;
    margin: 4% auto;
    flex-wrap: wrap;
	}
	.home .home-item .item-msg .item-con{
		width:48%;
		margin:1%;
	}
	.home .home-item .item-msg .item-con .con-h{
		left: 5%;
		bottom: 8%;
	}
	.home .home-item .item-msg .item-con .con-h h1{
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 2rem;
  }
	.home .home-text{
		width:85%;
		margin:5% auto 6%;
		justify-content:flex-start;
	}
	.home .home-text h1{
		font-size:2rem;
		line-height: 2.5rem;
    letter-spacing: 1px;
    text-align: center;
	}
	.home .home-text h1 br{
		display: none;
	}
	.home .home-show{
		background-size: auto 100%;
	}
	.home .home-show .show-con .con-h h1{
		font-size: 2.2rem;
	}
	.home .home-show .show-con .con-p p{
		margin: 8% 0%;
	}
	.home .home-show .show-con .con-p p br{
		display: none;
	}
	.same-btn a{
		height: 35px;
    line-height: 35px;
    padding: 0px 25px;
	}
	.same-btn a p{
		font-size: 1rem;
	}
	.home .pro-msg{
		width:95%;
		padding: 6% 0%;
	}
	.home .pro-msg .pro-item{
		justify-content: space-evenly;
	}
	.home .pro-msg .item-con{
		margin:0rem;
	}
	.home .pro-msg .item-con:nth-child(2){
		margin:0rem 1rem;
	}
	.home .pro-msg .item-con h1{
		font-size: 1.1rem;
		padding: 5px 20px;
		min-width: 130px;
	}
	.home .pro-msg .pro-detail .slide-con .con-title h2{
		font-size: 1rem;
		letter-spacing: -0.5px;
	}
	.home .pro-msg .pro-detail .slide-con .con-img .img{
		width:70%;
	}
	.home .home-adv{
		padding: 3% 0%;
	}
	.home-adv .all-adv{
		width:100%;
		margin:0% auto;
		flex-wrap: wrap;
	}
	.home-adv .all-adv .adv-con{
		margin:2%;
	}
	.home-adv .all-adv .adv-con:nth-last-child(1){
		margin:1.5%;
	}
	.home-adv .all-adv .adv-con .con-img{
		margin: 0rem auto 1.5rem;
	}
	.home .all-oem{
		width: 92%;
		margin: 6% auto;
	}
	.home .all-oem .oem-msg{
		flex-wrap: wrap;
	}
	.home .all-oem .oem-one .oem-left{
		width: 33%;
    margin-right: 2%;
    background-size: auto 100%;
	}
	.home .all-oem .oem-one .oem-right .oem-show{
		padding: 3% 4%;
	}
	.home .all-oem .oem-one .oem-right .oem-show .imgs{
		padding: 2%;
	}
	.home .all-oem .oem-two{
		margin-top: 2%;
	}
	.home .home-about .about-show .left-logo{
		display: none;
	}
	.home .home-about .about-show .right-img{
		width: 100%;
	}
	.home .home-about .about-show .left-logo .img{
		width:80%;
	}
	.home .all-about{
		width: 92%;
	}
	.home .all-about .about-title{
		flex-wrap: wrap;
	}
	.home .all-about .about-title .title-h{
		width:100%;
		margin:0.5% auto;
	}
	.home .all-about .about-title .title-p{
		width:100%;
		margin:1% auto;
	}
	.home .all-about .about-title .title-h h1{
		font-size: 3rem;
	}
	.home .all-about .about-title .title-h h4{
		font-size: 1.2rem;
    margin: 1% auto;
	}
	.home .all-about .about-title .title-h .img{
		display: none;
	}
	.home .all-about .about-title .title-p p{
		font-size: 1rem;
		letter-spacing:0px;
	}
	.all-product .allPro-msg{
		width:95%;
		margin: 5% auto 7%;
	}
	.all-product .allPro-msg .allPro-title .title-h h1{
		font-size: 2.5rem;
	}
	.all-product .allPro-msg .allPro-title .title-img{
		width: 25px;
    margin: 0% auto;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-img{
		padding: 6% 2%;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-h h1{
		font-size: 1.05rem;
	}
	.all-product .allPro-msg .all-page{
		padding: 5% 0% 0%;
	}
	.all-product .allPro-msg .all-page .page h1{
		width: 35px;
    height: 35px;
    font-size: 1.1rem;
	}
	.all-product .all-faq{
		width: 88%;
    margin: 5% auto 7%;
	}
	.all-product .all-faq .faq-msg .msg-con .con-p p{
		line-height: 1.3rem;
	}
	.product .product-main{
		padding: 7% 0% 2%;
	}
	.product .pro-msg .pro-link .all-link{
		margin-bottom: 2%;
	}
	.product .pro-msg{
		width: 90%;
	}
	.product .pro-msg .all-msg{
		flex-wrap: wrap;
	}
	.product .pro-msg .all-msg .pro-left{
		width: 100%;
    margin: 2% auto;
	}
	.product .pro-msg .all-msg .pro-right{
		width: 100%;
    margin: 2% auto;
	}
	.product .pro-msg .all-msg .pro-right .right-title h1{
		letter-spacing: -0.5px;
	}
	.product .pro-msg .all-msg .pro-right .right-title .title-img{
		margin: 2% 0% 5%;
	}
	.product .pro-msg .all-msg .pro-right .right-con .right-para{
		margin: 5% 0%;
	}
	.product .pro-msg .all-msg .pro-right .right-slide .swiper{
		padding:2px;
	}
	.product .pro-msg .all-msg .pro-right .right-con .right-table{
		margin-bottom: 6%;
	}
	.product .pro-msg .all-msg .pro-right .right-btn a{
		height: 50px;
    line-height: 50px;
	}
	.product .pro-hot .all-hot{
		width:90%;
		margin:6% auto;
	}
	.product .all-hot .same-title .title-h h1{
		margin-bottom:3%;
	}
	.product .all-hot .slide-con{
		border-width: 1px;
	}
	.product .pro-show .all-con .con-h h1{
		font-size: 2rem;
	}
	.product .pro-show .show-one .show-right .all-con .con-p{
		width: 100%;
    margin-top: 6%;
	}
	.product .pro-show .show-two .msg-con{
		width: 95%;
    margin: 5% auto;
	}
	.product .pro-show .show-two .msg-con .show-img{
		width:55%;
	}
	.product .pro-show .show-two .msg-con .show-con{
		width:45%;
	}
	.product .pro-show .show-two .msg-con .show-con .all-con{
		padding:0% 6%;
	}
	.same-screen .screen-con .con-h h1{
		font-size: 2.2rem;
	}
	.same-screen .screen-con .con-p p{
		font-size: 0.9rem;
		margin: 1.5% 0% 3%;
	}
	.same-screen .screen-con .con-img{
		width: 22px;
 	}
 	.about .about-brief .all-brief{
 		width: 80%;
 	}
 	.about .about-brief .all-brief .msg-img{
 		display: flex;
    display: -webkit-flex;
    justify-content: center;
 	}
 	.about .about-brief .brief-msg{
 		flex-wrap: wrap;
 		margin: 0% auto;
 	}
 	.about .about-brief .brief-msg .msg-left{
 		width: 100%;
    margin: 0% auto;
  }
 	.about .about-brief .brief-msg .msg-right{
 		width: 100%;
    margin: 3% auto 0%;
 	}
 	.about .about-brief .brief-msg .text-h h1{
 		margin-bottom: 2%;
 	}
 	.about .same-text .text-p p{
 		letter-spacing: 0px;
 		line-height: 1.7rem;
 	}
	.about .about-work{
		padding: 3% 0% 3.5%;
	}
	.about .about-work .all-work{
		width: 95%;
    margin-left: 5%;
	}
	.about .about-exhibition .all-exhibition{
		width: 90%;
		margin:5% auto 7%;
	}
	.about .about-exhibit .all-exhibit{
		width: 98%;
	}
	.about .about-exhibit .exhibit-top{
		width: 90%;
		max-width: 950px;
		margin: 0% auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.about .about-exhibit .exhibit-top .top-title{
		width:100%;
		margin:0% auto 2%;
	}
	.about .about-exhibit .exhibit-top .top-title .text-h h1{
		margin-bottom: 2%;
	}
	.about .about-exhibit .exhibit-top .top-img{
		width:100%;
		margin:1% auto;
		justify-content: center;
	}
	.about .about-exhibit .exhibit-top .top-img .exhibit-img:nth-child(1){
		margin-right: 1%;
	}
	.about .about-exhibit .exhibit-bottom{
		margin:0% auto;
	}
	.about .about-exhibit .exhibit-bottom .exhibit-img{
		margin-right: 0.8%;
	}
	.about .about-video{
		padding: 4% 0%;
	}
	.about .about-video .all-video{
		width: 85%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.about .about-video .video-left{
		width: 100%;
    margin: 2% auto;
	}
	.about .about-video .video-right{
		width: 100%;
    margin: 2% auto;
	}
	.about .about-video .same-text .text-p p{
		line-height: 1.5rem;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
	}
	.about .about-certifi .swiper .swiper-pagination-bullet{
		width: 12px;
    height: 12px;
    margin: 0px 6px;
	}
	.faq .faq-brief .all-brief{
		width: 85%;
		margin: 5% auto;
	}
	.faq .faq-brief .brief-con{
		margin: 0% auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.faq .faq-brief .brief-con .con-left{
		width:100%;
		margin:2% auto;
	}
	.faq .faq-brief .brief-con .con-right{
		width:100%;
		margin:2% auto;
	}
	.faq .faq-brief .brief-one .con-img{
		justify-content: center;
	}
	.faq .faq-brief .brief-con .con-text .h-p{
		margin-bottom: 3%;
	}
	.faq .faq-brief .brief-con .con-text h2{
		font-size: 1.2rem;
	}
	.faq .faq-brief .brief-con .con-text p{
		font-size: 1.1rem;
	}
	.contact .all-contact{
		width: 80%;
		flex-wrap: wrap;
	}
	.contact .all-contact .msg-left{
		width: 100%;
		margin:2% auto;
	}
	.contact .all-contact .msg-right{
		width: 100%;
		margin:2% auto;
	}
	.contact .all-contact .msg-left .title-h h1{
		font-size: 2.2rem;
		margin-bottom: 5%;
	}
	.contact .footer .foot-nav:before{
		height: 5%;
	}
	.form-style .download{
		width: 75%;
	}
	.form-style .download .form-hide{
		margin-bottom: 1rem;
	}
	.footer .nav-form .foot-form{
		padding: 6.5% 0% 8%;
		background-size: auto 100%;
	}
	.footer .nav-form .foot-form:before{
		height: 8%;
	}
	.footer .foot-form .form-msg{
		width: 92%;
	}
	.footer .foot-form .form-msg .form-left .title-h h1{
		font-size: 4rem;
	}
	.footer .foot-nav .all-nav{
		width: 92%;
	}
	.footer .foot-nav .all-nav .nav-top{
		flex-wrap: wrap;
		padding: 4% 0%;
		justify-content: flex-start;
	}
	.footer .foot-nav .nav-one{
		width:100%;
		margin:0% auto 3%;
	}
	.footer .foot-nav .nav-one .foot-logo{
		width:200px;
		margin:0% auto;
	}
	.footer .foot-nav .nav-two{
		width:37%;
		margin:0% 0% 0% 0%;
	}
	.footer .foot-nav .nav-three{
		width:20%;
		margin:0% 2%;
	}
	.footer .foot-nav .nav-four{
		width:39%;
		margin:0% 0% 0% 0%;
	}
	.footer .foot-nav .nav-five{
		width:25%;
		margin:5% 0% 0% 0%;
	}
	.footer .foot-nav .nav-title h1{
		margin-bottom: 1.5rem;
	}
	.footer .nav-bottom{
		padding: 1.8% 0%;
	}
	.footer .nav-bottom .foot-text h4{
		font-size: 0.9rem;
	}
	.footer .foot-bottom{
		font-size: 0.9rem;
	}
}
@media screen and (min-width:605px) and (max-width:767px){
	.load-nav{
		background-color: #ffffff;
	}
	.home .home-screen .slide-con{
		left: 15%;
    bottom: 10%;
	}
	.home .home-screen .slide-con h1{
		font-size: 2.2rem;
	}
	.same-title .title-h h1{
		font-size: 2.2rem;
	}
	.same-title .title-p{
		width: 80%;
		margin: 2% auto 0%;
		text-align: center;
    justify-content: flex-start;
	}
	.same-title .title-p p{
		font-size: 0.9rem;
	}
	.same-title .title-p p br{
		display: none;
	}
	.home .home-item{
		margin:6% auto;
	}
	.home .home-item .item-msg{
		width: 98%;
    margin: 4% auto;
    flex-wrap: wrap;
	}
	.home .home-item .item-msg .item-con{
		width:49%;
		margin:0.5%;
	}
	.home .home-item .item-msg .item-con .con-h{
		left: 5%;
		bottom: 8%;
	}
	.home .home-item .item-msg .item-con .con-h h1{
		font-size: 1.3rem;
		letter-spacing: 0.5px;
		line-height: 2rem;
  }
	.home .home-text{
		width:92%;
		margin:5% auto 6%;
		justify-content:flex-start;
	}
	.home .home-text h1{
		font-size:1.8rem;
		line-height: 2.2rem;
    letter-spacing: 1px;
    text-align: center;
	}
	.home .home-text h1 br{
		display: none;
	}
	.home .home-show{
		background-size: auto 100%;
	}
	.home .home-show .show-con .con-h h1{
		font-size: 2rem;
	}
	.home .home-show .show-con .con-h h1 br{
		display: none;
	}
	.home .home-show .show-con .con-p p{
		font-size: 0.9rem;
		margin: 6% 0%;
	}
	.home .home-show .show-con .con-p p br{
		display: none;
	}
	.same-btn a{
		height: 32px;
    line-height: 32px;
    padding: 0px 25px;
	}
	.same-btn a p{
		font-size: 0.9rem;
	}
	.home .pro-msg{
		width:95%;
		padding: 6% 0%;
	}
	.home .pro-msg .pro-item{
		justify-content: space-evenly;
	}
	.home .pro-msg .item-con{
		width:calc(100% / 3);
		margin:0rem;
	}
	.home .pro-msg .item-con:nth-child(2){
		margin:0rem 1rem;
	}
	.home .pro-msg .item-con h1{
		font-size: 1rem;
		padding: 5px 20px;
		min-width: unset;
	}
	.home .pro-msg .pro-detail .slide-con .con-title h2{
		font-size: 1rem;
		letter-spacing: -0.5px;
	}
	.home .pro-msg .pro-detail .slide-con .con-img .img{
		width:70%;
	}
	.home .home-adv{
		padding: 3% 0%;
	}
	.home-adv .all-adv{
		width:100%;
		margin:0% auto;
		flex-wrap: wrap;
	}
	.home-adv .all-adv .adv-con{
		width:calc(94% / 3);
		margin:2% 1%;
	}
	.home-adv .all-adv .adv-con:nth-last-child(1){
		margin:2% 1%;
	}
	.home-adv .all-adv .adv-con .con-img{
		margin: 0rem auto 1.5rem;
	}
	.home-adv .all-adv .adv-con .con-p{
		font-size: 0.9rem;
	}
	.home .all-oem{
		width: 92%;
		margin: 6% auto;
	}
	.home .all-oem .oem-msg{
		flex-wrap: wrap;
	}
	.home .all-oem .oem-one .oem-left{
		width: 100%;
    margin: 2% auto;
    background: unset;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
	}
	.home .all-oem .oem-one .oem-left .oem-img{
		opacity: 1;
	}
	.home .all-oem .oem-one .oem-right{
		width: 100%;
    margin: 4% auto 0%;
	}
	.home .all-oem .oem-text .text-h h1{
		font-size: 2.2rem;
	}
	.home .all-oem .oem-one .oem-right .oem-text .text-p{
		margin: 3% 0% 5%;
	}
	.home .all-oem .oem-one .oem-right .oem-show{
		padding:2%;
	}
	.home .all-oem .oem-one .oem-right .oem-show .imgs{
		padding: 1.5%;
	}
	.home .all-oem .oem-two{
		margin-top: 2%;
	}
	.home .home-about .about-show .left-logo{
		display: none;
	}
	.home .home-about .about-show .right-img{
		width: 100%;
	}
	.home .home-about .about-show .left-logo .img{
		width:80%;
	}
	.home .all-about{
		width: 92%;
	}
	.home .all-about .about-title{
		flex-wrap: wrap;
	}
	.home .all-about .about-title .title-h{
		width:100%;
		margin:0.5% auto;
	}
	.home .all-about .about-title .title-p{
		width:100%;
		margin:1% auto;
	}
	.home .all-about .about-title .title-h h1{
		font-size: 2.5rem;
	}
	.home .all-about .about-title .title-h h4{
		font-size: 1.1rem;
    margin: 1% auto;
	}
	.home .all-about .about-title .title-h .img{
		display: none;
	}
	.home .all-about .about-title .title-p p{
		font-size: 1rem;
		letter-spacing:0px;
	}
	.home .all-about .about-work .work-img:nth-child(2){
		margin: 0px 5px;
	}
	.all-product .allPro-msg{
		width:95%;
		margin: 5% auto 7%;
	}
	.all-product .allPro-msg .allPro-title .title-h h1{
		font-size: 2.2rem;
		margin-bottom: 2%;
	}
	.all-product .allPro-msg .allPro-title .title-img{
		width: 20px;
    margin: 0% auto;
	}
	.all-product .allPro-msg .allPro-right{
		margin: 2% auto;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text{
		width: calc(96% / 2);
    margin: 2% 1%;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text:nth-child(3n){
		margin: 2% 1%;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-img{
		padding: 6% 2%;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-h h1{
		font-size: 1.05rem;
	}
	.all-product .allPro-msg .all-page{
		padding: 5% 0% 0%;
	}
	.all-product .allPro-msg .all-page .page h1{
		width: 35px;
    height: 35px;
    font-size: 1.1rem;
	}
	.all-product .all-faq{
		width: 90%;
    margin: 5% auto 7%;
	}
	.all-product .all-faq .faq-msg .msg-con{
		margin: 5% auto;
	}
	.all-product .all-faq .faq-msg .msg-con .con-h h4{
		font-size: 1.1rem;
		margin-bottom: 2%;
	}
	.all-product .all-faq .faq-msg .msg-con .con-p p{
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.product .product-main{
		padding: 7% 0% 2%;
	}
	.product .pro-msg .pro-link .all-link{
		margin-bottom: 2%;
	}
	.product .pro-msg{
		width: 90%;
	}
	.product .pro-msg .all-msg{
		flex-wrap: wrap;
	}
	.product .pro-msg .all-msg .pro-left{
		width: 100%;
    margin: 2% auto;
	}
	.product .pro-msg .all-msg .pro-right{
		width: 100%;
    margin: 2% auto;
	}
	.product .pro-msg .all-msg .pro-right .right-title h1{
		letter-spacing: -0.5px;
	}
	.product .pro-msg .all-msg .pro-right .right-title .title-img{
		margin: 2% 0% 5%;
	}
	.product .pro-msg .all-msg .pro-right .right-con .right-para{
		margin: 5% 0%;
	}
	.product .pro-msg .all-msg .pro-right .right-slide .swiper{
		padding:2px;
	}
	.product .pro-msg .all-msg .pro-right .right-con .right-table{
		margin-bottom: 6%;
	}
	.product .pro-msg .all-msg .pro-right .right-btn a{
		height: 50px;
    line-height: 50px;
	}
	.product .pro-hot .all-hot{
		width:90%;
		margin:8% auto;
	}
	.product .all-hot .same-title .title-h h1{
		margin-bottom:5%;
	}
	.product .all-hot .slide-con{
		border-width: 1px;
	}
	.product .pro-show .all-con .con-h h1{
		font-size: 2rem;
	}
	.product .pro-show .show-one{
		flex-wrap: wrap;
	}
	.product .pro-show .show-one .show-left{
		width:100%;
		margin:0% auto;
	}
	.product .pro-show .show-one .show-right{
		width:90%;
		margin:0% auto;
		padding:5%;
	}
	.product .pro-show .show-one .show-right .all-con .con-p{
		width: 100%;
    margin-top: 2%;
	}
	.product .pro-show .show-two .msg-con{
		width: 90%;
    margin: 5% auto;
    flex-wrap: wrap;
	}
	.product .pro-show .show-two .msg-con .show-img{
		width: 100%;
    margin-top: 0%;
	}
	.product .pro-show .show-two .msg-con .show-con{
		width:90%;
		margin:0% auto;
		padding:5% 0% 0%;
	}
	.product .pro-show .show-two .msg-con .show-con .all-con{
		padding:0%;
	}
	.product .pro-show .show-two .msg-con .con-h h1{
		margin-bottom: 2%;
	}
	.same-screen .screen-con .con-h h1{
		font-size: 2rem;
	}
	.same-screen .screen-con .con-p p{
		font-size: 0.9rem;
		margin: 1.5% 0% 0%;
	}
	.same-screen .screen-con .con-img{
		display: none;
		width: 22px;
 	}
 	.about .about-brief .all-brief{
 		width: 88%;
 		margin: 7% auto;
 	}
 	.about .about-brief .all-brief .msg-img{
 		display: flex;
    display: -webkit-flex;
    justify-content: center;
 	}
 	.about .about-brief .brief-msg{
 		flex-wrap: wrap;
 		margin: 0% auto;
 	}
 	.about .about-brief .brief-msg .msg-left{
 		width: 100%;
    margin: 0% auto;
  }
 	.about .about-brief .brief-msg .msg-right{
 		width: 100%;
    margin: 3% auto 0%;
 	}
 	.about .about-brief .brief-msg .text-h h1{
 		margin-bottom: 2%;
 	}
 	.about .same-text .text-h h1{
 		font-size: 2rem;
 	}
 	.about .same-text .text-p p{
 		letter-spacing: 0px;
 		line-height: 1.7rem;
 	}
	.about .about-work{
		padding: 4% 0% 5%;
	}
	.about .about-work .all-work{
		width: 95%;
    margin-left: 5%;
	}
	.about .about-work .all-work .text-h h1{
		margin-bottom: 3%;
	}
	.about .about-exhibition .all-exhibition{
		width: 90%;
		margin:5% auto 7%;
	}
	.about .about-exhibition .same-title{
		margin-bottom: 4%;
	}
	.about .about-exhibition .same-title .title-p{
		margin: 1% auto 0%;
	}
	.about .about-exhibition .exhibition-con{
		flex-wrap: wrap;
	}
	.about .about-exhibition .exhibition-con .exhibition-left{
		width:100%;
		margin:0% auto 2%;
	}
	.about .about-exhibition .exhibition-con .exhibition-right{
		width:100%;
		padding:3% 5%;
		margin:0% auto;
	}
	.about .about-exhibit .all-exhibit{
		width: 90%;
	}
	.about .about-exhibit .exhibit-top{
		width: 100%;
		max-width: 950px;
		margin: 0% auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.about .about-exhibit .exhibit-top .top-title{
		width:100%;
		margin:0% auto 2%;
	}
	.about .about-exhibit .exhibit-top .top-title .text-h h1{
		margin-bottom: 2%;
	}
	.about .about-exhibit .exhibit-top .top-img{
		width:100%;
		margin:1% auto;
		justify-content: center;
	}
	.about .about-exhibit .exhibit-top .top-img .exhibit-img:nth-child(1){
		margin-right: 1%;
	}
	.about .about-exhibit .exhibit-bottom{
		margin:0% auto;
		flex-wrap: wrap;
	}
	.about .about-exhibit .exhibit-bottom .exhibit-img{
		width:49.5%;
		margin:0.5% 1% 0.5% 0%;
	}
	.about .about-exhibit .exhibit-bottom .exhibit-img:nth-child(2n){
		margin:0.5% 0% 0.5% 0%;
	}
	.about .about-video{
		padding: 4% 0%;
	}
	.about .about-video .all-video{
		width: 90%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.about .about-video .video-left{
		width: 100%;
    margin: 3% auto 0%;
	}
	.about .about-video .video-right{
		width: 100%;
    margin: 2% auto;
	}
	.about .about-video .same-text .text-p p{
		line-height: 1.5rem;
	}
	.about .about-video .video-left .same-text .text-h h1{
		margin-bottom: 3%;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
		margin: 5% auto 0%;
	}
	.about .about-certifi .same-title .title-p{
		width: 90%;
	}
	.about .about-certifi .certifi-slide{
		margin-top: 6%;
	}
	.about .about-certifi .swiper{
		padding-bottom: 8%;
	}
	.about .about-certifi .swiper .swiper-pagination-bullet{
		width: 10px;
    height: 10px;
    margin: 0px 6px;
	}
	.faq .faq-brief .all-brief{
		width: 90%;
		margin: 7% auto;
	}
	.faq .faq-brief .brief-con{
		margin: 0% auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.faq .faq-brief .brief-con .con-left{
		width:100%;
		margin:2% auto;
	}
	.faq .faq-brief .brief-con .con-right{
		width:100%;
		margin:2% auto;
	}
	.faq .faq-brief .brief-one .con-img{
		justify-content: center;
	}
	.faq .faq-brief .brief-con .con-text .h-p{
		margin-bottom: 4%;
	}
	.faq .faq-brief .brief-con .con-text h2{
		font-size: 1.1rem;
	}
	.faq .faq-brief .brief-con .con-text p{
		font-size: 1rem;
	}
	.contact .all-contact{
		width: 88%;
		flex-wrap: wrap;
	}
	.contact .all-contact .msg-left{
		width: 100%;
		margin:2% auto 5%;
	}
	.contact .all-contact .msg-right{
		width: 100%;
		margin:2% auto;
	}
	.contact .all-contact .msg-left .title-h h1{
		font-size: 2.2rem;
		margin-bottom: 5%;
	}
	.contact .all-contact .msg-right .map-show{
		height:380px;
	}
	.contact .footer .foot-nav:before{
		height: 3%;
	}
	.form-style .download{
		width: 75%;
	}
	.form-style .download .form-hide{
		margin-bottom: 1rem;
	}
	.footer .nav-form .foot-form{
		padding: 6.5% 0% 8%;
		background-size: auto 100%;
	}
	.footer .nav-form .foot-form:before{
		height: 5%;
	}
	.footer .foot-form .form-msg{
		width: 90%;
		flex-wrap: wrap;
	}
	.footer .foot-form .form-msg .form-left{
		width:100%;
		margin:0% auto;
	}
	.footer .foot-form .form-msg .form-right{
		width:100%;
		margin:4% auto 2%;
	}
	.footer .foot-form .form-msg .form-left .title-h h1{
		font-size: 3rem;
	}
	.footer .foot-form .form-msg .form-left .title-h h1 br{
		display: none;
	}
	.form .btn{
		margin: 5% 0% 0%;
	}
	.footer .foot-nav .all-nav{
		width: 92%;
	}
	.footer .foot-nav .all-nav .nav-top{
		flex-wrap: wrap;
		padding: 5% 0%;
		justify-content: flex-start;
	}
	.footer .foot-nav .nav-one{
		width:100%;
		margin:0% auto 5%;
	}
	.footer .foot-nav .nav-one .foot-logo{
		width:200px;
		margin:0% auto;
	}
	.footer .foot-nav .nav-two{
		width:55%;
		margin:0% 5% 0% 0%;
	}
	.footer .foot-nav .nav-three{
		width:40%;
		margin:0% 0% 0% 0%;
	}
	.footer .foot-nav .nav-four{
		width:55%;
		margin:5% 5% 0% 0%;
	}
	.footer .foot-nav .nav-five{
		width:40%;
		margin:5% 0% 0% 0%;
	}
	.footer .foot-nav .nav-title h1{
		margin-bottom: 1.2rem;
	}
	.footer .foot-nav .nav-five .foot-down{
		justify-content: flex-start;
	}
	.footer .nav-bottom{
		flex-wrap: wrap;
		padding: 2% 0%;
	}
	.footer .nav-bottom .foot-text{
		width:100%;
		margin-bottom:2%;
	}
	.footer .nav-bottom .foot-text h4{
		font-size: 0.9rem;
	}
	.footer .foot-bottom{
		font-size: 0.9rem;
		padding: 0.8% 0%;
	}
}
@media screen and (max-width:604px){
	.nav .nav-content .li-home{
		width:100px;
		margin-right: 5px;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size: 1rem;
		width: calc(100% - 105px);
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		margin-left: 15px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line{
		width: 35px;
		padding: 0px;
	}
	.auto-hide{
  	top:53px;
  }
	.nav-top{
		margin-top:53px;
	}
	.load-nav{
		background-color: #ffffff;
	}
	.home-load .slide-bc .load-exhibit .exhibit-show{
		margin:0px;
	}
	.home-load .slide-bc .load-exhibit .exhibit-close{
		top: -10%;
    right: -7%;
    min-width: 20px;
	}
	.home .home-screen .slide-con{
		left: 10%;
    bottom: 10%;
	}
	.home .home-screen .slide-con h1{
		font-size:1.8rem;
	}
	.same-title .title-h h1{
		font-size: 1.8rem;
	}
	.same-title .title-p{
		width: 92%;
		margin: 2% auto 0%;
		text-align: center;
    justify-content: flex-start;
	}
	.same-title .title-p p{
		font-size: 0.8rem;
	}
	.same-title .title-p p br{
		display: none;
	}
	.home .home-item{
		margin:7% auto;
	}
	.home .home-item .item-msg{
		width: 92%;
    margin: 4% auto;
    flex-wrap: wrap;
	}
	.home .home-item .item-msg .item-con{
		width:100%;
		margin:1% 0%;
	}
	.home .home-item .item-msg .item-con .con-h{
		left: 5%;
		bottom: 8%;
	}
	.home .home-item .item-msg .item-con .con-h h1{
		font-size: 1.1rem;
    letter-spacing: 0px;
    line-height: 1.5rem;
  }
	.home .home-text{
		width:92%;
		margin:8% auto;
		justify-content:flex-start;
	}
	.home .home-text h1{
		font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.5px;
    text-align: center;
	}
	.home .home-text h1 br{
		display: none;
	}
	.home .home-show{
		background-size: auto 100%;
	}
	.home .home-show .show-con .con-h h1{
		font-size: 1.2rem;
	}
	.home .home-show .show-con .con-h h1 br{
		display: none;
	}
	.home .home-show .show-con .con-p p{
		font-size: 0.7rem;
		margin: 6% 0% 8%;
	}
	.home .home-show .show-con .con-p p br{
		display: none;
	}
	.same-btn a{
		height: 22px;
    line-height: 22px;
    padding: 0px 20px;
	}
	.same-btn a p{
		font-size: 0.8rem;
	}
	.home .pro-msg{
		width:95%;
		padding: 8% 0%;
	}
	.home .pro-msg .pro-item{
		justify-content: space-evenly;
	}
	.home .pro-msg .item-con{
		width:calc(100% / 3);
		margin:0rem;
	}
	.home .pro-msg .item-con:nth-child(2){
		margin:0rem 0.5rem;
	}
	.home .pro-msg .item-con h1{
		font-size: 0.9rem;
		padding: 5px 10px;
		min-width: unset;
	}
	.home .pro-msg .pro-detail{
		width:90%;
		margin:0% auto;
	}
	.home .pro-msg .pro-detail .slide-con .con-title h1{
		margin: 2% 0% 5%;
	}
	.home .pro-msg .pro-detail .slide-con .con-title h2{
		font-size: 1rem;
		letter-spacing: -0.5px;
	}
	.home .pro-msg .pro-detail .slide-con .con-img .img{
		width:50%;
	}
	.home .home-adv{
		padding: 3% 0%;
	}
	.home-adv .all-adv{
		width:100%;
		margin:0% auto;
		flex-wrap: wrap;
	}
	.home-adv .all-adv .adv-con{
		width:calc(94% / 3);
		margin:2% 1%;
	}
	.home-adv .all-adv .adv-con:nth-last-child(1){
		margin:2% 1%;
	}
	.home-adv .all-adv .adv-con .con-img{
		width: 45px;
		margin: 0rem auto 0.5rem;
	}
	.home-adv .all-adv .adv-con .con-p{
		font-size: 0.8rem;
	}
	.home .all-oem{
		width: 92%;
		margin: 6% auto;
	}
	.home .all-oem .oem-msg{
		flex-wrap: wrap;
	}
	.home .all-oem .oem-one .oem-left{
		width: 100%;
    margin: 2% auto;
    background: unset;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
	}
	.home .all-oem .oem-one .oem-left .oem-img{
		opacity: 1;
	}
	.home .all-oem .oem-one .oem-right{
		width: 100%;
    margin: 4% auto 0%;
	}
	.home .all-oem .oem-text .text-h h1{
		font-size: 2rem;
	}
	.home .all-oem .oem-one .oem-right .oem-text .text-p{
		margin: 3% 0% 5%;
	}
	.home .all-oem .oem-one .oem-right .oem-show{
		padding:2%;
	}
	.home .all-oem .oem-one .oem-right .oem-show .imgs{
		padding: 1.5%;
	}
	.home .all-oem .oem-two{
		margin-top: 2%;
	}
	.home .all-oem .oem-two .oem-right .oem-show{
		flex-wrap: wrap;
	}
	.home .all-oem .oem-two .oem-right .oem-show .oem-img{
		width:100%;
		margin:1% auto;
	}
	.home .home-about .about-show .left-logo{
		display: none;
	}
	.home .home-about .about-show .right-img{
		width: 100%;
	}
	.home .home-about .about-show .left-logo .img{
		width:80%;
	}
	.home .all-about{
		width: 92%;
		margin: 5% auto;
	}
	.home .all-about .about-title{
		flex-wrap: wrap;
	}
	.home .all-about .about-title .title-h{
		width:100%;
		margin:0.5% auto;
	}
	.home .all-about .about-title .title-p{
		width:100%;
		margin:1% auto;
	}
	.home .all-about .about-title .title-h h1{
		font-size: 2rem;
		letter-spacing: 0px;
	}
	.home .all-about .about-title .title-h h4{
		font-size: 1rem;
    margin: 1% auto;
	}
	.home .all-about .about-title .title-h .img{
		display: none;
	}
	.home .all-about .about-title .title-p p{
		font-size: 1rem;
		letter-spacing:0px;
		line-height: 1.5rem;
	}
	.home .all-about .about-work{
		flex-wrap: wrap;
	}
	.home .all-about .about-work .work-img{
		width:100%;
		margin:1% auto;
	}
	.home .all-about .about-work .work-img:nth-child(2){
		margin:1% auto;
	}
	.all-product .allPro-msg{
		width:95%;
		margin: 8% auto 10%;
	}
	.all-product .allPro-msg .allPro-title .title-h h1{
		font-size: 1.8rem;
		margin-bottom: 2%;
	}
	.all-product .allPro-msg .allPro-title .title-img{
		width: 15px;
    margin: 0% auto;
	}
	.all-product .allPro-msg .allPro-right{
		margin: 2% auto;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text{
		width: calc(96% / 2);
    margin: 2% 1%;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text:nth-child(3n){
		margin: 2% 1%;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-img{
		padding: 6% 2%;
	}
	.all-product .allPro-msg .allPro-right .right-img .img-text .text-h h1{
		font-size: 1rem;
	}
	.all-product .allPro-msg .all-page{
		padding: 5% 0% 0%;
	}
	.all-product .allPro-msg .all-page .page{
		margin: 0px 5px;
	}
	.all-product .allPro-msg .all-page .page h1{
		width: 30px;
    height: 30px;
    font-size: 1rem;
	}
	.all-product .all-faq{
		width: 90%;
    margin: 5% auto 7%;
	}
	.all-product .all-faq .faq-title h1{
		font-size: 2rem;
	}
	.all-product .all-faq .faq-msg .msg-con{
		margin: 5% auto;
	}
	.all-product .all-faq .faq-msg .msg-con .con-h h4{
		font-size: 1rem;
		letter-spacing: -0.5px;
		margin-bottom: 2%;
	}
	.all-product .all-faq .faq-msg .msg-con .con-p p{
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
	.product .product-main{
		padding: 7% 0% 2%;
	}
	.product .pro-msg .pro-link .all-link{
		font-size: 0.9rem;
		flex-wrap: wrap;
		margin-bottom: 2%;
	}
	.product .pro-msg .pro-link .all-link .link-line{
		margin: 0px 2px;
	}
	.product .pro-msg{
		width: 90%;
	}
	.product .pro-msg .all-msg{
		flex-wrap: wrap;
	}
	.product .pro-msg .all-msg .pro-left{
		width: 100%;
    margin: 3% auto;
	}
	.product .pro-msg .all-msg .pro-right{
		width: 100%;
    margin: 2% auto;
	}
	.product .pro-msg .all-msg .pro-right .right-title h1{
		font-size: 1.5rem;
		letter-spacing: -0.5px;
	}
	.product .pro-msg .all-msg .pro-right .right-title .title-img{
		margin: 2% 0% 5%;
	}
	.product .pro-msg .all-msg .pro-right .right-con .right-para{
		margin: 5% 0%;
	}
	.product .pro-msg .all-msg .pro-right .right-slide .swiper{
		padding:2px;
	}
	.product .pro-msg .all-msg .pro-right .right-con .right-table{
		margin-bottom: 6%;
	}
	.product .pro-msg .all-msg .pro-right .right-con .para-con h1{
		font-size: 1rem;
   	letter-spacing: 0px;
	}
	.product .pro-msg .all-msg .pro-right .right-btn a{
		height: 45px;
    line-height: 45px;
	}
	.product .pro-msg .all-msg .pro-right .right-btn a p{
		font-size: 1.2rem;
	}
	.product .pro-hot .all-hot{
		width:90%;
		margin:8% auto;
	}
	.product .all-hot .same-title .title-h h1{
		margin-bottom:5%;
	}
	.product .all-hot .slide-con{
		border-width: 1px;
	}
	.product .pro-show .all-con .con-h h1{
		font-size: 1.8rem;
	}
	.product .pro-show .show-one{
		flex-wrap: wrap;
	}
	.product .pro-show .show-one .show-left{
		width:100%;
		margin:0% auto;
	}
	.product .pro-show .show-one .show-right{
		width:90%;
		margin:0% auto;
		padding:5%;
	}
	.product .pro-show .show-one .show-right .all-con .con-p{
		width: 100%;
    margin-top: 2%;
	}
	.product .pro-show .show-two .msg-con{
		width: 90%;
    margin: 5% auto;
    flex-wrap: wrap;
	}
	.product .pro-show .show-two .msg-con .show-img{
		width: 100%;
    margin-top: 0%;
	}
	.product .pro-show .show-two .msg-con .show-con{
		width:100%;
		margin:0% auto;
		padding:5% 0% 0%;
	}
	.product .pro-show .show-two .msg-con .show-con .all-con{
		padding:0%;
	}
	.product .pro-show .show-two .msg-con .con-h h1{
		margin-bottom: 2%;
	}
	.same-screen .screen-img{
		overflow: hidden;
	}
	.same-screen .screen-img img{
		width: auto;
    max-height: 120px;
	}
	.same-screen .screen-con .con-h h1{
		font-size:1.6rem;
	}
	.same-screen .screen-con .con-p p{
		display: none;
		font-size: 0.9rem;
		margin: 1.5% 0% 0%;
	}
	.same-screen .screen-con .con-img{
		display: none;
		width: 22px;
 	}
 	.about .about-brief .all-brief{
 		width:90%;
 		margin: 8% auto;
 	}
 	.about .about-brief .all-brief .msg-img{
 		display: flex;
    display: -webkit-flex;
    justify-content: center;
 	}
 	.about .about-brief .brief-msg{
 		flex-wrap: wrap;
 		margin: 0% auto;
 	}
 	.about .about-brief .brief-msg .msg-left{
 		width: 100%;
    margin: 0% auto;
  }
 	.about .about-brief .brief-msg .msg-right{
 		width: 100%;
    margin: 5% auto 0%;
 	}
 	.about .about-brief .brief-msg .text-h h1{
 		margin-bottom: 2%;
 	}
 	.about .same-text .text-h h1{
 		font-size: 1.8rem;
 	}
 	.about .same-text .text-p p{
 		letter-spacing: 0px;
 		line-height: 1.5rem;
 	}
	.about .about-work{
		padding: 5% 0% 5%;
	}
	.about .about-work .all-work{
		width: 95%;
    margin-left: 5%;
	}
	.about .about-work .all-work .text-h h1{
		margin-bottom: 3%;
	}
	.about .about-exhibition .all-exhibition{
		width: 90%;
		margin:7% auto;
	}
	.about .about-exhibition .same-title{
		margin-bottom: 4%;
	}
	.about .about-exhibition .same-title .title-h h1{
		font-size: 1.5rem;
	}
	.about .about-exhibition .same-title .title-p{
		margin: 1% auto 0%;
	}
	.about .about-exhibition .exhibition-con{
		flex-wrap: wrap;
	}
	.about .about-exhibition .exhibition-con .exhibition-left{
		width:100%;
		margin:0% auto 2%;
	}
	.about .about-exhibition .exhibition-con .exhibition-right{
		width:100%;
		padding:3% 5%;
		margin:0% auto;
	}
	.about .about-exhibit .all-exhibit{
		width: 90%;
	}
	.about .about-exhibit .exhibit-top{
		width: 100%;
		max-width: 950px;
		margin: 0% auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.about .about-exhibit .exhibit-top .top-title{
		width:100%;
		margin:0% auto 2%;
	}
	.about .about-exhibit .exhibit-top .top-title .text-h h1{
		margin-bottom: 2%;
	}
	.about .about-exhibit .exhibit-top .top-img{
		width:100%;
		margin:1% auto;
		justify-content: center;
	}
	.about .about-exhibit .exhibit-top .top-img .exhibit-img:nth-child(1){
		margin-right: 1%;
	}
	.about .about-exhibit .exhibit-bottom{
		margin:0% auto;
		flex-wrap: wrap;
	}
	.about .about-exhibit .exhibit-bottom .exhibit-img{
		width:49.5%;
		margin:0.5% 1% 0.5% 0%;
	}
	.about .about-exhibit .exhibit-bottom .exhibit-img:nth-child(2n){
		margin:0.5% 0% 0.5% 0%;
	}
	.about .about-video{
		padding: 4% 0%;
	}
	.about .about-video .all-video{
		width: 90%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.about .about-video .video-left{
		width: 100%;
    margin: 3% auto 0%;
	}
	.about .about-video .video-right{
		width: 100%;
    margin: 2% auto;
	}
	.about .about-video .same-text .text-p p{
		line-height: 1.5rem;
	}
	.about .about-video .video-left .same-text .text-h h1{
		margin-bottom: 3%;
	}
	.about .about-certifi .all-certifi{
		width: 90%;
		margin: 5% auto 0%;
	}
	.about .about-certifi .same-title .title-p{
		width: 90%;
	}
	.about .about-certifi .certifi-slide{
		margin-top: 6%;
	}
	.about .about-certifi .swiper{
		padding-bottom: 10%;
	}
	.about .about-certifi .swiper .swiper-pagination-bullet{
		width: 10px;
    height: 10px;
    margin: 0px 6px;
	}
	.faq .faq-brief .all-brief{
		width: 90%;
		margin: 8% auto;
	}
	.faq .faq-brief .brief-con{
		margin: 0% auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.faq .faq-brief .brief-con .con-left{
		width:100%;
		margin:3% auto;
	}
	.faq .faq-brief .brief-con .con-right{
		width:100%;
		margin:3% auto;
	}
	.faq .faq-brief .brief-one .con-img{
		justify-content: center;
	}
	.faq .faq-brief .brief-con .con-text .h-p{
		margin-bottom: 4%;
	}
	.faq .faq-brief .brief-con .con-text h2{
		font-size: 1.1rem;
		letter-spacing: 0px;
	}
	.faq .faq-brief .brief-con .con-text p{
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.contact .all-contact{
		width: 88%;
		flex-wrap: wrap;
	}
	.contact .all-contact .msg-left{
		width: 100%;
		margin:2% auto 5%;
	}
	.contact .all-contact .msg-right{
		width: 100%;
		margin:2% auto;
	}
	.contact .all-contact .msg-left .title-h h1{
		font-size: 2rem;
		margin-bottom: 5%;
	}
	.contact .all-contact .msg-right .map-show{
		height:320px;
	}
	.contact .all-contact .msg-right .msg-con p br{
		display: none;
	}
	.contact .all-contact .msg-left .form .layui-input{
		height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 1.1rem;
	}
	.contact .footer .foot-nav:before{
		height: 3%;
	}
	.form-style .download{
		width: 85%;
		padding: 3% 4% 6%;
	}
	.form-style .download .form-hide img{
		width: 1.5rem;
	}
	.form-style .download .form-hide{
		margin-right: -3%;
    margin-top: -1%;
		margin-bottom: 1rem;
	}
	.footer .nav-form .foot-form{
		padding: 6.5% 0% 8%;
		background-size: auto 100%;
	}
	.footer .nav-form .foot-form:before{
		height: 5%;
	}
	.footer .foot-form .form-msg{
		width: 90%;
		flex-wrap: wrap;
	}
	.footer .foot-form .form-msg .form-left{
		width:100%;
		margin:0% auto;
	}
	.footer .foot-form .form-msg .form-right{
		width:100%;
		margin:4% auto 2%;
	}
	.footer .foot-form .form-msg .form-left .title-h h1{
		font-size: 2rem;
	}
	.footer .foot-form .form-msg .form-left .title-h h1 br{
		display: none;
	}
	.form .layui-form-item{
		margin-bottom: 10px;
	}
	.form .layui-input{
		height: 40px;
    line-height: 40px;
    padding-left: 10px;
		font-size: 1.1rem;
	}
	.form .layui-textarea{
		height: 120px;
	}
	.form .layui-btn{
		font-size: 1rem;
		height: 35px;
    line-height: 35px;
    padding: 0px 60px;
	}
	.form .btn{
		margin: 8% 0% 2%;
	}
	.form .layui-form input::-webkit-input-placeholder{ 
		font-size:1rem;
	}
	.form .layui-form input:-moz-placeholder{ 
		font-size:1rem;
	}
	.form .layui-form input:-ms-input-placeholder{
		font-size:1rem;
	}
	.form .layui-form textarea::-webkit-input-placeholder{ 
		font-size:1rem;
	}
	.form .layui-form textarea:-moz-placeholder{ 
		font-size:1rem;
	}
	.form .layui-form textarea:-ms-input-placeholder{
		font-size:1rem;
	}
	.footer .foot-nav .all-nav{
		width: 95%;
	}
	.footer .foot-nav .all-nav .nav-top{
		flex-wrap: wrap;
		padding: 5% 0%;
		justify-content: flex-start;
	}
	.footer .foot-nav .nav-one{
		width:100%;
		margin:0% auto 7%;
	}
	.footer .foot-nav .nav-one .foot-logo{
		width:150px;
		margin:0% auto;
	}
	.footer .foot-nav .nav-two{
		width:100%;
		margin:3% auto;
	}
	.footer .foot-nav .nav-three{
		width:100%;
		margin:3% auto;
	}
	.footer .foot-nav .nav-four{
		width:100%;
		margin:3% auto;
	}
	.footer .foot-nav .nav-five{
		width:100%;
		margin:0% auto;
	}
	.footer .foot-nav .nav-title h1{
		margin-bottom: 0.5rem;
	}
	.footer .foot-nav .foot-item{
		display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
	.footer .foot-nav .foot-item .item-link{
		margin:5px;
	}
	.footer .foot-nav .foot-item .item-link a h1{
		font-size: 1rem;
	}
	.footer .foot-nav .foot-item .item-con p{
		font-size: 1rem;
	}
	.footer .foot-nav .nav-four .nav-title h1{
		margin-bottom: 1rem;
	}
	.footer .foot-nav .foot-item .item-con{
		margin-bottom: 3%;
	}
	.footer .foot-nav .nav-five .foot-down{
		justify-content: flex-start;
	}
	.footer .nav-bottom{
		flex-wrap: wrap;
		padding: 3% 0%;
	}
	.footer .nav-bottom .foot-text{
		width:100%;
		margin-bottom:3%;
	}
	.footer .nav-bottom .foot-text h4{
		font-size: 0.9rem;
	}
	.footer .foot-bottom{
		font-size: 0.8rem;
		padding: 0.8% 0%;
	}
}