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: "MyFolio";
  src: url("font/FOLIOM.woff2") format("woff2"),
       url("font/FOLIOM.woff") format("woff"),
       url("font/FOLIOM.ttf") format("truetype"),
       url("font/FOLIOM.eot") format("embedded-opentype"),
       url("font/FOLIOM.svg") format("svg");
}
@font-face {
  font-family: "MyGotham";
  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-face {
  font-family: "MyArial";
  src: url("font/ARIAL_9.woff2") format("woff2"),
       url("font/ARIAL_9.woff") format("woff"),
       url("font/ARIAL_9.ttf") format("truetype"),
       url("font/ARIAL_9.eot") format("embedded-opentype"),
       url("font/ARIAL_9.svg") format("svg");
}
@font-face {
  font-family: "MyGeometr";
  src: url("font/GEO415M_2.woff2") format("woff2"),
       url("font/GEO415M_2.woff") format("woff"),
       url("font/GEO415M_2.ttf") format("truetype"),
       url("font/GEO415M_2.eot") format("embedded-opentype"),
       url("font/GEO415M_2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.goog-te-banner-frame{display:none !important;}
.goog-te-gadget-simple img{display:none !important;}
#goog-gt-tt{display:none !important;}
.goog-te-spinner-pos{display:none !important;}
.goog-te-gadget-simple img{display:none !important;}
.goog-te-gadget-simple .goog-te-menu-value span{display:none !important;}
#google_translate_element{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#google_translate_element .goog-te-gadget-simple{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border:unset;
  box-sizing:border-box;
  background-color:transparent;
}
.language{
	position:relative;
	height:50px;
	top:40px;
}
.zoo-five{
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.trans-one{
	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);
	-moz-transition:all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
	-o-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);
}
.nav .nav-content{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding:1rem 0rem;
}
.nav .nav-content .nav-logo{
	width: 20rem;
  margin-right: 10%;
}
.nav .nav-content .nav-logo a{
	display:block;
}
.nav .nav-content .nav-ul{
	text-align:right;
}
.nav .nav-content .nav-ul ul li{
	position: relative;
	display:inline-block;
	padding:0rem 2rem;
}
.nav .nav-content .nav-ul ul .li-home{
	padding-left:0rem;
}
.nav .nav-content .nav-ul ul li a{
	display:block;
}
.nav .nav-content .nav-ul ul li h1{
	font-family: MyFolio;
  font-size: 1.56rem;
  color: #004098;
  text-transform: capitalize;
}
.nav .nav-content .nav-ul ul .li-product:hover{
	cursor: pointer;
}
.nav .nav-content .nav-ul ul .li-lang{
	position: relative;
	font-family: MyFolio;
  font-size: 1.25rem;
  color: #004098;
  padding:0rem;
  vertical-align: bottom;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.nav .nav-content .nav-ul ul .li-lang .lang{
	position: relative;
	border: 1px solid #004098;
  border-radius: 5px;
  padding: 2px 5px;
  box-sizing: border-box;
}
.nav .nav-content .nav-ul ul .li-lang .lang-cn{
	font-size: 1.2rem;
	margin-right:5px;
	padding: 4px 5px 0px;
}
.nav .nav-content .nav-ul .child{
	z-index:2;
	background-color: #ffffff !important;
  position: absolute;
  text-align: left;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  width: max-content;
	left: 50%;
 	transform: translate(-50%,-10px);
  -webkit-transform: translate(-50%,-10px);
  transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  -webkit-transition: all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
  box-shadow: 0px 0px 10px rgba(4,0,0,0.11);
}
.nav .nav-content .nav-ul .child li{
	display: block;
  margin: 1rem;
  padding: 0rem;
}
.nav .nav-content .nav-ul .child li a{
	display:inline-block;
}
.nav .nav-content .nav-ul .child li h2{
  font-family: MyFolio;
  font-size: 1.25rem;
  color: #004098;
}
.child-show{
	transform: translate(-50%,10px) !important;
  visibility: inherit !important;
  opacity: 1 !important;
}
.auto-hide{
	display:none;
}
.cn-nav .nav-content .nav-ul ul .li-lang .lang{
	font-size: 1.2rem;
	padding: 2px 5px;
}
.cn-nav .nav-content .nav-ul ul .li-lang .lang-cn{
	font-size: 1.2rem;
	margin-right:5px;
	padding: 2px 5px;
}
.nav .nav-content .nav-ul .child li{
	display: block;
  margin: 1rem;
  padding: 0rem;
}
.load-nav{
	position: fixed;
	top:0px;
  width: 100%;
  background-color: #ffffff;
  box-shadow:0px 2px 25px rgba(0,0,0,0.2);
  z-index: 222;
}
.all-title{
	display:flex;
	display:-webkit-flex;
	align-items: center;
}
.all-title h1{
	position:relative;
  font-family: MyGeometr;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #434343;
  letter-spacing: -0.5px;
}
.all-title .all-span{
	width:2rem;
	height:3px;
	background-color:#004098;
	margin-right:5px;
}
.all-title h3{
	position: relative;
	display: inline-block;
  font-family: MyGotham;
  font-size: 1.8rem;
  text-transform: uppercase;
  color:#292929;
  margin:0rem 0rem 0.8rem 0rem;
  padding-left:5rem;
}
.all-title h3:before{
	position:absolute;
	content:"";
	transform:translate(0px,-50%);
	left:0px;
	top:50%;
	width:3.7rem;
	height:6px;
	background-color:#004098;
}
.all-title p{
  font-family: MyArial;
  font-size: 1.05rem;
  text-transform: capitalize;
  color: #919191;
  margin-top: 1rem;
}
.setBtn{
	display: inline-block;
}
.setBtn p{
	display: inline-block;
	font-family: MyGotham;
  font-size:1.2rem;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: -0.5px;
	height:50px;
	line-height:50px;
	padding:0px 25px;
	background-color:#004098;
	margin-top: 2.2rem;
	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);
}
@-webkit-keyframes rotating{
	from{
		-webkit-transform:translate(-50%,-50%) rotate(0deg);
		-moz-transform:translate(-50%,-50%) rotate(0deg);
		-ms-transform:translate(-50%,-50%) rotate(0deg);
		transform:translate(-50%,-50%) rotate(0deg);
	}
	to{
		-webkit-transform:translate(-50%,-50%) rotate(360deg);
		-moz-transform:translate(-50%,-50%) rotate(360deg);
		-ms-transform:translate(-50%,-50%) rotate(360deg);
		transform:translate(-50%,-50%) rotate(360deg);
	}
}
@keyframes rotating{
	from{
		-webkit-transform:translate(-50%,-50%) rotate(0deg);
		-moz-transform:translate(-50%,-50%) rotate(0deg);
		-ms-transform:translate(-50%,-50%) rotate(0deg);
		transform:translate(-50%,-50%) rotate(0deg);
	}
	to{
		-webkit-transform:translate(-50%,-50%) rotate(360deg);
		-moz-transform:translate(-50%,-50%) rotate(360deg);
		-ms-transform:translate(-50%,-50%) rotate(360deg);
		transform:translate(-50%,-50%) rotate(360deg);
	}
}
@-webkit-keyframes rotating1{
	from{
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to{
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes rotating1{
	from{
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to{
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
.setBtn p:hover{
	cursor:pointer;
	background-color:rgba(0,64,152,0.5);
}
.change-top 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);
}
.change-top:hover img{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}
.change-rotate{
	overflow: hidden;
}
.change-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);
}
.change-rotate:hover img{
	transform: scale(1.05) rotate(1deg);
	-webkit-transform: scale(1.05) rotate(1deg);
	-moz-transform: scale(1.05) rotate(1deg);
	-ms-transform: scale(1.05) rotate(1deg);
}
.home .home-content .home-screen{
	position:relative;
}
.home .home-content .home-screen .screen-slide{
	position:relative;
}
.home .home-content .home-screen .screen-slide .swiper-container{
	position: unset;
}
.home .home-content .home-screen .screen-slide .prev-next{
	z-index: 22;
	top: unset;
	bottom:3rem;
	background:unset;
	width:unset;
	height:auto;
	margin:0px;
}
.home .home-content .home-screen .screen-slide .swiper-button-prev{
	left:35%;
}
.home .home-content .home-screen .screen-slide .swiper-button-next{
	right:35%;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 3rem;
}
.home .home-content .home-screen .screen-slide .swiper-pagination-clickable .swiper-pagination-bullet{
	width:unset;
	height:unset;
  background: transparent;
  font-family: MyGeometr;
  font-size: 1rem;
  margin: 0px 3rem;
}
.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	position:relative;
}
.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
	position: absolute;
	content:"";
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	width:4.5rem;
	height:4.5rem;
	border-radius: 50%;
	border-top:2px solid #626262;
	border-left:2px solid #626262;
	border-right:2px solid #bfbfbf;
	border-bottom:2px solid #bfbfbf;
	-webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
}
.home .home-content .home-screen .screen-slide .screen-circle{
	position: absolute;
  top: 25%;
  right: 5%;
  width: 13rem;
}
.screen-circle .circle-img{
	position: relative;
}
.screen-circle .circle-img .circle-circle{
	-webkit-animation: rotating1 15s linear infinite;
  -moz-animation: rotating1 15s linear infinite;
  -ms-animation: rotating1 15s linear infinite;
  animation: rotating1 15s linear infinite;
}
.screen-circle .circle-img .circle-arrow{
	position: absolute;
  transform:translate(-50%, -50%) rotate(90deg);
  top: 50%;
  left: 50%;
  width: 3rem;
}
.home .home-content .home-screen .screen-slide .img-text{
	position:absolute;
	transform: translate(-50%,-50%);
	top:55%;
	left:50%;
	width: 97%;
 	margin-left: 1.5%;
	display:flex;
	display:-webkit-flex;
}
.home .home-content .home-screen .screen-slide .img-text .text{
	width:50%;
}
.home .home-content .home-screen .screen-slide .img-text .img{
	width:50%;
}
.home .home-content .home-screen .screen-slide .img-text .text .text1{
	display: inline-block;
  font-family: MyGotham;
  font-size: 9.2rem;
  line-height: 8.5rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: -10px;
  text-align: right;
  margin-left: -5rem;
  width:max-content;
  width:-webkit-max-content;
}
.home .home-content .home-screen .screen-slide .img-text .text .text2{
	margin-top: 1.5rem;
}
.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
	display: inline-block;
  font-family: MyGotham;
  font-size: 8.3rem;
  line-height: 8.3rem;
  text-transform: uppercase;
  letter-spacing: -8px;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
}
.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
	position: absolute;
  top: 18%;
  left: 10%;
  right:unset;
}
.home .home-content .home-screen .screen-slide .slide-one .img-text{
	top: 60%;
	left: 55%;
}
.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text1{
	margin:0rem 0rem 0rem -13rem;
}
.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text2{
	margin-left: -5rem;
}
.home .home-content .home-screen .screen-slide .slide-one .screen-circle .circle-img .circle-arrow{
	transform:translate(-50%, -50%);
}
.home .home-content .home-screen .screen-slide .slide-two .img-text .text .text1{
	margin-left: -3rem;
}
.home .home-content .home-screen .screen-slide .slide-two .img-text .text .text1{
	margin-left: -3rem;
}
.home .home-content .home-screen .screen-slide .slide-two .img-text .img{
	width:45%;
}
.home .home-content .home-screen .screen-slide .slide-two .img-text .text{
	width:55%;
}
.home .home-content .home-screen .screen-slide .slide-two .img-text .text .text2 h1{
	margin-left:3rem;
}
.home .home-content .home-screen .screen-slide .slide-three .img-text{
	top:55%;
	left: 54%;
}
.home .home-content .home-screen .screen-slide .slide-three .screen-circle{
	right: 7.5%;
}
.home .home-content .home-screen .screen-slide .slide-three .img-text .img{
	width:40%;
}
.home .home-content .home-screen .screen-slide .slide-three .img-text .text{
	width:60%;
}
.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2 h1{
	margin-left:3rem;
}
.home .home-content .home-screen .screen-slide .slide-four .img-text{
	top:55%;
}
.home .home-content .home-screen .screen-slide .slide-four .img-text .img{
	width:45%;
}
.home .home-content .home-screen .screen-slide .slide-four .img-text .text{
	width:53%;
	margin-left:2%;
}
.home .home-content .home-screen .screen-slide .slide-four .img-text .text .text1{
	margin-left: -0rem;
}
.home .home-content .home-screen .screen-slide .slide-four .img-text .text .text2 h1{
	margin-left: 7.2rem;
}
.home .home-content .home-screen .screen-slide .slide-four .screen-circle{
	right: 2%;
}
.home .home-content .home-pro1{
	position: relative;
}
.home .home-content .home-pro1:before{
	position:absolute;
	content:"";
	bottom:0px;
	right:0px;
	width:90%;
	height:50%;
	background-color:#004098;
}
.home .home-content .home-pro1 .all-pro1{
	width: 93%;
  margin: 5% 0% 5% 7%;
  padding-bottom: 3.5%;
}
.home .home-content .home-pro1 .all-pro1 .pro1-title{
	margin-bottom: 2.5rem;
  margin-left: 5%;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container{
	position:unset;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next{
	transform: translate(0%,-50%);
	top:50%;
	background:unset;
	width:unset;
	height:auto;
	margin:0px;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img{
	width:84px;
	height:84px;
	line-height: 84px;
  text-align: center;
	background-color:#434343;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img img{
	width: 3.5rem;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .swiper-button-prev{
	left:0px;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .swiper-button-next{
	right:0px;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .swiper-button-next .arrow-img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .img{
	position:relative;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .img:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:95%;
	height:95%;
	background-color:#eeeeee;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .img img{
	position:relative;
	z-index:2;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text{
	display: flex;
  display: -webkit-flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: 1rem;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h3{
	font-family:MyGeometr;
	font-size:0.9rem;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing:0.5px;
	margin-right:10px;
}
.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h1{
	font-family:MyGeometr;
	font-size:1.15rem;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing:0.5px;
}
.home .home-content .home-pro2{
	padding:4.5% 0% 6%;
	background-color:#f0f0f0;
}
.home .home-content .home-pro2 .all-pro2{
	width:95%;
	margin:0% auto;
}
.home .home-content .home-pro2 .all-pro2 .pro2-title{
	justify-content: center;
	margin-bottom: 4%;
}
.home .home-content .home-pro2 .all-pro2 .img-text{
	position: relative;
	padding: 10% 5%;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
.home .home-content .home-pro2 .all-pro2 .img-text .text-bc{
	position:absolute;
	content:"";
	transform: translate(-50%,-50%);
	left: 50%;
  top: 35%;
  width: 13rem;
  height: 13rem;
  background-color: #f0f0f0;
  border-radius: 50%;
}
.home .home-content .home-pro2 .all-pro2 .img-text:hover .text-bc{
	width: 170%;
  height: 170%;
  background-color:#004098;
}
.home .home-content .home-pro2 .all-pro2 .img-text:hover .text{
	color: #ffffff;
}
.home .home-content .home-pro2 .all-pro2 .img-text:hover .text3 h3{
	color: #ffffff;
}
.home .home-content .home-pro2 .all-pro2 .img-text:hover .text3 h3:after{
	background-image: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,1));
}
.home .home-content .home-pro2 .all-pro2 .img-text .img{
	position: relative;
  width: 90%;
  margin: 0 auto;
}
.home .home-content .home-pro2 .all-pro2 .img-text .text{
	position: relative;
	z-index:22;
	color: #434343;
}
.home .home-content .home-pro2 .all-pro2 .img-text .text h1{
	font-family: MyGotham;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -2px;
}
.home .home-content .home-pro2 .all-pro2 .img-text .text p{
	font-family: MyArial;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.3px;
  margin:6% 0% 12%;
}
.home .home-content .home-pro2 .all-pro2 .text3{
	text-align: center;
}
.home .home-content .home-pro2 .all-pro2 .text3 h3{
	position:relative;
	display: inline-block;
	font-family: MyGotham;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #434343;
}
.home .home-content .home-pro2 .all-pro2 .text3 h3:after{
	position:absolute;
	content:"";
	top:115%;
	left:0px;
	width:100%;
	height:3px;
	background-image: linear-gradient(to right,rgba(2,67,154,1),rgba(75,231,254,1));
}
.home .home-content .home-about{
	position:relative;
	padding-bottom: 4%;
}
.home .home-content .home-about .about-bc1{
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:80%;
	background-color: #f2f2f2;
}
.home .home-content .home-about .about-bc2{
	position:absolute;
	bottom:0px;
	right:0px;
	width:13rem;
}
.all-btn{
	text-align: center;
  margin:2.5% 0% 6.5%;
}
.all-btn a{
	display: inline-block;
}
.all-btn a p{
	font-family:MyGotham;
	font-size:1.35rem;
	color:#004098;
	text-transform: uppercase;
  height: 64px;
  line-height:64px;
  padding: 0px 75px;
  border-radius: 32px;
  border: 1px solid #c9c9c9;
}
.all-btn:hover p{
	color:#ffffff;
	background-color:#004098;
}
.home .home-content .home-about .all-about{
	position:relative;
	z-index:2;
	width: 85%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction:row-reverse;
}
.home .home-content .home-about .all-about .about-left{
	width:45%;
	margin-left:7%;
}
.home .home-content .home-about .all-about .about-right{
	width:48%;
}
.home .home-content .home-about .all-about .about-left .about-title{
	margin-bottom: 13%;
}
.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text h1{
	font-family: MyGotham;
  font-size: 2.05rem;
  text-transform: capitalize;
  color: #000000;
  letter-spacing: -2px;
  margin: 0.5rem 0rem 0.3rem;
}
.home .home-content .home-about .all-about .about-left .all-title p{
	font-size:1.2rem;
}
.home .home-content .home-about .all-about .about-left .about-adv{
	display: flex;
  display: -webkit-flex;
  margin-top: 4%;
  text-align: center;
}
.home .home-content .home-about .all-about .about-left .about-adv .adv-detail{
	width:calc(98% / 3);
	margin-right:1%;
}
.home .home-content .home-about .all-about .about-left .about-adv .adv-detail:nth-child(3){
	margin-right:0%;
}
.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-img{
	width:6rem;
	margin:0 auto;
}
.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text p{
	font-family: MyArial;
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #000000;
  letter-spacing: -0.5px;
}
.home .home-content .home-about .all-about .about-left .about-p{
	font-family: MyArial;
	font-size: 0.95rem;
	color: #919191;
	line-height:1.6rem;
	margin-top: 5%;
}
.home .home-content .home-about .all-about .about-left .about-p span{
	color:#004098;
	font-weight: bold;
}
.home .home-content .home-about .all-about .about-right img{
	box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.home .home-content .home-news{
	position:relative;
	margin-top: 5%;
	overflow: hidden;
}
.home .home-content .home-news .new-bc{
	position: absolute;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  width: max-content;
}
.home .home-content .home-news .new-bc h1{
	font-family: MyGotham;
  font-size: 11rem;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #e4e0e0;
}
.home .home-content .home-news .all-news{
	width:72%;
	margin:0 auto;
}
.home .home-content .home-news .all-news .news-title{
	padding-bottom:1.5rem;
	border-bottom:1px solid #c9c9c9;
}
.home .home-content .home-news .all-news .news-title h1{
	font-size:3.125rem;
}
.home .home-content .home-news .all-news .news-content{
	position:relative;
}
.home .home-content .home-news .all-news .news-content .news-slide{
	width: 80%;
  margin-left: 7%;
}
.home .home-content .home-news .all-news .news-content .news-slide .swiper-container{
	position:unset;
}
.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next{
	transform: translate(0%,-50%);
	top:45%;
	background:unset;
	width:unset;
	height:auto;
	margin:0px;
	opacity: 1;
}
.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next .arrow-img img{
	width: 3.5rem;
}
.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .swiper-button-prev{
	left:0%;
}
.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .swiper-button-next{
	right:8%;
}
.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .swiper-button-next .arrow-img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.home .home-content .home-news .all-news .news-content .news-slide .img-text .img img{
	border-radius: 5%;
	width: 90%;
}
.home .home-content .home-news .all-news .swiper-container{
	padding:4.5rem 0rem;
}
.home .home-content .home-news .all-news .img-text .text{
	margin:1rem 0rem 0rem;
}
.home .home-content .home-news .all-news .img-text .text .text1{
	font-family: MyArial;
  font-size: 0.95rem;
  color: #939393;
  margin-bottom: 0.3rem;
}
.home .home-content .home-news .all-news .img-text .text .text2{
	font-family: MyGotham;
  font-size: 1.215rem;
  text-transform: capitalize;
  color: #000000;
  letter-spacing: -1px;
}
.home .home-content .home-news .all-news .news-content .new-con{
	position:absolute;
	top:4.5rem;
	right:2%;
	height: max-content;
	font-family:MyGotham;
	font-size:1.95rem;
	text-transform: uppercase;
	letter-spacing: -2px;
	writing-mode: vertical-lr;
	background: -webkit-linear-gradient(top,rgba(58,216,255,0.9),rgba(0,64,152,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .home-content .home-contact{
	padding:5% 0% 6%;
	background: url("../fodder/home/home-contact-bc.png") no-repeat;
	background-size:100% auto;
	background-position: center bottom;
	background-color:#f5f5f5;
}
.home .home-content .home-contact .all-contact{
	width:78%;
	margin-left:13.5%;
	display: flex;
  display: -webkit-flex;
  flex-wrap:wrap;
  align-items: center;
}
.home .home-content .home-contact .all-contact .all-title{
	flex-wrap:wrap;
}
.home .home-content .home-contact .all-contact .contact-left .all-title p{
	width:100%;
	font-size:1.3rem;
}
.home .home-content .home-contact .all-contact .contact-left{
	width:38%;
	margin-right:5%;
}
.home .home-content .home-contact .all-contact .contact-right{
	position:relative;
	width:57%;
}
.home .home-content .home-contact .all-contact .contact-right .all-right{
	position:relative;
	overflow: hidden;
}
.home .home-content .home-contact .all-contact .contact-right:hover .video-bc1{
	transform:translate(500px,500px);
	-webkit-transform:translate(500px,500px);
	-moz-transform:translate(500px,500px);
	-ms-transform:translate(500px,500px);
}
.home .home-content .home-contact .all-contact .contact-right .right-video{
	position:relative;
	z-index:22;
}
.home .home-content .home-contact .all-contact .contact-right:before{
 	position: absolute;
 	content: "";
 	bottom: 20px;
  right: 5%;
  left: auto;
  width: 50%;
  height: 20%;
  -webkit-box-shadow:  0 15px 20px rgba(0,0,0,.6);
  box-shadow: 0 15px 20px rgba(0,0,0,.6);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.home .home-content .home-contact .all-contact .contact-right:after{
	position: absolute;
 	content: "";
 	bottom: 20px;
  left: 5%;
  width: 50%;
  height: 20%;
  -webkit-box-shadow:  0 15px 20px rgba(0,0,0,.6);
  box-shadow: 0 15px 20px rgba(0,0,0,.6);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.home .home-content .home-contact .all-contact .contact-right .video-bc1{
	position: absolute;
	z-index:22;
  overflow: hidden;
  content: "";
  right: 0px;
  bottom: 3px;
  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;
}
.home .home-content .home-contact .all-contact .contact-right .video-bc1 img{
	opacity: 0.88;
}
.home .home-content .home-contact .all-contact .contact-right .video-bc2{
	position: absolute;
	right: 5rem;
  bottom: 5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.home .home-content .home-contact .all-contact .contact-right .video-bc2 .video-logo:after{
	position: absolute;
  content: '';
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 5rem;
  height:5rem;
  border-radius: 50%;
  animation: scale2 2s infinite;
  background-color: rgba(0,64,125,0.5);
}
@keyframes scale2{0%{ transform:translate(-50%,-50%) scale(1);opacity:.9;}100%{ transform:translate(-50%,-50%) scale(6);opacity:0;}}
.home .home-content .home-contact .all-contact .contact-left .left-num{
	display: flex;
  display: -webkit-flex;
  flex-wrap:wrap;
  justify-content: center;
  margin: 13% 0%;
}
.home .home-content .home-contact .all-contact .contact-left .left-num .num-p{
	position:relative;
	width:calc(100% / 3);
	text-align:center;
}
.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:before{
	position:absolute;
	content:"";
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:100%;
	height:6px;
	background-color:#e7e7e7;
}
.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:after{
	position:absolute;
	content:"";
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:0%;
	height:6px;
	background-color:#004098;
	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);
	-moz-transition:all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
	-o-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);
}
.home .home-content .home-contact .all-contact .contact-left .left-num .num-p p{
	display: inline-block;
	position:relative;
	z-index:2;
	width:43px;
	height:43px;
	line-height:42px;
	border-radius: 50%;
	font-family: MyGotham;
  font-size: 1.4rem;
  font-weight: bold;
  color: #004098;
  background-color:#e7e7e7;
  overflow: hidden;
}
.home .home-content .home-contact .all-contact .contact-left .left-num .num-p p:before{
	position: absolute;
	content:"";
	top:-100%;
	left:-100%;
	width:100%;
	height:100%;
	border-radius:50%;
	opacity: 0;
	visibility: hidden;
	background-color:rgba(255,255,255,0.4);
	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);
	-moz-transition:all 0.5s cubic-bezier(0.75,0.5,0.5,0.25);
	-o-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);
}
.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:hover:after{
	width:100%;
}
.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:hover p{
	color:#e7e7e7;
	background-image:-webkit-linear-gradient(360deg,rgba(58,216,255,1),rgba(0,64,152,1));
}
.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:hover p:before{
	opacity: 1;
	visibility: visible;
	top:100%;
	left:100%;
}
.all-product .allpro-content .allpro-screen .img-text{
	position: absolute;
  transform: translate(-50%,-50%);
  top: 60%;
  left: 50%;
  width: 97%;
  display: flex;
  display: -webkit-flex;
  z-index:33;
}
.all-product .allpro-content .allpro-screen .img-text .img{
	margin-left:6%;
}
.all-product .allpro-content .allpro-screen .img-text .text{
	margin-left:-8%;
}
.all-product .allpro-content .allpro-screen .img-text .text .text1{
	display: inline-block;
  font-family: MyGotham;
  font-size: 10.4rem;
  line-height: 8.7rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: -10px;
  text-align: right;
  margin-top: 2rem;
}
.all-product .allpro-content .allpro-screen .img-text .text .text-img{
	display:flex;
	display:-webkit-flex;
	margin-top: 7%;
	margin-left:-5%;
}
.all-product .allpro-content .allpro-screen .img-text .text .text-img .img{
	margin-left:0%;
}
.all-product .allpro-content .allpro-screen .img-text .text .text-img .img:nth-child(2){
	margin:-2% 0% 0% -2%;
}
.all-product .allpro-content .allpro-screen .text-bc .text2{
	position: absolute;
  transform: translate(-50%,-50%);
  top: 68%;
  left: 50%;
  display: flex;
  display: -webkit-flex;
  font-family: MyGotham;
  font-size: 13.5rem;
  line-height: 10rem;
  text-transform: uppercase;
  letter-spacing: -10px;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
}
.all-product .allpro-content .allpro-screen .screen-circle{
	position: absolute;
  top: 18%;
  left: 10%;
  right: unset;
  width: 13rem;
}
.all-product .allpro-content .allpro-screen .screen-circle .circle-img{
	position:relative;
}
.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-circle{
	-webkit-animation: rotating1 15s linear infinite;
  -moz-animation: rotating1 15s linear infinite;
  -ms-animation: rotating1 15s linear infinite;
  animation: rotating1 15s linear infinite;
}
.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-arrow{
	position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 3rem;
}
.all-product .allpro-content .allpro-con .allpro-line{
	width: 100%;
  height: 50px;
  background-color: #004098;
}
.same-item{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 2% 0% 5.5%;
  padding: 1.1% 0% 0.6%;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
}
.same-item .item{
	font-family:MyArial;
	font-size:1.25rem;
	font-weight:bold;
	text-transform: uppercase;
	color:#000000;
	letter-spacing: 2px;
  padding: 0px 2.5%;
  line-height: 30px;
  border-left: 2px solid #dfdfdf;
}
.same-item .item:nth-last-child(1){
	border-right: 2px solid #dfdfdf;
}
.same-item .item:hover h1{
	color:#004098;
}
.change-h1{
	color:#004098 !important;
}
.same-title{
	padding-bottom:3%;
	border-bottom: 2px solid #dfdfdf;
}
.same-title h3{
	font-family:MyArial;
	font-size:0.9rem;
	letter-spacing: 0.5px;
	color:#004098;
	text-align:center;
}
.same-title h1{
	font-family:MyGotham;
	font-size:2.1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#000000;
	text-align:center;
	margin-top: 0.7%;
}
.all-product .allpro-content .allpro-con .allpro-img{
	width: 81%;
  margin: 5% auto 2%;
  display: flex;
  display: -webkit-flex;
  flex-wrap:wrap;
}
.all-product .allpro-content .allpro-con .allpro-img .img-text{
	width:23.875%;
	margin:0% 1.5% 3% 0%;
}
.all-product .allpro-content .allpro-con .allpro-img .img-text:nth-child(4n){
	margin-right:0%;
}
.all-product .allpro-content .allpro-con .allpro-img .img-text .top-img{
	position:relative;
	overflow: hidden;
	border:2px solid #dfdfdf;
	box-sizing: border-box;
}
.all-product .allpro-content .allpro-con .allpro-img .img-text .top-img .img-show{
	position:relative;
	opacity: 1;
}
.all-product .allpro-content .allpro-con .allpro-img .img-text .top-img .img-hide{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	transform: translate(0%,-100%);
	-webkit-transform: translate(0%,-100%);
	-moz-transform: translate(0%,-100%);
	-ms-transform: translate(0%,-100%);
}
.all-product .allpro-content .allpro-con .allpro-img .img-text .top-img:hover .img-show{
	opacity: 0.7;
}
.all-product .allpro-content .allpro-con .allpro-img .img-text .top-img:hover .img-hide{
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
}
.all-product .allpro-content .allpro-con .allpro-img .img-text .bottom-text h1{
  font-family: MyArial;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: rgba(0,0,0,0.7);
  letter-spacing: 2px;
  text-align: center;
  margin-top: 8%;
}
.all-product .allpro-content .allpro-con .allpro-page{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom:4%;
}
.all-product .allpro-content .allpro-con .allpro-page .page h3{
	font-family: MyArial;
  font-size: 1.1rem;
  text-transform: uppercase;
  color:#000000 ;
  letter-spacing: 1px;
  margin:0px 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1.5px solid #dfdfdf;
  text-align: center;
}
.change-page{
	background-color:#004098 !important;
	color:#ffffff !important;
	border: 1.5px solid #004098 !important;
}
.all-product .allpro-content .allpro-con .allpro-page .page h3:hover{
	background-color:#004098;
	color:#ffffff;
}
.product .product-content .pro-con{
	width: 75%;
  margin: 10% auto 5%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.product .product-content .pro-con .left-img{
	width:52%;
	border: 2px solid #dfdfdf;
  box-sizing: border-box;
}
.product .product-content .pro-con .left-img .swiper-pagination-bullet{
	opacity: 0.3;
}
.product .product-content .pro-con .left-img .swiper-pagination-bullet-active{
	background: #000000;
	opacity: 1;
}
.product .product-content .pro-con .right-text{
	width:48%;
	display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.product .product-content .pro-con .right-text .all-text .text-title .title-top h2{
	font-family: MyArial;
  font-size:1.8rem;
  text-transform: uppercase;
  color:rgba(0,0,0,0.7);
  letter-spacing:2.5px;
}
.product .product-content .pro-con .right-text .all-text .text-title .title-bottom h1{
	font-family:MyGotham;
	font-size:1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
	margin: 1.2rem 0% 2.5rem;
}
.product .product-content .pro-con .right-text .all-text .text-btn a{
	height: 50px;
  line-height: 50px;
  background-color: #004098;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.product .product-content .pro-con .right-text .all-text .text-btn a:hover{
	opacity: 0.9;
}
.product .product-content .pro-con .right-text .all-text .text-btn a img{
	width: 2.75rem;
}
.product .product-content .pro-con .right-text .all-text .text-btn a p{
	font-family:MyGotham;
	font-size:1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	letter-spacing: 1px;
}
.product .product-content .pro-con .right-text .all-text .text-adv{
	margin-top:25%;
}
.product .product-content .pro-con .right-text .all-text .text-adv .adv-title h1{
	font-family:MyGotham;
	font-size:1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
	letter-spacing: 1px;
	padding-bottom:1rem;
	border-bottom:1px solid #bfbfbf;
}
.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  padding:1.2rem 0.8rem 0.7rem 0.5rem;
  border-bottom:1px solid #bfbfbf;
}
.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .img{
	width: 2.75rem;
	margin-right:1.5rem;
}
.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text{
	font-family: MyArial;
  font-size: 1.4rem;
  color: rgba(0,0,0,0.9);
  letter-spacing: 0.5px;
}
.change-text{
	font-size:1.1rem !important;
	line-height:1.5rem !important;
}
.h-hide{
	font-size: 0px !important;
}
.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text p{
	width:max-content;
	width:-webkit-max-content;
	width:-moz-max-content;
}
.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text p span{
	color:#004098;
}
.product .product-content .pro-hot .hot-title{
	border-bottom:unset;
}
.product .product-content .pro-hot .hot-img{
	position:relative;
	width: 75%;
  margin: 0 auto 4.5%;
}
.product .product-content .pro-hot .hot-img .img{
	border: 2px solid #dfdfdf;
  box-sizing: border-box;
}
.product .product-content .pro-hot .hot-img .text h3{
	font-family: MyArial;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(0,0,0,0.9);
  letter-spacing: 1px;
  text-align:center;
  margin: 2rem 0rem 0.8rem;
}
.product .product-content .pro-hot .hot-img .text h1{
	font-family: MyArial;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: rgba(0,0,0,0.9);
  letter-spacing: 1px;
  text-align:center;
}
.product .product-content .pro-hot .hot-img .swiper-container{
	position:unset;
}
.product .product-content .pro-hot .hot-img .prev-next{
	transform: translate(0%, -50%);
  background: unset;
  width: auto;
  height: unset;
  margin: 1.45rem;
  opacity: 1;
  top:40%;
}
.product .product-content .pro-hot .hot-img .swiper-button-prev{
	left:-6%;
}
.product .product-content .pro-hot .hot-img .swiper-button-next{
	right:-5.5%;
}
.product .product-content .pro-hot .hot-img .swiper-button-next img{
	transform: rotate(180deg);
}
.same-screen .slide-con{
	position:relative;
}
.same-screen .slide-con .screen-text{
	position:absolute;
	transform: translate(-50%,-50%);
	top:58%;
	left:50%;
	text-align: center;
}
.same-screen .slide-con .screen-text .text-one h3{
	font-family:MyGotham;
	font-size:3.8rem;
	text-transform: uppercase;
	color:#000000;
	letter-spacing: 1px;
}
.same-screen .slide-con .screen-text .text-two{
	position:relative;
}
.same-screen .slide-con .screen-text .text-two .text-img{
	position:absolute;
	transform:translate(0px,-50%);
	top: 58.7%;
  left: 15.5%;
}
.same-screen .slide-con .screen-text .text-two .text-h h1{
  font-family: MyGotham;
  font-size: 16.67rem;
  text-transform: uppercase;
  letter-spacing: -7px;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  margin: -30px 0px -20px;
  width: max-content;
}
.same-screen .slide-con .screen-text .text-three p{
	font-family: MyArial;
  font-size: 1.05rem;
  text-transform: capitalize;
  color: #004190;
  letter-spacing: 0.8px;
  text-align:center;
}
.text-color{
	color:#004190;
}
.company .company-content .same-title3{
	position:relative;
}
.company .company-content .same-title3 h1{
	z-index: 22;
	display:inline-block;
	position:relative;
	font-family: MyGotham;
  font-size: 2.43rem;
  text-transform: capitalize;
  letter-spacing: -0.5px;
  color: #000000;
}
.company .company-content .same-title3 h1 span{
	position:absolute;
	transform: translate(0%,-50%);
	top:50%;
	left:105%;
	width:2.7rem;
	height:4px;
	background-image: linear-gradient(to left,rgba(2,67,154,1) 60%, rgba(75,231,254,1));
}
.company .company-content .same-title3 p{
	position:absolute;
	transform: translate(0%,-50%);
	top: 48.5%;
  left: -3.2%;
	font-family: MyGotham;
  font-size: 5.94rem;
  text-transform: capitalize;
  letter-spacing: -2px;
  line-height: 5rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
  width: max-content;
}
.company .company-content .com-profile{
	position: relative;
  z-index: 22;
  overflow: hidden;
  margin-top: -32px;
}
.company .company-content .com-profile .profile-title{
	text-align: center;
}
.company .company-content .com-profile .profile-title .title-p{
	display: inline-block;
	font-family: MyGotham;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -1px;
  padding: 0px 20px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  background-image: linear-gradient(to left,rgba(2,67,154,1) 60% ,rgba(75,231,254,1));
}
.company .company-content .com-profile .profile-con{
	position: relative;
	width: 92%;
  display: flex;
  display: -webkit-flex;
  margin-top: 6.8%;
  padding-bottom:3%;
}
.company .company-content .com-profile .profile-con .text-bc{
	position:absolute;
	left:56.5%;
	bottom: -3.5%;
	width:max-content;
	width:-webkit-max-content;
	font-family: MyGotham;
  font-size: 13.5rem;
  text-transform: uppercase;
  letter-spacing: -7px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
}
.company .company-content .com-profile .profile-con .profile-img{
	width: 52.5%;
  margin-right: 5%;
}
.company .company-content .com-profile .profile-con .profile-text{
	position: relative;
	width: 42.5%;
}
.company .company-content .com-profile .profile-con .profile-text .text-one h1{
	display: inline-block;
	font-family: MyGotham;
  font-size: 3.47rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: -1px;
}
.company .company-content .com-profile .profile-con .profile-text .text-one h3{
	font-family: MyGotham;
  font-size: 5.73rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 5rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
}
.company .company-content .com-profile .profile-con .profile-text .text-one p{
	font-family: MyGotham;
  font-size: 2.43rem;
  text-transform: capitalize;
  letter-spacing: -0.5px;
  color: #000000;
  line-height: 2.7rem;
  margin-top: 6.2%;
}
.company .company-content .com-profile .profile-con .profile-text .text-line{
	width:100%;
	height:4px;
	margin: 8.5% 0% 5.5%;
	background-image: linear-gradient(to left,rgba(2,67,154,1) 37%, rgba(75,231,254,1));
}
.company .company-content .com-profile .profile-con .profile-text .text-con p{
	font-family: MyArial;
  font-size: 1.09rem;
  color: #9c9c9c;
  line-height: 2rem;
  letter-spacing: 0.2px;
}
.company .company-content .com-profile .profile-con .profile-text .text-btn{
	position:absolute;
	bottom:3%;
	left:0%;
	display:inline-block;
}
.company .company-content .com-profile .profile-con .profile-text .text-btn p{
	height:62px;
	line-height:62px;
	background-color:#004190;
	padding:0px 21px;
	font-family:MyGotham;
	font-size:1.215rem;
	color:#ffffff;
}
.company .company-content .com-profile .profile-con .profile-text .screen-circle{
	position: absolute;
  top: -8%;
  right: -3%;
  width: 11rem;
}
.company .company-content .com-profile .profile-con .profile-text .screen-circle .circle-img .circle-arrow{
	width: 2.5rem;
}
.company .company-content .com-adv{
	background:url("../fodder/home/company-adv-bc.jpg") no-repeat;
	background-position: bottom;
	background-size: 100% 100%;
	padding-bottom: 5%;
}
.company .company-content .com-adv .adv-work{
	width: 72%;
  display: flex;
  display: -webkit-flex;
  margin: 4% auto;
  align-items: center;
}
.company .company-content .com-adv .adv-work .adv-left{
	width:55%;
  margin-right: 3%;
}
.company .company-content .com-adv .adv-work .adv-right{
	position: relative;
	width: 42%;
}
.company .company-content .com-adv .adv-work .adv-left .con-one{
	position:relative;
	padding-left:5%;
	font-family:MyGotham;
	font-size:2.5rem;
	color:#000000;
	line-height:2.9rem;
	letter-spacing: -1px;
	margin-top: 8%;
}
.company .company-content .com-adv .adv-work .adv-left .con-one:before{
	position:absolute;
	content:"";
	top: 17%;
  left: -5%;
	width:3.5rem;
	height:4px;
	background-image: linear-gradient(to left,rgba(2,67,154,1) 37%, rgba(75,231,254,1));
}
.company .company-content .com-adv .adv-work .adv-left .con-two{
	font-family: MyArial;
  font-size: 1.05rem;
  font-weight: bold;
  color: rgba(0,0,0,0.9);
  line-height: 2.1rem;
  letter-spacing: 1px;
  padding-left:5%;
  width: 85%;
  margin: 3% 0% 2.8%;
}
.company .company-content .com-adv .adv-work .adv-left .con-three{
	width: 85%;
  padding-left: 5%;
  display: flex;
  display: -webkit-flex;
}
.company .company-content .com-adv .adv-work .adv-left .con-three .half-one{
	width:47.5%;
	margin-right:5%;
}
.company .company-content .com-adv .adv-work .adv-left .con-three .half-two{
	width:47.5%;
}
.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 4%;
}
.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top .img{
	margin-right: 8px;
}
.company .company-content .com-adv .adv-work .adv-left .con-three .con-half h1{
	font-family:MyGotham;
	font-size:1.4rem;
	color:#000000;
	letter-spacing: -1px;
}
.company .company-content .com-adv .adv-work .adv-left .con-three .con-half p{
	font-family: MyArial;
  font-size: 0.95rem;
  color:#5f5f5f;
  line-height: 1.56rem;
}
.company .company-content .com-adv .adv-right .right-img .change-rotate{
	overflow: initial;
}
.company .company-content .com-adv .adv-right .right-img img{
	border-radius: 50%;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
.company .company-content .com-adv .adv-right .right-con{
	position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:url("../fodder/home/company-adv-bc2.jpg") no-repeat;
	background-size: 100% 100%;
 	border-radius: 50%;
	width: 72%;
  height: 72%;
}
.company .company-content .com-adv .adv-right .right-con .con-h h1{
	font-family:MyGotham;
	font-size:5.76rem;
	color:#000000;
	letter-spacing: -1px;
	margin-bottom: 2%;
}
.company .company-content .com-adv .adv-right .right-con .con-p p{
	font-family: MyArial;
  font-size: 1.125rem;
  color:#000000;
  line-height: 1.5rem;
}
.company .company-content .com-work{
	position: relative;
  background-color: #f3f4f4;
}
.company .company-content .com-work .all-work{
	position: relative;
	width: 82%;
  margin-left: 18%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company .company-content .com-work .all-work .three-adv{
	position:absolute;
	z-index:22;
	top:0px;
	left:0px;
	background-color:#004190;
	width:79%;
	border-radius: 10px;
	margin-top: -6%;
}
.company .company-content .com-work .all-work .three-adv .all-three{
	display:flex;
	display:-webkit-flex;
	align-content: center;
	justify-content: center;
}
.company .company-content .com-work .all-work .three-adv .all-con{
	display:flex;
	display:-webkit-flex;
	align-items: center;
  justify-content: center;;
	width:calc(94% / 3);
	padding:3.5% 1%;
}
.company .company-content .com-work .all-work .three-adv .all-con .three-con{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.company .company-content .com-work .all-work .three-adv .con-img{
	width:6.25rem;
	margin-right:1rem;
}
.company .company-content .com-work .all-work .three-adv .con-text .all-text{
	display: inline-block;
}
.company .company-content .com-work .all-work .three-adv .con-text h1{
	font-family:MyGotham;
	font-size:2.4rem;
	color:#ffffff;
	letter-spacing: -1px;
	margin-bottom: 2%;
}
.company .company-content .com-work .all-work .three-adv .con-text p{
	font-family: MyArial;
  font-size: 1.09rem;
  color:#ffffff;
  line-height: 1.9rem;
  text-align: center;
}
.company .company-content .com-work .all-work .work-con{
	width:35%;
	margin:4% 4% 0% 0%;
}
.company .company-content .com-work .all-work .work-img{
	position: relative;
	width:61%;
}
.company .company-content .com-work .all-work .work-img .wave{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index: 22;
}
.company .company-content .com-work .all-work .work-con .con-text{
	margin-top:13%;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img{
	display: flex;
  display: -webkit-flex;
  margin: 7% 0%;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img:nth-last-child(1){
	margin:0;
}
.company .company-content .com-work .all-work .work-con .same-title3 p{
	left: -10%;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img{
	width:5.5rem;
	margin-right:1rem;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img .img{
	position: relative;
  display: inline-block;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img .img:before{
	position:absolute;
	content:"";
	transform: translate(-50%,-50%) scale(1);
	left:50%;
	top:50%;
	width:80%;
	height:80%;
	border-radius:50%;
	background-color:#004190;
	animation: big 3s ease-in-out infinite;
  -webkit-animation: big 3s ease-in-out infinite;
  -ms-animation: big 3s ease-in-out infinite;
  -moz-animation:big 3s ease-in-out infinite;
}
@-webkit-keyframes big{
	from{
		-webkit-transform: translate(-50%,-50%) scale(1);
		-moz-transform: translate(-50%,-50%) scale(1);
		-ms-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
		opacity: 1;
	}
	to{
		-webkit-transform: translate(-50%,-50%) scale(2);
		-moz-transform: translate(-50%,-50%) scale(2);
		-ms-transform: translate(-50%,-50%) scale(2);
		transform: translate(-50%,-50%) scale(2);
		opacity: 0;
	}
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img img{
	position: relative;
	z-index:22;
	width: 2.375rem;
  padding: 0.8rem;
  background-color: #004190;
  border-radius: 50%;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text{
	width:calc(100% - 6.5rem);
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text h3{
	font-family:MyGotham;
	font-size:1.05rem;
	color:#000000;
	letter-spacing: -1px;
	margin-bottom: 2%;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text p{
	font-family: MyArial;
  font-size: 0.85rem;
  color:#737373;
  line-height: 1.3rem;
  width: 78%;
  letter-spacing: 0.2px;
  margin: 12px 0px;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more{
	display: flex;
  display: -webkit-flex;
  margin: 1.2rem 0rem 1rem;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more .img{
	margin-left:8px;
}
.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more p{
	display: inline-block;
	font-family: MyArial;
  font-size: 1rem;
  color:#004190;
  width: unset;
  margin:0px;
}
.company .company-content .com-sample .sample-title{
	width:100%;
	display:flex;
	display:-webkit-flex;
	overflow: hidden;
}
.company .company-content .com-sample .sample-title .sample-lump{
	width:calc((100% - 40px) / 3);
	margin-right: 20px;
	background-color:#004190;
}
.company .company-content .com-sample .sample-title .same-title3{
	padding:3rem 0rem 2.1rem;
}
.company .company-content .com-sample .sample-title .same-title3 h1{
	padding-left: 2rem;
}
.company .company-content .com-sample .sample-title .same-title3 p{
	left: -0.5rem;
	letter-spacing: -3px;
}
.company .company-content .com-new{
	position:relative;
	padding-bottom: 2.8%;
}
.company .company-content .com-new:before{
	position:absolute;
	content:"";
	left:0px;
	bottom:0px;
	width:100%;
	height:27.5%;
	background-color:#f3f4f4;
}
.company .company-content .com-new .all-new{
	position:relative;
	z-index:22;
	width:80%;
	margin:3.8% auto 0%;
}
.company .company-content .com-new .all-new .new-img{
	margin-top:5px;
}
.company .company-content .com-new .all-new .new-title{
	width: 92%;
	margin-left: 8%; 
}
.company .company-content .com-new .all-new .new-title h1{
	padding-left: 2rem;
}
.company .company-content .com-new .all-new .new-title p{
	left: 0%;
}
.company .company-content .com-new .all-new .new-img .swiper-container{
	padding:5% 8%;
}
.company .company-content .com-new .all-new .new-img .slide-con{
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.company .company-content .com-new .all-new .new-img .slide-con .text{
	padding:8.2% 1% 8.4%;
	text-align: center;
}
.company .company-content .com-new .all-new .new-img .slide-con .text h1{
	font-family:MyGotham;
	font-size:1.25rem;
	color:#004190;
	letter-spacing: -1px;
	margin-bottom: 2%;
}
.company .company-content .com-new .all-new .new-img .slide-con .text h3{
	font-family: MyArial;
  font-size: 0.85rem;
  color:#939393;
  letter-spacing: 0.2px;
}
.certificate .same-screen .slide-con .screen-text{
	top: 61%;
}
.certificate .same-screen .slide-con .screen-text .text-one h3{
	font-size: 4.4rem;
  letter-spacing: -2.5px;
}
.certificate .same-screen .slide-con .screen-text .text-two .text-h h1{
	font-size: 13.3rem;
  letter-spacing: -3px;
  margin: -25px 0px -5px;
}
.certificate .same-screen .slide-con .screen-circle{
	position: absolute;
  top: 20%;
  right: 5%;
  width: 11rem;
}
.certificate .screen-circle .circle-img .circle-arrow{
	width: 2.5rem;
}
.same-title2{
	text-align: center;
}
.same-title2 h1{
	position:relative;
	display:inline-block;
	font-family: MyGeometr;
  font-size: 3.1rem;
  text-transform: uppercase;
  color: #434343;
  padding-bottom:2%;
  margin-bottom:2%;
}
.same-title2 h2 {
	color: #434343;
	font-family: MyGeometr;
	margin-bottom:4%;
}
.same-title2 h1:before{
	position:absolute;
	content:"";
	transform: translate(-50%,0%);
	left:50%;
	bottom:0%;
	width:5rem;
	height:4px;
	background-image: linear-gradient(to left,rgba(75,231,254,1) , rgba(2,67,154,1) );
}
.same-title2 p{
	width: 50%;
  margin: 0 auto;
  font-family: MyArial;
  font-size: 0.95rem;
  color: #919191;
  letter-spacing: 0.1px;
  line-height: 1.2rem;
}
.certificate .certifi-msg{
	position:relative;
	padding:3.8% 0% 5%;
	background:url("../fodder/home/certificate-bc.jpg") no-repeat;
	background-size:100% auto;
	background-position: bottom;
	overflow: hidden;
}
.certificate .certifi-msg .certifi-bc{
	position:absolute;
	transform: translate(-50%,0%);
	top: 18%;
	left:50%;
	width:max-content;
	width:-webkit-max-content;
	font-family: MyGotham;
  font-size: 19.5rem;
  text-transform: uppercase;
  letter-spacing: -8px;
  color: transparent;
  -webkit-text-stroke: 1px #e4e0e0;
}
.certificate .certifi-msg .all-msg{
	width: 72%;
  margin: 0 auto;
}
.certificate .certifi-msg .all-msg .same-title2 h1{
	padding-bottom: 1.3%;
  margin-bottom: 1%;
}
.certificate .certifi-msg .all-msg .same-title2 p{
	width: 100%;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
}
.certificate .certifi-msg .all-msg .swiper-container{
	position:unset;
	padding: 4.3% 2% 4% 0%;
}
.certificate .certifi-msg .all-msg .certifi-slide{
	position:relative;
}
.certificate .certifi-msg .all-msg .certifi-slide .img{
	box-shadow: 20px 20px 30px rgba(30,29,28,0.1);
}
.certificate .certifi-msg .all-msg .certifi-slide .img img{
	box-shadow: 10px 13px 4px rgba(30,29,28,0.27);
}
.certificate .certifi-msg .all-msg .certifi-slide .prev-next{
	background:unset;
	top:42%;
	width:4rem;
	height:auto;
	margin:0px;
}
.certificate .certifi-msg .all-msg .certifi-slide .swiper-button-prev{
	left:-6%;
}
.certificate .certifi-msg .all-msg .certifi-slide .swiper-button-next{
	right:-6%;
}
.certificate .certifi-msg .all-msg .certifi-slide .swiper-button-next .arrow-img{
	transform: rotate(180deg);
}
.certificate .certifi-msg .all-msg .certifi-brand{
	width: 60%;
  margin: 3.5% auto 0%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to left,rgba(2,67,154,1) 60% ,rgba(75,231,254,1));
  border-radius: 35px;
}
.certificate .certifi-msg .all-msg .certifi-brand .all-brand{
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding:0.5rem 0rem;
}
.certificate .certifi-msg .all-msg .certifi-brand .all-brand .img{
	margin:0rem 2rem;
}
.contact .same-screen .slide-con .screen-text{
	top: 57%;	
}
.contact .same-screen .slide-con .screen-text .text-one h3{
	font-size: 3.125rem;
  letter-spacing: -3.5px;
}
.contact .same-screen .slide-con .screen-text .text-two .text-h h1{
	font-size: 13.3rem;
  margin: -20px 0px -5px;
}
.contact .same-screen .slide-con .screen-text .text-two .text-img{
	top: 60%;
  left: 11%;
}
.contact .contact-msg{
	padding-bottom:5%;
	background-color:#f3f4f4;
}
.contact .contact-msg .all-msg{
	width: 62%;
  margin: 0 auto;
}
.contact .contact-msg .all-msg .msg-top{
	position: relative;
	z-index: 22;
	margin-top: -3%; 
	padding:2.7% 1.8% 1.8% 2.8%;
	display:flex;
	display:-webkit-flex;
	background-color:#004098;
}
.contact .contact-msg .all-msg .msg-top .top-left{
	width:50%;
}
.contact .contact-msg .all-msg .msg-top .top-right{
	width:50%;
	display:flex;
	display:-webkit-flex;
	justify-content: flex-end;
	align-items: center;
}
.contact .contact-msg .all-msg .msg-top h1{
	font-family: MyGeometr;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ffffff;
}
.contact .contact-msg .all-msg .msg-top h3{
	font-family: MyGeometr;
  font-size: 0.9rem;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0px 5px;
}
.contact .contact-msg .all-msg .msg-top .top-right .right-one{
	position:relative;
}
.contact .contact-msg .all-msg .msg-top .top-right .right-one:after{
	position:absolute;
	content:"";
	transform:translate(0%,-50%) rotate(20deg);
	top:50%;
	right:-1px;
	width:1px;
	height:70%;
	background-color:#ffffff;
}
.contact .contact-msg .all-msg .bottom{
	position:relative;
}
.contact .contact-msg .all-msg .msg-bottom{
	position:relative;
	z-index:22;
	margin: 7% 0% 0%;
  padding: 5% 6%;
  background-color: #ffffff;
}
.contact .contact-msg .all-msg .bottom:before{
	position: absolute;
  content: "";
  bottom: 22px;
  right: 8%;
  left: auto;
  width: 50%;
  height: 20%;
  -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,.6);
  box-shadow: 0px 15px 30px rgba(0,0,0,.6);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.contact .contact-msg .all-msg .bottom:after{
	position: absolute;
	content: "";
  bottom: 22px;
  left: 8%;
  width: 50%;
  height: 20%;
  -webkit-box-shadow:0px 15px 30px rgba(0,0,0,.6);
  box-shadow:0px 15px 30px rgba(0,0,0,.6);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.contact .contact-msg .all-msg .msg-bottom .msg-form{
	width:100%;
	display:flex;
	display:-webkit-flex;
	margin-top: 6.5%;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form{
	width:47%;
	margin-right:6%;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg{
	width:47%;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-form-item{
	width: 100%;
	margin-bottom:20px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-input{
	font-family: MyArial;
	font-size:1rem;
	color:#717171;
	height: 45px;
  line-height: 45px;
  padding-left: 0.8rem;
  border-radius: 5px;
	border:1px solid #d2d2d2;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-textarea{
	font-family: MyArial;
	font-size:1rem;
	color:#717171;
	border-radius: 5px;
	border:1px solid #d2d2d2;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .btn{
	margin-bottom: 0px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .btn .layui-btn{
	display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  margin-top: 2rem;
  text-transform: unset;
  letter-spacing: 0.5px;
  background-image: linear-gradient(to left,rgba(0,64,152,1) 48%,rgba(56,210,251,1));
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-form input::-webkit-input-placeholder{ 
	font-family: MyArial;
	font-size:1rem;
	color:#717171;
	letter-spacing: -0.1px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-form input:-moz-placeholder{ 
	font-family: MyArial;
	font-size:1rem;
	color:#717171;
	letter-spacing: -0.1px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-form input:-ms-input-placeholder{
	font-family: MyArial;
	font-size:1rem;
	color:#717171;
	letter-spacing: -0.1px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-form textarea::-webkit-input-placeholder{ 
	font-family: MyArial;
	font-size:1rem;
	color:#717171;
	letter-spacing: -0.1px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-form textarea:-moz-placeholder{ 
	font-family: MyArial;
	font-size:1rem;
	color:#717171;
	letter-spacing: -0.1px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .form textarea:-ms-input-placeholder{
	font-family: MyArial;
	font-size:1rem;
	color:#717171;
	letter-spacing: -0.1px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title h1{
	font-family: MyGeometr;
  font-size: 2.8rem;
  color: #434343;
  letter-spacing: -0.5px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title p{
	position:relative;
	padding-left: 1.6rem;
  font-family: MyArial;
 	font-size: 1rem;
  color: #919191;
  letter-spacing: 0.5px;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title p:before{
	position:absolute;
	content:"";
	transform: translate(0%,-50%);
	top:50%;
	left:0%;
	width:1.5rem;
	height:3px;
	background-image: linear-gradient(to right,rgba(2,67,154),rgba(75,231,254));
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail{
	margin-top:5%;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con{
	display:flex;
	display:-webkit-flex;
	align-items: center;
	margin-bottom: 3%;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con img{
	width:1.8rem;
	margin-right:0.5rem;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con .p-con{
	width:calc(100% - 5rem);
	font-family: MyArial;
 	font-size: 1rem;
  color: #434343;
  line-height:1.2rem;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(1) img{
	width:2.3rem;
	margin-right:0.5rem;
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(1) .p-con{
	width:calc(100% - 2.8rem);
}
.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(2) .p-con{
	width:unset;
}
.contact .contact-msg .all-msg .msg-bottom .bottom-wave{
	position: absolute;
  right: 0px;
  bottom: 0px;
}
.form .layui-form-item{
	margin-bottom: 15px;
}
.form .layui-input-block{
	margin-left:0px;
}
.form .layui-input{
	font-family: MyArial;
	font-size:1.05rem;
	color:#717171;
	letter-spacing: 1px;
	height:50px;
	line-height:50px;
	border: unset;
 	background-color: transparent;
	border-bottom: 1px solid #c9c9c9;
}
.form .layui-textarea{
	font-family: MyArial;
	font-size:1.05rem;
	color:#717171;
	letter-spacing: 1px;
	border: unset;
 	background-color: transparent;
	border-bottom: 1px solid #c9c9c9;
}
.form .name{
	float:left;
	width:48%;
	clear: unset;
}
.form .email{
	float:right;
	width:48%;
	clear: unset;
}
.form .btn .layui-btn{
	display: inline-block;
	font-family: MyGotham;
  font-size:1.2rem;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: -0.5px;
	height:50px;
	line-height:50px;
	padding:0px 25px;
	background-image:linear-gradient(to left,rgba(21,0,152,1),rgba(56,210,251,0.5));
	margin-top:1rem;
}
.form .layui-form input::-webkit-input-placeholder{ 
	font-family: MyArial;
	font-size:1.05rem;
	color:#717171;
	letter-spacing: 1px;
}
.form .layui-form input:-moz-placeholder{ 
	font-family: MyArial;
	font-size:1.05rem;
	color:#717171;
	letter-spacing: 1px;
}
.form .layui-form input:-ms-input-placeholder{
	font-family: MyArial;
	font-size:1.05rem;
	color:#717171;
	letter-spacing: 1px;
}
.form .layui-form textarea::-webkit-input-placeholder{ 
	font-family: MyArial;
	font-size:1.05rem;
	color:#717171;
	letter-spacing: 1px;
}
.form .layui-form textarea:-moz-placeholder{ 
	font-family: MyArial;
	font-size:1.05rem;
	color:#717171;
	letter-spacing: 1px;
}
.form textarea:-ms-input-placeholder{
	font-family: MyArial;
	font-size:1.05rem;
	color:#717171;
	letter-spacing: 1px;
}
.footer{
	position: relative;
	background-color:#eeeeee;
	padding-top:3.5%;
}
.footer .all-nav{
	width:75%;
	margin:0% auto 3%;
	display: flex;
  display: -webkit-flex;
  flex-wrap:wrap;
}
.footer .all-nav .foot-one{
	width:24%;
	margin-right:4%;
}
.footer .all-nav .foot-two{
	width:11%;
	margin-right:2%;
}
.footer .all-nav .foot-three{
	width:21%;
	margin-right:4%;
}
.footer .all-nav .foot-four{
	width:34%;
}
.footer .all-nav .foot-one .one-logo p{
	font-family: MyGotham;
  font-size:1.12rem;
  text-transform: uppercase;
  color: #434343;
  margin:5px 0px 0px 5px;
}
.footer .all-nav .foot-one .one-address{
	display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  margin-top: 1.8rem;
}
.footer .all-nav .foot-one .one-address img{
	width:1.8rem;
	margin-right:0.2rem;
}
.footer .all-nav .foot-one .one-address p{
	width:calc(100% - 2rem);
	font-family: MyArial;
	font-size:0.85rem;
	color:#595757;
	letter-spacing: 0.5px;
	line-height: 1.2rem;
}
.footer .all-nav .foot-two .two-href{
	margin-bottom:2rem;
	display: flex;
  display: -webkit-flex;
  align-items: center;
}
.footer .all-nav .foot-two .two-href .circle{
	width:6px;
	height:6px;
	border-radius:50%;
	background-color:#004098;
	margin-right:10px;
}
.footer .all-nav .foot-two .two-href .href{
	width:calc(100% - 18px);
	padding-right:2px;
	font-family: MyArial;
	font-size:1.1rem;
	color:#595757;
	letter-spacing: 1px;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .all-nav .foot-two .two-href .href a{
	display:inline-block;
}
.footer .all-nav .foot-two .two-href .href a:hover{
	color:#004098;
}
.footer .all-nav .foot-title{
	width:calc(100% - 2px);
	font-family: MyGotham;
  font-size:1.48rem;
  text-transform: uppercase;
  color: #434343;
  letter-spacing: -1px;
  margin-bottom:1.8rem;
}
.footer .all-nav .foot-three .all-three .three-con{
	display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom:0.8rem;
}
.footer .all-nav .foot-three .all-three .three-con img{
	width:1.7rem;
	margin-right:10px;
}
.footer .all-nav .foot-three .all-three .three-con p{
	font-family: MyArial;
	font-size:1.1rem;
	color:#595757;
	letter-spacing: 1px;
}
.footer .all-nav .foot-three .all-three .three-con:nth-child(1) img:nth-child(3){
	margin-right:5px;
}
.footer .all-nav .foot-four .all-four{
	display: flex;
  display: -webkit-flex;
}
.footer .all-nav .foot-four .all-four .four-item{
	width: 23.5%;
  margin-right: 2%;
  text-align: center;
}
.footer .all-nav .foot-four .all-four .four-item:nth-child(4){
	margin-right: 0%;
}
.footer .all-nav .foot-four .all-four .four-item a:hover img{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.footer .all-nav .foot-four .all-four .four-item h3{
	font-family: MyGotham;
  font-size: 0.7rem;
  text-transform: capitalize;
  color: #004098;
  margin-top: 1.2rem;
}
.footer .foot-bottom{
	background-color: #002c7f;
	padding: 1rem 0rem;
}
.footer .foot-bottom .all-bottom{
	display: flex;
  display: -webkit-flex;
  margin: 0% auto;
  font-family: MyArial;
	font-size:0.9rem;
	color:#ffffff;
	letter-spacing: 0.8px;
}
.footer .foot-bottom .all-bottom .p-one{
	width:65%;
}
.footer .foot-bottom .all-bottom .p-two{
	width:35%;
	display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.footer .foot-bottom .all-bottom .p-two p:nth-child(1){
	margin-right:2rem;
}
.cn-home .home-content .home-screen .screen-slide .img-text{
	align-items: center;
}
.home .home-content .home-screen .screen-slide .img-text .text .text2{
	margin-top:7%;
}
.home .home-content .home-screen .screen-slide .slide-one .img-text{
	top:55%;
}
@media screen and (max-width:991px){
	.nav .nav-content{
		width: 90%;
    padding: 12px 0px;
	}
	.nav .nav-content .nav-ul ul .li-show{
		display:none;
	}
	.nav .nav-content .nav-logo{
		width:15rem;
	}
	.nav .nav-content .nav-ul{
		width: calc(100% - 15rem);
		padding-top: 0rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		display: inline-flex;
    display: -webkit-inline-flex;
		justify-content: flex-end;
    align-items: center; 
    font-size: 1.1rem;
    font-family: MyFolio;
	}
	.nav .nav-content .nav-ul ul .li-lang .lang-cn{
		font-size: 1.1rem;
		padding: 3px 5px 1px;
	}
	.cn-nav .nav-content .nav-ul ul .li-lang .lang{
		font-size: 1.1rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		display: block;
    margin-left:25px;
	}
	.cn-nav .nav-content .nav-ul ul .li-lang .lang{
		padding: 2px 5px;
	}
	.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: #333 !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;
    height: 100%;
    display: block;
    background-color: #ffffff !important;
    width: 100%;
    padding-top: 1.5rem;
    z-index: 99;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	}
	.auto-show{
		transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
	}
	.auto-hide .auto-ul li{
		padding:1rem 0rem 0.5rem 2.2rem;
	}
	.auto-hide .auto-ul li a{
		display:inline-block;
	}
	.auto-hide .auto-ul h1{
		font-family: MyFolio;
  	font-size: 1.5rem;
  	color: #004098;
  	letter-spacing: 0.5px;
	}
	.auto-hide .auto-ul .li-product .auto-child  li{
		padding:0.5rem 0rem 0.2rem 2rem;
	}
	.auto-hide .auto-ul h2{
		font-family: MyFolio;
  	font-size: 1.2rem;
  	color: #004098;
  	letter-spacing:0.5px;
	}
	.load-nav{
		position: sticky;
    top: 0px;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	}
}
@media screen and (min-width:1500px) and (max-width:1700px){
	.home .home-content .home-screen .screen-slide .img-text{
		margin-left:0%;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text1{
		font-size: 8rem;
		line-height: 8rem;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
		font-size: 7rem;
    line-height: 7rem;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2{
		margin-top:1rem;
	}
	.home .home-content .home-screen .screen-slide .screen-circle{
		width: 12rem;
	}
	.screen-circle .circle-img .circle-arrow{
		width: 2.5rem;
	}
	.home .home-content .home-screen .screen-slide .prev-next{
		bottom: 2.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 2.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
		width: 3.5rem;
    height: 3.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-prev{
		left: 30%;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-next{
		right: 30%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
		top:18%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text{
		top: 55%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text1{
		margin: 0rem 0rem 0rem -11rem;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .img{
		margin-top: 2%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2{
		margin-top:0.5rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2 h1{
		margin-left: 2rem;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .img{
		margin-top: 2%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text{
		margin-left: 0%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text .text2 h1{
		margin-left: 6.5rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img{
		width: 80px;
    height: 80px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-title{
		margin-bottom: 2.2rem;
    margin-left: 2%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text{
		margin-top: 0.5rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h1{
		font-size: 1.1rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img img{
		width: 3rem;
	}
	.home .home-content .home-pro1:before{
		width: 92%;
	}
	.home .home-content .home-pro2{
		padding: 5% 0% 6.5%;
	}
	.all-btn a p{
		height: 60px;
    line-height: 60px;
    font-size: 1.3rem;
    padding: 0px 70px;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text h1{
		font-size: 1.3rem;
		letter-spacing: -1px;
	}
	.home .home-content .home-about .all-about{
		width: 90%;
	}
	.home .home-content .home-about .all-about .about-left{
		margin-left: 5%;
	}
	.home .home-content .home-about .all-about .about-right{
		width: 50%;
	}
	.home .home-content .home-about .all-about .about-left .about-title{
		margin-bottom: 11%;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-img{
		width: 5rem;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text h1{
		font-size: 1.8rem;
	}
	.home .home-content .home-about .all-about .about-left .about-p{
		margin-top: 3%;
	}
	.home .home-content .home-news .all-news{
		width: 75%;
	}
	.home .home-content .home-news .all-news .news-title h1{
		font-size: 2.8rem;
	}
	.home .home-content .home-news .all-news .news-title{
		padding-bottom:1rem;
	}
	.home .home-content .home-news .new-bc h1{
		font-size: 9rem;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next{
		top: 40%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next .arrow-img img{
		width: 3rem;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .img-text .img img{
		width: 95%;
	}
	.home .home-content .home-news .all-news .img-text .text .text2{
		font-size: 1.1rem;
	}
	.home .home-content .home-news .all-news .news-content .new-con{
		font-size: 1.8rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .all-title p{
		font-size: 1.2rem;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text1{
		font-size: 8.5rem;
    line-height: 8rem;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text-img{
		width: 95%;
		margin-top: 5%;
	}
	.all-product .allpro-content .allpro-screen .text-bc .text2{
		font-size: 11rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle{
		width: 10rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-arrow{
		width: 2.5rem;
	}
	.same-item .item{
		font-size: 1.2rem;
	}
	.same-title h1{
		font-size: 2rem;
	}
	.all-product .allpro-content .allpro-con .allpro-img{
		width: 83%;
	}
	.product .product-content .pro-con{
		width:80%;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-top h2{
		font-size:1.6rem;
		letter-spacing: 2px;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-bottom h1{
		font-size:1.6rem;
		margin: 3% 0% 7%;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a img{
		width:2.6rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a p{
		font-size:1.4rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv{
		margin-top: 20%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .adv-title h1{
		font-size:1.4rem;
		padding-bottom: 2.5%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con{
		padding: 4% 1% 2.5% 2%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .img{
		width:2.6rem;
		margin-right:1rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text{
		font-size:1.3rem;
	}
	.product .product-content .pro-hot .hot-img{
		width:80%;
		margin: 0 auto 5%;
	}
	.same-screen .slide-con .screen-text .text-one h3{
		font-size: 3.5rem;
	}
	.same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 15rem;
	}
	.same-screen .slide-con .screen-text .text-two .text-img{
		left: 14.5%;
	}
	.same-screen .slide-con .screen-text .text-three p{
		font-size: 1rem;
	}
	.company .company-content .com-profile{
		margin-top: -30px;
	}
	.company .company-content .com-profile .profile-title .title-p{
		font-size: 1.4rem;
		height: 60px;
    line-height: 60px;
	}
	.company .company-content .com-profile .profile-con{
		margin-top: 7%;
	}
	.company .company-content .com-profile .profile-con .profile-img{
		width:53%;
		margin-right: 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text{
		width:44%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h1{
		font-size: 3.2rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h3{
		font-size: 5rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one p{
		font-size: 2.2rem;
		margin-top: 5%;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle{
		width: 9rem;
		right: -8%;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle .circle-img .circle-arrow{
		width: 2rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-line{
		margin: 6% 0% 4%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-con p{
		font-size: 1rem;
		line-height: 1.8rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn{
		position: relative;
		z-index: 22;
    left: unset;
    bottom: unset;
    margin-top: 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn p{
		font-size: 1.2rem;
    height: 55px;
    line-height: 55px;
    padding: 0px 20px;
	}
	.company .company-content .com-profile .profile-con .text-bc{
		font-size: 10rem;
		left: 54.7%;
	}
	.company .company-content .com-adv .adv-work{
		width: 75%;
	}
	.company .company-content .same-title3 p{
		font-size: 5.8rem;
	}
	.company .company-content .same-title3 h1{
		font-size: 2.2rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one{
		font-size: 2.3rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-two{
		font-size: 1rem;
		line-height: 1.8rem;
		margin: 3.5% 0% 3.2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three{
		width: 90%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half p{
		line-height:1.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con .con-h h1{
		font-size: 5rem;
	}
	.company .company-content .com-adv .adv-right .right-con .con-p p{
		font-size: 1.1rem;
	}
	.company .company-content .com-work .all-work .three-adv{
		width: 82%;
	}
	.company .company-content .com-work .all-work .three-adv .all-con{
		padding: 3% 1%;
	}
	.company .company-content .com-work .all-work .three-adv .con-img{
		width: 5.5rem;
    margin-right: 0.8rem;
	}
	.company .company-content .com-work .all-work .three-adv .con-text h1{
		font-size: 2.2rem;
	}
	.company .company-content .com-work .all-work .three-adv .con-text p{
		font-size: 1.05rem;
	}
	.company .company-content .com-work .all-work{
		width: 85%;
	 	margin-left: 15%;
	}
	.company .company-content .com-work .all-work .work-con{
		margin: 6% 4% 0% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text{
		margin-top:12%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img{
		margin:5% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img{
		width: 3.5rem;
    margin-right: 1rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img img{
		width: 2.2rem;		
		padding: 0.6rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img .img:before{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text{
		width: calc(100% - 4.5rem);
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text h3{
    letter-spacing: -0.5px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text p{
		width: 100%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more{
		margin: 3% 0%;
	}
	.company .company-content .com-sample .sample-title .same-title3 p{
		font-size: 5rem;
	}
	.company .company-content .com-new .all-new{
		width: 85%;
    margin: 4.5% auto 0%;
	}
	.company .company-content .com-new .all-new .new-img .slide-con .text h1{
		font-size: 1.2rem;
	}
	.certificate .same-screen .slide-con .screen-text .text-one h3{
		font-size: 3.5rem;
	}
	.certificate .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 11rem;
	}
	.certificate .same-screen .slide-con .screen-circle{
		width: 9rem;
	}
	.certificate .screen-circle .circle-img .circle-arrow{
		width: 2rem;
	}
	.same-title2 h1{
		font-size: 3rem;
	}
	.certificate .certifi-msg{
    padding: 4% 0% 6%;	
	}
	.certificate .certifi-msg .all-msg .same-title2 h1{
		padding-bottom: 1.5%;
    margin-bottom: 1.2%;
	}
	.certificate .certifi-msg .certifi-bc{
		top: 20%;
		font-size: 17rem;
	}
	.certificate .certifi-msg .all-msg{
		width:75%;
	}
	.certificate .certifi-msg .all-msg .certifi-slide .img{
		box-shadow: 15px 20px 30px rgba(30,29,28,0.1);
	}
	.certificate .certifi-msg .all-msg .certifi-slide .prev-next{
		width: 3.5rem;
	}
	.contact .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.8rem;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 11rem;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img{
		top: 62%;
    left: 9.5%;
	}
	.contact .contact-msg .all-msg{
		width:68%;
	}
	.same-title2 p{
		width: 55%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form{
		margin-right: 4%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg{
		width:49%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title h1{
		font-size: 2.6rem;
	}
	.form .btn .layui-btn{
		height: 45px;
    line-height: 45px;
    padding: 0px 20px;
	}
	.footer .all-nav{
		width: 80%;
	}
	.footer .all-nav .foot-one{
		width: 24%;
    margin-right: 3%;
	}
	.footer .all-nav .foot-two{
		width: 14%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-three{
		width: 25%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-title{
		font-size: 1.4rem;
	}
	.footer .all-nav .foot-one .one-logo p{
		font-size: 1.1rem;
	}
	.footer .all-nav .foot-three .all-three .three-con img{
		margin-right: 5px;
	}
}
@media screen and (min-width:1200px) and (max-width:1500px){
	.nav .nav-content .nav-logo{
		width:16rem;
    margin-right: 5%;
	}
	.nav .nav-content .nav-ul ul li{
		padding: 0rem 1.5rem;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size:1.3rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size:1.15rem;
	}
	{
		font-size:1.1rem;
	}
	.same-screen{
		margin-top: 100px;
	}
	.home .home-content .home-screen .screen-slide .img-text{
		top: 46%;
		margin-left:0%;
	}
	.home .home-content .home-screen .screen-slide .img-text .img{
		width:55%;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text1{
		font-size: 6.5rem;
    line-height: 6.5rem;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
		font-size: 5.5rem;
    line-height: 5.5rem;
    letter-spacing: -6px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2{
		margin-top:1rem;
	}
	.home .home-content .home-screen .screen-slide .screen-circle{
		top: 18%;
		width: 9.5rem;
	}
	.screen-circle .circle-img .circle-arrow{
		width: 2rem;
	}
	.home .home-content .home-screen .screen-slide .prev-next{
		bottom: 2.6rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 2.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
		width: 3rem;
    height: 3rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-pagination-clickable .swiper-pagination-bullet{
		margin: 0px 2rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-prev{
		left: 30%;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-next{
		right: 30%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
		top:12%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text{
		top: 50%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text1{
		margin: 0rem 0rem 0rem -8rem;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .img{
		margin-top: 4%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2{
		margin-top:0.5rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2 h1{
		margin-left: 0rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .screen-circle{
		top: 16%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .screen-circle{
		top: 16%;
		right: 1.5%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .img{
		margin-top: 4%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text{
		margin-left: 0%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text .text2 h1{
		margin-left: 6.5rem;
	}
	.all-title h1{
		font-size: 2.3rem;
	}
	.home .home-content .home-pro1 .all-pro1{
		width: 93%;
    margin: 5.5% 0% 5.5% 7%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img{
		width: 65px;
    height: 65px;
    line-height: 65px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-title{
		margin-bottom: 2rem;
    margin-left: 2%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text{
		margin-top: 0.5rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h1{
		font-size: 1.05rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img img{
		width: 2.5rem;
	}
	.home .home-content .home-pro1:before{
		width: 94%;
	}
	.home .home-content .home-pro2{
		padding: 5% 0% 6.5%;
	}
	.all-btn a p{
		height: 60px;
    line-height: 64px;
    font-size: 1.3rem;
    padding: 0px 65px;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text{
		padding: 10% 5% 11%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .img{
		width: 85%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text-bc{
		width: 10rem;
    height: 10rem;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text h1{
		font-size: 1.2rem;
		letter-spacing: -1px;
		margin: 2% 0%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text p{
		font-size: 0.9rem;
	}
	.all-btn{
		margin: 3% 0% 7%;
	}
	.home .home-content .home-about .all-about{
		width: 92%;
		align-items: flex-end;
	}
	.home .home-content .home-about .about-bc1{
		height: 82%;
	}
	.home .home-content .home-about .about-bc2{
		width: 15%;
	}
	.home .home-content .home-about .all-about .about-left{
		width: 47%;
    margin-left: 3%;
	}
	.home .home-content .home-about .all-about .about-right{
		width: 50%;
	}
	.home .home-content .home-about .all-about .about-left .about-title{
		margin-bottom: 10%;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-img{
		width:4.5rem;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text h1{
		font-size: 1.6rem;
		letter-spacing: -1px;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text p{
		font-size: 0.95rem;
		letter-spacing: 0px;
	}
	.home .home-content .home-about .all-about .about-left .about-p{
		margin-top: 3%;
	}
	.home .home-content .home-news .all-news{
		width: 85%;
	}
	.home .home-content .home-news .all-news .news-title h1{
		font-size: 2.6rem;
	}
	.home .home-content .home-news .all-news .news-title{
		padding-bottom:0.8rem;
	}
	.home .home-content .home-news .new-bc h1{
		font-size: 8rem;
	}
	.home .home-content .home-news .all-news .swiper-container{
		padding: 5% 0%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next{
		top: 38%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next .arrow-img img{
		width: 2.5rem;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .img-text .img img{
		width: 98%;
	}
	.home .home-content .home-news .all-news .img-text .text .text1{
		font-size:0.9rem;
		letter-spacing: 0.2px;
	}
	.home .home-content .home-news .all-news .img-text .text .text2{
		font-size: 1.1rem;
		letter-spacing: -0.5px;
	}
	.home .home-content .home-news .all-news .news-content .new-con{
		top: 2.3rem;
    font-size: 1.6rem;
	}
	.home .home-content .home-contact .all-contact{
		width: 85%;
    margin: 0 auto;
	}
	.home .home-content .home-contact .all-contact .contact-left{
		width: 40%;
    margin-right: 3%;
	}
	.home .home-content .home-contact .all-contact .contact-left .all-title p{
		font-size: 1.1rem;
		margin-top: 0.5rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num{
		margin:10% 0%;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p p{
		font-size: 1.2rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:before{
		height: 4px;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:after{
		height: 4px;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc1{
		width: 70%;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2{
		right: 10%;
    bottom: 20%;
    text-align: center;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2 .video-logo img{
		width:90%;
	}
	@keyframes scale2{
		0%{ 
			transform:translate(-50%,-50%) scale(1);
			opacity:.9;
		}
		100%{ 
			transform:translate(-50%,-50%) scale(4);
			opacity:0;
		}
	}
	.all-product .allpro-content .allpro-screen .img-text{
		top: 53%;
	}
	.all-product .allpro-content .allpro-screen .img-text .img{
		margin-left: 6%;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text1{
		font-size: 6.5rem;
    line-height: 6.5rem;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text-img{
		width: 88%;
    margin-top: 5%;
	}
	.all-product .allpro-content .allpro-screen .text-bc .text2{
		top: 66%;
    font-size: 9rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle{
		left: 8%;
    top: 10%;
    width: 9.5rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-arrow{
		width: 2.5rem;
	}
	.all-product .allpro-content .allpro-con .allpro-line{
		height: 40px;
	}
	.same-item{
		margin: 3% 0% 7%;
		padding: 1% 0% 0.6%;
	}
	.same-item .item{
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	.same-title h1{
		font-size: 2rem;
	}
	.all-product .allpro-content .allpro-con .allpro-img{
		width:88%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text .bottom-text h1{   
		margin-top: 7%;
		letter-spacing: 1px;
	}
	.all-product .allpro-content .allpro-con .allpro-page{
		margin-bottom: 5.5%;
	}
	.product .product-content .pro-con{
		width:80%;
		margin:15% auto 7%;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-top h2{
		font-size: 1.5rem;
    letter-spacing: 1.5px;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-bottom h1{
		font-size: 1.5rem;
    margin: 3% 0% 7%;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a img{
		width:2.5rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a p{
		font-size:1.3rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv{
		margin-top: 16%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .adv-title h1{
		font-size:1.4rem;
		padding-bottom: 2.5%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con{
		padding: 4% 1% 2.5% 2%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .img{
		width: 2.5rem;
    margin-right: 0.8rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text{
		font-size:1.2rem;
	}
	.product .product-content .pro-hot .hot-img{
		width:90%;
		margin: 0 auto 7%;
	}
	.product .product-content .pro-hot .hot-img .text h3{
		letter-spacing: 0.5px;
	}
	.product .product-content .pro-hot .hot-img .text h1{
		letter-spacing: 0.5px;
	}
	.product .product-content .pro-hot .hot-img .prev-next{
		top: 30%;
	}
	.product .product-content .pro-hot .hot-img .prev-next .arrow-img{
		width: 90%;
	}
	.same-screen .slide-con .screen-text{
		top: 50%;
	}
	.same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.8rem;
		margin-bottom: 0.3rem;
	}
	.same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 13rem;
		margin-bottom: 0.5rem;
	}
	.same-screen .slide-con .screen-text .text-two .text-img{
		top: 60%;
    left: 13.5%;
	}
	.same-screen .slide-con .screen-text .text-three p{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.company .company-content .com-profile{
		margin-top: -30px;
	}
	.company .company-content .com-profile .profile-title .title-p{
		font-size: 1.3rem;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0px;
    padding: 0px 25px;
   	border-radius: 30px;
	}
	.company .company-content .com-profile .profile-con{
		width: 96%;
		margin-top: 8%;
	}
	.company .company-content .com-profile .profile-con .profile-img{
		width:53%;
		margin-right: 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text{
		width:44%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h1{
		font-size: 3rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h3{
		font-size: 4.5rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one p{
		font-size: 2rem;
    margin-top: 3%;
    line-height: 2.2rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle{
		width: 8rem;
    right: -8%;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle .circle-img .circle-arrow{
		width: 1.8rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-line{
		height: 3px;
    margin: 5% 0% 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-con p{
		font-size: 1rem;
		line-height: 1.8rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn{
		position: relative;
		z-index: 22;
    left: unset;
    bottom: unset;
    margin-top: 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn p{
		font-size: 1.05rem;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
	}
	.company .company-content .com-profile .profile-con .text-bc{
		font-size: 9rem;
		left: 54.7%;
	}
	.company .company-content .com-adv .adv-work{
		width: 85%;
    margin: 5% auto;
	}
	.company .company-content .same-title3 p{
		font-size: 5rem;
	}
	.company .company-content .same-title3 h1{
		font-size: 2.2rem;
	}
	.company .company-content .com-adv{
		padding-bottom: 6%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one{
		font-size: 2.2rem;
		line-height: 2.6rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one:before{
		width: 3rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-two{
		font-size: 1rem;
		line-height: 1.6rem;
		margin: 4% 0% 5%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three{
		width: 100%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-one{
		width:49%;
		margin-right:2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-two{
		width:49%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top .img{
		width: 1.1rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half p{
		line-height:1.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con .con-h h1{
		font-size: 4.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con .con-p p{
		font-size: 1.05rem;
	}
	.company .company-content .com-work .all-work{
		width: 92%;
    margin-left: 8%;
	}
	.company .company-content .com-work .all-work .work-img .wave{
		width:70%;
	}
	.company .company-content .com-work .all-work .three-adv{
		width: 88%;
    margin-top: -6%;
	}
	.company .company-content .com-work .all-work .three-adv .all-con{
		padding: 2.5% 1%;
	}
	.company .company-content .com-work .all-work .three-adv .con-img{
		width: 4.5rem;
    margin-right: 0.8rem;
	}
	.company .company-content .com-work .all-work .three-adv .con-text h1{
		font-size: 2rem;
	}
	.company .company-content .com-work .all-work .three-adv .con-text p{
		font-size: 1rem;
	}
	.company .company-content .com-work .all-work .work-con{
		width: 37%;
    margin: 6% 2% 0% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text{
		margin-top:12%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img{
		margin:5% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img{
		width: 3rem;
    margin-right: 1rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img img{
		width: 2rem;		
		padding: 0.6rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img .img:before{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text{
		width: calc(100% - 4rem);
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text h3{
    letter-spacing: -0.5px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text p{
		width: 100%;
		margin: 10px 0px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more{
		margin: 3% 0%;
	}
	.company .company-content .com-sample .sample-title .same-title3{
		padding: 3% 0rem 2%;
	}
	.company .company-content .com-sample .sample-title .same-title3 h1{
		padding-left: 1.5rem;
	}
	.company .company-content .com-sample .sample-title .same-title3 p{
		font-size: 4.5rem;
	}
	.company .company-content .com-sample .sample-title .sample-lump{
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
	}
	.company .company-content .com-new .all-new{
		width: 90%;
    margin: 5% auto 0%;
	}
	.company .company-content .com-new .all-new .new-img .swiper-container{
		padding: 5% 5% 3%;
	}
	.company .company-content .com-new .all-new .new-img .slide-con .text h1{
		font-size: 1.1rem;
	}
	.certificate .same-screen .slide-con .screen-text{
		top: 52%;
	}
	.certificate .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.8rem;
	}
	.certificate .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 9rem;
	}
	.certificate .same-screen .slide-con .screen-circle{
		width: 9rem;
	}
	.certificate .screen-circle .circle-img .circle-arrow{
		width: 2rem;
	}
	.same-title2 h1{
		font-size: 3rem;
	}
	.certificate .certifi-msg{
    padding: 4.5% 0% 7.5%;	
	}
	.certificate .certifi-msg .all-msg .same-title2 h1{
		padding-bottom: 1.5%;
    margin-bottom: 1.2%;
	}
	.certificate .certifi-msg .certifi-bc{
		top: 22%;
		font-size: 15rem;
	}
	.certificate .certifi-msg .all-msg{
		width:85%;
	}
	.certificate .certifi-msg .all-msg .certifi-slide .img{
		box-shadow: 10px 20px 30px rgba(30,29,28,0.1);
	}
	.certificate .certifi-msg .all-msg .certifi-slide .prev-next{
		width: 3rem;
	}
	.certificate .certifi-msg .all-msg .certifi-brand{
		width: 65%;
	}
	.certificate .certifi-msg .all-msg .certifi-brand .all-brand{
		padding: 3px 0px;
	}
	.contact .same-screen .slide-con .screen-text{
		top:50%;
	}
	.contact .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.8rem;
		letter-spacing: -3px;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 10rem;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img{
		top: 61%;
    left: 8.5%;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img img{
		width:85%;
	}
	.contact .contact-msg .all-msg{
		width:75%;
	}
	.contact .contact-msg .all-msg .msg-top{
		padding: 2% 1.8% 2% 2.8%;
	}
	.same-title2 p{
		width: 100%;
	}
	.contact .contact-msg{
		padding-bottom:7%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form{
		margin-right: 4%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg{
		width:49%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title h1{
		font-size: 2.6rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con img{
		width: 1.6rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(1) img{
		width: 2.1rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(2) img{
		margin-right: 0.3rem;
	}
	.form .layui-form-item{
		margin-bottom: 10px;
	}
	.form .layui-input{
		height: 48px;
    line-height: 48px;
	}
	.form .btn .layui-btn{
		font-size: 1.1rem;
		height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    letter-spacing: 0px;
	}
	.footer .all-nav{
		width: 90%;
	}
	.footer .all-nav .foot-one{
		width: 24%;
    margin-right: 2%;
	}
	.footer .all-nav .foot-two{
		width: 15%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-three{
		width: 25%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-title{
		font-size: 1.3rem;
		margin-bottom: 1.2rem;
	}
	.footer .all-nav .foot-one .one-logo p{
		font-size: 1rem;
	}
	.footer .all-nav .foot-two .two-href .href{
		font-size: 1.05rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-three .all-three .three-con img{
		width: 1.5rem;
		margin-right: 5px;
	}
	.footer .all-nav .foot-three .all-three .three-con p{
		font-size: 1.05rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-four .all-four .four-item h3{
		margin-top: 0.8rem;
	}
}
@media screen and (min-width:1350px) and (max-width:1500px){
	.nav .nav-content .nav-logo{
		width:20rem;
    margin-right:3%;
	}
	.nav .nav-content .nav-ul ul li{
		padding:0rem 1.8rem;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size:1.5rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size:1.2rem;
	}
	.same-screen{
		margin-top: 80px;
	}
	.home .home-content .home-screen .screen-slide .img-text{
		margin-left: 0%;
    top: 50%;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text1{
		font-size: 7rem;
    line-height: 7rem;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
		font-size: 6rem;
    line-height: 6rem;
    letter-spacing: -6px;
	}
	.home .home-content .home-screen .screen-slide .img-text .img{
		margin-top: 2%;
	}
	.home .home-content .home-screen .screen-slide .screen-circle{
		width:11rem;
		top: 20%;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
		width: 3.2rem;
    height: 3.2rem;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text{
		top: 50%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text1{
		margin: 0rem 0rem 0rem -9rem;
	}
	.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
		top:16%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text{
		top: 50%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .screen-circle{
		top: 18%;
    right: 7%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text{
		top: 50%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .screen-circle{
		top: 18%;
	}
	.all-product .allpro-content .allpro-screen .img-text{
		top:55%;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text1{
		font-size: 7.5rem;
    line-height: 7rem;
	}
	.all-product .allpro-content .allpro-screen .text-bc .text2{
		font-size: 9.5rem;
		top: 65%;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text-img{
		width: 90%;
	}
	.all-product .allpro-content .allpro-screen .screen-circle{
		top: 16%;
	}
	.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-arrow{
		width:2.2rem;
	}
	.same-screen .slide-con .screen-text{
		top: 52%;
	}
	.same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.8rem;
	}
	.same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 13rem;
	}
	.same-screen .slide-con .screen-text .text-two .text-img{
		top: 60%;
    left: 13.5%;
	}
	.change-top img{
		width: 90%;
	}
	.certificate .same-screen .slide-con .screen-text{
		top: 55%;
	}
	.certificate .same-screen .slide-con .screen-circle{
		top: 12%;
	}
	.contact .same-screen .slide-con .screen-text{
		top: 52%;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.nav .nav-content{
		flex-wrap: wrap;
		padding: 1rem 0rem 1.2rem;
	}
	.nav .nav-content .nav-logo{
		width: 100%;
    margin-right: 0%;
    text-align: center;
	}
	.nav .nav-content .nav-logo a{
		display: inline-block;
	}
	.nav .nav-content .nav-ul{
		text-align: center;
    padding-top: 1rem;
    width: 100%;
	}
	.nav .nav-content .nav-ul ul li{
		padding:0rem 3.5%;
	}
	.nav .nav-content .nav-ul ul li h1{
		font-size:1.3rem;
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size:1.15rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .lang{
		padding: 1px 5px;
	}
	.nav .nav-content .nav-ul ul .li-lang .lang-cn{
		font-size:1.1rem;
		padding: 2px 5px 0px;
	}
	.cn-nav .nav-content .nav-ul ul .li-lang .lang{
		font-size: 1.1rem;
    padding: 1px 5px;
	}
	.same-screen{
		margin-top: 100px;
	}
	.home .home-content .home-screen .screen-slide .img-text{
		top: 46%;
		margin-left:0%;
		align-items: center;
	}
	.home .home-content .home-screen .screen-slide .img-text .img{
		width:55%;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text1{
		font-size: 5.8rem;
    line-height: 5.8rem;
    letter-spacing: -5px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
		font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: -3px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2{
		margin-top:5%;
	}
	.home .home-content .home-screen .screen-slide .screen-circle{
		top: 18%;
		width: 9rem;
	}
	.screen-circle .circle-img .circle-arrow{
		width: 1.8rem;
	}
	.home .home-content .home-screen .screen-slide .prev-next{
		bottom: 2.1rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 2rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
		width: 2.8rem;
    height: 2.8rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-pagination-clickable .swiper-pagination-bullet{
		font-size:0.95rem;
		margin: 0px 1.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-prev{
		left: 30%;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-next{
		right: 30%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
		top:12%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text{
		top: 50%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text1{
		margin: 0rem 0rem 0rem -7rem;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .img{
		margin-top: 4%;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .text .text2 h1{
		margin-left: 2rem;
	}
	.home .home-content .home-screen .screen-slide .slide-two .screen-circle{
		top: 15%;
    right: unset;
    width: 9rem;
    left: 85%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2{
		margin-top:0.5rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2 h1{
		margin-left: 0rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .screen-circle{
		top: 18%;
    right: unset;
    left: 82%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .screen-circle{
		top: 16%;
    left: 85%;
    right: unset;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .img{
		margin-top: 4%;
		width: 43%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text{
		margin-left: -2%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text .text2 h1{
		margin-left: 6.5rem;
	}
	.all-title h1{
		font-size: 2rem;
	}
	.home .home-content .home-pro1 .all-pro1{
		width: 93%;
    margin: 6% 0% 5.5% 7%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img{
		width: 60px;
    height: 60px;
    line-height: 60px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-title{
		margin:0% 0% 3% 2%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text{
		margin-top: 0.5rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h3{
		font-size:0.85rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h1{
		font-size: 1rem;
    letter-spacing: 0.2px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img img{
		width: 2.2rem;
	}
	.home .home-content .home-pro1:before{
		width: 94%;
	}
	.home .home-content .home-pro2{
		padding: 5% 0% 6.5%;
	}
	.all-btn a p{
		height: 55px;
    line-height: 58px;
    font-size: 1.2rem;
    padding: 0px 55px;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text{
		padding: 10% 5% 11%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .img{
		width: 85%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text-bc{
		width: 10rem;
    height: 10rem;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text h1{
		font-size: 1.2rem;
		letter-spacing: -1px;
		margin: 2% 0%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text p{
		font-size: 0.9rem;
	}
	.all-btn{
		margin: 3.5% 0% 7.5%;
	}
	.all-title .all-span{
		width: 1.8rem;
	}
	.home .home-content .home-about .all-about{
		width: 95%;
		align-items: flex-end;
	}
	.home .home-content .home-about .about-bc1{
		height: 85%;
	}
	.home .home-content .home-about .about-bc2{
		width: 18%;
	}
	.home .home-content .home-about .all-about .about-left{
		width: 47%;
    margin-left: 3%;
	}
	.home .home-content .home-about .all-about .about-right{
		width: 50%;
	}
	.home .home-content .home-about .all-about .about-left .about-title{
		margin-bottom: 6%;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-img{
		width:4rem;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text h1{
		font-size: 1.3rem;
		letter-spacing: -0.5px;
		margin: 5px 0px 3px;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text p{
		font-size: 0.95rem;
		letter-spacing: 0px;
	}
	.home .home-content .home-about .all-about .about-left .about-p{
		margin-top: 3%;
		line-height: 1.5rem;
	}
	.home .home-content .home-news{
		margin-top: 6%;
	}
	.home .home-content .home-news .all-news{
		width: 90%;
	}
	.home .home-content .home-news .all-news .news-title h1{
		font-size: 2.3rem;
	}
	.home .home-content .home-news .all-news .news-title{
		padding-bottom:0.5rem;
	}
	.home .home-content .home-news .new-bc h1{
		font-size:7rem;
	}
	.home .home-content .home-news .all-news .swiper-container{
		padding: 6% 0% 2%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next{
		top: 38%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next .arrow-img img{
		width: 2.5rem;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .img-text .img img{
		width: 98%;
	}
	.home .home-content .home-news .all-news .img-text .text .text1{
		font-size:0.85rem;
		letter-spacing: 0.2px;
	}
	.home .home-content .home-news .all-news .img-text .text .text2{
		font-size: 1.1rem;
		letter-spacing: -0.5px;
	}
	.home .home-content .home-news .all-news .news-content .new-con{
		top: 2rem;
    font-size: 1.4rem;
	}
	.home .home-content .home-contact .all-contact{
		width: 92%;
    margin: 0 auto;
	}
	.home .home-content .home-contact .all-contact .contact-left{
		width: 40%;
    margin-right: 3%;
	}
	.home .home-content .home-contact .all-contact .contact-left .all-title p{
		font-size: 1rem;
		margin-top: 0.5rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num{
		margin:8% 0%;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p p{
		font-size: 1.2rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:before{
		height: 4px;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:after{
		height: 4px;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc1{
		width: 70%;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2{
		right: 10%;
    bottom: 20%;
    text-align: center;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2 .video-logo img{
		width:90%;
	}
	@keyframes scale2{
		0%{ 
			transform:translate(-50%,-50%) scale(1);
			opacity:.9;
		}
		100%{ 
			transform:translate(-50%,-50%) scale(4);
			opacity:0;
		}
	}
	.all-product .allpro-content .allpro-screen .img-text{
		top: 52%;
	}
	.all-product .allpro-content .allpro-screen .img-text .img{
		margin:2% 0% 0% 6%;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text1{
		font-size: 5.5rem;
    line-height: 5.5rem;
    letter-spacing: -5px;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text-img{
		width: 88%;
    margin-top: 7%;
	}
	.all-product .allpro-content .allpro-screen .text-bc .text2{
		top: 68%;
    font-size: 8rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle{
		left: 8%;
    top: 10%;
    width: 8.5rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-arrow{
		width: 2rem;
	}
	.all-product .allpro-content .allpro-con .allpro-line{
		height: 35px;
	}
	.same-item{
		margin: 3% 0% 7%;
		padding: 1% 0% 0.6%;
	}
	.same-item .item{
		font-size: 1.1rem;
    letter-spacing: 0.5px;
    padding: 0% 2%;
	}
	.same-title h1{
		font-size: 2rem;
		letter-spacing: 0.8px;
	}
	.all-product .allpro-content .allpro-con .allpro-img{
		width:92%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text{
		width:calc(97% / 4);
		margin: 0% 1% 3.5% 0%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text .bottom-text h1{  
		font-size: 1.05rem; 
		margin-top: 7%;
		letter-spacing: 0.5px;
	}
	.all-product .allpro-content .allpro-con .allpro-page{
		margin-bottom: 6%;
	}
	.product .product-content .pro-con{
		width:92%;
		margin:15% auto 7%;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-top h2{
		font-size: 1.5rem;
    letter-spacing: 1px;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-bottom h1{
		font-size: 1.5rem;
    margin: 2% 0% 5%;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a{
		height: 43px;
    line-height: 43px;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a img{
		width:2.5rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a p{
		font-size:1.3rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv{
		margin-top: 16%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .adv-title h1{
		font-size:1.4rem;
		padding-bottom: 2.5%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con{
		padding:3.5% 1% 2% 2%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .img{
		width: 2rem;
    margin-right: 0.8rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text{
		font-size:1.1rem;
	}
	.change-text{
		font-size: 1.05rem !important;
    line-height: 1.4rem !important;
	}
	.product .product-content .pro-hot .hot-img{
		width:90%;
		margin:0 auto 7.5%;
	}
	.product .product-content .pro-hot .hot-img .text h3{
		letter-spacing: 0.2px;
    margin: 7% 0% 3%;
	}
	.product .product-content .pro-hot .hot-img .text h1{
		letter-spacing: 0.2px;
	}
	.product .product-content .pro-hot .hot-img .prev-next{
		margin:0px;
		top: 35%;
	}
	.product .product-content .pro-hot .hot-img .prev-next .arrow-img{
		width: 85%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-prev{
		left:-4%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-next{
		right:-4%;
	}
	.same-screen .slide-con .screen-text{
		top: 50%;
	}
	.same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 0.3rem;
	}
	.same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 11rem;
    letter-spacing: -3px;
    margin: -28px 0px -18px;
	}
	.same-screen .slide-con .screen-text .text-two .text-img{
		top: 60%;
    left: 12%;
	}
	.same-screen .slide-con .screen-text .text-two .text-img img{
		width:85%;
	}
	.same-screen .slide-con .screen-text .text-three p{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.company .company-content .com-profile{
		margin-top: -27.5px;
	}
	.company .company-content .com-profile .profile-title .title-p{
		font-size: 1.2rem;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0px;
    padding: 0px 25px;
    border-radius: 27.5px;
	}
	.company .company-content .com-profile .profile-con{
		width: 96%;
		margin-top: 8%;
	}
	.company .company-content .com-profile .profile-con .profile-img{
		width:53%;
		margin-right: 2%;
	}
	.company .company-content .com-profile .profile-con .profile-text{
		width:45%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h1{
		font-size: 2.7rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h3{
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one p{
		font-size: 1.8rem;
    margin-top: 3%;
    line-height: 2.2rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle{
		width: 7rem;
    right: -8%;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle .circle-img .circle-arrow{
		width: 1.6rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-line{
		height: 2px;
    margin: 3% 0%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-con p{
		font-size: 1rem;
		line-height: 1.6rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn{
		position: relative;
		z-index: 22;
    left: unset;
    bottom: unset;
    margin-top: 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn p{
		font-size: 1rem;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
	}
	.company .company-content .com-profile .profile-con .text-bc{
		font-size: 7rem;
    left: 54%;
	}
	.company .company-content .com-adv .adv-work{
		width: 92%;
    margin: 7% auto;
	}
	.company .company-content .same-title3 p{
		font-size: 4.5rem;
	}
	.company .company-content .same-title3 h1{
		font-size: 2rem;
	}
	.company .company-content .same-title3 h1 span{
		left: 108%;
		width: 2.5rem;
		height: 3px;
	}
	.company .company-content .com-adv{
		padding-bottom: 6%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one{
		font-size: 1.8rem;
    line-height: 2.2rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one:before{
		width: 2.8rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-two{
		font-size: 0.95rem;
    line-height: 1.5rem;
		margin: 4% 0% 5%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three{
		width: 100%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-one{
		width:49%;
		margin-right:2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-two{
		width:49%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top .img{
		width: 1rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half p{
		line-height:1.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-adv .adv-right .right-con .con-h h1{
		font-size: 3.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con .con-p p{
		font-size: 1rem;
	}
	.company .company-content .com-work .all-work{
		width: 98%;
    margin-left:2%;
	}
	.company .company-content .com-work .all-work .work-img .wave{
		width:70%;
	}
	.company .company-content .com-work .all-work .three-adv{
		transform: translate(-50%,0%);
		left:50%;
		width: 90%;
    margin-top: -6%;
	}
	.company .company-content .com-work .all-work .three-adv .all-con{
		padding: 2.5% 1%;
	}
	.company .company-content .com-work .all-work .three-adv .con-img{
		width: 4rem;
    margin-right: 0.8rem;
	}
	.company .company-content .com-work .all-work .three-adv .con-text h1{
		font-size: 1.8rem;
    letter-spacing: 0px;
	}
	.company .company-content .com-work .all-work .three-adv .con-text p{
		font-size: 1rem;
    margin-top: 5px;
    line-height: 1.6rem;
	}
	.company .company-content .com-work .all-work .work-con{
		width: 37%;
    margin: 6% 2% 0% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text{
		margin-top:12%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img{
		margin:5% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img{
		width: 2.5rem;
    margin-right: 1.5rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img img{
		width: 1.6rem;		
		padding: 0.6rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img .img:before{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text{
		width: calc(100% - 3rem);
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text h3{
    letter-spacing: -0.5px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text p{
		width: 100%;
		margin: 10px 0px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more{
		display: none;
	}
	.company .company-content .com-sample .sample-title .same-title3{
		padding: 2.5% 0rem 2%;
	}
	.company .company-content .com-sample .sample-title .same-title3 h1{
		padding-left: 1.5rem;
	}
	.company .company-content .com-sample .sample-title .same-title3 p{
		font-size: 4rem;
	}
	.company .company-content .com-sample .sample-title .sample-lump{
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
	}
	.company .company-content .com-new .all-new{
		width: 95%;
    margin: 6% auto 0%;
	}
	.company .company-content .com-new .all-new .new-img .swiper-container{
		padding: 6% 3% 3%;
	}
	.company .company-content .com-new .all-new .new-img .slide-con .text h1{
		font-size: 1.05rem;
	}
	.certificate .same-screen .slide-con .screen-text{
		top: 52%;
	}
	.certificate .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.5rem;
    letter-spacing: 0.5px;
	}
	.certificate .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 9rem;
		margin: -20px 0px 0px;
	}
	.certificate .same-screen .slide-con .screen-circle{
		width:8rem;
	}
	.certificate .screen-circle .circle-img .circle-arrow{
		width: 1.8rem;
	}
	.same-title2 h1{
		font-size: 2.5rem;
	}
	.same-title2 h1:before{
		width: 4rem;
    height: 3px;
	}
	.certificate .certifi-msg{
    padding: 5% 0% 8%;	
	}
	.certificate .certifi-msg .all-msg .same-title2 h1{
		padding-bottom: 2%;
    margin-bottom: 1.8%;
	}
	.certificate .certifi-msg .certifi-bc{
		top: 22%;
		font-size: 15rem;
	}
	.certificate .certifi-msg .all-msg{
		width:85%;
	}
	.certificate .certifi-msg .all-msg .certifi-slide .img{
		box-shadow: 10px 20px 30px rgba(30,29,28,0.1);
	}
	.certificate .certifi-msg .all-msg .certifi-slide .prev-next{
		width: 2.5rem;
	}
	.certificate .certifi-msg .all-msg .certifi-brand{
		width: 70%;
	}
	.certificate .certifi-msg .all-msg .certifi-brand .all-brand{
		width: 90%;
		padding: 3px 0px;
	}
	.contact .same-screen .slide-con .screen-text{
		top:50%;
	}
	.contact .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.5rem;
    letter-spacing: 0.5px;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 9rem;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img{
		top: 61%;
    left: 7.5%;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img img{
		width:70%;
	}
	.contact .contact-msg .all-msg{
		width:88%;
	}
	.contact .contact-msg .all-msg .msg-top{
		padding: 1.8% 1.8% 1.8% 2.8%;
	}
	.contact .contact-msg .all-msg .msg-bottom{
		margin: 6% 0% 0%;
    padding: 5%;
	}
	.same-title2 p{
		width: 70%;
	}
	.contact .contact-msg{
		padding-bottom:7%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form{
		margin-right: 4%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg{
		width:49%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title h1{
		font-size: 2.3rem;
		margin-bottom: 5px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title p:before{
		width: 1.3rem;
    height: 2px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con{
		margin-bottom:5%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con img{
		width: 1.5rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(1) img{
		width: 2rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(2) img{
		margin-right: 0.2rem;
	}
	.form .layui-form-item{
		margin-bottom: 10px;
	}
	.form .layui-input{
		height: 48px;
    line-height: 48px;
	}
	.form .btn .layui-btn{
		font-size: 1.1rem;
		height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    letter-spacing: 0px;
	}
	.footer{
		padding-top: 4%;
	}
	.footer .all-nav{
		width: 90%;
	}
	.footer .all-nav .foot-one{
		width: 35%;
    margin-right: 5%;
	}
	.footer .all-nav .foot-two{
		width: 22%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-three{
		width: 38%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-four{
		width: 60%;
    margin: 2% 0% 0%;
	}
	.footer .all-nav .foot-title{
		font-size: 1.3rem;
		margin-bottom: 1.2rem;
	}
	.footer .all-nav .foot-one .one-logo p{
		font-size: 1rem;
	}
	.footer .all-nav .foot-two .two-href .href{
		font-size: 1.05rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-three .all-three .three-con img{
		width: 1.5rem;
		margin-right: 5px;
	}
	.footer .all-nav .foot-three .all-three .three-con p{
		font-size: 1.05rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-four .all-four .four-item h3{
		margin-top: 0.8rem;
	}
	.footer .all-nav .foot-four .foot-title{
		margin-bottom: 0px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.home .home-content .home-screen .screen-slide .img-text{
		top: 46%;
		margin-left:0%;
		align-items: center;
	}
	.home .home-content .home-screen .screen-slide .img-text .img{
		width:50%;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text1{
		font-size: 5rem;
    line-height: 5rem;
    letter-spacing: -7px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
		font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -3px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2{
		margin-top:4%;
	}
	.home .home-content .home-screen .screen-slide .screen-circle{
		top: 18%;
		width: 7.5rem;
	}
	.screen-circle .circle-img .circle-arrow{
		width: 1.5rem;
	}
	.home .home-content .home-screen .screen-slide .prev-next{
		bottom: 1.6rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 1.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
		width: 2.5rem;
    height: 2.5rem;
    border-width: 1px;
	}
	.home .home-content .home-screen .screen-slide .swiper-pagination-clickable .swiper-pagination-bullet{
		font-size:0.95rem;
		margin: 0px 1.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-prev{
		left: 28%;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-next{
		right: 28%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
		top:11%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text{
		top: 48%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text1{
		margin: 0rem 0rem 0rem -5rem;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text2{
		margin-left: -3rem;
		margin-top: 5%;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .img{
		margin-top: 4%;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .text .text2 h1{
		margin-left: 2rem;
	}
	.home .home-content .home-screen .screen-slide .slide-two .screen-circle{
		top: 15%;
    right: unset;
    left: 85%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2{
		margin-top:0.5rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2 h1{
		margin-left: 0rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .screen-circle{
		top: 18%;
    right: unset;
    left: 82%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .screen-circle{
		top: 16%;
    left: 85%;
    right: unset;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .img{
		margin-top: 4%;
		width: 43%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text{
		margin-left: -2%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text .text2 h1{
		margin-left: 5rem;
	}
	.all-title h1{
		font-size: 1.8rem;
	}
	.home .home-content .home-pro1 .all-pro1{
		width: 93%;
    margin: 6% 0% 5.5% 7%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img{
		width: 55px;
    height: 55px;
    line-height: 55px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-title{
		margin:0% 0% 2.5% 2%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text{
		margin-top: 0.5rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h3{
		font-size:0.85rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h1{
		font-size: 1rem;
    letter-spacing: 0.2px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img img{
		width: 2rem;
	}
	.home .home-content .home-pro1:before{
		width: 94%;
	}
	.home .home-content .home-pro2{
		padding: 5.5% 0% 6%;
	}
	.home .home-content .home-pro2 .all-pro2{
		width: 88%;
	}
	.all-btn a p{
		height: 50px;
    line-height: 52px;
    font-size: 1.1rem;
    padding: 0px 45px;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text{
		padding: 10% 5% 11%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .img{
		width: 85%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text-bc{
		width: 10rem;
    height: 10rem;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text h1{
		font-size: 1.2rem;
		letter-spacing: -1px;
		margin: 2% 0%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text p{
		font-size: 0.9rem;
	}
	.all-btn{
		margin: 4% 0% 8.5%;
	}
	.all-title .all-span{
		width: 1.8rem;
	}
	.home .home-content .home-about{
		padding-bottom: 5%;
	}
	.home .home-content .home-about .all-about{
		width: 88%;
    margin: 0 auto;
    flex-direction: column-reverse;
    align-items: flex-end;
	}
	.home .home-content .home-about .about-bc1{
		height: 85%;
	}
	.home .home-content .home-about .about-bc2{
		width: 22%;
	}
	.home .home-content .home-about .all-about .about-left{
		width: 100%;
    margin: 4.5% 0% 0%;
	}
	.home .home-content .home-about .all-about .about-right{
		width: 88%;
    margin: 0 auto;
	}
	.home .home-content .home-about .all-about .about-left .about-title{
		margin-bottom: 2%;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-img{
		width:4rem;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text h1{
		font-size: 1.2rem;
		letter-spacing: -0.5px;
		margin: 5px 0px 3px;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text p{
		font-size: 0.95rem;
		letter-spacing: 0px;
	}
	.home .home-content .home-about .all-about .about-left .about-p{
		margin-top: 3%;
		line-height: 1.6rem;
	}
	.home .home-content .home-news{
		margin-top: 6%;
	}
	.home .home-content .home-news .all-news{
		width: 90%;
	}
	.home .home-content .home-news .all-news .news-title h1{
		font-size: 2.1rem;
	}
	.home .home-content .home-news .all-news .news-title{
		padding-bottom:0.5rem;
	}
	.home .home-content .home-news .new-bc h1{
		font-size:6rem;
	}
	.home .home-content .home-news .all-news .swiper-container{
		padding: 6% 0% 2%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next{
		top: 38%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next .arrow-img img{
		width: 2.2rem;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .img-text .img img{
		width: 90%;
	}
	.home .home-content .home-news .all-news .img-text .text .text1{
		font-size:0.85rem;
		letter-spacing: 0.2px;
	}
	.home .home-content .home-news .all-news .img-text .text .text2{
		font-size: 1.1rem;
		letter-spacing: -0.5px;
	}
	.home .home-content .home-news .all-news .news-content .new-con{
		top: 2rem;
    font-size: 1.4rem;
	}
	.home .home-content .home-contact{
		background-size: 100% 35%;
	}
	.home .home-content .home-contact .all-contact{
		width: 75%;
    margin: 0 auto;
    flex-direction: column-reverse;
	}
	.home .home-content .home-contact .all-contact .contact-left{
		width: 100%;
    margin-right: 0%;
	}
	.home .home-content .home-contact .all-contact .contact-left .all-title p{
		font-size: 1rem;
		margin-top: 0.5rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num{
		margin:8% 0%;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p p{
		font-size: 1.2rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:before{
		height: 3px;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:after{
		height: 3px;
	}
	.home .home-content .home-contact .all-contact .contact-right{
		width:100%;
		margin: 0 auto 5%;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc1{
		width: 70%;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2{
		right: 10%;
    bottom: 20%;
    text-align: center;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2 .video-logo img{
		width:90%;
	}
	@keyframes scale2{
		0%{ 
			transform:translate(-50%,-50%) scale(1);
			opacity:.9;
		}
		100%{ 
			transform:translate(-50%,-50%) scale(4);
			opacity:0;
		}
	}
	.all-product .allpro-content .allpro-screen .img-text{
		top: 52%;
	}
	.all-product .allpro-content .allpro-screen .img-text .img{
		margin:2% 0% 0% 6%;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text1{
		font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: -5px;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text-img{
		width: 88%;
    margin-top: 7%;
	}
	.all-product .allpro-content .allpro-screen .text-bc .text2{
		top: 68%;
    font-size: 7rem;
    letter-spacing: -5px;
	}
	.all-product .allpro-content .allpro-screen .screen-circle{
		left: 8%;
    top: 10%;
    width: 7rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-arrow{
		width: 1.6rem;
	}
	.all-product .allpro-content .allpro-con .allpro-line{
		height: 30px;
	}
	.same-item{
		margin: 3% 0% 7%;
		padding: 1% 0% 0.6%;
	}
	.same-item .item{
		font-size: 1rem;
    letter-spacing: 0.2px;
    padding: 0% 2%;
    line-height: 25px;
	}
	.same-title h1{
		font-size: 1.8rem;
    letter-spacing: 0.5px;
	}
	.all-product .allpro-content .allpro-con .allpro-img{
		width:88%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text{
		width: calc(98% / 3);
    margin: 0% 1% 3.5% 0%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text:nth-child(4n){
		margin-right:1%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text:nth-child(3n){
		margin-right:0%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text .bottom-text h1{  
		font-size:1rem; 
		margin-top: 7%;
		letter-spacing: 0.5px;
	}
	.all-product .allpro-content .allpro-con .allpro-page{
		margin-bottom: 6%;
	}
	.product .product-content .pro-con{
		width: 95%;
    margin: 7% auto 9%;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-top h2{
		font-size: 1.3rem;
    letter-spacing: 0.5px;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-bottom h1{
		font-size: 1.3rem;
    margin: 3% 0% 7%;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a{
		height: 45px;
    line-height: 45px;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a img{
		width:2.5rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a p{
		font-size:1.3rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv{
		margin-top: 18%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .adv-title h1{
		font-size: 1.2rem;
    padding-bottom: 2.5%;
    letter-spacing: 0.5px;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con{
		padding:3.5% 1% 2% 2%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .img{
		width: 2rem;
    margin-right: 0.8rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text{
		font-size:1.05rem;
		letter-spacing: 0px;
	}
	.change-text{
		font-size: 1rem !important;
    line-height: 1.3rem !important;
	}
	.product .product-content .pro-hot .hot-img{
		width:90%;
		margin:0 auto 7.5%;
	}
	.product .product-content .pro-hot .hot-img .text h3{
		font-size: 0.95rem;
    letter-spacing: 0px;
    margin: 7% 0% 3%;
	}
	.product .product-content .pro-hot .hot-img .text h1{
		letter-spacing: 0.2px;
	}
	.product .product-content .pro-hot .hot-img .prev-next{
		margin:0px;
		top: 35%;
	}
	.product .product-content .pro-hot .hot-img .prev-next .arrow-img{
		width: 85%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-prev{
		left:-4%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-next{
		right:-4%;
	}
	.same-screen .slide-con .screen-text{
		top: 50%;
	}
	.same-screen .slide-con .screen-text .text-one h3{
		font-size: 2.2rem;
    letter-spacing: 0.2px;
	}
	.same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 9.5rem;
    letter-spacing: -3px;
    margin: -25px 0px -15px;
	}
	.same-screen .slide-con .screen-text .text-two .text-img{
		top: 61%;
    left: 10%;
	}
	.same-screen .slide-con .screen-text .text-two .text-img img{
		width:75%;
	}
	.same-screen .slide-con .screen-text .text-three p{
		font-size: 0.95rem;
    letter-spacing: 0.2px;
	}
	.company .company-content .com-profile{
		margin-top: 0px;
	}
	.company .company-content .com-profile .profile-title .title-p{
		font-size: 1.1rem;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0.2px;
    padding: 0px 25px;
    border-radius: 25px;
	}
	.company .company-content .com-profile .profile-con{
		width: 88%;
    margin: 8% auto;
    flex-wrap: wrap;
	}
	.company .company-content .com-profile .profile-con .profile-img{
		width: 88%;
    margin: 0% auto;
	}
	.company .company-content .com-profile .profile-con .profile-text{
		width:100%;
		margin-top: 5%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h1{
		font-size: 2.5rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h3{
		display: none;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one p{
		font-size: 1.6rem;
    margin-top: 2%;
    line-height: 2rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle{
		width: 7rem;
    right: -5%;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle .circle-img .circle-arrow{
		width: 1.6rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-line{
		height: 2px;
    margin: 2% 0%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-con p{
		font-size: 1rem;
		line-height: 1.6rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn{
		position: relative;
		z-index: 22;
    left: unset;
    bottom: unset;
    margin-top: 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn p{
		font-size: 1rem;
    height: 42px;
    line-height: 42px;
    padding: 0px 20px;
	}
	.company .company-content .com-profile .profile-con .text-bc{
		font-size: 8rem;
    left: -1.5%;
    bottom: -1%;
	}
	.company .company-content .com-adv .adv-work{
		width: 85%;
    margin: 7% auto;
    flex-wrap: wrap;
	}
	.company .company-content .com-adv .adv-work .adv-left{
		width: 100%;
    margin: 0% auto 5%;
	}
	.company .company-content .com-adv .adv-work .adv-right{
		width: 60%;
    margin: 0 auto;
	}
	.company .company-content .same-title3 p{
		font-size: 4.5rem;
	}
	.company .company-content .same-title3 h1{
		font-size: 2rem;
	}
	.company .company-content .same-title3 h1 span{
		left: 108%;
		width: 2.5rem;
		height: 3px;
	}
	.company .company-content .com-adv{
		padding-bottom: 6%;
		background-size: auto 100%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one{
		width: 85%;
		font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 5%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one:before{
		width: 2.5rem;
		top: 20%;
    left: -2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-two{
		font-size: 0.95rem;
    line-height: 1.5rem;
		margin: 4% 0% 5%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three{
		width: 95%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-one{
		width:49%;
		margin-right:2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-two{
		width:49%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top{
		margin-bottom: 2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top .img{
		width: 1rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half p{
		line-height:1.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-adv .adv-right .right-con .con-h h1{
		font-size: 3.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con .con-p p{
		font-size: 1rem;
	}
	.company .company-content .com-work .all-work{
		width: 88%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.company .company-content .com-work .all-work .work-img .wave{
		width:55%;
	}
	.company .company-content .com-work .all-work .three-adv{
		position: relative;
    transform: unset;
    top: unset;
    left: unset;
    width: 100%;
    margin-top: -6%;
	}
	.company .company-content .com-work .all-work .three-adv .all-con{
		padding: 2.5% 1%;
	}
	.company .company-content .com-work .all-work .three-adv .con-img{
		width: 3.5rem;
    margin-right: 0.8rem;
	}
	.company .company-content .com-work .all-work .three-adv .con-text h1{
		font-size: 1.6rem;
    letter-spacing: 0px;
	}
	.company .company-content .com-work .all-work .three-adv .con-text p{
		font-size: 0.95rem;
    margin-top: 5px;
    line-height: 1.3rem;
	}
	.company .company-content .com-work .all-work .work-con{
		width: 88%;
    margin: 5% auto;
	}
	.company .company-content .com-work .all-work .work-img{
		width:80%;
		margin:0 auto;
	}
	.company .company-content .com-work .all-work .work-con .same-title3 p{
		left: -5%;
	}
	.company .company-content .com-work .all-work .work-con .con-text{
		margin-top:7%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img{
		margin:5% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img{
		width: 2.5rem;
    margin-right: 1.5rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img img{
		width: 1.6rem;		
		padding: 0.6rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img .img:before{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text{
		width: calc(100% - 3rem);
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text h3{
    letter-spacing: -0.5px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text p{
		width: 100%;
		margin: 10px 0px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more{
		display: none;
	}
	.company .company-content .com-sample .sample-title .same-title3{
		padding: 2.5% 0% 2% 3%;
	}
	.company .company-content .com-sample .sample-title .same-title3 h1{
		padding-left: 1.5rem;
	}
	.company .company-content .com-sample .sample-title .same-title3 p{
		font-size: 3.5rem;
		left: 2%;
	}
	.company .company-content .com-sample .sample-title .sample-lump{
		display: none;
	}
	.company .company-content .com-new{
		padding-bottom: 4%;
	}
	.company .company-content .com-new .all-new{
		width: 95%;
    margin: 6% auto 0%;
	}
	.company .company-content .com-new .all-new .new-title{
		width: 96%;
		margin-left: 4%;
	}
	.company .company-content .com-new .all-new .new-img .swiper-container{
		padding: 6% 3% 3%;
	}
	.company .company-content .com-new .all-new .new-img .slide-con .text h1{
		font-size: 1.05rem;
	}
	.certificate .same-screen .slide-con .screen-text{
		top: 52%;
	}
	.certificate .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2rem;
    letter-spacing: 0.5px;
	}
	.certificate .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 7.5rem;
    margin: -15px 0px 0px;
	}
	.certificate .same-screen .slide-con .screen-circle{
		display: none;
	}
	.certificate .screen-circle .circle-img .circle-arrow{
		width: 1.8rem;
	}
	.same-title2 h1{
		font-size: 2.2rem;
	}
	.same-title2 h1:before{
		width: 4rem;
    height: 3px;
	}
	.certificate .certifi-msg{
    padding: 6% 0% 10%;	
	}
	.certificate .certifi-msg .all-msg .same-title2 h1{
		padding-bottom: 2.2%;
    margin-bottom: 2.5%;
	}
	.certificate .certifi-msg .all-msg .same-title2 p{
		font-size: 1rem;
    letter-spacing: 0.5px;
	}
	.certificate .certifi-msg .certifi-bc{
		top: 22%;
		font-size: 15rem;
	}
	.certificate .certifi-msg .all-msg{
		width:85%;
	}
	.certificate .certifi-msg .all-msg .swiper-container{
		padding: 5% 3% 6% 0%;
	}
	.certificate .certifi-msg .all-msg .certifi-slide .img{
		box-shadow: 10px 20px 30px rgba(30,29,28,0.1);
	}
	.certificate .certifi-msg .all-msg .certifi-slide .prev-next{
		width: 2.5rem;
	}
	.certificate .certifi-msg .all-msg .certifi-brand{
		width: 80%;
	}
	.certificate .certifi-msg .all-msg .certifi-brand .all-brand{
		padding: 5px 0px;
	}
	.contact .same-screen .slide-con .screen-text{
		top:50%;
	}
	.contact .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2rem;
    letter-spacing: 0.5px;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 8rem;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img{
		top: 61%;
    left: 5.5%;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img img{
		width:60%;
	}
	.contact .contact-msg .all-msg{
		width:95%;
	}
	.contact .contact-msg .all-msg .msg-top{
		padding: 1.5% 1.5% 1.5% 2.5%;
    margin-top: 0%;
	}
	.contact .contact-msg .all-msg .msg-top h1{
		font-size: 1.2rem;
	}
	.contact .contact-msg .all-msg .msg-bottom{
		margin: 5% 0% 0%;
    padding: 5% 3%;
	}
	.same-title2 p{
		width: 80%;
	}
	.contact .contact-msg{
		padding:3% 0% 7%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form{
		margin-right: 4%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg{
		width:49%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title h1{
		font-size: 2.2rem;
		margin-bottom: 5px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title p:before{
		width: 1.3rem;
    height: 2px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con{
		margin-bottom:5%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con img{
		width: 1.5rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(1) img{
		width: 2rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(2) img{
		margin-right: 0.2rem;
	}
	.form .layui-form-item{
		margin-bottom: 10px;
	}
	.form .layui-input{
		height: 45px;
    line-height: 45px;
	}
	.form .btn .layui-btn{
		font-size: 1.1rem;
		height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    letter-spacing: 0px;
	}
	.footer{
		padding-top: 4%;
	}
	.footer .all-nav{
		width: 90%;
	}
	.footer .all-nav .foot-one{
		width: 35%;
    margin-right: 3%;
	}
	.footer .all-nav .foot-two{
		width: 24%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-three{
		width: 38%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-four{
		width: 60%;
    margin: 2% 0% 0%;
	}
	.footer .all-nav .foot-title{
		font-size: 1.3rem;
		margin-bottom: 1.2rem;
	}
	.footer .all-nav .foot-one .one-logo img{
		width:90%;
	}
	.footer .all-nav .foot-one .one-logo p{
		font-size: 0.95rem;
    line-height: 1.1rem;
	}
	.footer .all-nav .foot-two .two-href .href{
		font-size: 1.05rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-three .all-three .three-con img{
		width: 1.5rem;
		margin-right: 5px;
	}
	.footer .all-nav .foot-three .all-three .three-con p{
		font-size: 1.05rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-four .all-four .four-item h3{
		margin-top: 0.8rem;
	}
	.footer .all-nav .foot-four .foot-title{
		margin-bottom: 0px;
	}
	.footer .foot-bottom{
		padding: 1.5% 0%;
	}
	.footer .foot-bottom .all-bottom{
		width: 98%;
		flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
	}
	.footer .foot-bottom .all-bottom .p-one{
		width:100%;
	}
	.footer .foot-bottom .all-bottom .p-two{
		width:100%;
		margin-bottom: 5px;
	 	justify-content: center;
	}
}
@media screen and (min-width:605px) and (max-width:767px){
	.home .home-content .home-screen .screen-slide .img-text{
		top: 46%;
		margin-left:0%;
		align-items: center;
	}
	.home .home-content .home-screen .screen-slide .img-text .img{
		width:50%;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text1{
		font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -5px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
		font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2{
		margin-top:4%;
	}
	.home .home-content .home-screen .screen-slide .screen-circle{
		top: 18%;
		width: 7rem;
	}
	.screen-circle .circle-img .circle-arrow{
		width: 1.5rem;
	}
	.home .home-content .home-screen .screen-slide .prev-next{
		width: 2rem;
		bottom: 1.1rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 1rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
		width: 2rem;
    height: 2rem;
    border-width: 1px;
	}
	.home .home-content .home-screen .screen-slide .swiper-pagination-clickable .swiper-pagination-bullet{
		font-size:0.8rem;
		margin: 0px 1.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-prev{
		left: 25%;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-next{
		right: 25%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
		top: 11%;
    left: 8%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text{
		top: 48%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .img{
		margin-top: 7%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text1{
		margin: 0rem 0rem 0rem -5rem;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text2{
		margin-left: -3rem;
		margin-top: 5%;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .img{
		margin-top: 4%;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .text .text2 h1{
		margin-left: 1rem;
	}
	.home .home-content .home-screen .screen-slide .slide-two .screen-circle{
		top: 15%;
    right: unset;
    left: 85%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .img{
		margin-right: 5px;
    margin-top: 4%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2{
		margin-top:0.5rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2 h1{
		margin-left: -1rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .screen-circle{
		top: 18%;
    right: unset;
    left: 82%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .screen-circle{
		top: 16%;
    left: 85%;
    right: unset;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .img{
		margin-top: 7%;
		width: 43%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text{
		margin-left: -2%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text .text2 h1{
		margin-left: 4rem;
	}
	.all-title h1{
		font-size: 1.8rem;
	}
	.home .home-content .home-pro1 .all-pro1{
		width: 90%;
    margin: 7% auto 8%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img{
		width: 48px;
    height: 48px;
    line-height: 48px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-title{
		margin:0% 0% 2.5% 2%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text{
		margin-top: 0.5rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h3{
		font-size:0.85rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h1{
		font-size: 1rem;
    letter-spacing: 0.2px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next{
		top: 51%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img img{
		width: 1.8rem;
	}
	.home .home-content .home-pro1:before{
		width: 100%;
	}
	.home .home-content .home-pro2{
		padding: 6% 0% 7%;
	}
	.home .home-content .home-pro2 .all-pro2{
		width: 90%;
	}
	.all-btn a p{
		height: 48px;
    line-height: 50px;
    font-size: 1.05rem;
    padding: 0px 30px;
    border-radius: 24px;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text{
		padding: 10% 5% 11%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .img{
		width: 85%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text-bc{
		width: 8rem;
    height: 8rem;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text h1{
		font-size: 1.1rem;
    letter-spacing: -0.5px;
    margin: 2% 0%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text p{
		line-height: 1.2rem;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
	}
	.home .home-content .home-pro2 .all-pro2 .text3 h3{
		font-size: 0.9rem;
	}
	.home .home-content .home-pro2 .all-pro2 .text3 h3:after{
		height: 2px;
	}
	.all-btn{
		margin: 4% 0% 8.5%;
	}
	.all-title .all-span{
		width: 1.8rem;
	}
	.home .home-content .home-about{
		padding-bottom: 7%;
	}
	.home .home-content .home-about .all-about{
		width: 90%;
    margin: 0 auto;
    flex-direction: column-reverse;
    align-items: flex-end;
	}
	.home .home-content .home-about .about-bc1{
		height: 85%;
	}
	.home .home-content .home-about .about-bc2{
		width: 25%;
	}
	.home .home-content .home-about .all-about .about-left{
		width: 100%;
    margin: 4.5% 0% 0%;
	}
	.home .home-content .home-about .all-about .about-right{
		width: 88%;
    margin: 0 auto;
	}
	.home .home-content .home-about .all-about .about-left .about-title{
		margin-bottom: 2%;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-img{
		width:4rem;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text h1{
		font-size: 1.2rem;
		letter-spacing: -0.5px;
		margin: 5px 0px 3px;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text p{
		font-size: 0.95rem;
		letter-spacing: 0px;
	}
	.home .home-content .home-about .all-about .about-left .about-p{
		margin-top: 3%;
		line-height: 1.6rem;
	}
	.home .home-content .home-news{
		margin-top: 6%;
	}
	.home .home-content .home-news .all-news{
		width: 90%;
	}
	.home .home-content .home-news .all-news .news-title h1{
		font-size: 2rem;
	}
	.home .home-content .home-news .all-news .news-title{
		padding-bottom:0.5rem;
	}
	.home .home-content .home-news .new-bc h1{
		font-size:5rem;
	}
	.home .home-content .home-news .all-news .swiper-container{
		padding: 6% 0% 2%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next{
		top: 38%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next .arrow-img img{
		width:2rem;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .img-text .img img{
		width: 90%;
	}
	.home .home-content .home-news .all-news .img-text .text .text1{
		font-size: 0.8rem;
    letter-spacing: 0.5px;
	}
	.home .home-content .home-news .all-news .img-text .text .text2{
		font-size: 1.05rem;
		letter-spacing: -0.2px;
	}
	.home .home-content .home-news .all-news .news-content .new-con{
		top: 1.5rem;
    font-size: 1.2rem;
    letter-spacing: -1px;
	}
	.home .home-content .home-contact{
		background-size: 100% 35%;
	}
	.home .home-content .home-contact .all-contact{
		width: 88%;
    margin: 0 auto;
    flex-direction: column-reverse;
	}
	.home .home-content .home-contact .all-contact .contact-left{
		width: 100%;
    margin-right: 0%;
	}
	.home .home-content .home-contact .all-contact .contact-left .all-title p{
		font-size: 1rem;
		margin-top: 0.5rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num{
		margin:8% 0%;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p p{
		font-size: 1.2rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:before{
		height: 3px;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:after{
		height: 3px;
	}
	.home .home-content .home-contact .all-contact .contact-right{
		width:100%;
		margin: 0 auto 5%;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc1{
		width:65%;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2{
		right: 10%;
    bottom: 15%;
   	text-align: center;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2 .video-logo img{
		width:80%;
	}
	@keyframes scale2{
		0%{ 
			transform:translate(-50%,-50%) scale(1);
			opacity:.9;
		}
		100%{ 
			transform:translate(-50%,-50%) scale(3);
			opacity:0;
		}
	}
	.all-product .allpro-content .allpro-screen .img-text{
		top: 52%;
	}
	.all-product .allpro-content .allpro-screen .img-text .img{
    margin: 2% 0% 0% 2%;
	}
	.all-product .allpro-content .allpro-screen .img-text .img img{
		margin-top:2%;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text1{
		font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -3px;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text-img{
		width: 90%;
    margin-top: 5%;
	}
	.all-product .allpro-content .allpro-screen .text-bc .text2{
		top: 72%;
    font-size: 6rem;
    letter-spacing: -5px;
	}
	.all-product .allpro-content .allpro-screen .screen-circle{
		left: 6%;
    top: 12%;
    width: 6rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-arrow{
		width: 1.6rem;
	}
	.all-product .allpro-content .allpro-con .allpro-line{
		height: 23px;
	}
	.same-item{
		flex-wrap: wrap;
		margin: 3% 0% 7%;
		padding: 1% 0% 0.6%;
	}
	.same-item .item{
		font-size: 1rem;
    letter-spacing: 0.2px;
    padding: 0% 2%;
    line-height: 20px;
    margin:3px 0px;
	}
	.same-title h1{
		font-size: 1.8rem;
    letter-spacing: 0.2px;
	}
	.all-product .allpro-content .allpro-con .allpro-img{
		width:95%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text{
		width: calc(98% / 3);
    margin: 0% 1% 4% 0%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text:nth-child(4n){
		margin-right:1%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text:nth-child(3n){
		margin-right:0%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text .bottom-text h1{  
		font-size:1rem; 
		margin-top: 6%;
    letter-spacing: 0.3px;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text .top-img{
		border: 1px solid #dfdfdf;
	}
	.all-product .allpro-content .allpro-con .allpro-page{
		margin-bottom: 6%;
	}
	.product .product-content .pro-con{
		width: 95%;
    margin: 7% auto 9%;
	}
	.product .product-content .pro-con .left-img{
		border: 1px solid #dfdfdf;
	}
	.product .product-content .pro-con .left-img .swiper-pagination-bullet{
		width: 5px;
    height: 5px;
	}
	.product .product-content .pro-con .left-img .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom:5px;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-top h2{
		font-size: 1.2rem;
    letter-spacing: 0px;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-bottom h1{
		font-size: 1.2rem;
    margin: 2% 0% 5%;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a{
		height: 40px;
    line-height: 40px;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a img{
		width:2rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a p{
		font-size:1.2rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv{
		margin-top: 13%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .adv-title h1{
		font-size: 1.2rem;
    padding-bottom: 2.5%;
    letter-spacing: 0.2px;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con{
		padding:3.5% 1% 2% 2%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .img{
		width: 1.6rem;
    margin-right: 0.5rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text{
		font-size:0.95rem;
		letter-spacing: 0px;
	}
	.change-text{
		font-size: 0.9rem !important;
    line-height: 1.2rem !important;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .change-text{
		width:calc(100% - 2.1rem);
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .change-text p{
		width:auto;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .change-text p br{
		display:none;
	}
	.product .product-content .pro-hot .hot-img{
		width:90%;
		margin:0 auto 7.5%;
	}
	.product .product-content .pro-hot .hot-img .text h3{
		font-size: 0.95rem;
    letter-spacing: 0px;
    margin: 7% 0% 3%;
	}
	.product .product-content .pro-hot .hot-img .text h1{
		letter-spacing: 0.2px;
	}
	.product .product-content .pro-hot .hot-img .prev-next{
		margin:0px;
		top: 40%;
	}
	.product .product-content .pro-hot .hot-img .prev-next .arrow-img{
		width: 75%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-prev{
		left:-5%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-next{
		right:-5%;
	}
	.same-screen .slide-con .screen-text{
		top: 50%;
	}
	.same-screen .slide-con .screen-text .text-one h3{
		font-size: 2rem;
    letter-spacing: 0px;
	}
	.same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 8rem;
    letter-spacing: -3px;
    margin: -25px 0px -15px;
	}
	.same-screen .slide-con .screen-text .text-two .text-img{
		top: 61%;
    left: 7.5%;
	}
	.same-screen .slide-con .screen-text .text-two .text-img img{
		width:65%;
	}
	.same-screen .slide-con .screen-text .text-three p{
		font-size: 0.95rem;
    letter-spacing: 0.2px;
	}
	.company .company-content .com-profile{
		margin-top: 0px;
	}
	.company .company-content .com-profile .profile-title .title-p{
		font-size: 1rem;
    height: 45px;
    line-height: 45px;
    letter-spacing: 0.1px;
    padding: 0px 20px;
    border-radius: 22px;
	}
	.company .company-content .com-profile .profile-con{
		width: 88%;
    margin: 8% auto 5%;
    flex-wrap: wrap;
	}
	.company .company-content .com-profile .profile-con .profile-img{
		width: 88%;
    margin: 0% auto;
	}
	.company .company-content .com-profile .profile-con .profile-text{
		width:100%;
		margin-top: 5%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h1{
		font-size: 2.2rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h3{
		display: none;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one p{
		font-size: 1.3rem;
    margin-top: 2%;
    line-height: 1.8rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle{
		width: 6.5rem;
    right: -5%;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle .circle-img .circle-arrow{
		width: 1.6rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-line{
		height: 2px;
    margin: 2% 0%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-con p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn{
		position: relative;
		z-index: 22;
    left: unset;
    bottom: unset;
    margin-top: 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn p{
		font-size: 0.95rem;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
	}
	.company .company-content .com-profile .profile-con .text-bc{
		font-size: 7rem;
    left: -1.5%;
    bottom: -1%;
	}
	.company .company-content .com-adv .adv-work{
		width: 85%;
    margin: 7% auto;
    flex-wrap: wrap;
	}
	.company .company-content .com-adv .adv-work .adv-left{
		width: 100%;
    margin: 0% auto 5%;
	}
	.company .company-content .com-adv .adv-work .adv-right{
		width: 70%;
    margin: 0 auto;
	}
	.company .company-content .same-title3 p{
		font-size: 4rem;
	}
	.company .company-content .same-title3 h1{
		font-size:1.8rem;
	}
	.company .company-content .same-title3 h1 span{
		left: 108%;
		width: 2.5rem;
		height: 3px;
	}
	.company .company-content .com-adv{
		padding-bottom: 6%;
		background-size: auto 100%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one{
		width: 90%;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 5%;
    padding-left: 7%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one:before{
		width: 2.5rem;
		top: 20%;
    left: -2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-two{
		font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 4% 0% 5%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three{
		width: 95%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-one{
		width:49%;
		margin-right:2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-two{
		width:49%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top{
		margin-bottom: 2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top .img{
		width: 1rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half p{
		line-height:1.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-adv .adv-right .right-con .con-h h1{
		font-size: 3rem;
	}
	.company .company-content .com-adv .adv-right .right-con .con-p p{
		font-size: 1rem;
	}
	.company .company-content .com-work .all-work{
		width: 95%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.company .company-content .com-work .all-work .work-img .wave{
		width:55%;
	}
	.company .company-content .com-work .all-work .three-adv{
		position: relative;
    transform: unset;
    top: unset;
    left: unset;
    width: 100%;
    margin-top: -6%;
	}
	.company .company-content .com-work .all-work .three-adv .all-con{
		padding: 2.5% 1%;
	}
	.company .company-content .com-work .all-work .three-adv .con-img{
		width: 3rem;
    margin-right: 0.5rem;
	}
	.company .company-content .com-work .all-work .three-adv .con-text h1{
		font-size: 1.4rem;
    letter-spacing: 0px;
	}
	.company .company-content .com-work .all-work .three-adv .con-text p{
		font-size: 0.9rem;
    margin-top: 5px;
    line-height: 1.3rem;
	}
	.company .company-content .com-work .all-work .work-con{
		width: 88%;
    margin: 5% auto;
	}
	.company .company-content .com-work .all-work .work-img{
		width:80%;
		margin:0 auto;
	}
	.company .company-content .com-work .all-work .work-con .same-title3 p{
		left: -5%;
	}
	.company .company-content .com-work .all-work .work-con .con-text{
		margin-top:7%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img{
		margin:5% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img{
		width: 2.5rem;
    margin-right: 1.5rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img img{
		width: 1.6rem;		
		padding: 0.6rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img .img:before{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text{
		width: calc(100% - 3rem);
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text h3{
    letter-spacing: -0.5px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text p{
		width: 100%;
		margin: 10px 0px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more{
		display: none;
	}
	.company .company-content .com-sample .sample-title .same-title3{
		padding: 2.5% 0% 2% 3%;
	}
	.company .company-content .com-sample .sample-title .same-title3 h1{
		padding-left: 1.5rem;
	}
	.company .company-content .com-sample .sample-title .same-title3 p{
		font-size: 3rem;
		left: 2%;
	}
	.company .company-content .com-sample .sample-title .sample-lump{
		display: none;
	}
	.company .company-content .com-new{
		padding-bottom: 4%;
	}
	.company .company-content .com-new .all-new{
		width: 95%;
    margin: 6% auto 0%;
	}
	.company .company-content .com-new .all-new .new-title{
		width: 96%;
		margin-left: 4%;
	}
	.company .company-content .com-new .all-new .new-img .swiper-container{
		padding: 6% 3% 3%;
	}
	.company .company-content .com-new .all-new .new-img .slide-con .text h1{
		font-size: 1.05rem;
	}
	.certificate .same-screen .slide-con .screen-text{
		top: 50%;
	}
	.certificate .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2rem;
    letter-spacing: 0px;
	}
	.certificate .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 7rem;
    margin: -15px 0px -5px;
	}
	.certificate .same-screen .slide-con .screen-circle{
		display: none;
	}
	.certificate .screen-circle .circle-img .circle-arrow{
		width: 1.8rem;
	}
	.same-title2 h1{
		font-size: 2rem;
	}
	.same-title2 h1:before{
		width: 4rem;
    height: 3px;
	}
	.certificate .certifi-msg{
    padding: 6.5% 0% 12%;	
	}
	.certificate .certifi-msg .all-msg .same-title2 h1{
		padding-bottom: 2.2%;
    margin-bottom: 2.5%;
	}
	.certificate .certifi-msg .all-msg .same-title2 p{
		font-size: 0.95rem;
    letter-spacing: 0.2px;
	}
	.certificate .certifi-msg .certifi-bc{
		top: 22%;
		font-size: 15rem;
	}
	.certificate .certifi-msg .all-msg{
		width:85%;
	}
	.certificate .certifi-msg .all-msg .swiper-container{
		padding: 5% 3% 6% 0%;
	}
	.certificate .certifi-msg .all-msg .certifi-slide .img{
		box-shadow: 10px 20px 30px rgba(30,29,28,0.1);
	}
	.certificate .certifi-msg .all-msg .certifi-slide .prev-next{
		width: 2.5rem;
	}
	.certificate .certifi-msg .all-msg .certifi-brand{
		width: 88%;
	}
	.certificate .certifi-msg .all-msg .certifi-brand .all-brand{
		padding: 5px 0px;
	}
	.certificate .certifi-msg .all-msg .certifi-brand .all-brand .img{
		margin: 0rem 1.5rem;
	}
	.contact .same-screen .slide-con .screen-text{
		top:50%;
	}
	.contact .same-screen .slide-con .screen-text .text-one h3{
		font-size: 2rem;
    letter-spacing: 0px;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 7rem;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img{
		top: 61%;
    left: 4%;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img img{
		width:55%;
	}
	.contact .contact-msg .all-msg{
		width:88%;
	}
	.contact .contact-msg .all-msg .msg-top{
		padding: 1.5% 1.5% 1.5% 2.5%;
    margin-top: 0%;
	}
	.contact .contact-msg .all-msg .msg-top h1{
		font-size: 1.2rem;
	}
	.contact .contact-msg .all-msg .msg-bottom{
		margin: 5% 0% 0%;
    padding: 5%;
	}
	.same-title2 p{
		width: 80%;
	}
	.contact .contact-msg{
		padding:3% 0% 10%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form{
		flex-wrap: wrap;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form{
		width: 88%;
    margin: 4% auto 7%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-form-item{
		margin-bottom: 15px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg{
		width: 100%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title h1{
		font-size: 2.2rem;
		margin-bottom: 5px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title p:before{
		width: 1.3rem;
    height: 2px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con{
		margin-bottom:5%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con img{
		width: 1.5rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(1) img{
		width: 2rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(2) img{
		margin-right: 0.2rem;
	}
	.form .layui-form-item{
		margin-bottom: 10px;
	}
	.form .layui-input{
		height: 45px;
    line-height: 45px;
	}
	.form .btn .layui-btn{
		font-size: 1.1rem;
		height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    letter-spacing: 0px;
	}
	.footer{
		padding-top: 4%;
	}
	.footer .all-nav{
		width: 88%;
	}
	.footer .all-nav .foot-one{
		width: 100%;
    margin: 0% auto;
	}
	.footer .all-nav .foot-two{
		width: 35%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-three{
		width: 65%;
    margin-right: 0%;
	}
	.footer .all-nav .foot-four{
		width: 85%;
    margin: 2% 0% 0%;
	}
	.footer .all-nav .foot-title{
		font-size: 1.3rem;
		margin-bottom: 1.2rem;
	}
	.footer .all-nav .foot-one .one-logo img{
		display: block;
    width: 18rem;
    margin: 0 auto 5px;
	}
	.footer .all-nav .foot-one .one-logo p{
		font-size: 0.95rem;
    line-height: 1.1rem;
	}
	.footer .all-nav .foot-one .one-address{
		margin: 3% 0% 5%;
	}
	.footer .all-nav .foot-one .one-address img{
		width: 1.5rem;
	}
	.footer .all-nav .foot-two .two-href .href{
		font-size: 1.05rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-three .all-three .three-con img{
		width: 1.5rem;
		margin-right: 5px;
	}
	.footer .all-nav .foot-three .all-three .three-con p{
		font-size: 1.05rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-four .all-four .four-item h3{
		margin-top: 0.8rem;
	}
	.footer .all-nav .foot-four .foot-title{
		margin-bottom: 0px;
	}
	.footer .foot-bottom{
		padding: 1.8% 0%;
	}
	.footer .foot-bottom .all-bottom{
		width: 98%;
		flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
    letter-spacing: 0.5px;
	}
	.footer .foot-bottom .all-bottom .p-one{
		width:100%;
	}
	.footer .foot-bottom .all-bottom .p-two{
		width:100%;
		margin-bottom: 5px;
	 	justify-content: center;
	}
}
@media screen and (max-width:604px){
	.nav .nav-content{
		width: 98%;
    padding: 10px 0px;
	}
	.nav .nav-content .nav-logo{
		width: 10rem;
	}
	.nav .nav-content .nav-ul{
		width: calc(100% - 10rem);
	}
	.nav .nav-content .nav-ul ul .li-lang{
		font-size: 1rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .lang-cn{
		font-size: 1rem;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto{
		margin-left: 10px;
	}
	.nav .nav-content .nav-ul ul .li-lang .nav-auto .auto-line{
		width: 33px;
	}
	.cn-nav .nav-content .nav-ul ul .li-lang .lang{
		font-size: 1rem;
	}
	.auto-hide .auto-ul li{
		padding: 0.5rem 0rem 0.5rem 1.5rem;
	}
	.auto-hide .auto-ul h1{
		font-size:1.3rem;
	}
	.auto-hide .auto-ul h2{
		font-size:1.05rem;
	}
	.home .home-content .home-screen .screen-slide .img-text{
		top: 46%;
		left:50%;
		margin-left:0%;
		align-items: center;
	}
	.home .home-content .home-screen .screen-slide .img-text .img{
		width:50%;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text1{
		font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: -2px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
		font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    -webkit-text-stroke: 0.5px #000000;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2{
		margin-top:4%;
	}
	.home .home-content .home-screen .screen-slide .screen-circle{
		top: 18%;
		width: 4rem;
	}
	.screen-circle .circle-img .circle-arrow{
		width: 1rem;
	}
	.home .home-content .home-screen .screen-slide .prev-next{
		width: 2rem;
		bottom: 0.6rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0.5rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
		width: 1.5rem;
    height:  1.5rem;
    border-width: 1px;
	}
	.home .home-content .home-screen .screen-slide .swiper-pagination-clickable .swiper-pagination-bullet{
		font-size:0.7rem;
		margin: 0px 1rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-prev{
		left: 18%;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-next{
		right: 18%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
		top: 11%;
    left:5%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text{
		top: 48%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .img{
		margin-top: 7%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text1{
		margin: 0rem 0rem 0rem -2rem;
	}
	.home .home-content .home-screen .screen-slide .slide-one .img-text .text .text2{
		margin-left: -1rem;
		margin-top: 5%;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .img{
		margin-top: 4%;
	}
	.home .home-content .home-screen .screen-slide .slide-two .img-text .text .text2 h1{
		margin-left: 1rem;
	}
	.home .home-content .home-screen .screen-slide .slide-two .screen-circle{
		top: 15%;
    right: unset;
    left: 85%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .img{
		margin-right: 5px;
    margin-top: 4%;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text1{
		margin-left: -3rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2{
		margin-top:0.5rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .img-text .text .text2 h1{
		margin-left: -1rem;
	}
	.home .home-content .home-screen .screen-slide .slide-three .screen-circle{
		top: 18%;
    right: unset;
    left: 82%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text{
		top:48%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .screen-circle{
		top: 16%;
    left: 85%;
    right: unset;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .img{
		margin-top: 7%;
		width: 43%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text{
		margin-left: -2%;
	}
	.home .home-content .home-screen .screen-slide .slide-four .img-text .text .text2 h1{
		margin-left:2rem;
	}
	.all-title h1{
		font-size: 1.5rem;
	}
	.home .home-content .home-pro1 .all-pro1{
		width: 90%;
    margin: 9% auto 10%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img{
		width: 42px;
    height: 42px;
    line-height: 42px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-title{
		margin:0% 0% 4% 2%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text{
		margin-top: 0.5rem;
    flex-wrap: wrap;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h3{
		margin: 5px;
		font-size:0.8rem;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .img-text .text h1{
		font-size: 0.9rem;
    letter-spacing: 0.2px;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next{
		top: 51%;
	}
	.home .home-content .home-pro1 .all-pro1 .pro1-slide .swiper-container .prev-next .arrow-img img{
		width: 1.6rem;
	}
	.home .home-content .home-pro1:before{
		width: 100%;
	}
	.home .home-content .home-pro2{
		padding: 7% 0% 9%;
	}
	.home .home-content .home-pro2 .all-pro2{
		width: 90%;
	}
	.all-btn a p{
		height: 38px;
    line-height: 40px;
    font-size: 0.95rem;
    padding: 0px 20px;
    border-radius: 20px;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text{
		padding: 5% 5% 10%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .img{
		width: 85%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text-bc{
		width: 8rem;
    height: 8rem;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text h1{
		font-size: 1.1rem;
    letter-spacing: -0.5px;
    margin: 2% 0%;
	}
	.home .home-content .home-pro2 .all-pro2 .img-text .text p{
		line-height: 1.2rem;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin: 5% 0% 8%;
	}
	.home .home-content .home-pro2 .all-pro2 .text3 h3{
		font-size: 0.9rem;
	}
	.home .home-content .home-pro2 .all-pro2 .text3 h3:after{
		height: 2px;
	}
	.all-btn{
		margin: 4% 0% 8.5%;
	}
	.all-title .all-span{
		width: 1.5rem;
    height: 2px;
	}
	.home .home-content .home-about{
		padding-bottom: 8%;
	}
	.home .home-content .home-about .all-about{
		width: 90%;
    margin: 0 auto;
    flex-direction: column-reverse;
    align-items: flex-end;
	}
	.home .home-content .home-about .about-bc1{
		height: 85%;
	}
	.home .home-content .home-about .about-bc2{
		width: 30%;
	}
	.home .home-content .home-about .all-about .about-left{
		width: 100%;
    margin: 6% 0% 0%;
	}
	.home .home-content .home-about .all-about .about-right{
		width: 100%;
    margin: 0 auto;
	}
	.home .home-content .home-about .all-about .about-left .about-title{
		margin-bottom: 2%;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-img{
		width:3.5rem;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text h1{
		font-size: 1.1rem;
    letter-spacing: -0.2px;
    margin: 5px 0px 2px;
	}
	.home .home-content .home-about .all-about .about-left .about-adv .adv-detail .adv-text p{
		font-size: 0.85rem;
		letter-spacing: 0px;
	}
	.home .home-content .home-about .all-about .about-left .about-p{
		margin-top: 5%;
    line-height: 1.5rem;
	}
	.home .home-content .home-news{
		margin-top: 6%;
	}
	.home .home-content .home-news .all-news{
		width: 90%;
	}
	.home .home-content .home-news .all-news .news-title h1{
		font-size: 2rem;
	}
	.home .home-content .home-news .all-news .news-title{
		padding-bottom:0.5rem;
	}
	.home .home-content .home-news .new-bc h1{
		font-size:5rem;
	}
	.home .home-content .home-news .all-news .swiper-container{
		padding: 6% 0% 2%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next{
		top: 38%;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .swiper-container .prev-next .arrow-img img{
		width:1.5rem;
	}
	.home .home-content .home-news .all-news .news-content .news-slide .img-text .img img{
		width: 95%;
	}
	.home .home-content .home-news .all-news .img-text .text .text1{
		font-size: 0.8rem;
    letter-spacing: 0.5px;
    margin-bottom:0px;
	}
	.home .home-content .home-news .all-news .img-text .text .text2{
		font-size: 1rem;
    letter-spacing: 0px;
	}
	.home .home-content .home-news .all-news .news-content .new-con{
		top: 1rem;
    font-size: 1.1rem;
    letter-spacing: -1px;
    right: 0%;
	}
	.home .home-content .home-contact{
		background-size: 100% 35%;
	}
	.home .home-content .home-contact .all-contact{
		width: 90%;
    margin: 0 auto;
    flex-direction: column-reverse;
	}
	.home .home-content .home-contact .all-contact .contact-left{
		width: 100%;
    margin-right: 0%;
	}
	.home .home-content .home-contact .all-contact .contact-left .all-title p{
		font-size:0.95rem;
		margin-top: 0.5rem;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num{
		margin:8% 0%;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p p{
		font-size:1.1rem;
		width: 40px;
    height: 40px;
    line-height: 40px;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:before{
		height: 3px;
	}
	.home .home-content .home-contact .all-contact .contact-left .left-num .num-p:after{
		height: 3px;
	}
	.home .home-content .home-contact .all-contact .contact-right{
		width:100%;
		margin: 0 auto 7%;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc1{
		width:60%;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2{
		right: 5%;
    bottom: 10%;
   	text-align: center;
	}
	.home .home-content .home-contact .all-contact .contact-right .video-bc2 .video-logo img{
		width:55%;
	}
	@keyframes scale2{
		0%{ 
			transform:translate(-50%,-50%) scale(1);
			opacity:.9;
		}
		100%{ 
			transform:translate(-50%,-50%) scale(3);
			opacity:0;
		}
	}
	.all-product .allpro-content .allpro-screen .img-text{
		top: 50%;
    align-items: center;
	}
	.all-product .allpro-content .allpro-screen .img-text .img{
    margin:5% 0% 0% 0%;
	}
	.all-product .allpro-content .allpro-screen .img-text .img img{
		margin-top:2%;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text1{
		font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: -3px;
	}
	.all-product .allpro-content .allpro-screen .img-text .text .text-img{
		width: 100%;
    margin-top: 5%;
	}
	.all-product .allpro-content .allpro-screen .text-bc .text2{
		display: none;
		top: 72%;
    font-size: 6rem;
    letter-spacing: -5px;
	}
	.all-product .allpro-content .allpro-screen .screen-circle{
		display: none;
		left: 6%;
    top: 12%;
    width: 6rem;
	}
	.all-product .allpro-content .allpro-screen .screen-circle .circle-img .circle-arrow{
		width: 1.6rem;
	}
	.all-product .allpro-content .allpro-con .allpro-line{
		height:15px;
	}
	.same-item{
		flex-wrap: wrap;
		margin: 4% 0% 12%;
		padding: 1% 0% 0.6%;
	}
	.same-item .item{
		font-size: 0.95rem;
    letter-spacing: 0px;
    padding: 0% 2%;
    line-height: 20px;
    margin:3px 0px;
	}
	.same-title h3{
		font-size: 0.8rem;
    letter-spacing:0.2px;
	}
	.same-title h1{
		font-size: 1.5rem;
    letter-spacing: 0px;
	}
	.all-product .allpro-content .allpro-con .allpro-img{
		width:95%;
		margin: 7% auto 2%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text{
		width: calc(98% / 2);
    margin: 0% 2% 6% 0%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text:nth-child(4n){
		margin-right:2%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text:nth-child(2n){
		margin-right:0%;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text .bottom-text h1{  
		font-size: 0.95rem;
    margin-top: 6%;
    letter-spacing: 0.2px;
	}
	.all-product .allpro-content .allpro-con .allpro-img .img-text .top-img{
		border: 1px solid #dfdfdf;
	}
	.all-product .allpro-content .allpro-con .allpro-page{
		margin-bottom: 12%;
	}
	.all-product .allpro-content .allpro-con .allpro-page .page h3{
		font-size: 1rem;
		border: 1px solid #dfdfdf;
	}
	.change-page{
		border: 1px solid #004098 !important;
	}
	.product .product-content .pro-con{
		width:88%;
    margin: 9% auto 12%;
    flex-wrap: wrap;
	}
	.product .product-content .pro-con .left-img{
		width: 88%;
		margin:0 auto 6%;
		border: 1px solid #dfdfdf;
	}
	.product .product-content .pro-con .right-text{
		width: 100%;
	}
	.product .product-content .pro-con .left-img .swiper-pagination-bullet{
		width: 5px;
    height: 5px;
	}
	.product .product-content .pro-con .left-img .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom:5px;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-top h2{
		font-size: 1.2rem;
    letter-spacing: 0px;
	}
	.product .product-content .pro-con .right-text .all-text .text-title .title-bottom h1{
		font-size: 1.2rem;
    margin: 2% 0% 5%;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a{
		height: 40px;
    line-height: 40px;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a img{
		width:2rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-btn a p{
		font-size:1.2rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv{
		margin-top: 13%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .adv-title h1{
		font-size: 1.2rem;
    padding-bottom: 2.5%;
    letter-spacing: 0.2px;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con{
		padding:3.5% 1% 2% 2%;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .img{
		width: 1.6rem;
    margin-right: 0.5rem;
	}
	.product .product-content .pro-con .right-text .all-text .text-adv .all-adv .adv-con .text{
		font-size:0.95rem;
		letter-spacing: 0px;
	}
	.change-text{
		font-size: 0.95rem !important;
    line-height: 1.2rem !important;
	}
	.product .product-content .pro-hot .hot-img{
		width:90%;
		margin:2% auto 8%;
	}
	.product .product-content .pro-hot .hot-img .img{
		border: 1px solid #dfdfdf;
	}
	.product .product-content .pro-hot .hot-img .text h3{
		font-size: 0.8rem;
    letter-spacing: 0px;
    margin: 7% 0% 3%;
	}
	.product .product-content .pro-hot .hot-img .text h1{
		letter-spacing: 0.2px;
	}
	.product .product-content .pro-hot .hot-img .prev-next{
		margin:0px;
		top: 40%;
	}
	.product .product-content .pro-hot .hot-img .prev-next .arrow-img{
		width: 50%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-next .arrow-img{
		margin-left:50%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-prev{
		left:-5%;
	}
	.product .product-content .pro-hot .hot-img .swiper-button-next{
		right:-5%;
	}
	.same-screen .slide-con .screen-text{
		top: 50%;
	}
	.same-screen .slide-con .screen-text .text-one h3{
		font-size: 1.5rem;
    letter-spacing: 0px;
	}
	.same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 5rem;
    letter-spacing: -3px;
    margin: -15px 0px -10px;
	}
	.same-screen .slide-con .screen-text .text-two .text-img{
		top: 61%;
    left: -3.5%;
	}
	.same-screen .slide-con .screen-text .text-two .text-img img{
		width: 35%;
	}
	.same-screen .slide-con .screen-text .text-three p{
		font-size:0.75rem;
    letter-spacing: 0.2px;
	}
	.company .company-content .com-profile{
		margin-top: 0px;
	}
	.company .company-content .com-profile .profile-title .title-p{
		font-size: 0.8rem;
    height: auto;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 5px 20px;
    border-radius: 22px;
	}
	.company .company-content .com-profile .profile-con{
		width: 90%;
    margin: 9% auto 5%;
    flex-wrap: wrap;
	}
	.company .company-content .com-profile .profile-con .profile-img{
		width:90%;
    margin: 0% auto;
	}
	.company .company-content .com-profile .profile-con .profile-text{
		width:100%;
		margin-top: 5%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h1{
		font-size: 1.8rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one h3{
		display: none;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-one p{
		font-size: 1.1rem;
    margin-top: 1%;
    line-height: 1.6rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle{
		display: none;
		width: 6.5rem;
    right: -5%;
	}
	.company .company-content .com-profile .profile-con .profile-text .screen-circle .circle-img .circle-arrow{
		width: 1.6rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-line{
		height: 2px;
    margin: 2.5% 0%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-con p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn{
	 	display: none;
		position: relative;
		z-index: 22;
    left: unset;
    bottom: unset;
    margin-top: 3%;
	}
	.company .company-content .com-profile .profile-con .profile-text .text-btn p{
		font-size: 0.95rem;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
	}
	.company .company-content .com-profile .profile-con .text-bc{
		font-size: 6rem;
    left: -1.5%;
    bottom: -1%;
	}
	.company .company-content .com-adv .adv-work{
		width: 88%;
    margin: 7% auto 9%;
    flex-wrap: wrap;
	}
	.company .company-content .com-adv .adv-work .adv-left{
		width: 100%;
    margin: 0% auto 5%;
	}
	.company .company-content .com-adv .adv-work .adv-right{
		width: 80%;
    margin: 0 auto;
	}
	.company .company-content .same-title3 p{
		font-size: 3.2rem;
	}
	.company .company-content .same-title3 h1{
		font-size:1.5rem;
	}
	.company .company-content .same-title3 h1 span{
		left: 108%;
		width: 2rem;
    height: 2px;
	}
	.company .company-content .com-adv{
		padding-bottom:15%;
		background-size: auto 100%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one{
		width: 100%;
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-top: 5%;
    padding-left: 7%;
    letter-spacing: -0.2px;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-one:before{
		width: 1.8rem;
    top: 15%;
    left: -2%;
    height: 2px;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-two{
		width: 100%;
		font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 4% 0% 5%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three{
		width: 95%;
		flex-wrap: wrap;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-one{
		width:100%;
		margin:0% 0% 3%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .half-two{
		width:100%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top{
		margin-bottom: 2%;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half .half-top .img{
		width: 1rem;
	}
	.company .company-content .com-adv .adv-work .adv-left .con-three .con-half p{
		line-height:1.5rem;
	}
	.company .company-content .com-adv .adv-right .right-con{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-adv .adv-right .right-con .con-h h1{
		font-size:2.2rem;
	}
	.company .company-content .com-adv .adv-right .right-con .con-p p{
		font-size: 0.9rem;
	}
	.company .company-content .com-work .all-work{
		width: 95%;
    margin: 0% auto;
    flex-wrap: wrap;
	}
	.company .company-content .com-work .all-work .work-img .wave{
		width:50%;
	}
	.company .company-content .com-work .all-work .three-adv{
		position: relative;
    transform: unset;
    top: unset;
    left: unset;
    width: 100%;
    margin-top:-15%;
	}
	.company .company-content .com-work .all-work .three-adv .all-con{
		padding: 2.5% 1%;
	 	text-align: center;
	}
	.company .company-content .com-work .all-work .three-adv .all-con .three-con{
		flex-wrap: wrap;
	}
	.company .company-content .com-work .all-work .three-adv .con-img{
		width: 100%;
    margin: 2% auto 7%;
	}
	.company .company-content .com-work .all-work .three-adv .con-img .img{
		width: 3rem;
    margin:2% auto;
	}
	.company .company-content .com-work .all-work .three-adv .con-text h1{
		font-size: 1.1rem;
    letter-spacing: 0px;
	}
	.company .company-content .com-work .all-work .three-adv .con-text p{
		font-size: 0.9rem;
    margin-top:2px;
    line-height: 1.3rem;
	}
	.company .company-content .com-work .all-work .work-con{
		width: 90%;
    margin:10% auto 5%;
	}
	.company .company-content .com-work .all-work .work-img{
		width:88%;
		margin:0 auto 5%;
	}
	.company .company-content .com-work .all-work .work-con .same-title3 p{
		left: -5%;
	}
	.company .company-content .com-work .all-work .work-con .con-text{
		margin-top:10%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img{
		margin:7% 0%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img{
		width: 2.5rem;
    margin-right: 0.5rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img img{
		width: 1.3rem;
    padding: 0.5rem;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .left-img .img:before{
		width: 75%;
    height: 75%;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text{
		width: calc(100% - 3rem);
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text h3{
		font-size: 1rem;
    letter-spacing: -0.5px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text p{
		width: 100%;
		margin: 10px 0px;
	}
	.company .company-content .com-work .all-work .work-con .con-text .text-img .right-text .more{
		display: none;
	}
	.company .company-content .com-sample .sample-title .same-title3{
		padding: 4% 0% 5% 3%;
	}
	.company .company-content .com-sample .sample-title .same-title3 h1{
		padding-left: 0.5rem;
	}
	.company .company-content .com-sample .sample-title .same-title3 p{
		font-size: 2.5rem;
		left: 2%;
	}
	.company .company-content .com-sample .sample-title .sample-lump{
		display: none;
	}
	.company .company-content .com-new{
		padding-bottom: 7%;
	}
	.company .company-content .com-new .all-new{
		width: 95%;
    margin:10% auto 0%;
	}
	.company .company-content .com-new .all-new .new-title{
		width: 96%;
		margin-left: 4%;
	}
	.company .company-content .com-new .all-new .new-img .swiper-container{
		padding: 6% 3% 3%;
	}
	.company .company-content .com-new .all-new .new-img .slide-con .text h1{
		font-size: 1.05rem;
	}
	.certificate .same-screen .slide-con .screen-text{
		top: 50%;
	}
	.certificate .same-screen .slide-con .screen-text .text-one h3{
		font-size: 1.5rem;
    letter-spacing: 0px;
	}
	.certificate .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size: 4rem;
    letter-spacing: -3px;
    margin: -10px 0px -5px;
	}
	.certificate .same-screen .slide-con .screen-circle{
		display: none;
	}
	.certificate .screen-circle .circle-img .circle-arrow{
		width: 1.8rem;
	}
	.same-title2 h1{
		font-size: 1.8rem;
	}
	.same-title2 h1:before{
		width: 3rem;
    height: 2px;
	}
	.certificate .certifi-msg{
    padding: 8% 0% 12%;	
	}
	.certificate .certifi-msg .all-msg .same-title2 h1{
		padding-bottom: 3%;
    margin-bottom: 6%;
	}
	.certificate .certifi-msg .all-msg .same-title2 p{
		font-size: 0.8rem;
    letter-spacing: 0.2px;
	}
	.certificate .certifi-msg .certifi-bc{
		top: 22%;
		font-size: 15rem;
	}
	.certificate .certifi-msg .all-msg{
		width:85%;
	}
	.certificate .certifi-msg .all-msg .swiper-container{
		padding: 5% 3% 6% 0%;
	}
	.certificate .certifi-msg .all-msg .certifi-slide .img{
		box-shadow: 10px 20px 30px rgba(30,29,28,0.1);
	}
	.certificate .certifi-msg .all-msg .certifi-slide .prev-next{
		width: 2.5rem;
	}
	.certificate .certifi-msg .all-msg .certifi-brand{
		width: 100%;
    margin: 8% auto 0%;
	}
	.certificate .certifi-msg .all-msg .certifi-brand .all-brand{
		padding: 5px 0px;
	}
	.certificate .certifi-msg .all-msg .certifi-brand .all-brand .img{
		margin:0rem 1rem;
	}
	.contact .same-screen .slide-con .screen-text{
		top:50%;
	}
	.contact .same-screen .slide-con .screen-text .text-one h3{
		font-size: 1.5rem;
    letter-spacing: 0px;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-h h1{
		font-size:4rem;
		margin: -10px 0px 0px;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img{
		top: 61%;
    left: -8.5%;
	}
	.contact .same-screen .slide-con .screen-text .text-two .text-img img{
		width:55%;
	}
	.contact .contact-msg .all-msg{
		width:92%;
	}
	.contact .contact-msg .all-msg .msg-top{
		padding: 2%;
    margin-top: 0%;
	}
	.contact .contact-msg .all-msg .msg-top h1{
		font-size: 1.1rem;
	}
	.contact .contact-msg .all-msg .msg-top h3{
		font-size: 0.85rem;
	}
	.contact .contact-msg .all-msg .msg-bottom{
		margin: 5% 0% 0%;
    padding:5% 2%;
	}
	.same-title2 p{
		width: 100%;
	}
	.contact .contact-msg{
		padding:5% 0% 12%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form{
		flex-wrap: wrap;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form{
		width: 88%;
    margin: 4% auto 7%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-input{
		height: 40px;
    line-height: 40px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form .layui-form-item{
		margin-bottom: 15px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .form .btn .layui-btn{
		height: 40px;
    line-height: 40px;
    border-radius: 20px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg{
		width: 100%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title h1{
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title p{
		font-size: 0.9rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-title p:before{
		width: 1.3rem;
    height: 2px;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con{
		margin-bottom:5%;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con .p-con{
		font-size: 0.95rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con img{
		width: 1.5rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(1) img{
		width: 2rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .msg-form .msg .msg-detail .msg-con:nth-child(2) img{
		margin-right: 0.2rem;
	}
	.contact .contact-msg .all-msg .msg-bottom .bottom-wave{
		width: 50%;
	}
	.form .layui-form-item{
		margin-bottom: 10px;
	}
	.form .layui-input{
		height: 38px;
    line-height: 38px;
    font-size: 1rem;
	}
	.form .layui-textarea{
		font-size: 1rem;
	}
	.form .btn .layui-btn{
		font-size: 1rem;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    letter-spacing: 0.2px;
	}
	.form .layui-form input::-webkit-input-placeholder{ 
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.form .layui-form input:-moz-placeholder{ 
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.form .layui-form input:-ms-input-placeholder{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.form .layui-form textarea::-webkit-input-placeholder{ 
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.form .layui-form textarea:-moz-placeholder{ 
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.form textarea:-ms-input-placeholder{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.footer{
		padding-top: 5%;
	}
	.footer .all-nav{
		width: 92%;
	}
	.footer .all-nav .foot-one{
		width: 100%;
    margin: 0% auto;
	}
	.footer .all-nav .foot-two{
		width: 100%;
    margin-right: 0%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
	.footer .all-nav .foot-three{
		width: 100%;
		margin:4% auto 3%;
	}
	.footer .all-nav .foot-four{
		width: 100%;
    margin: 2% 0% 0%;
	}
	.footer .all-nav .foot-title{
		font-size: 1.25rem;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
	}
	.footer .all-nav .foot-one .one-logo img{
		display: block;
    width: 16rem;
    margin: 0 auto 5px;
	}
	.footer .all-nav .foot-one .one-logo p{
		font-size: 0.95rem;
    line-height: 1.1rem;
	}
	.footer .all-nav .foot-one .one-address{
		margin: 3% 0% 5%;
	}
	.footer .all-nav .foot-one .one-address img{
		width: 1.5rem;
	}
	.footer .all-nav .foot-two .two-href{
		margin: 10px;
	}
	.footer .all-nav .foot-two .two-href .href{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-three .all-three .three-con img{
		width: 1.5rem;
		margin-right: 5px;
	}
	.footer .all-nav .foot-three .all-three .three-con p{
		font-size: 1rem;
		letter-spacing: 0.5px;
	}
	.footer .all-nav .foot-four .all-four .four-item h3{
		margin-top: 0.8rem;
	}
	.footer .all-nav .foot-four .foot-title{
		margin-bottom: 0px;
	}
	.footer .foot-bottom{
		padding: 1.8% 0%;
	}
	.footer .foot-bottom .all-bottom{
		width: 98%;
		flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
    letter-spacing: 0.6px;
    font-size: 0.85rem;
    line-height: 1.2rem;
	}
	.footer .foot-bottom .all-bottom .p-one{
		width:100%;
	}
	.footer .foot-bottom .all-bottom .p-two{
		width:100%;
		margin-bottom: 5px;
	 	justify-content: center;
	}
}
@media screen and (max-width:400px){
	.home .home-content .home-screen .screen-slide .img-text .text .text1{
		font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -2px;
	}
	.home .home-content .home-screen .screen-slide .img-text .text .text2 h1{
		font-size: 1.2rem;
    line-height: 1.2rem;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-prev{
		left: 10%;
	}
	.home .home-content .home-screen .screen-slide .swiper-button-next{
		right: 10%;
	}
	.home .home-content .home-screen .screen-slide .slide-one .screen-circle{
		width: 3.5rem;
	}
	.screen-circle .circle-img .circle-arrow{
		width: 0.8rem;
	}
}
.newpage{text-align: center;margin-bottom:50px;}
.newpage ul li{display:inline-block;margin: 5px 3px;font-size: 13px;}
.newpage ul li a{padding: 5px 8px;background: #ecf0f1;text-align: center;border-radius: 2px;}
.newpage ul li.active a,.newpage ul li:hover a{color: #ffffff;background: #183883;}
@media (min-width:768px) {
    .newpage ul li{margin: 0 4px;font-size: 14px;}
    .newpage ul li a{padding: 5px 12px;}
}