@media only screen and (min-width: 768px) {
	.nav-box {
		display:block !important;
		height:auto !important;
	}
}

@media only screen and (min-width: 1920px) {
	.nav-box {
		display:block !important;
		height:auto !important;
	}
	.facts-list .item {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
  border-radius: 200px;
  text-align:center;
  display: inline-block;
  text-transform:capitalize;
  font-size:14px;
  background: #416469;
  margin-right: 12px;
  cursor: pointer;
}
.facts-list .item i{ 
  font-size: 100px;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height:140px;
}
.facts-list .item:hover i{ color: #e5ecec; }
.facts-list .item .counter-box{
  display: none; 
}
.facts-list .item:hover .counter-box{
  width: 140px;
  height: 140px;
  color: #004043;
  z-index: 999;
  position: relative;
  display: flex;
  align-content: center;
   flex-wrap: wrap;
   justify-content: center;
    transition: all 0.5s linear;

}
}
@media only screen and (max-width: 1440px) {
	
	.welcome-title {
		font-size: 72px;
		margin-bottom:20px;
		line-height: 90px;
	}
	.next-section {
	/*	bottom: auto; */
	}
	.welcome-title:before {
		margin: 20px auto 5px;
	}
	.welcome-title .welcome-first {
		font-size: 38px;
		line-height: 80px;
	}
	
	.welcome-box p {
		margin-bottom: 20px;
	}
	.navbar-nav li a {
		font-size: 15px;
	}
	.subscribe-row h5 {
		font-size:18px;
	}
	.wide-col-laptop {
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
	}
	.service-box h3 {
		font-size:18px;
	}
	h1, h2 {
		font-size:56px;
		line-height:1.05;
		margin-bottom:10px;
	}
	.title-block p {
		line-height: 1.6;
	}
	.title-block {
		margin-bottom:25px;
	}
	.service-icon {
		width:80px;
		height:80px;
		line-height:80px;
		font-size:30px;
		margin: 0 auto;
	}
	.service-box {
		padding:30px 20px;
	}
	.testimonial-content {
		font-size:18px;
	}
	.owl-carousel .owl-item .client-img img {
		max-width:80px;
	}
	.gallery-section {
		padding-top:10px;
	}
	.about-img {
		/*margin-right:15px;*/
	}
}
@media only screen and (max-width: 1199px) {
	#fp-nav.fp-right {
		right:5px;
	}
	.welcome-title:before {
		margin: 20px auto 15px;
	}
	.wide-col-laptop {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-img {
		margin-right:0;
	}
	.welcome-title {
		font-size:54px;
		line-height: 90px;
	}
	.welcome-title .welcome-first{
		font-size:58px;
		line-height: 80px;
	}
	.welcome-title:after {
		margin-top:15px;
	}
	.welcome-box {
		font-size:18px;
	}
	h1, h2 {
		font-size:48px;
	}
	.counter-box {
		font-size:13px;
	}
	.count-number, .counted {
		margin-bottom:5px;
	}
	.owl-nav {
		margin-top: 35px;
	}
	.testimonial-content {
		font-size: 16px;
		padding:20px 25px;
	}
	.testimonials-section {
		padding-top:10px;
	}
	.owl-carousel .owl-dots {
		margin-top:35px;
	}
	.social-icons li a {
	  width:25px;
	  height:30px;
	  display:inline-block;
	  line-height:30px;
	  text-align:center;
	  background: rgba(255, 255, 255, 0.1);
	  color: rgba(255,255,255,1);
	  font-size:14px;
	}
	.menu-trigger {
		margin:0;
	}
}
@media only screen and (max-width: 991px) {
	.welcome-box {
		padding: 150px 0px;
	}
	.navbar-nav li a {
		font-size:13px;
	}
	.navbar-nav li {
		margin-left:25px;
	}
	.footer-right {
		font-size:13px;
	}
	.owl-nav > button {
		width: 40px;
		height: 40px;
	}
	.owl-nav > button:after {
		width:12px;
		height:12px;
		left:17px;
		top:13px;
	}
	.owl-nav > button.owl-next:after {
		left:11px;
	}
	.contact-box h4 {
		font-size:20px;
	}
	.contact-row {
		padding: 10px 15px!important;
		font-size:13px;
		margin-bottom: 15px;
	}
	.facts-row > .row > div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width:100%;
	}
	#ajax-contact {
		margin-top: 20px;
	}
	#ajax-contact input {
		margin-bottom: 20px;
	}
	.contact-row i {
		font-size: 25px;
		width:45px;
	}
	.contact-row i.fa-envelope {
		font-size: 20px;
	}
	.container-fluid {
		padding:0 15px;
	}
	.skills-ul {
		top: 0;
	}
	.contact-row {
		padding: 42px 45px;
	}
}
@media only screen and (max-width: 767px) {
	#header {
		position: fixed;
		top: 0;
		z-index: 6666;
		/*background-color: rgba(250,250,250,0.9);*/
	}
	#navigation button i {
		color: #1e1e1e;
	}
	.welcome-box {
		padding: 150px 0px;
	}
	#logo {
		color: #1e1e1e;
	}
	a#logo {
		height: 12px;
		
	}
	a#logo svg{
	margin-bottom: 50px;
	}
	/* logo颜色 */
	a#logo .st0 {
		fill: #1e1e1e;
	}
	.navbar-toggle {
		padding: 0;
		margin: 0;
		color: #fff;
		font-size: 28px;
		position: absolute;
		right: 0;
		top: 50%;
		background:none;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display:block;
		box-shadow:none;
		border:0;
		outline: none;
		cursor:pointer;
	}
	#header {
		padding:0;
	}
	.navbar {
		padding:15px 0;
	}
	.navbar-toggle:focus {
		outline:none;
	}
	.navbar-nav {
		margin: 0;
	}
	.collapse:not(.show) {
		display:none;
	}
	.navigation-menu > li {
		display: block;
		margin: 0;
		font-size: 15px;
		text-align: center;
	}
	.navigation-menu > li > a {
		color:#222;
		padding:15px;
		line-height:1.2;
	}
	.navbar-nav {
		overflow-y: auto;
		display:block;
		background: rgba(230, 230, 230, 0.25);
	}
	.navbar-nav li a:after {
		display:none;
	}
	.nav-box {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 0;
		box-shadow: none;
		background: #fff;
		text-align:left;
		top: 100%;
		display:none;
	}
	.welcome-title {
		font-size: 90px;
		margin-bottom:20px;
		line-height:80px;
	}
	.welcome-title .welcome-first {
		font-size: 50px;
		line-height:70px;
	}
	.welcome-title:before {
		margin: 20px auto 15px;
	}
	.welcome-box {
		font-size:inherit;
	}
	.welcome-box .btn {
		margin-top:0;
	}
	.about-img {
		margin-bottom:10px;
	}
	h1, h2 {
		font-size:36px;
	}
	body {
		font-size:15px;
	}
	.about-contentbox {
		margin-top: 60px;
		text-align:center;
	}
	.testimonials-section {
		padding-top:0;
	}
	.testimonials-section .item {
		/* padding: 40px 40px 40px 40px; */
		display:block;
	  }

	
	h4 {
		font-size:18px;
	}
	.contact-box {
		margin-top: 30px;
		height:auto;
	}
	.footer-right {
		width:100%;
		margin:15px 0 0;
		text-align:left;
	}
	.btn {
		font-size:15px;
		line-height:48px;
		padding:0 30px;
	}
	.contact-row {
		margin-top: 15px;
	}
	.content-section {
		padding:50px 0;
	}
	.info-inner {
		margin-top: 20px;
		padding-bottom:15px;
	}
	.index-white .navbar-toggle {
		color: #242424;
	}
	.side-menu .nav-box > ul {
		padding: 70px 40px 40px;
	}
	.side-menu .navbar-nav li a {
		font-size:20px;
	}
	.social-icons {
		margin: 0 auto;
	}
	.detail-page h1 {
		margin-bottom: 50px;
	}
	.project-detail-col figure {
		margin-top: 35px;
	}
	.project-buttons-margin {
		margin-top: 50px;
	}
	

}
@media only screen and (max-width: 575px) {
	.welcome-title {
		font-size: 50px;
		line-height: 50px;
		letter-spacing:-1px;
	}
	
	.welcome-title:before,.welcome-title:after {
		width: 100%;
	}
	h1, h2 {
		font-size:30px;
	}
	.welcome-title .welcome-first {
		font-size: 28px;
		line-height: 40px;
		margin-bottom:5px;
	}

	.welcome-title span {
		font-size: 30px;
		margin-bottom:5px;
	  }

	.about-contentbox {
		line-height:1.6;
	}
	.owl-carousel .owl-item .client-img img {
		max-width:65px;
		margin-right: 10px;
	}
	.testimonials-section {
		font-size:13px;
	}
	.testimonials-section .item {
		/* padding: 40px 10px 40px 10px; */
		display:block;
	  }
	.form-control {
		height:52px;
		font-size:14px;
		padding:4px 15px;
	}
	.skill-item {
	  border-bottom: 1px solid rgba(250,250,250,0.1);
	  margin-bottom: 20px;
	  padding-bottom: 50px;
	}
	.skills-row h6 {
	  text-align: left;
	  margin-bottom: 30px;
	}
	.skill-bar {
	  width: 100%;
	  height: 6px;
	  border-radius: 3px;
	  background-color: rgba(250,250,250,0.25);
	  position: relative;
	}
	.input-field {
		margin-bottom: 15px;
	}
	.subscribe-row h5 {
		font-size: 16px;
	}
	/* .client-row {
		padding-left: 40px;
	} */
	.testimonial-content:before {
		left: 46%;
	}
	.client-row {
		width: 100%;
		/* padding-left: 0;
		float: none;
		clear: both; */
		margin: 0 auto;
	}
	
	.testimonial-content{
		float: none;
		clear: both;
	  }
	  
}
@media only screen and (max-width: 460px) {
	h4 {
		font-size: 14px;
	}
	.jd_avartar{
		display: none;
	}
	.testimonial-content:before {
		left: 45%;
	}
	.testimonial-item{
		text-align: center;
		padding:0;
		margin:0;
		/* border: 1px solid #ff0000; */
	}
	.testimonial-item .client-row {
		/* width:100%; */
		/* border: 1px solid #00ff00; */
		/* padding-left: 0px; */
		/* float:unset; */
		/* clear: both; */
		/* margin-left:100px; */
		margin: 0px auto;
		
	}
	.welcome-second{
		font-size: 12px;
		line-height: 8px;
	  }
	  .welcome-second span{
		font-size: 10px;
	  }

	
	
	.testimonial-content{
		float: none;
		clear: both;
	  }

	.testimonials-section .item li{
		/* margin:20px 0px 20px 0px; */
		width:33%;
	  }
	
	.testimonials-section .item li img{
		width: 80px;
	  }
	
	.testimonials-section .item .client-row img{
		width: 80px;
	  }

	 /*2023年1月13日21:59:54新增*/
	.welcome-title {font-size: 50px;line-height: 50px;width: 300px;letter-spacing:-1px;display: none;}
	.welcome-title2 {font-size: 40px;line-height: 50px;width: 100%;text-align: center;font-weight: bold;letter-spacing:3px; display: block;}
	.welcome-title2 .welcome-first {width: 100%;text-align: center;display: block;font-size: 14px;line-height: 30px;margin-bottom:5px;letter-spacing:0px;}
	a .logo {height: 40px;margin-left: 2px;	}
	a#logo{ width: auto; }
	.icon-nav{ width: 36px; height: 36px; margin-top: 22px; margin-right: 6px; }
	#header {position: fixed;top: 2px;z-index: 6666;/*background-color: rgba(250,250,250,0.9);*/}
	.welcome-title {font-size: 90px;margin-bottom:20px;line-height:80px;}
	.about-section .about-img img{ margin-top: -20px; }
	.testimonials-section .item li{ width: 50%; text-align: center; }
	.testimonials-section .item li img{ width: 100%; height: auto; }
	.testimonials-section .item li h3{ display: block; opacity: 1; width: 90%;transform:scale(0.8); margin-top: -20px; margin-left: 5%;  }
	.testimonials-section .item ul{ padding: 0;display: flex;flex-wrap: wrap; }
	.testimonials-section .item li .ov{ display: block; }
	.testimonials-section .item li .ot{ display: none; }
	.section-inner .testimonials-slider1{ background-color: rgba(250,250,250,0.25); min-height:380px; padding: 0 10px; border-radius: 6px; }
	.section-inner .testimonials-slider1  .item{ background: none; }
	.testimonials-section .item li{ margin: 0; }
	.testimonials-section .item p{max-width: 240px; min-width: 200px; }
	.form-control3{ padding-left: 12px; }
	.footer{ padding-bottom: 30px; display: none; }
	.footer2{ padding-bottom: 30px; display:block; }
	.services-section{ display: none; }
	.services-section2{ display: block; }
	.section-inner .tel-box{ display: none; }
	.facts-list2 { margin-top: 30px; display: flex; justify-content: center; width: 100%; }
	.facts-list2 .item { width: 90px!important; height: 90px!important; overflow: hidden; position: relative; border-radius: 200px; text-align:center; display: inline-block; text-transform:capitalize; font-size:14px; background: #416469; margin-right: 12px; cursor: pointer;}
	.facts-list2 .item i{  font-size: 50px; position: absolute; font-style: normal; top: 0; left: 0; width: 100%; text-align: center; line-height:66px; margin-top: 12px; }
	.facts-list2 .item .counter-box{ display: none; }
	.facts-list{ display: none; }
	.facts-list2{ display:flex;  align-items:center; justify-content: center;  }
	.info-list{  display:flex;  align-items:center; justify-content: center;  }
    .facts-list2 .swiper-slide-active i{ color: #e5ecec; font-size:70px; font-weight: bold; }
	.facts-list2 .swiper-slide-active .counter-box{ font-size: 16px; }
	.facts-list2 .swiper-slide-active { background:#fff; width: 110px;height: 110px; color:#1e1e1e;  transition: all 0.5s linear;}
	.counter-box span{font-size: 14px;}
	.facts-list2 .swiper-slide-active .counter-box{ display: block;width: 100%; height: 100px; color: #004043; z-index: 999; position: relative; display: flex; align-content: center;  flex-wrap: wrap;  justify-content: center;   transition: all 0.5s linear;}
	.facts-list2 .item{ width: 60px; height: 60px; }
	.clear{ clear: both; }
	#navigation{ display: none; }
	#navigation2{ display: block; text-align: left; }
	#navigation2 .logo{ margin-left: 30px; margin-top: 20px; margin-bottom: 20px; }
	.navbar-nav{ background: none; }
	.nav-box{ top:0px; position: fixed; height: 100%; }
	#navigation2 .close{ position: absolute; top: 36px; right: 36px; width: 32px; height: 32px; }
	#navigation2 ul{ border-top: 1px #ccc solid; width: 80%; margin-left: 10%;  }
	#navigation2 li{ padding-left: 50px; border-bottom: 1px solid #ccc; text-align: left;height: 8vh; line-height: 8vh; padding-left: 0; }
	#navigation2 li a{ font-size: 16px; font-weight: bold; margin-left: -16px; margin-top: 12px; }
	#navigation2 .b-box{ position: absolute; bottom: 0; color: #008390; display: flex; align-items: center; margin-bottom: 30px; margin-left: 30px; }
	#navigation2 .b-box .icon{ width:42px; height: 42px; margin-right: 12px; }
	.marquee{ width: 24px; margin-left: -12px; }
	.about-section .content-hangju{ display:none;  }
	.about-section .wap-content-hangju{ display:block;  line-height: 1.5; font-size: 12px;  }
	.about-section .owl-dots{ display: block; }
	.testimonials-section .testimonials-slider1{ display:none; }
	.testimonials-section .testimonials-slider3{ display:block; }
	.about-img1{ display:none!important; }
	.about-img2{ display:block!important; }
	
	.pc-box{ display:none!important; }
	.wap-box{ display:block!important; }
	
	
	.input-field {margin-bottom: 8px;}
	.contact-box{ margin-top: 10px; }
	.contact-row{ margin-top: 8px; margin-bottom: 0; }
	#ajax-contact input{ margin-bottom: 0; }
	.form-control3{ margin-bottom: 8px; }
	.title-block{margin-bottom: 0;
    margin-top: 40px;}
    #ajax-contact{ margin-top: 8px; }
.swiper-container{ margin-top: -50px!important; }
.catalog-download{ margin-top: 6px; }
.catalog-download span{ font-size: 12px; }
.fp-completely .fp-tableCell{min-height: 1000px;}
.testimonials-section .item img{ padding: 5px 0; }
.swiper-slide {
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-slide .title {
  font-style: italic;
  margin-bottom: 0;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  position: relative;
  top: -50px;
}
.swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.about-section .wap-content-hangju p{ padding-bottom: 0; }
}
.iScrollIndicator{ display: none!important; }
.testimonials-section .item h4{ margin-top: 10px; }
.testimonial-content{ padding: 12px; }
.owl-carousel .owl-dots{ margin-top: 12px; }
@media only screen and (max-width: 320px) {
	.gallery-overlay p {
		display: none;
	}
	.testimonial-content:before {
		left: 43%;
	}
}
