.post-head {
	height: 300px;
	background-position: center center
}
.post-head .container {
	position: relative;
	color: #fff
}
.post-head .presentation {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.post-head .presentation p {
	margin-top: 20px
}
.business-body {
	margin-bottom: 40px
}
.business-body .category {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	box-sizing: border-box;
	line-height: 80px;
	padding: 0 20px;
	font-size: 20px;
	font-weight: 600;
	background: #f0f0f0;
	text-align: center
}
.business-body .category a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	transition: background .16s
}
.business-body .category a:hover {
	border-top: 4px solid #bae212;
	background: #fff;
	line-height: 74px
}
.business-body .product-category {
	margin-top: 60px
}
.business-body .headline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	place-items: baseline
}
.business-body .headline .description {
	width: calc(100% - 367px);
	color: #666
}
.business-body .headline .description p strong {
	text-decoration: underline;
}
.business-body .items {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.business-body .item {
	position: relative;
	padding: 20px 0 20px 0;
	border: 2px solid #f0f0f0
}
.business-body .item h4{ line-height:30px; height:30px; overflow:hidden;}
.business-body .item .figure {
	display: flex;
	place-items: end;
	justify-content: space-around;
	place-items: center;
	width: 90%;
	height: auto;
	padding: 10px 5% 10px 5%;
	border-bottom: 2px solid #f0f0f0;
	overflow:hidden;
}
.business-body .item .figure img{ max-width:100%;}
.business-body .item .technical {
	height: 38px;
	margin-top: 30px;
	line-height: 1.6
}
.business-body .item .technical p {
	padding: 0 10px;
}
.business-body .item .technical p .name {
	font-weight: bold;
}
.business-body .item .technical p:nth-child(3) {
	display: none
}
.business-body .action {
	margin-top: 30px;
	font-size: 14px;
	overflow: hidden
}
.business-body .action a {
	float: left;
	display: block;
	box-sizing: border-box;
	width: calc(50% - 30px);
	line-height: 46px;
	border: 2px solid #f0f0f0;
	margin-left: 20px;
	transition: all .16s ease
}
.business-body .action .chat {
	border-color: #bae212
}
.business-body .action .mobile {
	width: calc(98% - 30px) !important;
	background: #bae212;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
}
.business-body .action .mobile:before {
	content: '\e903';
	font-size: 1.6em;
	padding-right: 10px;
}
.business-body .action .more:hover {
	background: #bae212;
	border-color: #bae212;
	color:#fff;
}
.business-body .item:hover, .business-body .item:hover .figure {
	border-color: #bae212
}
.business-body #matching {
	position: relative
}
.business-body #matching .items {
	padding-top: 30px;
	margin-top: 0;
	white-space: nowrap;
	overflow: hidden
}
.business-body #matching .item {
	display: inline-block;
	width: calc((100% - 72px)/4);
	min-width: 260px;
	margin-right: 24px;
	vertical-align: top
}
.business-body #matching span[role=button] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 40px;
	line-height: 80px;
	font-family: icons;
	font-size: 30px;
	background: rgba(240,240,240,.7);
	text-align: center
}
.business-body #matching .carousel-prev {
	left: 2px;
	transform: translateY(-50%) rotate(180deg) !important
}
.business-body #matching .carousel-next {
	right: 2px
}
.business-body #matching span[role=button]:active {
	color: #bae212
}
@media(max-width:1272px) {
h1 {
	font-size: 1em
}
h2 {
	font-size: 1.45em
}
h3 {
	font-size: 1.35em
}
h4 {
	font-size: 1.25em
}
h5 {
	font-size: 1.15em
}
.container {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px
}
.grid-2 {
	grid-template-columns: 1fr 1fr
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr)
}
.grid-4 {
	grid-template-columns: repeat(4, 1fr)
}
.grid-5 {
	grid-template-columns: repeat(5, 1fr)
}
.grid-6 {
	grid-template-columns: repeat(6, 1fr)
}
.grid-8 {
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 12px
}
.grid-10 {
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 12px
}
.grid-12 {
	grid-template-columns: repeat(10, 1fr);
	grid-gap: 12px
}
.head-navigation {
	display: none
}
.primary-navigation {
	position: fixed;
	z-index: 60;
	top: 0;
	height: 60px;
	background: rgba(255,255,255,.2)
}
.primary-navigation .primary-menu {
	display: none
}
.primary-navigation .icon-searchbtn {
	margin: 15px !important;
	color: #fff
}
.primary-navigation.sticky-state .icon-searchbtn {
	color: #333
}
.primary-navigation .icon-menubtn {
	position: relative;
	top: 18px;
	display: block;
	width: 24px;
	height: 1.6px;
	padding: 10px 0;
	background-color: #fff;
	background-clip: content-box;
	transition: all .3s ease
}
.primary-navigation .icon-menubtn:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 1.6px;
	background: inherit;
	transition: transform .16s ease
}
.primary-navigation .icon-menubtn:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1.6px;
	background: inherit;
	transition: transform .16s ease
}
.primary-navigation.sticky-state .icon-menubtn {
	background-color: #333
}
.primary-navigation .icon-menubtn.close {
	background-color: transparent
}
.primary-navigation .icon-menubtn.close:before {
	background-color: #333;
	transform: translateY(10px) rotate(45deg)
}
.primary-navigation .icon-menubtn.close:after {
	background-color: #333;
	transform: translateY(-10px) rotate(-45deg)
}
.secondary-slider-navigation {
	top: 60px;
	background: rgba(255,255,255,.95)
}
.search-container .searchform {
	width: 90%;
	min-width: 280px;
	padding: 40px 0;
	margin: 0 auto
}
.search-container input[type=text] {
	width: calc(100% - 102px)
}
.search-container input[type=submit] {
	width: 100px
}
.secondary-slider-navigation .links {
	display: none
}
.footer-navigation {
	padding-top: 60px;
	padding-bottom: 20px
}
.footer-navigation .quick-navigation {
	display: none
}
.footer-navigation h5 {
	margin-bottom: 20px
}
.footer {
	display: none
}
.float-contact {
	right: 0
}
.main {
	width: 100%
}
.sidebar {
	display: none
}
}
@media(max-width:1024px) {
.grid-3 {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px
}
.grid-4 {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px
}
.grid-5 {
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 12px
}
.grid-6 {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 12px
}
}
@media(max-width:800px) {
[data-video]:not([data-video=""]):before {
	font-size: 40px
}
.grid-2 {
	grid-template-columns: repeat(2, 1fr)
}
.grid-3 {
	grid-template-columns: repeat(2, 1fr)
}
.grid-4 {
	grid-template-columns: repeat(2, 1fr)
}
.grid-6 {
	grid-template-columns: repeat(3, 1fr)
}
.grid-8 {
	grid-template-columns: repeat(4, 1fr)
}
.grid-10 {
	grid-template-columns: repeat(5, 1fr)
}
.grid-12 {
	grid-template-columns: repeat(6, 1fr)
}
.footer-navigation .product-navigation {
	display: none
}
.footer {
	display: block;
	height: 50px;
	line-height: 50px
}
.footer a, .footer span {
	display: none
}
.footer .company {
	display: inline-block
}
}
@media(max-width:640px) {
.grid-2, .grid-3, .grid-4 {
	grid-template-columns: 1fr
}
.grid-6 {
	grid-template-columns: repeat(2, 1fr)
}
.grid-8 {
	grid-template-columns: repeat(3, 1fr)
}
.grid-10 {
	grid-template-columns: repeat(4, 1fr)
}
.grid-12 {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 12px
}
.primary-navigation {
	height: 50px !important
}
.primary-navigation .logo {
	width: 160px
}
.primary-navigation .icon-searchbtn {
	margin: 10px !important
}
.primary-navigation .icon-menubtn {
	top: 14px
}
.secondary-slider-navigation {
	top: 50px !important
}
.search-container .popular-search {
	display: none
}
.footer-navigation {
	display: none
}
.float-contact {
	width: 42px;
	padding: 10px 0
}
.float-contact a {
	width: 42px;
	height: 42px
}
.float-contact a:before {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 1.4em
}
.float-contact a:hover {
	width: 100% !important;
	transform: none;
	background: none;
	transition: none
}
.float-contact a:hover:before {
	background-image: linear-gradient(90deg, #bae212, #fff 50%, #bae212);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 40px 1px;
	transition: none
}
.float-contact a span {
	height: 42px;
	line-height: 42px
}
.float-contact .icon-wechat {
	width: 42px;
	line-height: 42px;
	font-size: 1.4em
}
.float-video {
	max-width: 100vw;
	padding: 10px
}
.gotopbtn {
	width: 42px;
	line-height: 42px;
	right: 5px;
	bottom: 5px
}
}
@media(max-width:1272px) {
.extend-section .items {
	margin-top: 20px
}
.extend-section .carousel-prev, .extend-section .carousel-next {
	display: none
}
.section-feedback-brochure {
	height: auto
}
.section-feedback-brochure .map-container, .section-feedback-brochure .brochure {
	display: none
}
.section-feedback-brochure .feedback {
	width: 100%
}
.section-feedback-brochure .frame {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 15px
}
.extend-section-project-video {
	padding-top: 30px
}
.extend-section-project-video .project-container {
	margin-top: 20px
}
.extend-section-project-video .project-items .item {
	width: 260px;
	margin-right: 12px
}
.extend-section-project-video .video-items {
	margin-top: 0
}
.extend-section-project-video .video-items .item {
	width: 200px !important;
	margin-right: 12px
}
.extend-section-main-products .extend-section-main-product-head {
	width: 100%;
	height: auto;
	background: none
}
.extend-section-main-products .title {
	float: none;
	margin-top: 0;
	text-align: left
}
.extend-section-main-products .title h2 {
	position: relative;
	padding-bottom: 15px;
	color: #333
}
.extend-section-main-products .title h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 5px;
	background: #bae212
}
.extend-section-main-products .title h2:after {
	content: '';
	position: absolute;
	left: 80px;
	bottom: 0;
	border: 2.5px solid #bae212;
	border-top-color: transparent;
	border-right-color: transparent
}
.extend-section-main-products .title p {
	display: none
}
.extend-section-carousel-project .review {
	display: none
}
.extend-section-topic-posts {
	grid-template-columns: 1fr
}
}
@media(max-width:800px) {
.extend-section-carousel-project .carousel-scroll .figure {
	width: calc(50% - 10px)
}
.extend-section-carousel-project .carousel-scroll .content {
	width: calc(50% - 10px)
}
.extend-section-carousel-project .summary {
	margin-top: 10px
}
.extend-section-carousel-project .more {
	margin-top: 10px
}
}
@media(max-width:640px) {
.extend-section-carousel-project .carousel-scroll .item {
	flex-wrap: wrap;
	vertical-align: top
}
.extend-section-carousel-project .carousel-scroll .figure {
	width: 100%
}
.extend-section-carousel-project .carousel-scroll .content {
	width: 100%;
	margin: 20px 0
}
.extend-section-carousel-project .summary {
	white-space: normal
}
}
@media(max-width:1272px) {
.business-banner .presentation {
	top: 60%;
	left: 12px
}
}
@media(max-width:1024px) {
.business-banner {
	height: 300px
}
.business-banner video {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: none !important
}
}
@media(max-width:800px) {
.business-banner {
	height: 200px
}
.business-body .product-category {
	margin-top: 30px
}
.business-body .headline .description {
	width: 100%;
	margin-top: 20px
}
.business-body #matching .item {
	margin-right: 12px
}
.business-body #matching span[role=button] {
	display: none
}
}
@media(max-width:640px) {
.business-banner {
	height: 150px
}
.business-body .category {
	display: none
}
}
.category-nav {
	text-align: center;
	margin-top: 20px;
}
.category-nav a {
	display: inline-block;
	width: 200px;
	line-height: 50px;
	margin: 0 10px;
	font-weight: 600;
	background: #f0f0f0
}
.category-nav a:hover, .post-body .category-nav a.selected {
	color: #fff;
	background: #bae212
}
.selected {
	color: #fff;
	background: #bae212;
}
.category-nav {
	padding-bottom: 5px;
	white-space: nowrap;
	overflow-x: auto
}
.category-nav a {
	width: 180px
}
