/* 	@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto+Condensed:wght@400;700&display=swap");
	@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&family=Roboto:wght@500;700;900&display=swap");
 */
	* {
	  box-sizing: border-box;
	  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	  word-wrap:break-word;
	  
	  word-break:normal; 
	  
	}

	img {
	  max-width: 100%;
	}
	a,
	button {
	  /* cursor: none !important; */
	}
	body {
	  margin: 0;
	  overflow-x: hidden;
	  /* cursor: none; */
	}

	#viewer {
	  width: 100%;
	  height: 100vh;
	}

	.wholehmpg {
	  height: 100vh;
	}

	.home-wrapper h1 {
	  /* font-family: Poppins; */
	  color: #fff;
	  font-size: 32px;
	  line-height: 40px;
	  font-weight: bold;
	  min-width: 450px;
	}
	.home-wrapper h1 span {
	  color: #f35828;
	}
	.home-wrapper p {

	  font-size: 16px;
	  color: #fff;
	  font-weight: 400;
	  line-height: 26px;
	  word-break: break-word;
	}

	/* .home-intro {
		max-width: 530px;
		background: #F35828;
		padding: 35px 40px 40px;
		border-radius: 0 0 15px 15px;
		position: relative;
		left: 5%;
	} */

	.home-intro {
	  max-width: 360px;
	  background: transparent;
	  
	  padding: 35px 30px 40px;
	  position: absolute;
	  top: 0;
	  left: 0%;
	  height: 100vh;
	  z-index: 999;
	}
	/*文字背景*/
	.home-intro:before {
	  content: "";
	  position: absolute;
	  top: -400px;
	  left: -700px;
	  width: 70rem;
	  height: calc(100vh + 250px);
	  background: url(media/dark-bg.jpg) no-repeat;
	  background-size: cover;
	  background-color: #fff;
	  transform: rotate(30deg);
	  box-shadow: 0 0 30px -8px #00000073;
	  animation: slideBg infinite alternate 30s cubic-bezier(0, 0.62, 1, 0.33);
	}

	@keyframes slideBg {
	  from {
		background-position: -30% 100%;
	  }
	  to {
		background-position: 70% 100%;
	  }
	}

	.btn {
	  border: 1px solid #fff !important;
	  border-radius: 0 !important;
	  color: #fff !important;
	  background: transparent;
	  padding: 7px 12px;
	  font-size: 18px;
	  letter-spacing: 1px;
	}

	.anim-btn {
	  border: 1px solid;
	  overflow: hidden;
	  position: relative;
	}
	.anim-btn span {
	  z-index: 20;
	}
	.anim-btn:after {
	  background: #fff;
	  content: "";
	  height: 155px;
	  left: -75px;
	  opacity: 0.2;
	  position: absolute;
	  top: -50px;
	  transform: rotate(35deg);
	  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	  width: 50px;
	  z-index: -10;
	}

	.anim-btn:hover:after {
	  left: 120%;
	  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	  z-index: 99;
	}

	#radiance-blocks {
	  padding: 6rem 0;
	  background-color: #f7f7f7;
	}

	.inner-block {
	  display: grid;
	  grid-template-columns: 30.33% 30.33% 30.33%;
	  grid-column-gap: 3%;
	}

	.block-item {
	  background-color: #fff;
	  min-height: 420px;
	  border: 10px solid #f35828;
	  border-radius: 0 100px;
	  padding: 30px;
	  z-index: 999;
	  position: relative;
	}

	.flip-box {
	  background-color: transparent;
	  perspective: 1000px;
	}

	.flip-box-inner {
	  position: relative;
	  text-align: center;
	  transition: transform 0.8s;
	  transform-style: preserve-3d;
	}

	.flip-box:hover .flip-box-inner {
	  transform: rotateY(180deg);
	}

	.flip-box-front,
	.flip-box-back {
	  width: 100%;
	  height: 100%;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	}

	.flip-box-back {
	  color: #000;
	  transform: rotateY(180deg);
	}

	.service-btn {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}

	.static-serv-btn {
	  position: static;
	  transform: translate(0%, 0%);
	  text-align: center;
	}

	/* .block-item:after {
		content: '';
		position: absolute;
		top: -10px;
		right: 5px;
		width: 90%;
		height: 95%;
		background-color: #F35828;
		border-radius: 0 100px;
		z-index: -1;
	} */

	.block-item h2 {
	  font-size: 38px;
	  font-weight: bold;
	  /* font-family: Roboto Condensed; */
	}

	.block-item p {
	  /* font-family: Montserrat; */
	  font-size: 16px;
	  font-weight: 400;
	}

	.orange-btn {
	  font-size: 16px;
	  font-weight: 400;
	 
	  padding: 10px 25px;
	  border: 1px solid #f35828 !important;
	  color: #f35828 !important;
	  position: relative;
	  transition: 0.3s color ease-in-out;
	}

	.orange-btn:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 0%;
	  background-color: #f35828;
	  z-index: -1;
	  transition: 0.3s width ease-in-out;
	}

	.orange-btn:hover {
	  color: #fff !important;
	}

	.orange-btn:hover:before {
	  width: 100%;
	}

	.portfolio-img img {
	  width: 80px;
	  height: 100%;
	  border-radius: 100px;
	}

	.block-item ul {
	  list-style: none;
	}

	.block-item h4 {
	  font-size: 18px;
	}

	.block-item h4 strong {
	  color: #f35828;
	}

	.block-item h4 a {
	  color: #000;
	}

	footer {
	  background-color: #333;
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  height:7%;
	  z-index: 9999;
	}

	footer p,
	footer ul li a {
	  font-size: 16px;
	  color: #ccc !important;
	  /* font-family: Roboto Condensed; */
	  text-decoration: none;
	
	}

	footer ul {
	  list-style: none;
	  
	}
	

	.footer-links li {
	  padding: 0 10px;
	}

	.socialmedia li a {
	  font-size: 18px;

	  padding: 0 10px;
	  z-index: 1;
	  color: #fff;
	  
	}

	.socialmedia li a:hover i,
	footer ul li a:hover {
	  color: #f35828 !important;
	  text-decoration:none;
	}

	footer .footer-copyright {
	  width: 65%;
	}

	footer .links-block {
	  width: 70%;
	}

	#email {
		color:white;
	}
	#email :hover{
		color: #f15929;
	}



 
	#buttonbox {
	  position: absolute;
	  top: 40px;
	  right: 5%;
	  /* background: url(media/menu.png) no-repeat;
		background-size: cover; */
	  background: linear-gradient(to right, #f35828, #d64e25);
	  border-radius: 100px;
	  width: 40px;
	  height: 40px;
	  display: block;
	  padding: 13px 10px 25px;
	  z-index: 9999;
	}

	#buttonbox button:after,
	#buttonbox button:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 6px;
	  
	}
	#buttonbox button:after {
	  top: 12px;
	  
	}
	#buttonbox button {
	  position: relative;
	  display: block;
	  text-indent: -99999px;
	  outline: none;
	  border: none;
	
	}
	#buttonbox button{
      width: 100%;
	  height: 2px;
	  background-color: #fff;
	  transition: all 0.4s;
	  backface-visibility: hidden;
	  border-radius: 2px;
		
	}
	#buttonbox button:after,
	#buttonbox button:before {
	  width: 100%;
	  height: 2px;
	  background-color: #fff;
	  transition: all 0.4s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	 
	}
	#buttonbox.on button {
	 background-color: transparent;
     width:40px ;
	 height:40px;
	/* border: 1px solid red; */
	 
	 background:url(media/back.png) no-repeat;
	 background-size: cover;
	 margin-top: -13px;
	 margin-left: -10px;
	 

	}
	#buttonbox.on button:before {
	  background-color: transparent;
	  


	 
	}
	#buttonbox.on button:after {
	  background-color: transparent;
	  
	

	}

	#contact {
	  
	  background: url(media/contact.jpg) no-repeat;
	  min-height: 100vh;
	  background-size: cover;
	  padding: 3rem 3rem 5rem;
	  background-attachment: fixed;
	  
	  
	  
	}

	#contact .contact-head > img {
	  max-width: 300px;
	}

	#contact h1 {
	  font-size: 48px;
	  color: #fff;
	  /* font-family: Roboto Condensed; */
	  font-weight: bold;
	}

	#contact .contact-head p {
	  /* font-family: Montserrat; */
	  font-size: 18px;
	  color: #fff;
	  max-width: 700px;
	}

	#contact .inner-contact {
	  /* background: url(media/contact-grabg.png) no-repeat; */
	  background-color: #2e3b4d;
	  background-size: cover;
	  background-position: center;
	  padding: 3rem 4rem;
	  border-radius: 30px;
	
	  
	}

	.contact-block {
	/*  background: url(media/contact-block-bg.png) no-repeat; */
	  background-color: #e2572d;
	  border-radius: 15px;
	  background-position: center;
	  /* background-size: cover; */
	  background-size: 100% 100%;
	  min-height: 80px;
	  padding: 0 45px;
	}

	.contact-block p,
	.contact-block p a {
	  /* font-family: Montserrat; */
	  color: #fff;
	  font-size: 16px;
	}

	.contact-block p span {
	  /* font-family: Roboto Condensed; */
	  font-size: 18px;
	}

	.wrapper-form label {
	  /* font-family: Roboto Condensed; */
	  font-size: 18px;
	  font-weight: 500;
	  color: #f35828;
	}

	.wrapper-form input,
	.wrapper-form textarea {
	  font-size: 16px;
	  height: 40px;
	  border-radius: 0;
	  outline: none;
	  border: none;
	  width: 100%;
	  padding: 10px;
	  border: 2px solid #fff;
	}

	.wrapper-form input:focus,
	.wrapper-form textarea:focus {
	  border: 2px solid #f35828;
	}

	.wrapper-form textarea {
	  height: 100px;
	}

	.wrapper-form .form-block {
	  display: grid;
	  grid-template-columns: auto auto;
	  column-gap: 20px;
	}

	.wrapper-form button {
	  /* font-family: Roboto Condensed; */
	  font-weight: 600;
	  color: #f35828 !important;
	  text-transform: uppercase;
	  border: 2px solid #f35828 !important;
	  width: 50%;
	  margin: 15px auto 0;
	  text-align: center;
	}

	.wrapper-form button:hover {
	  background-color: #f35828;
	  color: #fff !important;
	}

	.contact-head > a {
	  /* font-family: Montserrat; */
	  font-weight: 500;
	  text-decoration: underline;
	  display: inline-block;
	  font-size: 18px;
	  color: #fff;
	  position: absolute;
	  top: 0;
	  left: 0;
	}

	/* @media only screen and (max-width: 1920px) {
		.home-intro:before {
			width: 80rem;
		}
	} */

	.cursor {
	  width: 20px;
	  height: 20px;
	  border-radius: 50%;
	  position: absolute;

	  animation: cursorAnim 0.8s infinite alternate;
	  pointer-events: none;
	  z-index: 9999999;
	}

	.cursor::after {
	  content: "";
	  width: 20px;
	  height: 20px;
	  position: absolute;
	  border: 3px solid #f35828;
	  border-radius: 50%;
	  opacity: 0.9;
	  top: 0px;
	  left: 0px;
	 
	}

	/* more布局 */
	.footer-grp {
	  left: 16%;
	  right: auto !important;
	  transform: translateX(-60%);
	}

	.footer-grp,
	.language-grp {
	  position: absolute;
	  top: -50px;
	  right: 6%;
	  z-index: -1;
	  transition: 0.3s top ease-in;
	  display: none;
	}

	.language-grp a{
		background-color: #333333;
		color:white !important;
		font-weight: 500;
		height: 10%;
	}
	.footer-grp a {
	  background-color: #333333;
	  color:white !important;
	  font-weight: 500;
	  margin-top: 5px;
	}

	.footer-grp a {
	  transition: 0.2s all ease-in-out;
	}

	.language-grp img {
	  width: 20px;
	  height: auto;
	  vertical-align: text-top;
	  padding-right: 5px;
	  
	}

	.footer-grp a:hover,
	.language-grp a:hover {
	  border: 1px solid #333 !important;
	  background: rgba(51, 51, 51, 0.8);
	  color: #fff !important;
	}

	.vr-btn img {
	  width: 30px;
	  height: 30px;
	}

	.orientation-change img {
	  position: absolute;
	  top: -50px;
	  right: 0;
	  width: 50px;
	  height: auto;
	  /* display: none; */
	}
	@media screen and (min-width: 1024px) {
	  .orientation-change img {
		display: none;
	  }
	}

	@media screen and (max-width: 992px) and (orientation: landscape) {
	  .orientation-change img {
		display: none;
	  }
	  .home-wrapper h1 {
		font-size: 22px;
		line-height: 30px;
	  }

	  .home-wrapper p {
		line-height: 20px;
	  }
	  .footer-grp{
		  top: -100px;
	  }
	  .language-grp {
		top: -100px;
	  }
	  .footer-grp a,
	  .language-grp a {
		margin: 3px 0;
		font-size: 15px;
	  }
	}

	@keyframes cursorAnim {
	  from {
		transform: scale(1);
	  }
	  to {
		transform: scale(0.7);
	  }
	}
	@keyframes cursorAnim2 {
	  from {
		transform: scale(1);
	  }
	  to {
		transform: scale(0.4);
	  }
	}
	@keyframes cursorAnim3 {
	  0% {
		transform: scale(1);
	  }
	  50% {
		transform: scale(3);
	  }
	  100% {
		transform: scale(1);
		opacity: 0;
	  }
	}

	.expand {
	  animation: cursorAnim3 0.5s forwards;
	  /* border: 1px solid red; */
	}
	
	#new_service{
		height: 100%;;
		background:url(media/serveces.jpg);
		background-attachment: fixed;
		background-repeat:no-repeat;
		background-size:cover;
		overflow-y:auto;
	}
	
	#new_service h1 {
	  font-size: 44px;
	  color:#f15929;
	  font-weight: bold;
	  position: relative;
	  left: 10px;
	  top: 5px;
	}
	
	#new_service ul {
	  list-style: none;
	  column-gap: 20px;
	  margin: 0 1rem;
	}
	
	#new_service ul li {
	  color:#3a3d4c;
	  font-size: 18px;
	  position: relative;
	  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	#new_service ul li:before {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  width: 0;
	  height: 1px;
	  background-color: #fff;
	  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	#new_service ul li:hover,
	#new_service ul li.active {
	  color: #f15929;
	  /* font-weight: 600;
	  font-size: 18px; */
	}
	
	#new_service ul li:hover:before,
	#new_service ul li.active:before {

	}
	

	#portfolio {
	  height:100%;
	  background: url(media/StartPage1.png);
	  background-repeat:no-repeat;
	  background-size: cover;
	  overflow-y:auto;
	  background-attachment: fixed;
	  
	}

	
	#portfolio ul {
	  list-style: none;
	  column-gap: 20px;
	  margin: 0 1rem;
	}

	#portfolio ul li {
	  color:#3a3d4c;
	  font-size: 18px;
	  position: relative;
	  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
	  
	}

	#portfolio ul li:before {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  width: 0;
	  height: 1px;
	  background-color: #fff;
	  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#portfolio ul li:hover,
	#portfolio ul li.active {
	  color: #f15929;
	  cursor:pointer;
	  /* font-weight: 600;
	  font-size: 18px; */
	}

	#portfolio ul li:hover:before,
	#portfolio ul li.active:before {
	  
	}

	.products {
	  margin: 2rem 1rem;
	  display: grid;
	  grid-template-columns: 280px 280px 280px 280px;
	  grid-row-gap: 20px;
	  grid-column-gap: 20px;
	  overflow: auto;
	  height: calc(100vh - 250px);
	}

	.products .itembox {
	  width: 100%;
	  height: 200px;
	  background-color: #3a3d4c;
	  border-radius: 5px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: relative;
	  overflow: hidden;
	}


	.products .itembox  h3 {
    
	  width: 90%;
	  font-size: 14px;
	  text-align: center;
	  margin: 0 auto;
	  color: #fff;	 
	  z-index: 9999;
	  position: relative;
	  top:41%
	 
	 
	}

	.products .itembox:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	}

	.products .itembox img {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  z-index: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  clip-path: circle(60% at left top);
	  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.products .itembox:hover img {
	  clip-path: circle(150% at left top);

	}

	.products .itembox:hover h3{
		color: #f15929
	}

	.products::-webkit-scrollbar {
	  width: 5px;
	}

	.products::-webkit-scrollbar-track {
	  -webkit-box-shadow: inset 0 0 6px rgba(139, 139, 139, 0.3);
	  border-radius: 10px;
	}

	.products::-webkit-scrollbar-thumb {
	  border-radius: 10px;
	  background-color: #d64e25;
	}

	.back-btn a i {
	  color: orange;
	  font-size: 24px;
	  margin-right: 20px;
	}

	.back-btn img {
	/*  width: auto;
	  height: 35px; */
	}

	#service {
	  background: url(media/contact-grabg.png) no-repeat;
	  background-size: cover;
	  background-position: top center;
	  overflow: hidden;
	  height: 100vh;
	}

	.section-row {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  margin: 0 15rem;
	}

	.section-row .service-item {
	  text-align: center;
	  width: 150px;
	  height: 170px;
	  background: #00000040;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  padding: 10px;
	  border: 1px solid #34385270;
	  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	}

	.section-row .service-item:hover {
	  box-shadow: inset 0 0 7px 2px #ad4222;
	  background: #f15929e0;
	}

	.section-row .service-item p {
	  color: #fff;
	  font-size: 14px;
	  margin-top: 15px;
	}

	.section-row img {
	  width: auto;
	  height: 45px;
	}

	.section-row h3 {
	  font-size: 32px;
	  color: #fff;
	  font-weight: bold;
	}

	.section-row .service-item.service-heading {
	  background: #00000040 !important;
	  box-shadow: none !important;
	}

	.new_cursor {
	  position: absolute;
	  height: var(--circle);
	  width: var(--circle);
	  transform:scale(1);
	  border-radius: 50%;
	  transition: all 0.35s, top 0s, left 0s;
	 
	  transform: translate(-50%, -50%);
	  pointer-events: none;
	  z-index: 999999;
	}

	/* .new_cursor:first-child {
	  background-color: #ff5e00;
	  --circle: 5px;
	} */
	/* .new_cursor.second-cursor {
	  background-color: transparent;
	  border: 2px solid #ff5e00;
	  --circle: 42px;
	}
	 */
	.new_cursor:first-child.big{
	  --circle:140px;
	}
	.second-cursor.big { 
	  --circle:0px;
	  border-width:0px;
	}
   
     
	  
	.footer_copyright,
	 .normal_screen {
		position: absolute;
		left: 60px;
	}

	@media only screen and (min-width: 1440px) {
	  .home-wrapper,
	  #viewer {
		height: calc(100vh - 200px);
	  }

	  .home-intro {
		height: calc(100vh - 40px);
		max-width: 430px;
		padding: 50px 40px 40px;
	  }

	  /* .home-wrapper h1 {
			font-size: 35px;
			line-height: 50px;
		} */

	  .home-wrapper p {
		font-size: 18px;
	  }
	}

	@media only screen and (min-width: 1366px) {
	  .container {
		max-width: 1280px !important;
	  }
	}

	@media only screen and (max-width: 1024px) {
	  #radiance-blocks {
		padding: 3rem 0;
	  }

	  .home-intro,
	  #viewer {
		height: 650px;
	  }

	  .portfolio-img img {
		width: 60px;
	  }

	  .block-item h4 {
		font-size: 16px;
	  }
	}

	@media only screen and (max-width: 768px) {
	  .home-intro {
		/* position: relative; */
		top: 0px;
		max-width: 100%;
		height: auto !important;
	  }
	  .home-intro:before {
		transform: rotate(0deg);
		left: -200px;
		top: -250px;
	  }
	}

	@media only screen and (max-width: 767px) {
	  body {
		padding-bottom: 80px;
	  }
	  .footer-grp,
	  .language-grp {
		top: -50px;
		width: 100%;
		transform: translateX(-45%);
	  }
	  
	  .language-grp {
		  top: -100px;
		left: 50%;
		right: auto;
		transform: translateX(-45%);
		width: 100%;
	  }
	  .language-grp a,
	  .footer-grp a {
		margin: 2px 0;
	  }
	}

	@media only screen and (max-width: 450px) {
	  body {
		padding-bottom: 70px;
	  }

	  #radiance-blocks {
		padding: 0;
	  }
	  footer .footer-copyright {
		width: 60%;
	  }
	  footer .links-block {
		width: 100%;
	  }
	  .orientation-change img {
		display: block !important;
	  }
	  #contact {
		padding: 1rem 0rem 1rem;
	  }
	  #contact .inner-contact {
		padding: 2rem;
	  }
	  #contact .contact-head > img {
		max-width: 100%;
	  }
	  .wrapper-form .form-block {
		grid-template-columns: auto;
	  }
	  #contact .contact-head p {
		font-size: 16px;
	  }
	  .contact-head > a {
		top: -40px;
	  }
	  .home-intro {
		position: absolute;
		top: 0;
	  }
	  .home-intro:before {
		transform: rotate(0deg);
	  }
	  .footer-grp,
	  .language-grp {
		top: -80px;
		width: 100%;
	  }
	  .footer-grp a,
	  .language-grp a {
		margin: 2px 0;
	  }
	  .section-row .service-item {
		width: 50%;
	  }

	  #service {
		overflow: auto;
		height: auto;
	  }

	  

	}


