/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body{
	margin:0;
}
body .services{
	background:rgba(255,255,255,0.78);
}
#menu-nav.nav{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding:0;
	margin:0;
}
#menu-nav.nav li{
	list-style:none;
	display:block;
	position:relative;
}
#menu-nav.nav li a{
	display:block;
	color:#fff;
    padding: 12px;
	font-size:16px;
}

#menu-nav.nav li.menu-item-has-children a{
	padding: 13px 5px 13px 20px;
}
#menu-nav.nav li.menu-item-has-children{
	padding-right:30px;
}

#menu-nav.nav li.menu-item-has-children i{
	position:absolute;
	right:0;
	top:0;
	line-height:46px;
	width:30px;
	color:#fff;
	text-align:center;
}
#menu-nav.nav .sub-menu{
	display:none;
	padding:0;
	position:absolute;
	left:0;
	top:100%;
	background:#fff;
	color:#333;
	z-index:9999;
  margin-top: 0px;
  min-width: 15em;
  max-width: 1000px;
  box-shadow:rgb(0 0 0 / 30%) 0px 5px 5px
}

#menu-nav.nav .sub-menu .sub-menu{
	left:100%;
	top:0;
	display:none;
}
#menu-nav.nav .sub-menu li a {
	color:#333;
    line-height:4px;
	font-size:14px;
}
#menu-nav.nav .sub-menu li a:hover{
	color:#fff;
	background:#666;
}
#menu-nav.nav li.menu-item-has-children .sub-menu i{
    margin-top:-6px;
	color:red;
}

.onerow.label-left .nf-field-label{
  width:17.5%;
}

.onerow.label-left .nf-field-element{
  width:100%;
}

/*
 * 鍞悗琛ㄥ崟--寮€濮�
 */
 
.after-sales-form{
  
}

.after-sales-form .label-left .nf-field-label {
  text-align: left;
}

.after-sales-form .files_uploaded{
  border: 1px solid #666;
  border-radius: 3px;
  overflow:auto;
  padding:12px;
  min-height:180px;
}

.after-sales-form .files_uploaded nf-section{
  float: left;
  width: 15%;
  overflow: hidden;
  min-width: 100px;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin-right: 1%;
}

.after-sales-form .files_uploaded nf-section > .filename{
  margin: 0 10px;
  overflow: hidden;
}

.after-sales-form .nf-fu-progress{
  border-radius: 0 0 4px 4px;
}

.after-sales-form .file_upload-container.label-left .nf-field-label{
  align-items: flex-start;
  margin-top: 5px;
}

.after-sales-form .submit-container .nf-field-element{
  text-align:center;
}

.after-sales-form .submit-wrap input[type=button]{
width:300px;
}
/*
.after-sales-form .nf-form-content button, 
.after-sales-form .nf-form-content input[type=button], 
.after-sales-form .nf-form-content input[type=submit]{
  background-color:#1cb89a;
  color:#fff;
  border:0;
}

.after-sales-form .nf-form-content button:hover, 
.after-sales-form .nf-form-content input[type=button]:hover, 
.after-sales-form .nf-form-content input[type=submit]:hover{
  background-color:#5c42ff;
  color:#fff;
}*/

[type=button], 
[type=submit], 
button{
  background-color: transparent;
  color: #1cb89a;
  border: 1px solid #1cb89a;
}

[type=button]:focus, 
[type=button]:hover, 
[type=submit]:focus, 
[type=submit]:hover, 
button:focus, 
button:hover{
    color: #fff;
    background-color: #1cb89a;
    text-decoration: none;
}


.pdl-25 .nf-field-label label{
  padding-left: 25px;
}

.after-sales-form .nf-form-content label{
/*  color:#1cb89a;*/
  color:#1cb89a;
}

.after-sales-form .nf-form-content .listselect-wrap .nf-field-element div, 
.after-sales-form .nf-form-content .ninja-forms-field{
	padding: 1rem 1.2rem;
}

.after-sales-form .success-message{
  background: #39b54a;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}

.after-sales-form .success-message a{
  color:#a5f67c;
  cursor: pointer;
}

.after-sales-form .success-message a:hover{
  color:#fff;
}

@page {
size: A4 portrait;
margin:1.5cm;
}

@media print{
	.services{
		display:none!important;
	}
	#wpadminbar,
  #comments,
	.elementor-location-header,
	.elementor-location-footer,
  .site-header,
  .nf-pass.field-wrap .nf-field-element:after,
	.print-hide{
		display:none!important;
	}
  
  #after-sales-form{
     display:block!important;
  }
  
  .after-sales-form-warp > .elementor-column-wrap{
    margin:0!important;
    padding:0!important;
  }
  	
	.print-title{
		background:#1cb89a!important;
	}
  
  .print-title .elementor-heading-title{
		color:#fff!important;
  }
  
  .print-title .elementor-widget-container{
    padding:0.2cm!important;
  }
  
  .print-subtitle{
    margin-bottom:2cm!important;
  }
	
  .after-sales-form-title .elementor-heading-title,
	.print-subtitle .elementor-heading-title{
		color:#1cb89a!important;
	}	
	
	body{
		width: 18cm;
	}
  
  .after-sales-form .nf-form-content label{
    font-size:12pt!important;
    color:#1cb89a!important;
  }
  
  .after-sales-form .nf-form-content .listselect-wrap .nf-field-element div, 
  .after-sales-form .nf-form-content .ninja-forms-field{
      font-size:12pt!important;
  }
  
  .nf-form-content .list-select-wrap .nf-field-element>div, 
  .nf-form-content input:not([type=button]), 
  .nf-form-content textarea{
    /*border-color:#c4c4c4!important;*/
    background-color:#fff!important;
  }
  
  .after-sales-form input:-internal-autofill-selected{
    -webkit-box-shadow:0 0 0 1000px white inset !important;
  }
  
}

/*鍞悗琛ㄥ崟缁撴潫*/


.find-device{
  
}

#myiframe #wpadminbar{
  display:none;
}

/*涓嬭浇涓績select2妗�*/
.page .select2-container--default .select2-selection--single{
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 3em;
  line-height: 3em;
}

.page .select2-container--default .select2-selection--single .select2-selection__rendered{
  padding:0;
}

.page .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 3em;
}

.page-id-41 a.get{
  margin-bottom:50px;
  width:12em;
  margin:0 auto 50px;
  background: #999;
  color:#fff;
  display: block;
  text-align: center;
  line-height: 3;
  font-size:16px;
  border-radius: 5px;
  transition: background 1s;
  -webkit-transition: background 1s; /* Safari */
}
.page-id-41 a.get:hover{
  background: #999;
  color:#fff;
}

.page-id-41 a.get.active{
  background: #1cb89a;
  color:#fff;
  cursor: pointer;
}

.tab-head{
  cursor: pointer;
}

.dropdown-wrap{
  position: relative;
  color: #fff;
  padding: 12px;
  font-size: 16px;
}
.dropdown-wrap .dropdown{
  position: absolute;
  top:100%;
  left:50%;
  margin-left:-150px;
  width:300px;
  background: #fff;
  z-index: 999;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0,0,0,0.6) 0px 0px 10px;
  box-sizing: border-box;
  padding: 7.5px;
  display: none;
}

.dropdown-wrap:hover .dropdown{
  display: block;
}
.dropdown-wrap .dropdown img{
  float: left;
  width:50%;
  display: block;
  height:auto;
  padding:7.5px;
  box-sizing: border-box;
}

.dropdown-wrap .dropdown span{
  display: block;
  color:#000;
  padding:0 7.5px;
}
.online-service {
    width: 190px;
    position: fixed;
    transition: left 0.5s;
    -moz-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    left: -160px;
    top: 50%;
    margin-top: -200px;
    z-index: 999;
}
.online-service.open{left:0;}
.online-service-bg{width:160px;float:left;background:#32a1ff;border-radius: 0  5px 5px 0;}
.online-service-switch{width: 30px;float: left;position: absolute;right: 0;top: 0;bottom: 0;}
.online-service-switch img{position: absolute;top:50%;margin-top:-58px;}
.online-service-content{padding-bottom: 17px;margin:5px;background: #fff;border-radius: 5px;}
.online-service-content .erweima{width:100px;height:100px;display:block;margin:25px;}
.online-service-content a{display:block;border-bottom:1px solid #eee;line-height:36px;margin:0 15px;color:rgb(51, 51, 51);padding-left:40px;background:url("/wp-content/uploads/2021/04/float_ico.png") no-repeat left -400px;-webkit-transition: 0.25s; transition:0.25s;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease;}
.online-service-content a:hover{color: rgb(50, 161, 255);text-decoration: none;background-position: left -467px;}
.online-service-content a.baidu{background:url("/wp-content/uploads/2021/04/float_ico.png") no-repeat left -28px;}
.online-service-content a.baidu:hover{color: rgb(50, 161, 255);text-decoration: none;background-position: left -80px;}
.online-service-content img{
	padding:15px ;
	box-sizing:border-box;
}
.related_products .elementor-post__card {
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
  padding-bottom: 50px;
}
.related_products .elementor-post__card:hover {
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.related_products {
  --grid-column-gap: 30px;
  --grid-row-gap: 35px;
}
.related_products .elementor-post__thumbnail {
  padding-bottom: 0 im !important;
}

.related_products .elementor-post__thumbnail img{
	transition:all 1s ;
	transform:scale(0.8) !important;
	-webkit-transform:scale(0.8) !important;
  transform-origin:50% 50% !important;
  -webkit-transform-origin:50% 50% !important;
  position: initial !important;
}

.related_products .elementor-post__card:hover .elementor-post__thumbnail img{
	transform:scale(1) !important;
	-webkit-transform:scale(1) !important;
  position: initial !important;
}
.related_products  .elementor-post__title{
  
}
.related_products .elementor-post__title a {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.related_products .elementor-post__excerpt p {
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.related_products .elementor-post__read-more {
  border: 1px solid #000;
  color:#000;
  padding: 0.3em 2em;
  border-radius: 0.8em;
  margin: 0 auto;
  display: inline-block;
  color:#000;
  position:absolute;
  bottom:10px;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.related_products .elementor-post__thumbnail__link:after {
  display: block;
  content: "";
  /* background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(236,236236,.35)),color-stop(75%,transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(236,236,236,.35),transparent 75%);
  background-image: -o-linear-gradient(bottom,rgba(236,236,236,.35) 0,transparent 75%);
  background-image: linear-gradient(0deg,rgba(236,236,236,.35),transparent 75%);
  background-repeat: no-repeat;  */
  background: rgba(0,0,0,0.065);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.related_products .elementor-post__card:hover .elementor-post__thumbnail__link:after {
  /* opacity: .5; */
}
.select-wrap{
  overflow:hidden;
  margin-bottom:10px;
  text-align:center;
  
}
.select-wrap .select{
  display:inline-block;
  margin:0 7px;
  padding:5px 15px;
  border-radius:5px;
  font-size:20px;
  color:#2d2b2c;
}
.select-wrap .select.selected{
/*  color:#191dde;*/
  color:#1cb89a;
}
.term-6 .select{
  display: none;
}

.term-6 .select_8,
.term-6 .select_7,
.term-6 .select_6{
  display: inline-block;
}
table *{
  text-align: left;
}
/** 璧勮川**/
.qualifications-container .swiper-slide{
  position: relative;
  perspective:250;
  -webkit-perspective:250;
}
.qualifications-container .swiper-slide .swiper-slide-inner{
  transform: rotateY(-15deg)  scale(0.9);
  -webkit-transform: rotateY(-15deg)  scale(0.9); 
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -20px;
  height:270px;
}
.qualifications-container .swiper-slide img{
  
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.zizhi-content{
  position: relative;
}
.zizhi-content .prev-button,
.zizhi-content .next-button{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}
.zizhi-content .next-button{
  right:0;
}
.zizhi-head-wrap{
  text-align: center;
  margin-bottom: 30px;
}
.zizhi-head-wrap .zizhi-head{
  display: inline-block;
  margin: 0 7px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 20px;
  color: #2d2b2c;
  cursor:pointer;
}
.zizhi-head-wrap .zizhi-head.active{
/*  color:#191dde;*/
  color:#1cb89a;
  cursor:pointer;
}
.zizhi-content-wrap{
  position:relative;
  height:270px;
  cursor:pointer;
}
.zizhi-content{
  z-index: 1;
  height:270px;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: #fff;
}
.zizhi-content.active{
  z-index: 2;
}
.modal-viewer{
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index: 9;
  display: none;
}

.modal-viewer .modal-close{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

.modal-viewer .modal-content{
  position: absolute;
  width:70%;
  height:70%;
  top:15%;
  left:15%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/*瀛樻。椤靛够鐏墖*/
#swiper-product .swiper-slide-inner{
  position: absolute;
  max-width: 1140px;
  top:0;
  bottom:0;
}

#swiper-product .swiper-slide-contents{
  position: absolute;
  top:50%;
  width: 100%;
  margin-top:-150px;
  max-width: 100% !important;
  text-align: left !important;
  color:#333;
}

#swiper-product .swiper-slide-contents .title{
  font-weight: bold;
  padding-top:1em;
  font-size:36px;
  display: block;
}

#swiper-product .swiper-slide-contents span{
  
  margin-bottom: 0.8rem;
  display: block;
}
#swiper-product .swiper-slide-contents .swiper-product-img{
  float: right;
  margin-left:30px;
  height:300px;
  width:auto;
}

.services{
  position: fixed;
  top:50%;
  right:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}

.services .service{
  position: relative;
}
.services .service-button{
  width:35px;
  display: block;
  height: auto;
  margin:10px 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #111;
}

.services .service:last-child .service-button{
  border:0;
}
.services .popup{
  display: none;
  position: absolute;
  right:103%;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #f6f1f2;
  border-radius: 5px;
  padding:15px;
}
.services p{
  text-align: center;
  font-size:14px;
  margin:0;
  line-height: 1.7;
}
.services .qrcode{
  margin-left:-10px;
  margin-right:-10px;
  overflow: hidden;
}
.services .qrcode img{
	max-width:100%;
}
.services .qrcode .img{
  display: block;
  height:auto;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
}
.services .qrcode-1{
  width:220px;
  box-sizing: border-box;
}

.services .qrcode-2{
  width:360px;
  box-sizing: border-box;
}


.services .qrcode-2 .img{
  width:50%;
}
.zoomIn {
  animation: none !important;
}
iframe .services{
  display: none !important;
}
.elementor-element-08a2a12 .elementor-post__title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-height:1.7;
	height:1.7;
	margin-bottom:10px;
	-webkit-box-orient: vertical;
}
/*鎵嬫満鍝嶅簲寮�*/
@media screen and (max-width: 500px) {
	.services{
		display:none;
	}
	.current-menu-item .fa{
		display:none;
	}
	.current-menu-item .sub-arrow .fa{
		display:inline-block
	}
	.elementor-menu-toggle {
	  
		position: absolute;
		right: 0;
		top: -20vw;
		display: block;
	}
	.elementor-nav-menu--dropdown a+.fa{
		display:none;
	}
	.zizhi-head-wrap .zizhi-head{
	}
	.select-wrap .select {
		font-size:15px;
		padding: 5px 10px;
	}
	.home .elementor-widget-container article:nth-child(5),
	.home .elementor-widget-container article:nth-child(6),
	.home .elementor-widget-container article:nth-child(7),
	.home .elementor-widget-container article:nth-child(8),
	.home .elementor-widget-container article:nth-child(9),
	.home .elementor-widget-container article:nth-child(10),
	.home .elementor-widget-container article:nth-child(11),
	.home .elementor-widget-container article:nth-child(12){
		display:none;
		
	}
	.elementor-text-editor table{
		
		width: 100%!important;
	}
	.page-id-39 .elementor-section.elementor-section-boxed{
		padding:0!important;
	}
	.page-title-wrap .page-title {
		font-size:15px!important;
		padding: 5px 10px;
	}
	.question{
		padding:15px!important;
	}
	.zizhi-head-wrap .zizhi-head {
		display: inline-block;
		margin: 0 7px;
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 15px;
		color: #2d2b2c;
	}
	.zizhi-head-wrap{
		margin-bottom:15px;
	}
	.qualifications-container .swiper-slide .swiper-slide-inner{
		height:150px
	}
}
.modal-print{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 9;
	background: rgba(0,0,0,0.7);
}
.modal-print .modal-content{
	background: #fff;
	position:absolute;
	width:300px;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	padding: 25px 40px 0;
	border-radius: 10px;
	overflow: hidden;
}
.modal-print .modal-content p{
	text-align: center;
	line-height: 4;
	font-size: 18px;
}
.modal-print .modal-content p a{
	line-height: 3;
	text-align: center;
	background: #1cb89a;
	padding: 10px 20px;
	margin-top: 15px;
	color: #fff !important;
	cursor: pointer;
	border-radius: 3px;
	font-size: 16px;
}
.modal-print .modal-close{
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	width:40px;
	height:40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}