﻿@charset "utf-8";

body {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	overflow-x: hidden
}

/* Unified site header: keep inner pages consistent with the homepage header. */
header {
	background: #fff;
}

.head {
	background: #2056ac;
	min-height: 40px;
	overflow: hidden;
}

.head .warper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 40px;
	min-height: 40px;
	overflow: hidden;
}

.head .email {
	flex: 1 1 auto;
	min-width: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.head .email i {
	margin-right: 5px;
	color: #fff;
}

.head .email a,
.head .language a {
	color: #fff;
}

.head .email a:hover,
.head .language a:hover {
	text-decoration: underline;
}

.head .right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	min-width: 0;
	white-space: nowrap;
}

.head .language {
	float: none;
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	color: #fff;
	line-height: 40px;
	white-space: nowrap;
}

.head .language a {
	margin: 0 7px;
	font-size: 13px;
	line-height: 40px;
}

.head .media,
.edit-box .media {
	margin-top: 0;
	margin-left: 10px;
}

.head .media {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	float: none;
	overflow: visible;
	white-space: nowrap;
}

.head .media a,
.edit-box .media a {
	display: inline-block;
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 6px;
	background: none;
	line-height: 22px;
	text-align: center;
}

.head .media a img,
.footer .media a img,
.edit-box .media a img {
	display: block;
}

.head .media a img {
	width: 22px;
	height: 22px;
}

#nav {
	padding-bottom: 1px;
	background: #eee;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .27), 0 0 40px rgba(0, 0, 0, .06) inset;
}

#nav:after {
	content: "";
	display: block;
	clear: both;
}

#nav .warper {
	position: relative;
}

#nav .logo {
	float: left;
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#nav .nav-button {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background: #2056ac;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
}

@media (min-width: 992px) {
	nav {
		float: right;
		margin-top: 19px;
	}

	nav li {
		float: left;
		position: relative;
		font-weight: bold;
	}

	nav li > a {
		display: block;
		padding: 25px 9px;
		color: #222;
		font-size: 14px;
		position: relative;
		text-align: center;
		transition: .5s;
	}

	nav ul > :last-child > a:after {
		display: none;
	}

	nav dl {
		position: absolute;
		display: block;
		top: 63px;
		left: 9999px;
		z-index: 999;
		background: #03358e;
		opacity: 0;
		transition: opacity 1s ease;
	}

	nav dl dd {
		display: block;
		position: relative;
	}

	nav dl a {
		display: block;
		padding: 10px 15px;
		color: #fff;
		white-space: nowrap;
	}

	nav a i.fa {
		margin-left: 5px;
		color: #03358e;
		font-size: 13px;
	}

	nav dl a:hover {
		background: #0096de;
	}

	nav li:hover dl {
		left: 0;
		opacity: 1;
	}

	nav dl .sub-menu {
		display: none;
		position: absolute;
		left: 100%;
		top: 0;
		min-width: 190px;
		margin: 0;
		padding: 0;
		z-index: 1000;
		background: #03358e;
		list-style: none;
	}

	nav dl .sub-menu li {
		display: block;
		float: none;
	}

	nav dl .sub-menu a {
		text-align: left;
	}

	nav dl .has-sub:hover .sub-menu {
		display: block;
	}

	nav dl .has-sub > a {
		padding-right: 28px;
	}

	nav dl .has-sub > a i {
		position: absolute;
		right: 12px;
		top: 50%;
		margin-top: -7px;
		color: #fff;
	}

	#nav .nav-button {
		display: none;
	}
}

@media (min-width: 1150px) {
	nav li > a {
		padding: 22px 20px;
	}
}

@media (min-width: 1280px) {
	nav li > a {
		padding: 25px 14px;
	}
}

@media (max-width: 991px) {
	.head {
		overflow: visible;
	}

	.head .warper {
		flex-wrap: wrap;
		height: auto;
		overflow: visible;
	}

	.head .email {
		flex: 1 0 100%;
		text-align: center;
	}

	.head .right {
		justify-content: center;
		flex: 1 0 100%;
		flex-wrap: wrap;
		padding-bottom: 8px;
		white-space: normal;
	}

	.head .language {
		flex: 1 0 100%;
		line-height: 24px;
		text-align: center;
		white-space: normal;
	}

	.head .language a {
		line-height: 24px;
	}

	.head .media {
		justify-content: center;
		flex-wrap: wrap;
		margin: 6px auto 0;
	}

	#nav .logo {
		width: 170px;
	}

	#nav .nav-button {
		top: 24px;
	}

	nav li dd .sub-menu {
		margin: 0;
		padding: 0 0 0 18px;
		background: #f5f5f5;
		list-style: none;
	}

	nav li dd .sub-menu a {
		padding-left: 28px;
	}
}

html,body,div,span,h1,h2,h3,h4,h5,h6,p,table,td,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {
	margin: 0;
	padding: 0
}

input,select,textarea {
	font-size: 14px;
	border: 0;
	margin: 0;
	padding: 0
}

img {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	transition: .3s
}

a:hover {
	cursor: pointer
}

a:focus {
	outline: 0
}

ul,li,dl,dt,dd {
	list-style: none outside none
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
	cursor: url(grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px)
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes backSlideIn {
	0%,25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@-moz-keyframes backSlideIn {
	0%,25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0)
	}
}

@keyframes backSlideIn {
	0%,25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8)
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8)
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8)
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%)
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%)
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

.warper {
	width: 98%;
	max-width: 1300px;
	margin: 0 auto
}
.warper2 {
	width: 98%;
	max-width: 1300px;
	margin: 0 auto
}
section,.main {
	padding: 30px 0
}

.backToTop {
	width: 60px;
	height: 60px;
	background: #2056ac url(../images/icon_top.png) no-repeat center;
	cursor: pointer;
	position: fixed;
	right: 3%;
	text-indent: 9999px;
	bottom: 50px;
	color: #fff;
	border-radius: 6px;
	transition: all .3s
}

.backToTop:hover {
	background: #84c321 url(../images/icon_top.png) no-repeat center;
	cursor: pointer
}

header {
	background: #fff
}

.head {
	background: #2056ac
}

.head .email {
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px
}

.head .email i {
	color: #12733d;
	margin-right: 5px
}

.head .email a {
	color: #fff
}

.head .email a:hover {
	text-decoration: underline
}

.head .media,.head .language {
	overflow: hidden;
	float: left
}

.head .media,.edit-box .media {
	margin-top: 9px;
	margin-left: 25px
}

.head .media a,.edit-box .media a {
	display: inline-block;
	width: 21px;
	background: url(../images/head_icon.png) no-repeat;
	height: 21px;
	margin-right: 13px;
	text-align: center;
	line-height: 40px;
	float: left
}

.head .media a.twitter,.edit-box .media a.twitter {
	background-position: -32px 0
}

.head .media a.linkedin,.edit-box .media a.linkedin {
	background-position: -66px 0
}

.head .media a.google-plus,.edit-box .media a.google-plus {
	background-position: -100px 0
}

.head .media a.wei,.edit-box .media a.wei {
	background-position: -132px 0
}

.head .media a.oa,.edit-box .media a.oa {
	background-position: -165px 0
}

.head .right {
	float: right
}

.head .language {
	color: #fff;
	line-height: 30px
}

.head .language a {
	color: #fff;
	margin: 0 10px;
	line-height: 40px;
	font-size: 13px
}

.head .language a:hover {
	text-decoration: underline
}

.head:after {
	display: table;
	content: '';
	clear: both
}

.edit-box .media {
	margin-left: 0;
	margin-top: 20px
}

#nav:after {
	content: '';
	display: block;
	clear: both
}

#nav {
	padding-bottom: 1px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.27),0 0 60px rgba(0,0,0,0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.27),0 0 40px rgba(0,0,0,0.06) inset;
	box-shadow: 0 3px 10px rgba(0,0,0,0.27),0 0 40px rgba(0,0,0,0.06) inset;
	background:#eee;
}

#nav .logo {
	float: left;
	width: 240px;
	margin-top: 10px
}

#nav .nav-button {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background: #2056ac;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50px;
	line-height: 35px;
	text-align: center;
	font-size: 20px
}

.close-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: 88
}

.nav-open {
	transform: translateX(0)
}

.close-open {
	opacity: .5;
	visibility: visible
}

.body-hidden {
	overflow: hidden!important
}

.position {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	top: 0;
	z-index: 99
}

.position#nav .nav-button {
	top: 10px
}

.proinfocon .tabbox2,.proinfocon .tabbox3,.proinfocon .tabbox4 {
	overflow-x: hidden
}

.proinfocon .tabbox2 .item {
	width: 50%;
	padding: 0 2%;
	float: left
}

.proinfocon .tabbox3 .item {
	width: 33.33%;
	padding: 0 2%;
	float: left
}

.proinfocon .tabbox4 .item {
	width: 25%;
	padding: 0 2%;
	float: left
}

.proinfocon .tabbox2 img,.proinfocon .tabbox3 img,.proinfocon .tabbox4 img {
	margin: 0;
	width: 100%
}

.proinfocon .tabbox2 p,.proinfocon .tabbox3 p,.proinfocon .tabbox4 p {
	margin: 0;
	line-height: 22px
}

@media(min-width:992px) {
	nav {
		float: right;
		margin-top: 9px
	}

	nav li {
		float: left;
		position: relative
	}

	nav li>a {
		padding: 25px 9px;
		display: block;
		font-size: 16px;
		color: #222;
		text-align: center;
		transition: .5s;
		position: relative;
		font-weight:bold;
	}

	nav ul>:last-child>a:after {
		display: none
	}

	nav dl {
		position: absolute;
		display: block;
		background: #03358e;
		font-weight:bold;
		top: 73px;
		opacity: 0;
		transition: opacity 1s ease;
		left: 9999px;
		z-index: 999
	}

	nav dl dd {
		display: block
	}

	nav dl a {
		color: #fff;
		display: block;
		padding: 10px 15px;
		white-space: nowrap
	}

	nav a i.fa {
		color: #1b7143;
		font-size: 13px;
		margin-left: 5px
	}

	nav dl a:hover {
		background: #0096de
	}

	nav li:hover dl {
		opacity: 1;
		left: 0
	}

	#nav .nav-button {
		display: none
	}
}

@media(min-width:1150px) {
	nav li>a {
		padding: 22px 10px
	}
}

@media(min-width:1280px) {
	nav li>a {
		padding: 25px 10px
	}
}

@media(max-width:991px) {
	nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 240px;
		box-shadow: 0 3px 5px #666;
		z-index: 99;
		padding: 10px 0;
		overflow: auto;
		background: #e5e5e5;
		transform: translateX(-300px);
		transition: .3s
	}

	nav li>a {
		font-size: 16px;
		padding: 8px 10px;
		display: block;
		font-weight: bold
	}

	nav li a:hover {
		background: #189851;
		color: #fff
	}

	nav li dl {
		background: #eee;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}

	nav li dd a {
		padding: 8px 20px;
		display: block;
		font-size: 13px
	}
}

footer {
	background: #464646 url(../images/footerbg.jpg);
	color: #ddd
}

footer .footer {
	padding: 50px 0
}

footer h4 {
	text-transform: uppercase;
	color: #009ce3;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 45px
}

footer li.item {
	background: url(../images/footer_line.png) no-repeat right top;
	float: left
}

footer li.item1 {
	padding-right: 4%;
	width: 28%
}

footer li.item2 {
	padding: 0 5%;
	width: 38%
}

footer li.item3 {
	padding-left: 5%;
	width: 34%
}

footer li.item:last-child {
	background: 0
}

footer dl {
	overflow: hidden
}

footer dd {
	padding: 0 0 15px 0;
	width: 30%;
	margin-right: 3%;
	float: left
}

footer dd img {
	width: 100%;
	display: block;
	margin-bottom: 8px
}

footer dd b {
	display: block;
	font-weight: 100;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px
}

footer .media a {
	font-size: 20px;
	margin-right: 5px;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	text-align: center
}

footer .media a i {
	color: #2b2c2b
}

footer .media a:hover {
	background: #84c321
}

footer input,footer textarea {
	width: 100%;
	border: 0;
	background: #3a3a3a;
	line-height: 35px;
	padding: 0 15px;
	resize: none;
	margin-bottom: 8px
}

footer .submit {
	width: 150px;
	border: 0;
	line-height: 40px;
	background: #009ce3;
	color: #000;
	border-radius: 2px
}

footer .submit:hover {
	background: #90d228
}

footer .contact li {
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px
}

footer .contact i {
	margin-right: 10px;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 8px;
	vertical-align: middle;
	margin-top: -2px
}

footer .contact i.fa-phone {
	font-size: 20px
}

footer .contact i.fa-map-marker {
	font-size: 22px;
	margin-left: 3px;
	top: 6px
}

footer .contact ul {
	padding: 0;
	margin-top: 15px
}

footer a {
	color: #ddd;
	transition: .3s
}

footer a:hover {
	color: #0e6a37
}

footer .navcop {
	background: url(../images/footerbg2.jpg);
	overflow: hidden;
	padding: 30px 0
}

footer .copyright {
	text-align: center;
	font-size: 16px
}

.scroll {
	position: relative
}

.lx-flexisel-inner {
	overflow: hidden
}

.lx-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
	overflow: hidden;
	zoom: 1
}

.lx-flexisel-item {
	float: left;
	cursor: pointer;
	position: relative;
	text-align: center
}

.scroll_btn span {
	display: block;
	width: 37px;
	height: 76px;
	line-height: 86px;
	transition: all .3s;
	background: rgba(0,0,0,.6);
	cursor: pointer;
	z-index: 5
}

.scroll_btn span i {
	color: #fff;
	font-size: 30px;
	font-weight: 100
}

.lx-flexisel-nav-left {
	float: left
}

.lx-flexisel-nav-right {
	float: right
}

.scroll_btn span:hover {
	background: rgba(35,119,71,.9)
}

.scroll_btn {
	text-align: center;
	height: 76px;
	width: 100%;
	display: block;
	top: 50%;
	margin-top: -38px;
	position: absolute;
	overflow: hidden
}}

#banner img {
	display: block;
	width: 100%;
}

#banner_home {
	padding-bottom: 60px;
	position: relative
}

#banner_home .owl-theme .owl-controls {
	position: absolute;
	bottom: 120px;
	width: 100%
}

#banner_home .owl-theme .owl-controls .owl-page span {
	border-radius: 0;
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: .5;
	border-radius: 50%
}

#banner_home .owl-theme .owl-controls .owl-page.active span {
	background: #84c321;
	opacity: 1
}

.wh-box-banbot {
	width: 1300px;
	margin: 0 auto;
	height: 135px;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -650px
}

.wh-box-banbot:hover {
	height: 235px
}

.wh-box-banbot .item {
	width: 25%;
	max-width: 325px;
	float: left;
	display: inline-block;
	vertical-align: bottom;
	background: #2056ac;
	text-align: center
}

.wh-box-banbot .item a {
	display: block;
	color: #fff;
	padding: 30px 3%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600
}

.wh-box-banbot .item b {
	display: block;
	line-height: 22px;
	color: #c1fbb1;
	height: 0;
	overflow: hidden;
	font-weight: 100;
	transition: all .5s;
	text-transform: none;
	font-size: 14px;
	font-weight: 100px
}

.wh-box-banbot .item span {
	width: 100px;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	margin: 0 auto;
	display: none;
	padding: 3px 0
}

.wh-box-banbot .item i {
	display: block;
	width: 54px;
	height: 41px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: url(../images/icon_banbot.png) no-repeat
}

.wh-box-banbot .item2 i {
	background-position: -54px 0
}

.wh-box-banbot .item3 i {
	background-position: -108px 0
}

.wh-box-banbot .item4 i {
	background-position: -162px 0
}

.wh-box-banbot .item a:hover {
	background: #84c321
}

.wh-box-banbot .item a:hover b {
	height: 44px;
	margin: 15px 0 22px 0
}

.wh-box-banbot .item a:hover span {
	display: block
}

.wh-box-banbot .item1 {
	position: absolute;
	left: 0;
	bottom: 0
}

.wh-box-banbot .item2 {
	position: absolute;
	left: 25%;
	bottom: 0
}

.wh-box-banbot .item3 {
	position: absolute;
	left: 50%;
	bottom: 0
}

.wh-box-banbot .item4 {
	position: absolute;
	left: 75%;
	bottom: 0
}

.box_tit {
	margin-bottom: 50px;
	color: #a2a2a2;
	text-transform: uppercase;
	font-size: 16px
}

.box_tit h2 {
	color: #333;
	text-transform: initial;
	font-size: 34px;
	margin: 5px 0 10px 0;
	color:#113f9c !important;
	font-weight:bold;
}

.box_tit span {
	display: block;
	background: #2056ac;
	height: 4px;
	width: 136px
}

.wh-box-company .con {
	color: #959595;
	line-height: 24px;
	max-height: 120px;
	overflow: hidden;
	margin-bottom: 50px
}

.wh-box-company a.more {
	background: #2056ac;
	color: #fff;
	display: inline-block;
	padding: 12px 45px;
	text-transform: uppercase;
	border-radius: 20px;
	font-weight: 600
}

.wh-box-company a.more i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #84c321;
	color: #004b20;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 10px;
	text-align: center;
	padding-left: 2px
}

.wh-box-company a.more:hover {
	background: #045b29
}

.wh-box-company_m {
	background: url(../images/wh-box-company_mbg.jpg);
	overflow: hidden
}

.wh-box-company_m .row {
	position: relative
}

.wh-box-company_m .item {
	width: 25%;
	float: left;
	padding: 0 1%;
	position: absolute
}

.wh-box-company_m h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600
}

.wh-box-company_m p {
	color: #888;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden
}

.wh-box-company_m .company_m_pic {
	margin: 100px auto;
	display: block;
	width: 98%
}

.wh-box-company_m .item1 {
	left: 0;
	top: 30px
}

.wh-box-company_m .item2 {
	left: 25%;
	top: 69%
}

.wh-box-company_m .item3 {
	left: 50%;
	top: 0
}

.wh-box-company_m .item4 {
	left: 75%;
	top: 69%
}

.wh-box-company .scroll .scroll_btn {
	height: 36px;
	margin-top: -18px
}

.wh-box-company .scroll .scroll_btn span {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 40px;
	background: #2056ac
}

.wh-box-company .scroll .scroll_btn span:hover {
	background: #98d13d
}

.wh-box-company .scroll .scroll_btn span i {
	font-size: 18px
}

.wh-box-company .scroll .borderbox {
	border: 3px solid #ddd;
	width: 96%;
	position: absolute;
	left: 2%;
	top: 0;
	height: 80%;
	top: 10%
}

.wh-box-company .scroll li a {
	display: block;
	width: 87%;
	margin: 0 auto
}

.wh-box-company .scroll li a img {
	display: block;
	width: 100%
}

.wh-box-num {
	background: url(../images/wh-box-numbg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover
}

.wh-box-num .box_tit {
	color: #cddca7;
	text-align: center
}

.wh-box-num .box_tit h2 {
	color: #fff
}

.wh-box-num .box_tit span {
	background: #fff;
	margin: 0 auto;
	width: 105px
}

#wrap {
	overflow: hidden;
	margin-top: 60px
}

#wrap .jumbo {
	width: 25%;
	float: left;
	color: #fff;
	font-size: 30px;
	border-right: 1px solid #556154;
	text-align: center;
	font-weight: 600
}

#wrap .jumbo:last-child {
	border: 0
}

#wrap .jumbo h5 {
	font-size: 35px;
	margin-top: 20px;
	display: inline-block;
}

#wrap .jumbo b {
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	font-weight: 100
}

#wrap .jumbo i {
	display: block;
	margin: 0 auto;
	width: 49px;
	height: 54px;
	background: url(../images/num_i.png) no-repeat 0 -54px;
	transition: all .5s
}

#wrap .jumbo i.item2 {
	background-position: -49px -54px
}

#wrap .jumbo i.item3 {
	background-position: -98px -54px
}

#wrap .jumbo i.item4 {
	background-position: -147px -54px
}

#wrap .jumbo:hover {
	color: #84c321
}

#wrap .jumbo:hover i.item1 {
	background-position: 0 0
}

#wrap .jumbo:hover i.item2 {
	background-position: -49px 0
}

#wrap .jumbo:hover i.item3 {
	background-position: -98px 0
}

#wrap .jumbo:hover i.item4 {
	background-position: -147px 0
}

#main .wh-box-product {
	overflow: hidden
}

.wh-box-product .box_tit {
	text-align: center;
	color: #c9c9c9
}

.wh-box-product .box_tit span {
	margin: 0 auto
}

.wh-box-product .sub-nav {
	text-align: center;
	margin-bottom: 40px
}

.wh-box-product .sub-nav a {
	display: inline-block;
	width: 200px;
	margin: 0 6px;
	position: relative;
	padding-bottom: 20px
}

.wh-box-product .sub-nav a b {
	border: 1px solid #2056ac;
	background: #fff;
	font-size: 16px;
	color: #004b20;
	border-radius: 0;
	padding: 8px 0;
	display: block;
	width: 100%;
	text-align: center
}

.wh-box-product .sub-nav a i {
	line-height: none;
	margin-top: 0;
	padding-top: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	color: #2056ac;
	font-size: 32px;
	display: none
}

.wh-box-product .sub-nav a.on b {
	background: #2056ac;
	color: #fff
}

.wh-box-product .sub-nav a.on i {
	display: block
}

.wh-box-product .con .item {
	width: 21%;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right:3%;
}

.wh-box-product .con .item .pic {
	display: block;
	width: 100%;
	margin-bottom:20px;
	border-radius:20px;
	border-bottom: 9px solid #eca43e;
}

.wh-box-product .con .item a.bg {
	background: rgba(32,86,172,.9);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s
}

.wh-box-product .con .item a.foncon {
	color: #fff;
	width: 80%;
	position: absolute;
	left: 10%;
	overflow: hidden;
	text-align: center;
	top: 50%;
	margin-top: -77px;
	opacity: 0;
	transition: all .3s
}

.wh-box-product .con .item a.foncon h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600
}

.wh-box-product .con .item a.foncon span {
	background: #eca43e;
	color: #004b20;
	display: inline-block;
	padding: 6px 40px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600
}

.wh-box-product .con .item a.foncon p {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden
}



.wh-box-product .con .item:hover a.bg,.wh-box-product .con .item:hover a.foncon {
	opacity: 1
}






.wh-box-product .con .item2 {
	width: 22%;
	float: left;
	position: relative;
	cursor: pointer;
    padding-bottom:40px;
}

.wh-box-product .con .item2 .pic {
	display: block;
	width: 100%;
	border-radius:20px;
	border-bottom: 9px solid #eca43e;

}

.wh-box-product .con .item2 a.bg {
	background: rgba(32,86,172,.9);
	opacity: 0;
	width: 100%;
	height: 85%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	border-radius:20px;
	border-bottom: 9px solid #eca43e;
}

.wh-box-product .con .item2 a.foncon {
	color: #fff;
	height: 155px;
	width: 80%;
	position: absolute;
	left: 10%;
	overflow: hidden;
	text-align: center;
	top: 50%;
	margin-top: -77px;
	opacity: 0;
	transition: all .3s
}

.wh-box-product .con .item2 a.foncon h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600
}

.wh-box-product .con .item2 a.foncon span {
	background: #eca43e;
	color: #004b20;
	display: inline-block;
	padding: 6px 40px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600
}

.wh-box-product .con .item2 a.foncon p {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden
}

.wh-box-product .con .item2:nth-child(even) {
	margin: 0 1.5%
}

.wh-box-product .con .item2:hover a.bg,.wh-box-product .con .item2:hover a.foncon {
	opacity: 1
}























.hpro .con {
	display: none
}

.wh-box-new {
	background: url(../images/wh-newbg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover
}

.wh-box-new .box_tit h2 {
	color: #fff
}

.wh-box-new .box_tit p {
	color: #b1d7a9
}

.wh-box-new .box_tit span {
	background: #84c321
}

.wh-box-new .con {
	color: #fff;
	line-height: 30px;
	margin-bottom: 50px
}

.wh-box-new a.more {
	background: #84c321;
	color: #004b20;
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	border-radius: 20px;
	font-weight: 600
}

.wh-box-new a.more i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #004b20;
	color: #fff;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 10px;
	text-align: center;
	padding-left: 2px
}

.wh-box-new .new_pic {
	float: right;
	width: 70%;
	display: block
}

.wh-box-new a.more:hover {
	background: #90d228
}

.wh-box-service .con {
	line-height: 24px;
	color: #909090;
	margin-bottom: 25px
}

.wh-box-service li {
	line-height: 32px;
	font-weight: 600
}

.wh-box-service li i {
	background: #004b20;
	color: #fff;
	display: inline-block;
	width: 15px;
	padding-left: 1px;
	height: 15px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	transition: all .3s
}

.wh-box-service li a:hover i {
	background: #5ec74f
}

.wh-box-service li a {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap
}

.wh-box-service .service_map {
	display: block;
	float: right;
	width: 98%;
	margin-top: 45px
}

#position {
	position:relative;
	text-align: center;
	overflow: hidden;
	height:80px;
	background: linear-gradient(135deg, #083c7d 0%, #0d66aa 68%, #1383c8 100%);
	line-height:80px;
}

#position .con {
	width: 850px;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	color: #fff;
	left: 50%;
	margin-left: -425px;
	height: 80px;
}

#position h3 {
	font-size: 30px;
	font-weight: 600
}

#position h2 {
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: 600;
	color:#fff
}

#position b {
	font-weight: 600;
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden
}

#position p {
	margin-bottom: 20px;
	max-height: 66px;
	line-height: 22px;
	overflow: hidden
}

#position a {
	color: #fff
}

#position i {
	margin-right: 10px;
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -3px
}

.pages {
	text-align: center;
	margin: 20px 0 50px 0
}

.pages span,.pages a {
	border: 1px solid #1a6e42;
	margin: 0 5px;
	padding: 8px 10px;
	color: #1a6e42;
	display: inline-block
}

.pages span i,.pages a i {
	margin: 0 5px
}

.pages span.on,.pages a.on {
	color: #fff;
	background: #1a6e42
}

.contact_tip {
	color: #666;
	line-height: 24px;
	margin-bottom: 30px
}

#inquiry input,#inquiry textarea {
	width: 100%;
	margin: 10px 0;
	line-height: 24px;
	background: #f2f2f2;
	resize: none;
	padding: 8px 15px
}

#inquiry button {
	border: 0;
	background: #2056ac;
	transition: all .3s;
	color: #fff;
	border-radius: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%
}

#inquiry button:hover {
	background: #2056ac
}

#inquiry {
	margin-bottom: 50px
}

.edit-box {
	line-height: 30px;
	overflow: hidden;
	float: right
}

.edit-box h1 {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0 20px 0
}

.edit-box .con div,.edit-box .con div a {
	color: #666
}

.edit-box .con div {
	margin: 8px 0;
	position: relative
}

.edit-box .con div a:hover {
	color: #159b51
}

.edit-box .con div b {
	font-weight: 600;
	margin-right: 5px
}

.edit-box .con div label {
	background: #fff;
	color: #159b51;
	margin-right: 10px;
	font-size: 18px
}

.lis_news {
	overflow: hidden
}

.lis_news li {
	margin-bottom: 30px
}

.lis_news li a {
	background: #ececec;
	display: block;
	border: 2px solid #ececec;
	padding: 15px;
	overflow: hidden
}

.lis_news .pic {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden
}

.lis_news .pic img {
	display: block;
	width: 100%;
	transition: all .3s
}

.lis_news .pic .time {
	position: absolute;
	left: 0;
	top: 0;
	background: #2056ac;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px
}

.lis_news .pic .time b {
	display: block;
	margin: 0 auto;
	font-weight: 100
}

.lis_news .rightside {
	width: 72%;
	float: right;
	line-height: 24px
}

.lis_news .rightside h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 15px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.lis_news .rightside p {
	color: #555;
	max-height: 72px;
	overflow: hidden
}

.lis_news .rightside span {
	border: 2px solid #dfbd02;
	color: #f9d409;
	font-weight: 600;
	border-radius: 25px;
	padding: 5px 30px;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	transition: all .3s
}

.lis_news li a:hover {
	border: 2px solid #dfbd02;
	background: #fff
}

.lis_news li a:hover .rightside span {
	background: #f9d409;
	color: #fff;
	border: 2px solid #f9d409
}

.lis_news li a:hover .pic img {
	transform: scale(1.1)
}

.lis_case {
	overflow: hidden
}

.lis_case .item {
	margin-bottom: 40px
}

.lis_case .item span {
	background: #e7e7e7;
	display: block;
	padding: 25px 12px;
	border-top: 8px solid #2a8651;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 24px;
	transition: all .3s
}

.lis_case .item span b {
	display: block;
	overflow: hidden;
	height: 48px
}

.lis_case .pic {
	width: 100%;
	overflow: hidden
}

.lis_case .pic img {
	display: block;
	width: 100%;
	transition: all .3s
}

.lis_case a:hover span {
	background: #2a8651;
	color: #fff;
	border-top: 8px solid #2e8a55
}

.lis_case a:hover .pic img {
	transform: scale(1.1)
}

#main .bgf {
	background: #fff
}

.about-box-cer {
	background: #eca43e;
	color: #fff;
	line-height: 24px;
	text-align: center
}

.about-box-cer .box_tit h2 {
	color: #fff
}

.about-box-cer .box_tit span {
	margin: 0 auto;
	background: #fff
}

.about-box-cer .con {
	padding-top: 20px
}

.about-box-cer .con p {
	width: 86%;
	margin: 0 auto
}

.about-box-cer .con img.about-box-cerpic {
	width: 96%;
	display: block;
	margin: 60px auto 25px auto
}

.about-box .row {
	overflow: hidden;
	margin-bottom: 50px;
	padding:20px;
	background:#efefef;
}

.about-box .row div {
	width: 48%;
	display: inline-block;
	color: #666;
	float: left
}

.about-box .row div p {
	line-height: 26px;
	font-size:17px;
	font-weight:normal;
}

.about-box .row img.pic {
	display: inline-block;
	float: right;
	margin-top: 20px
}

.about-box .row h4.tit {
	color: #2056ac;
	font-size: 28px;
	display: inline-block;
	border-radius: 0 25px 25px 0;
	padding-right: 30px;
	margin-bottom: 40px
}

.about-box .row h4.tit b {
	padding: 8px 0;
	display: block;
	border-left: 5px solid #2056ac;
	margin-left: 12px;
	padding-left: 10px
}

.about-box .row:nth-child(even) div {
	float: right;
}

.about-box .row:nth-child(even) img.pic {
	float: left
}

.about-box .row:nth-child(even) h4.tit {
	border-radius: 25px 0 0 25px;
	padding-right: 0;
	padding-left: 0px
}

.about-box .row:nth-child(even) h4.tit b {
	border-left: 0;
	border-right: 5px solid #2056ac;
	margin-right: 12px;
	padding-right: 10px;
	margin-left: 0;
	padding-left: 0
}

.about-box .row:last-child img.pic {
	margin-top: 0
}

.video_lis .box_tit,.rdmain .box_tit {
	text-transform: none
}

.video_lis .box_tit h3,.rdmain .box_tit h3 {
	font-size: 26px;
	text-align: center;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px
}

.video_lis .box_tit span,.rdmain .box_tit span,.pro_lis .box_tit span {
	margin: 0 auto
}

.video_lis ul {
	overflow: hidden
}

.video_lis ul li {
	width: 25%;
	float: left;
	margin-bottom: 25px
}

.video_lis ul li a {
	width: 95%;
	display: block;
	margin: 0 auto
}

.video_lis ul li a img {
	display: block;
	width: 100%
}

.infocon img {
	display: block;
	margin: 12px auto;
	max-width: 100%
}

.infocon {
	color: #555;
	line-height: 24px
}

.infocon h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 30px 0
}

.infocon p {
	margin: 25px 0
}

.infocon .time {
	background: #ebebeb;
	text-align: center;
	padding: 1px 10px;
	margin-bottom: 50px
}

.infocon h1 {
	font-size: 24px;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 30px
}

.rdmain .scroll ul li a {
	display: block;
	width: 96%;
	margin: 0 auto
}

.rdmain .scroll ul li a img {
	display: block;
	width: 100%;
	border-radius:20px;
}

.pro_lists {
	overflow: hidden;
	padding: 40px 0
}

.pro_lists ul {
	overflow: hidden
}

.pro_lists ul li {
	width: 48%;
	float: left;
	margin-bottom: 40px;
	height:300px;
}

.pro_lists ul li a {
	display: block;
	border: 1px dashed #2056ac;
	padding: 15px;
	overflow: hidden;
	color: #666;
	line-height: 22px
}

.pro_lists ul li .pic {
	width: 52%;
	float: left;
	overflow: hidden
}

.pro_lists ul li .pic img {
	display: block;
	width: 100%;
	transition: all .3s
}

.pro_lists ul li .con {
	float: right;
	width: 45%
}

.pro_lists ul li .con h3 {
	font-size: 20px;
	color: #2056ac;
	font-weight: 600;
	margin: 6px 0 15px 0;

}

.pro_lists ul li .con span {
	background: #2056ac;
	color: #fff;
	padding: 7px 20px;
	display: inline-block;
	border-radius: 25px;
	font-weight: 600;
	margin-top: 20px
}

.pro_lists ul li:nth-child(even) {
	margin-left: 4%
}

.pro_lists ul li a:hover {
	border: 1px solid #2056ac;
	background:#2056ac;
	color: #fff
}

.pro_lists ul li a:hover h3 {
	color: #fff
}

.pro_lists ul li a:hover span {
	background: #f9d409
}

.pro_lists ul li a:hover .pic img {
	transform: scale(1.1)
}

.pro_lis {
	background: #e6e6e6
}

.pro_lis .box_tit {
	text-align: center
}

.pro_lis .box_tit p {
	text-transform: none
}

.pro_lis .box_tit h2 {
	font-size: 25px;
	color: #115734;
	font-weight: 600
}

.pro_lis .scroll ul li a {
	display: block;
	width: 96%;
	margin: 0 auto;
	border: 1px solid #dcdcdc
}

.pro_lis .scroll ul li a img {
	display: block;
	width: 100%
}

.bged {
	background: #ededed
}

.qua_main h4.tit {
	font-size: 26px;
	text-align: center;
	padding: 0 10px;
	color: #222;
	font-weight: 600;
	margin-bottom: 35px
}

.qua_main p {
	color: #555;
	line-height: 24px;
	text-align: center;
	padding: 0 10px
}

.qua_main .scroll {
	margin-top: 50px
}

.qua_main .scroll ul li a {
	display: block;
	width: 93%;
	margin: 0 auto;
	border: 3px solid #ededed
}

.qua_main .scroll ul li a img {
	display: block;
	width: 100%
}

.qua_piclis {
	max-width: 100%;
	margin: 70px 0
}

.que_be {
	background: url(../images/qua_be_bg.jpg) no-repeat center;
	background: cover;
	padding: 130px 0
}

.que_be p {
	color: #fff;
	font-weight: 600;
	font-size: 16px
}

.qua_main .que_be h4.tit {
	color: #fff
}

.qua_main .scroll_btn {
	width: 98%;
	left: 1%
}

.pro_qua_lis {
	padding: 70px 0;
	overflow: hidden
}

.pro_qua_lis ul {
	overflow: hidden
}

.pro_qua_lis li {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 50px
}

.pro_qua_lis li img {
	display: block;
	margin: 0 auto 15px auto;
	width: 85%;
	max-width: 208px
}

.pro_qua_lis li b {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px
}

.history_lis li {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px
}

.history_lis li div.line {
	height: 100%;
	background: #1c8253;
	width: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px
}

.history_lis li .con {
	width: 51%;
	padding-right: 8px;
	float: left
}

.history_lis li .con p {
	line-height: 24px;
	text-align: right;
	padding-right: 50px;
	clear: both;
	color: #686868
}

.history_lis li .con .year {
	background: #1c8253;
	float: right;
	border-radius: 35px 0 0 35px;
	margin-bottom: 50px
}

.history_lis li .con .year b {
	border-right: 8px solid #fff;
	font-size: 28px;
	color: #fff;
	width: 230px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 0 10px 20px;
	display: block
}

.history_lis li .pic {
	margin-left: 5%;
	float: left;
	width: 40%
}

.history_lis li .pic img {
	width: 35%;
	display: block;
	margin-right: 2%;
	float: left
}

.history_lis li:nth-child(even) .con {
	float: right;
	padding: 0 0 0 8px
}

.history_lis li:nth-child(even) .pic {
	float: left
}

.history_lis li:nth-child(even) .con p {
	padding: 0 0 0 50px;
	text-align: left
}

.history_lis li:nth-child(even) .con .year {
	float: left;
	border-radius: 0 35px 35px 0
}

.history_lis li:nth-child(even) .con .year b {
	margin: 0 0 0 10px;
	padding: 10px 20px 10px 0;
	border-left: 8px solid #fff;
	border-right: 0
}

.history_lis li:nth-child(even) .pic img {
	float: right
}

.history_lis li:hover .con .year {
	background: #159b51
}

.proinfo {
	padding-bottom: 100px
}

.pro_detail {
	overflow: hidden;
	margin: 70px 0 100px 0
}

.pro_detail .picbox {
	width: 48%;
	float: left
}

.pro_detail .rightcon {
	float: right;
	width: 48%
}

.pro_detail .picbox .pic {
	float: left
}

.pro_detail .picbox div {
	width: 24%;
	float: left;
	margin-left: 1%
}

.pro_detail .picbox div img {
	display: block;
	margin-bottom: 8px;
	width: 100%;
	cursor: pointer
}

.pro_detail .rightcon {
	color: #666;
	line-height: 26px
}

.pro_detail .rightcon h1 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px
}

.pro_detail .rightcon b {
	font-weight: 100
}

.pro_detail .rightcon h6 {
	font-size: 16px;
	margin: 15px 0;
	font-weight: 600
}

.pro_detail .rightcon span {
	margin-top: 25px;
	display: block
}

.pro_detail .rightcon a {
	padding: 7px 20px;
	display: inline-block;
	font-size: 16px;
	color: #fff
}

.pro_detail .rightcon a i {
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle
}

.pro_detail .rightcon a.online {
	background: #2056ac;
	margin-right: 15px
}

.pro_detail .rightcon a.message {
	background: #f9d409
}

.proinfotit {
	background: #e6e6e6;
	margin-bottom: 35px
}

.proinfotit b {
	display: inline-block;
	background: #2056ac;
	color: #fff;
	font-size: 22px;
	padding: 10px 30px
}

.proinfocon {
	margin-bottom: 60px;
	line-height: 26px
}

.proinfocon p {
	margin: 10px 20px
}

.proinfocon img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height:auto;

}

.proinfocon table.tab {
	border-left: 1px solid #2056ac;
	border-top: 1px solid #2056ac;
	margin: 40px 0;
	line-height: 24px
}

.proinfocon table.tab td {
	border-bottom: 1px solid #2056ac;
	background: #e6e6e6;
	color: #074722;
	border-right: 1px solid #2056ac;
	padding: 10px;
	text-align: center
}

.proinfocon table.tab tr:first-child th {
	background: #2056ac;
	color: #fff;
	font-weight: 600;
	padding: 10px
}

.proform b {
	text-align: center;
	padding: 10px;
	color: #777;
	font-size: 16px;
	font-weight: 100;
	display: block;
	margin-bottom: 20px
}

.proform {
	padding-bottom: 70px;
	clear: both;
	overflow: hidden
}

.proform input {
	width: 48%
}

.proform input:nth-child(even) {
	margin-left: 4%
}

.proform textarea {
	width: 80%
}

.proform input,.proform textarea {
	margin: 10px 0;
	line-height: 24px;
	float: left;
	background: #f2f2f2;
	resize: none;
	padding: 8px 15px
}

.proform button {
	border: 0;
	background: #f9d409;
	float: left;
	width: 18%;
	margin-left: 2%;
	color: #fff;
	border-radius: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	height: 87px;
	transition: all .3s
}

.proform button:hover {
	background: #2056ac
}

#nav .search {
	float: right;
	text-align: center;
	position: relative;
	cursor: pointer
}

#nav .search .button {
	height: 40px;
	font-size: 18px;
	width: 40px;
	margin-top: 22px;
	line-height: 40px;
	color: #222
}

#nav .search form {
	position: absolute;
	right: 0;
	top: 76px;
	line-height: 30px;
	width: 280px;
	padding: 20px;
	background: #fff;
	z-index: 999;
	border: 1px solid #eaeaea;
	display: none
}

#nav .search input {
	border: 1px solid #ddd;
	padding: 0 3px;
	float: left;
	width: 200px
}

#nav .search button {
	float: left;
	width: 30px;
	height: 32px;
	border: 0;
	background: #2056ac;
	color: #fff
}

@media screen and (max-width:1300px) {
	.row {
		margin: 0
	}

	.wh-box-banbot {
		width: 100%;
		left: 0;
		margin-left: 0
	}

	#wrap .jumbo b {
		height: 48px
	}
}

@media screen and (max-width:990px) {
	section,.main {
		padding: 40px 0
	}

	#nav .search {
		margin-right: 50px
	}

	#nav .search .button {
		margin-top: 7px
	}

	#nav .logo {
		margin-bottom: 10px;
		width: 150px
	}

	#nav .logo img {
		height: 35px
	}

	#nav .search form {
		top: 54px
	}

	#banner_home .owl-theme .owl-controls {
		bottom: 90px
	}

	#position h2 {
		font-size: 30px
	}

	#position h3 {
		font-size: 24px
	}

	.box_tit {
		font-size: 13px;
		margin-bottom: 25px
	}

	.box_tit span {
		width: 100px
	}

	.box_tit h2 {
		font-size: 27px
	}

	.wh-box-product .con .item a.foncon h3 {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.wh-box-company .scroll {
		margin-top: 30px
	}

	.wh-box-new .con {
		margin-bottom: 20px
	}

	.wh-box-product .sub-nav,.wh-box-company .con {
		margin-bottom: 20px
	}

	.contact_tip {
		width: 95%;
		margin: 0 auto 30px auto
	}

	.about-box .row h4.tit {
		font-size: 27px;
		margin-bottom: 20px
	}

	.about-box .row h4.tit b {
		padding: 12px 0 12px 10px
	}

	.pro_qua_lis li {
		width: 25%
	}

	.history_lis li .con .year {
		margin-bottom: 20px
	}

	.history_lis li .con {
		padding-right: 5px
	}

	.history_lis li:nth-child(even) .con {
		padding-left: 5px
	}

	.video_lis ul li {
		width: 33.3%
	}

	.pro_lists ul li .con p {
		max-height: 88px;
		overflow: hidden
	}

	.pro_detail {
		margin: 30px 10px 60px 10px
	}

	.pro_detail .picbox div {
		width: 100%;
		margin-left: 0;
		margin-top: 10px
	}

	.pro_detail .picbox div img {
		width: 33%;
		float: left;
		margin-bottom: 0
	}

	.pro_detail .picbox .pic {
		width: 100%
	}

	.pro_detail .picbox div img:nth-child(even) {
		margin: 0 .5%
	}

	.proinfotit {
		margin-bottom: 20px
	}

	.proinfocon table {
		margin: 20px 0
	}

	.proinfo {
		padding: 0 10px 50px 10px
	}

	.proinfocon {
		margin-bottom: 40px
	}

	.proform {
		padding-bottom: 40px
	}
}

@media screen and (max-width:900px) {
	#wrap .jumbo b {
		font-size: 14px
	}

	.wh-box-banbot .item a {
		padding: 30px 1%
	}

	.wh-box-banbot .item h5 {
		font-size: 15px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.wh-box-company_m .company_m_pic {
		margin: 150px auto
	}

	.wh-box-company_m h3 {
		margin-bottom: 5px
	}

	.wh-box-company_m p {
		line-height: 22px;
		max-height: 85px
	}

	.wh-box-product .con .item a.foncon h3 {
		margin-bottom: 5px;
		font-size: 15px
	}

	.wh-box-product .con .item a.foncon span {
		margin-top: 5px
	}

	.wh-box-product .con .item a.foncon p {
		max-height: 44px
	}

	.wh-box-product .con .item a.foncon {
		margin-top: -50px;
		height: auto
	}

	footer h4 {
		font-size: 18px;
		margin-bottom: 20px
	}

	footer .media a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 17px
	}

	#position .con {
		width: 90%;
		left: 5%;
		margin-left: 0;
		height: auto;
		top: 20px;
		margin-top: 0
	}

	.about-box .warper {
		width: 90%
	}

	.about-box .row h4.tit {
		font-size: 20px
	}

	.about-box-cer .con {
		padding-top: 0
	}

	.about-box-cer .con img.about-box-cerpic {
		margin: 30px auto 25px auto
	}

	.pro_lists ul li {
		width: 49%;
		margin-bottom: 20px
	}

	.pro_lists ul li:nth-child(even) {
		margin-left: 2%
	}

	.pro_lists ul li .pic {
		width: 100%;
		margin-bottom: 10px
	}

	.pro_lists ul li .con {
		width: 100%
	}

	.pro_lists.warper {
		width: 94%
	}

	.lis_news .rightside h3 {
		margin-top: 3px
	}

	.qua_main h4.tit {
		font-size: 20px;
		margin-bottom: 20px
	}

	.qua_main .scroll {
		margin-top: 0
	}

	.que_be {
		padding: 60px 0
	}

	.que_be p {
		font-weight: 100
	}

	.qua_piclis {
		margin: 30px auto;
		display: block;
		width: 96%;
		max-width: 96%
	}

	.pro_qua_lis {
		padding: 30px 0
	}

	.pro_detail .rightcon h1 {
		margin-bottom: 10px
	}
}

@media screen and (max-width:768px) {
	.head {
	}

	#nav .nav-button {
		top: 10px
	}

	#wrap .jumbo h5 {
		font-size: 24px
	}

	#wrap {
		margin-top: 40px
	}

	.wh-box-new .new_pic {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-top: 40px
	}

	.wh-box-banbot .item a {
		padding: 15px 1%
	}

	.wh-box-banbot {
		height: 87px
	}

	.wh-box-banbot:hover {
		height: 196px
	}

	.wh-box-banbot .item i {
		background-size: 140px;
		width: 35px;
		height: 27px
	}

	.wh-box-banbot .item2 i {
		background-position: -35px 0
	}

	.wh-box-banbot .item3 i {
		background-position: -70px 0
	}

	.wh-box-banbot .item4 i {
		background-position: -105px 0
	}

	.wh-box-banbot .item h5 {
		font-weight: 100;
		font-size: 14px
	}

	.wh-box-banbot .item b {
		font-size: 12px
	}

	.wh-box-product .con .item a.foncon {
		margin-top: -35px
	}

	.wh-box-product .con .item a.foncon h3 {
		height: 35px;
		white-space: normal
	}

	.wh-box-product .con .item a.foncon span {
		padding: 4px 10px;
		font-size: 12px
	}

	.wh-box-product .con .item a.foncon p {
		display: none
	}

	#banner_home .owl-theme .owl-controls {
		bottom: 40px
	}

	footer li.item1 {
		display: none
	}

	footer li.item:last-child {
		width: 57%
	}

	footer .contact li {
		line-height: 27px
	}

	footer .contact i {
		top: 6px
	}

	#position h2 {
		margin-bottom: 5px
	}

	#position p {
		max-height: 44px;
		margin-bottom: 5px
	}

	.history_lis li .pic img {
		width: 100%;
		margin-bottom: 10px
	}

	.lis_news {
		width: 96%;
		margin: 0 auto
	}

	.lis_news .pic .time {
		font-size: 15px;
		padding: 5px
	}

	.lis_news .rightside h3 {
		margin-bottom: 5px
	}

	.lis_news .rightside p {
		line-height: 20px;
		font-size: 12px;
		max-height: 40px
	}

	.lis_news .rightside span {
		margin-top: 5px;
		padding: 2px 15px
	}

	.lis_news li {
		margin-bottom: 15px
	}

	.pro_qua_lis li {
		width: 33.33%
	}

	.proinfotit b {
		font-size: 18px
	}

	.proform input,.proform textarea {
		width: 100%;
		margin-bottom: 0
	}

	.proform input:nth-child(even) {
		margin-left: 0
	}

	.proform button {
		width: 100%;
		height: auto;
		margin-left: 0
	}
}

@media screen and (max-width:640px) {
	.proinfocon .tabbox {
		overflow-x: auto
	}

	#banner_home .owl-theme .owl-controls {
		bottom: 0
	}

	.wh-box-banbot {
		position: inherit;
		height: auto
	}

	.wh-box-banbot:hover {
		height: auto
	}

	.wh-box-banbot .item a b {
		padding: 0 10px;
		height: auto;
		display: block;
		margin: 5px 0 12px 0
	}

	.wh-box-banbot .item span {
		display: block
	}

	.wh-box-banbot .item {
		width: 100%;
		position: inherit;
		left: 0;
		max-width: 100%;
		margin-bottom: 10px
	}

	.wh-box-banbot .item a:hover b {
		height: auto;
		margin: 5px 0 12px 0
	}

	.wh-box-product .sub-nav a {
		width: 140px;
		margin: 0 2px;
		padding-bottom: 14px
	}

	.wh-box-product .sub-nav a b {
		font-size: 14px;
		font-weight: 100
	}

	.wh-box-product .sub-nav a i {
		font-size: 24px
	}

	#wrap .jumbo {
		width: 50%;
		margin-bottom: 20px
	}

	#wrap .jumbo:nth-child(even) {
		border: 0
	}

	footer li.item,footer li.item:last-child {
		background: 0;
		width: 95%;
		margin: 0 auto;
		float: none;
		padding: 0
	}

	footer li.item {
		margin-bottom: 30px
	}

	footer li.item:last-child h4 {
		margin-bottom: 10px
	}

	footer .contact ul {
		margin-top: 0
	}

	footer .navcop {
		padding: 15px 10px
	}

	footer .copyright {
		font-size: 13px
	}

	.about-box .row h4.tit {
		margin-bottom: 10px
	}

	.about-box .row div {
		width: 100%;
		float: none
	}

	.about-box .row img.pic {
		width: 100%;
		float: none;
		margin-top: 10px
	}

	.about-box .row:nth-child(even) img.pic {
		float: none;
		margin-bottom: 15px
	}

	.about-box .row:last-child img.pic {
		margin-top: 15px
	}

	.about-box .row {
		margin-bottom: 30px
	}

	.about-box .row:nth-child(even) img.pic {
		margin-top: 0
	}

	#position h2 {
		font-size: 24px
	}

	#position h3 {
		font-size: 16px
	}

	#position b {
		margin-bottom: 0
	}

	.history_lis li .con .year b {
		width: 180px
	}

	.history_lis li .con .year b {
		padding: 5px 0 5px 20px
	}

	.history_lis li:nth-child(even) .con .year b {
		padding: 5px 20px 5px 0
	}

	.history_lis li .con p {
		padding-right: 30px
	}

	.history_lis li:nth-child(even) .con p {
		padding: 0 0 0 30px
	}

	.video_lis .box_tit h3,.rdmain .box_tit h3 {
		font-size: 22px
	}

	.video_lis ul li {
		width: 50%;
		margin-bottom: 15px
	}

	.pro_lists ul li .con h3 {
		font-size: 18px;
		margin: 0 0 10px 0
	}

	.lis_case .item {
		margin-bottom: 20px
	}

	.lis_case .item span {
		padding: 15px 10px
	}

	.lis_case .item span b {
		font-weight: 100;
		font-size: 15px
	}

	.pro_qua_lis li b {
		font-size: 14px;
		font-weight: 100;
		padding: 0 10px
	}

	.pro_qua_lis li img {
		margin-bottom: 10px
	}

	.pro_detail .picbox,.pro_detail .rightcon {
		width: 100%;
		float: none;
		overflow: hidden
	}

	.pro_detail .rightcon {
		margin-top: 20px
	}
}

@media screen and (max-width:480px) {
	.pages span,.pages a {
		padding: 4px 5px;
		margin: 0 2px
	}

	.backToTop,.backToTop:hover {
		width: 40px;
		height: 40px;
		background-size: 20px
	}

	.box_tit {
		font-size: 12px;
		margin-bottom: 15px
	}

	.box_tit h2 {
		font-size: 20px;
		margin: 3px 0 5px 0
	}

	.box_tit span {
		height: 2px
	}

	#banner_home .owl-theme .owl-controls .owl-page span {
		width: 10px;
		height: 10px
	}

	#wrap .jumbo b {
		padding: 0 10px
	}

	.wh-box-new .con {
		line-height: 24px
	}

	.wh-box-company_m .warper {
		width: 94%;
		margin: 0 auto
	}

	.wh-box-company_m p {
		font-size: 12px;
		line-height: 20px;
		height: 80px
	}

	.wh-box-company_m h3 {
		font-size: 13px
	}

	.wh-box-company a.more {
		padding: 8px 25px
	}

	.wh-box-company a.more i {
		margin-top: -2px
	}

	.wh-box-product .warper {
		width: 100%
	}

	.wh-box-product .warper .col-sm-12 {
		padding: 0 10px
	}

	.wh-box-product .sub-nav {
		margin-bottom: 10px
	}

	.wh-box-product .sub-nav a {
		width: 110px
	}

	.wh-box-product .sub-nav a:last-child {
		width: 80px
	}

	.wh-box-product .sub-nav a b {
		font-size: 12px
	}

	.wh-box-product .con .item {
		width: 100%
	}

	.wh-box-product .con .item:nth-child(even) {
		margin: 10px 0
	}

	.wh-box-service .con {
		margin-bottom: 5px
	}

	#position p,#position b {
		display: none
	}

	#position h2 {
		font-size: 20px
	}

	.about-box .row h4.tit {
		font-size: 16px
	}

	.history_lis li .con .year b {
		width: 150px
	}

	.history_lis li .pic {
		display: none
	}

	.history_lis li .con {
		width: 98%
	}

	.history_lis li div.line {
		left: 1%
	}

	.history_lis li .con .year {
		float: left;
		border-radius: 0 35px 35px 0;
		margin-bottom: 10px
	}

	.history_lis li .con .year b {
		margin: 0 0 0 10px;
		padding: 5px 20px 5px 0;
		font-size: 20px;
		border-left: 8px solid #fff;
		border-right: 0
	}

	.history_lis li .con p {
		padding-right: 0;
		padding-left: 30px;
		text-align: left
	}

	.history_lis li:nth-child(even) .con {
		float: left
	}

	.history_lis li:nth-child(even) .con {
		padding-left: 0
	}

	.video_lis .box_tit h3,.rdmain .box_tit h3 {
		font-size: 18px
	}

	.pro_lists ul li a {
		padding: 10px
	}

	.pro_lists ul li .con h3 {
		font-size: 16px
	}

	.pro_lists ul li .con p {
		max-height: 66px;
		overflow: hidden
	}

	.lis_news li a {
		padding: 10px
	}

	.lis_news .pic {
		width: 100%
	}

	.lis_news .rightside {
		width: 100%;
		margin-top: 10px
	}

	.qua_main h4.tit {
		font-size: 17px
	}

	.pro_qua_lis li {
		margin-bottom: 30px
	}

	.proinfotit b {
		padding: 7px 30px;
		font-size: 16px
	}

	.proinfocon p {
		margin: 10px
	}

	.proinfocon .tabbox2 .item,.proinfocon .tabbox3 .item,.proinfocon .tabbox4 .item {
		width: 100%;
		margin-bottom: 20px
	}
}

@media screen and (max-width:360px) {
	.video_lis ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.pro_lists ul li {
		width: 100%
	}

	.pro_lists ul li:nth-child(even) {
		margin-left: 0
	}
}


.footer .media,.edit-box .media {
	margin-top: 9px;
}

.footer .media a,.edit-box .media a {
	display: inline-block;
	width: 21px;
	background: url(../images/head_icon.png) no-repeat;
	height: 21px;
	margin-right: 13px;
	text-align: center;
	line-height: 40px;
	float: left
}

.footer .media a.twitter,.edit-box .media a.twitter {
	background-position: -163px 0
}

.footer .media a.linkedin,.edit-box .media a.linkedin {
	background-position: -31px 0
}

.footer .media a.google-plus,.edit-box .media a.google-plus {
	background-position: -66px 0
}

.footer .media a.wei,.edit-box .media a.wei {
	background-position: -132px 0
}

.footer .media a.wei2,.edit-box .media a.wei2 {
	background-position: -102px 0
}

.footer .media a.whatsapp,.edit-box .media a.whatsapp {
	background-position: -193px 0
}

.footer .media a.oa,.edit-box .media a.oa {
	background-position: -185px 0
}





.head .media,.head .language {
	overflow: hidden;
	float: left
}

.head .media,.edit-box .media {
	margin-top: 9px;
	margin-left: 25px
}

.head .media a,.edit-box .media a {
	display: inline-block;
	width: 21px;
	background: url(../images/head_icon.png) no-repeat;
	height: 21px;
	margin-right: 13px;
	text-align: center;
	line-height: 40px;
	float: left
}

.head .media a.twitter,.edit-box .media a.twitter {
	background-position: -163px 0
}

.head .media a.linkedin,.edit-box .media a.linkedin {
	background-position: -31px 0
}

.head .media a.google-plus,.edit-box .media a.google-plus {
	background-position: -66px 0
}

.head .media a.wei,.edit-box .media a.wei {
	background-position: -132px 0
}

.head .media a.wei2,.edit-box .media a.wei2 {
	background-position: -102px 0
}


.head .media a.whatsapp,.edit-box .media a.whatsapp {
	background-position: -193px 0
}
.head .media a.oa,.edit-box .media a.oa {
	background-position: -185px 0
}


.warper a.more {
	background: #f9d409;
	color: #fff;
	display: inline-block;
	margin-top:20px;
	padding: 12px 45px;
	text-transform: uppercase;
	border-radius: 10px;
	font-weight: 600
}

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#84c225;
    color:#fff;
    border-color:#84c225;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}
.yema {
    padding: 20px 0 50px;
    width: 800px;
    margin:0 auto;
}
.yema li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    float: left;
    margin: 0 3px;
    text-align: center;
}
.yema .thisclass {
    background: #f9d409 none repeat scroll 0 0;
    color: #000;
}
.yema a {
    color: #666;
    display: block;
}
.yema a:hover {
    color: #000;
}
.yema li:hover {
    background: #f9d409 none repeat scroll 0 0;
}
.yema .thisclass {
    color: #000;
}
.yema .pageinfo {
    line-height: 26px;
}
select{
                //清除select聚焦时候的边框颜色
                outline: none;
                //将select的宽高等于div的宽高
                width: 100%;
                height: 26px;
                line-height: 35px;


                //通过padding-left的值让文字居中
                padding-left: 60px;
}
.warper2 a.more {
	background: #f9d409;
	color: #fff;
	display: inline-block;
	margin-top:20px;
	padding: 12px 45px;
	text-transform: uppercase;
	border-radius: 10px;
	font-weight: 600
}
 /* 平板和手机样式 */
@media (max-width: 768px) {
.head {
		/* display: none */
	}	
           
.head .language a {
	color: #fff;
	margin: 0 6px;
	line-height: 28px;
	font-size: 12px
}

.head .warper .email {
		display: none
	}
.head .language {
	color: #fff;
	line-height: 20px;
	text-align:center;
}



.head .language a {
	color: #fff;
	margin: 0 2px;
	line-height: 28px;
	font-size: 12px;
	text-align:center;
}
.head .right {
	/* float: right */
}
#nav .nav-button {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background: #2056ac;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	padding-top: 0px;
}

.head .language a:hover {
	text-decoration: underline
}
	
.head .media,.edit-box .media {
	margin-top: 9px;
	margin-left: 45px;
	margin-bottom: 10px;
}
.head .media,.edit-box .media {
	margin-top: 9px;
	/* margin-left: 25px */
}
.head .media,.edit-box .media {
	margin-top: 9px;
	margin-left: 25px
}

.head .media a,.edit-box .media a {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 13px;
	text-align: center;
	line-height: 21px;
	float: left
}

.head .media a.twitter,.edit-box .media a.twitter {
	background-position: -163px 0
}

.head .media a.linkedin,.edit-box .media a.linkedin {
	background-position: -31px 0
}

.head .media a.google-plus,.edit-box .media a.google-plus {
	background-position: -66px 0
}

.head .media a.wei,.edit-box .media a.wei {
	background-position: -132px 0
}

.head .media a.wei2,.edit-box .media a.wei2 {
	background-position: -102px 0
}


.head .media a.whatsapp,.edit-box .media a.whatsapp {
	background-position: -193px 0
}
.head .media a.oa,.edit-box .media a.oa {
	background-position: -185px 0
}
.head .media {


	width:240px;
	margin:0 auto;
	display: block;
		margin-bottom: 10px;
	margin-top: 9px;
}

	

	#nav .nav-button {
		top: 80px
	}

	#wrap .jumbo h5 {
		font-size: 24px
	}

	#wrap {
		margin-top: 40px
	}

	.wh-box-new .new_pic {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-top: 40px
	}

	.wh-box-banbot .item a {
		padding: 15px 1%
	}

	.wh-box-banbot {
		height: 87px
	}

	.wh-box-banbot:hover {
		height: 196px
	}

	.wh-box-banbot .item i {
		background-size: 140px;
		width: 35px;
		height: 27px
	}

	.wh-box-banbot .item2 i {
		background-position: -35px 0
	}

	.wh-box-banbot .item3 i {
		background-position: -70px 0
	}

	.wh-box-banbot .item4 i {
		background-position: -105px 0
	}

	.wh-box-banbot .item h5 {
		font-weight: 100;
		font-size: 14px
	}

	.wh-box-banbot .item b {
		font-size: 12px
	}

	.wh-box-product .con .item a.foncon {
		margin-top: -35px
	}

	.wh-box-product .con .item a.foncon h3 {
		height: 35px;
		white-space: normal
	}

	.wh-box-product .con .item a.foncon span {
		padding: 4px 10px;
		font-size: 12px
	}

	.wh-box-product .con .item a.foncon p {
		
	}

	#banner_home .owl-theme .owl-controls {
		bottom: 0px
	}

	footer li.item1 {
		display: none
	}

	footer li.item:last-child {
		width: 57%
	}

	footer .contact li {
		line-height: 27px
	}

	footer .contact i {
		top: 6px
	}

	#position h2 {
		margin-bottom: 5px
	}

	#position p {
		max-height: 44px;
		margin-bottom: 5px
	}

	.history_lis li .pic img {
		width: 100%;
		margin-bottom: 10px
	}

	.lis_news {
		width: 96%;
		margin: 0 auto
	}

	.lis_news .pic .time {
		font-size: 15px;
		padding: 5px
	}

	.lis_news .rightside h3 {
		margin-bottom: 5px
	}

	.lis_news .rightside p {
		line-height: 20px;
		font-size: 12px;
		max-height: 40px
	}

	.lis_news .rightside span {
		margin-top: 5px;
		padding: 2px 15px
	}

	.lis_news li {
		margin-bottom: 15px
	}

	.pro_qua_lis li {
		width: 33.33%
	}

	.proinfotit b {
		font-size: 18px
	}

	.proform input,.proform textarea {
		width: 100%;
		margin-bottom: 0
	}

	.proform input:nth-child(even) {
		margin-left: 0
	}

	.proform button {
		width: 100%;
		height: auto;
		margin-left: 0
	}
	.head .media,.head .language {
	overflow: hidden;
	
        }
	.pro_lists ul li {
		width: 99%;
		margin-bottom: 20px;
	}
	.yema {
    padding: 20px 0 50px;
    width: 90%;
    margin:0 auto;
}
/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto;
    height: 30px;
    text-align: center;
    margin-bottom: 50px;
}
}

/* Final unified header override, matching the homepage header. */
header { background: #fff; }
.head { background: #333; min-height: 40px; overflow: hidden; }
.head .warper { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; height: 40px; min-height: 40px; overflow: hidden; }
.head .email { flex: 1 1 auto; min-width: 0; height: 40px; line-height: 40px; padding: 0 10px; overflow: hidden; color: #fff; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.head .email i { margin-right: 5px; color: #fff; }
.head .email a, .head .language a { color: #fff; }
.head .email a:hover, .head .language a:hover { text-decoration: underline; }
.head .right { display: flex; align-items: center; justify-content: flex-end; flex: 0 0 auto; min-width: 0; white-space: nowrap; }
.head .language { float: none; flex: 0 1 auto; min-width: 0; overflow: hidden; color: #fff; line-height: 40px; white-space: nowrap; }
.head .language a { margin: 0 7px; font-size: 13px; line-height: 40px; }
.head .media, .edit-box .media { margin-top: 0; margin-left: 10px; }
.head .media { display: flex; align-items: center; flex: 0 0 auto; float: none; width: auto; overflow: visible; white-space: nowrap; }
.head .media a, .edit-box .media a { display: inline-block; float: left; width: 22px; height: 22px; margin-right: 6px; background: none; line-height: 22px; text-align: center; }
.head .media a img, .footer .media a img, .edit-box .media a img { display: block; }
.head .media a img { width: 22px; height: 22px; }
#nav { padding-bottom: 1px; background: #eee; box-shadow: 0 3px 10px rgba(0, 0, 0, .27), 0 0 40px rgba(0, 0, 0, .06) inset; }
#nav:after { content: ""; display: block; clear: both; }
#nav .warper { position: relative; }
#nav .logo { float: left; width: 210px; margin-top: 10px; margin-bottom: 10px; }
#nav .nav-button { width: 35px; height: 35px; border-radius: 3px; background: #2056ac; color: #fff; position: absolute; right: 10px; top: 50px; line-height: 35px; text-align: center; font-size: 20px; }
@media (min-width: 992px) {
	nav { float: right; margin-top: 19px; }
	nav li { float: left; position: relative; font-weight: bold; }
	nav li > a { display: block; padding: 25px 9px; color: #222; font-size: 14px; position: relative; text-align: center; transition: .5s; }
	nav ul > :last-child > a:after { display: none; }
	nav dl { position: absolute; display: block; top: 63px; left: 9999px; z-index: 999; background: #03358e; opacity: 0; transition: opacity 1s ease; }
	nav dl dd { display: block; position: relative; }
	nav dl a { display: block; padding: 10px 15px; color: #fff; white-space: nowrap; }
	nav a i.fa { margin-left: 5px; color: #03358e; font-size: 13px; }
	nav dl a:hover { background: #0096de; }
	nav li:hover dl { left: 0; opacity: 1; }
	nav dl .sub-menu { display: none; position: absolute; left: 100%; top: 0; min-width: 190px; margin: 0; padding: 0; z-index: 1000; background: #03358e; list-style: none; }
	nav dl .sub-menu li { display: block; float: none; }
	nav dl .sub-menu a { text-align: left; }
	nav dl .sub-menu li > a { padding: 10px 15px; line-height: 20px; min-height: 0; }
	nav dl .has-sub:hover .sub-menu { display: block; }
	nav dl .has-sub > a { padding-right: 28px; }
	nav dl .has-sub > a i { position: absolute; right: 12px; top: 50%; margin-top: -7px; color: #fff; }
	#nav .nav-button { display: none; }
}
@media (min-width: 1150px) { nav li > a { padding: 22px 20px; } }
@media (min-width: 1280px) { nav li > a { padding: 25px 14px; } }
@media (max-width: 991px) {
	.head { overflow: visible; }
	.head .warper { flex-wrap: wrap; height: auto; overflow: visible; }
	.head .email { flex: 1 0 100%; text-align: center; }
	.head .right { justify-content: center; flex: 1 0 100%; flex-wrap: wrap; padding-bottom: 8px; white-space: normal; }
	.head .language { flex: 1 0 100%; line-height: 24px; text-align: center; white-space: normal; }
	.head .language a { line-height: 24px; }
	.head .media { justify-content: center; flex-wrap: wrap; margin: 6px auto 0; }
	#nav .logo { width: 170px; }
	#nav .nav-button { top: 24px; }
	nav li dd .sub-menu { margin: 0; padding: 0 0 0 18px; background: #f5f5f5; list-style: none; }
	nav li dd .sub-menu a { padding-left: 28px; }
}

/* Final unified footer override, matching the homepage footer style. */
footer {
	background: #464646 url(../images/footerbg.jpg);
	color: #ddd;
}

footer .footer {
	padding: 50px 0;
}

footer .footer > .row {
	margin: 0;
}

footer h4 {
	margin: 0 0 45px;
	color: #009ce3;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

footer li.item {
	float: left;
	background: url(../images/footer_line.png) no-repeat right top;
	box-sizing: border-box;
}

footer li.item1 {
	width: 28%;
	padding-right: 3%;
}

footer li.item2 {
	width: 38%;
	padding: 0 5%;
}

footer li.item3 {
	width: 34%;
	padding-left: 5%;
	background: none;
}

footer dl {
	overflow: hidden;
}

footer dd {
	float: left;
	width: 47%;
	margin-right: 3%;
	padding: 0 0 15px;
}

footer dd img {
	display: block;
	width: 100%;
	height: 87px;
	margin-bottom: 8px;
	object-fit: cover;
}

footer dd b {
	display: block;
	height: 20px;
	overflow: hidden;
	color: #ddd;
	font-size: 12px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

footer .media {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 9px;
}

footer .media a {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0;
	line-height: 25px;
}

footer .media a img {
	display: block;
	width: 25px;
	height: 25px;
}

footer input,
footer textarea {
	width: 100%;
	margin-bottom: 8px;
	padding: 0 15px;
	border: 0;
	background: #3a3a3a;
	color: #fff;
	line-height: 35px;
	resize: none;
	box-sizing: border-box;
}

footer textarea {
	min-height: 92px;
	padding-top: 8px;
	line-height: 22px;
}

footer input::placeholder,
footer textarea::placeholder {
	color: #aaa;
}

footer .submit {
	width: 150px;
	border: 0;
	border-radius: 2px;
	background: #009ce3;
	color: #fff;
	line-height: 40px;
}

footer .submit:hover {
	background: #00afff;
}

footer .contact li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	overflow: hidden;
	line-height: 30px;
}

footer .contact i {
	position: absolute;
	left: 0;
	top: 8px;
	margin-right: 10px;
	margin-top: -2px;
	font-size: 18px;
	vertical-align: middle;
}

footer .contact i.fa-phone {
	font-size: 20px;
}

footer .contact i.fa-map-marker {
	top: 6px;
	margin-left: 3px;
	font-size: 22px;
}

footer .contact ul {
	margin-top: 15px;
	padding: 0;
}

footer a {
	color: #ddd;
	transition: .3s;
}

footer a:hover {
	color: #009ce3;
}

footer .navcop {
	overflow: hidden;
	padding: 30px 0;
	background: url(../images/footerbg2.jpg);
}

footer .copyright {
	color: #ddd;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

footer .copyright a {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 991px) {
	footer .footer {
		padding: 36px 16px;
	}

	footer li.item,
	footer li.item1,
	footer li.item2,
	footer li.item3 {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
		background: none;
	}
	footer li.item:last-child {
		width: 100%;
	}

	footer h4 {
		margin-bottom: 18px;
		font-size: 22px;
	}

	footer dd {
		width: 48%;
		margin-right: 4%;
	}

	footer dd:nth-child(2n) {
		margin-right: 0;
	}

	footer .media {
		justify-content: flex-start;
	}

	footer .navcop {
		padding: 22px 12px;
	}

	footer .copyright {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	footer dd {
		width: 100%;
		margin-right: 0;
	}
}

/* Why Choose Us page */
.jf-choose-position {
	display: none;
}

.jf-choose-page {
	background: #f3f7fb;
	color: #223247;
	font-family: Arial, Helvetica, sans-serif;
}

.jf-choose-page * {
	box-sizing: border-box;
}

.jf-choose-inner {
	width: 1180px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
}

.jf-choose-hero {
	padding: 68px 0 64px;
	background: linear-gradient(135deg, #083c7d 0%, #0d66aa 68%, #1383c8 100%);
	color: #fff;
}

.jf-choose-breadcrumb {
	margin-bottom: 22px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.7;
}

.jf-choose-breadcrumb a {
	color: #fff;
}

.jf-choose-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 46px;
	font-weight: 800;
	line-height: 1.15;
}

.jf-choose-hero p {
	margin: 18px 0 30px;
	color: rgba(255, 255, 255, .9);
	font-size: 19px;
	line-height: 1.7;
}

.jf-choose-section {
	padding: 64px 0;
	background: #fff;
}

.jf-choose-section-alt {
	background: #edf4fb;
}

.jf-choose-section-head {
	margin-bottom: 28px;
	text-align: center;
}

.jf-choose-section-head span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 13px;
	border: 1px solid #c8d9ea;
	border-radius: 999px;
	background: #fff;
	color: #0d66aa;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.jf-choose-section-head h2 {
	margin: 0;
	color: #0b3c78;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
}

.jf-choose-section-head h2 a {
	color: inherit;
}

.jf-choose-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jf-choose-points li {
	position: relative;
	min-height: 92px;
	padding: 15px 18px 15px 42px;
	border-left: 3px solid #0f73b9;
	border-radius: 6px;
	background: #f7fbff;
	color: #33445a;
	font-size: 15px;
	line-height: 1.65;
}

.jf-choose-section-alt .jf-choose-points li {
	background: #fff;
}

.jf-choose-points li:before {
	content: "";
	position: absolute;
	left: 19px;
	top: 22px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f0a72a;
}

.jf-choose-points strong {
	display: block;
	margin-bottom: 4px;
	color: #102f55;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.jf-choose-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.jf-choose-card,
.jf-choose-gallery figure {
	display: block;
	margin: 0;
	overflow: hidden;
	border: 1px solid #dce8f3;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .08);
}

.jf-choose-card img,
.jf-choose-gallery figure img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	transition: transform .3s ease;
}

.jf-choose-card:hover img,
.jf-choose-gallery figure:hover img {
	transform: scale(1.04);
}

.jf-choose-card span,
.jf-choose-gallery figcaption {
	display: flex;
	align-items: center;
	min-height: 52px;
	padding: 10px 12px;
	color: #173654;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.jf-choose-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 32px;
}

.jf-choose-link,
.jf-choose-button,
.jf-choose-ready a,
.jf-choose-message-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.jf-choose-link {
	border: 1px solid #0f73b9;
	background: #fff;
	color: #0d66aa;
}

.jf-choose-button,
.jf-choose-ready a,
.jf-choose-message-submit {
	border: 1px solid #0f73b9;
	background: #0f73b9;
	color: #fff;
}

.jf-choose-link:hover,
.jf-choose-button:hover,
.jf-choose-ready a:hover,
.jf-choose-message-submit:hover {
	border-color: #084d8c;
	background: #084d8c;
	color: #fff;
}

.jf-choose-ready {
	padding: 56px 0;
	background: #0b3f80;
	color: #fff;
	text-align: center;
}

.jf-choose-ready h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
}

.jf-choose-ready a {
	border-color: #f0a72a;
	background: #f0a72a;
	color: #102f55;
}

.jf-choose-learn {
	padding: 58px 0;
	background: #fff;
}

.jf-choose-learn h2 {
	margin: 0 0 24px;
	color: #0b3c78;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
}

.jf-choose-learn-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.jf-choose-learn-grid a {
	display: block;
	min-height: 126px;
	padding: 24px;
	border: 1px solid #dce8f3;
	border-radius: 6px;
	background: #f7fbff;
	color: #33445a;
	line-height: 1.55;
}

.jf-choose-learn-grid strong {
	display: block;
	margin-bottom: 10px;
	color: #0d66aa;
	font-size: 18px;
}

.jf-choose-learn-grid span {
	display: block;
	color: #45586f;
	font-size: 14px;
}

.jf-choose-message {
	padding: 64px 0 72px;
	background: #edf4fb;
}

.jf-choose-message-panel {
	width: 1200px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	padding: 36px;
	border: 1px solid #d7e5f2;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(17, 66, 112, .09);
}

.jf-choose-message-panel h2 {
	margin: 0;
	color: #0b3c78;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
}

.jf-choose-message-panel p {
	max-width: 660px;
	margin: 12px auto 24px;
	color: #52657a;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

.jf-choose-message-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.jf-choose-message-form input,
.jf-choose-message-form textarea {
	width: 100%;
	border: 1px solid #cfddeb;
	border-radius: 4px;
	background: #f9fcff;
	color: #1f2f46;
	font-size: 15px;
	line-height: 24px;
	box-shadow: none;
}

.jf-choose-message-form input {
	height: 44px;
	padding: 0 14px;
}

.jf-choose-message-form textarea {
	min-height: 126px;
	padding: 12px 14px;
	resize: vertical;
}

.jf-choose-message-form input:focus,
.jf-choose-message-form textarea:focus {
	border-color: #0f73b9;
	background: #fff;
	outline: none;
}

.jf-choose-message-full {
	grid-column: 1 / -1;
}

.jf-choose-message-actions {
	margin-top: 18px;
	text-align: center;
}

.jf-choose-message-submit {
	min-width: 170px;
	border: 0;
	cursor: pointer;
}

@media (max-width: 991px) {
	.jf-choose-inner,
	.jf-choose-message-panel {
		max-width: calc(100% - 28px);
	}

	.jf-choose-hero {
		padding: 46px 0 44px;
	}

	.jf-choose-hero h1 {
		font-size: 34px;
	}

	.jf-choose-hero p {
		font-size: 16px;
	}

	.jf-choose-section {
		padding: 44px 0;
	}

	.jf-choose-section-head h2,
	.jf-choose-ready h2,
	.jf-choose-learn h2,
	.jf-choose-message-panel h2 {
		font-size: 26px;
	}

	.jf-choose-points {
		grid-template-columns: 1fr;
	}

	.jf-choose-points li {
		min-height: 0;
	}

	.jf-choose-gallery,
	.jf-choose-learn-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jf-choose-actions {
		flex-wrap: wrap;
	}

	.jf-choose-message-panel {
		padding: 26px 18px;
	}
}

@media (max-width: 560px) {
	.jf-choose-gallery,
	.jf-choose-learn-grid,
	.jf-choose-message-grid {
		grid-template-columns: 1fr;
	}

	.jf-choose-card img,
	.jf-choose-gallery figure img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.jf-choose-link,
	.jf-choose-button,
	.jf-choose-ready a,
	.jf-choose-message-submit {
		width: 100%;
	}
}

/* Our Manufacturing page */
.jf-manufacturing-hero {
	text-align: center;
}

.jf-manufacturing-hero .jf-choose-breadcrumb {
	text-align: left;
}

.jf-manufacturing-hero p,
.jf-manufacturing-copy {
	margin-left: auto;
	margin-right: auto;
}

.jf-manufacturing-copy {
	max-width: 960px;
	margin-top: 0;
	margin-bottom: 0;
	color: #33445a;
	font-size: 17px;
	line-height: 1.85;
	text-align: center;
}

.jf-manufacturing-copy strong {
	color: #102f55;
	font-weight: 800;
}

@media (max-width: 991px) {
	.jf-manufacturing-copy {
		font-size: 15px;
		line-height: 1.75;
		text-align: left;
	}
}

/* Package & Delivery page */
.jf-package-hero {
	text-align: center;
}

.jf-package-hero .jf-choose-breadcrumb {
	text-align: left;
}

.jf-package-hero p {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.jf-package-section {
	padding: 64px 0;
	background: #fff;
}

.jf-package-grid {
	display: grid;
	gap: 24px;
}

.jf-package-card {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 26px;
	padding: 24px;
	border: 1px solid #dce8f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(17, 66, 112, .08);
}

.jf-package-card:nth-child(even) {
	background: #f7fbff;
}

.jf-package-media {
	display: block;
	overflow: hidden;
	min-height: 230px;
	border-radius: 6px;
	background: #eef5fb;
}

.jf-package-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 230px;
	object-fit: cover;
	transition: transform .3s ease;
}

.jf-package-card:hover .jf-package-media img {
	transform: scale(1.04);
}

.jf-package-content h2 {
	margin: 0 0 18px;
	color: #0b3c78;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
}

.jf-package-content h2 a {
	color: inherit;
}

.jf-package-details {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.jf-package-details div {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 16px 18px;
	border-left: 4px solid #0f73b9;
	border-radius: 6px;
	background: #fff;
}

.jf-package-block:nth-child(odd) .jf-package-details div {
	background: #f7fbff;
}

.jf-package-details strong {
	display: block;
	margin-bottom: 0;
	color: #102f55;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.jf-package-details p {
	margin: 0;
	color: #33445a;
	font-size: 14px;
	line-height: 1.7;
}

.jf-package-actions {
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 22px;
}

.jf-package-actions .jf-choose-button {
	margin-left: 0;
}

.jf-package-ready p {
	max-width: 760px;
	margin: -6px auto 22px;
	color: rgba(255, 255, 255, .88);
	font-size: 16px;
	line-height: 1.7;
}

@media (max-width: 991px) {
	.jf-package-section {
		padding: 44px 0;
	}

	.jf-package-card {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.jf-package-media,
	.jf-package-media img {
		min-height: 0;
	}

	.jf-package-media img {
		aspect-ratio: 4 / 3;
	}

	.jf-package-details {
		grid-template-columns: 1fr;
	}

	.jf-package-details div {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.jf-package-content h2 {
		font-size: 24px;
	}
}

/* Package product-card layout correction */
.jf-package-blocks {
	display: grid;
	gap: 28px;
}

.jf-package-block {
	padding: 28px;
	border: 1px solid #dce8f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(17, 66, 112, .08);
}

.jf-package-block:nth-child(even) {
	background: #f7fbff;
}

.jf-package-block-head {
	margin-bottom: 22px;
	text-align: center;
}

.jf-package-block-head h2 {
	margin: 0;
	color: #0b3c78;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.25;
}

.jf-package-block-head h2 a {
	color: inherit;
}

.jf-package-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.jf-package-product-card {
	display: block;
	overflow: hidden;
	border: 1px solid #dce8f3;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .08);
}

.jf-package-product-card img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	transition: transform .3s ease;
}

.jf-package-product-card:hover img {
	transform: scale(1.04);
}

.jf-package-product-card span {
	display: flex;
	align-items: center;
	min-height: 52px;
	padding: 10px 12px;
	color: #173654;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

@media (max-width: 991px) {
	.jf-package-block {
		padding: 20px 18px;
	}

	.jf-package-block-head h2 {
		font-size: 25px;
	}

	.jf-package-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.jf-package-details div {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.jf-package-product-grid {
		grid-template-columns: 1fr;
	}

	.jf-package-product-card img {
		height: auto;
		aspect-ratio: 4 / 3;
	}
}

/* FAQ page */
.jf-faq-hero {
	text-align: center;
}

.jf-faq-hero .jf-choose-breadcrumb {
	text-align: left;
}

.jf-faq-hero p {
	margin-left: auto;
	margin-right: auto;
}

.jf-faq-nav-section {
	padding: 28px 0;
	background: #fff;
	border-bottom: 1px solid #dce8f3;
}

.jf-faq-nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.jf-faq-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 14px;
	border: 1px solid #cfe0f0;
	border-radius: 6px;
	background: #f7fbff;
	color: #0b3c78;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
}

.jf-faq-nav a:hover {
	border-color: #0f73b9;
	background: #0f73b9;
	color: #fff;
}

.jf-faq-section {
	padding: 58px 0;
	background: #fff;
}

.jf-faq-section-alt {
	background: #edf4fb;
}

.jf-faq-section-head {
	margin-bottom: 24px;
	text-align: center;
}

.jf-faq-section-head h2 {
	margin: 0;
	color: #0b3c78;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
}

.jf-faq-list {
	display: grid;
	gap: 14px;
}

.jf-faq-item {
	border: 1px solid #d8e6f2;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .07);
}

.jf-faq-section:not(.jf-faq-section-alt) .jf-faq-item {
	background: #f7fbff;
}

.jf-faq-item summary {
	position: relative;
	display: block;
	padding: 18px 54px 18px 22px;
	color: #102f55;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	cursor: pointer;
}

.jf-faq-item summary::-webkit-details-marker {
	display: none;
}

.jf-faq-item summary:after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	border-radius: 50%;
	background: #0f73b9;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

.jf-faq-item[open] summary:after {
	content: "-";
}

.jf-faq-item p {
	margin: 0;
	padding: 0 22px 20px;
	color: #33445a;
	font-size: 16px;
	line-height: 1.8;
}

.jf-faq-item strong {
	color: #102f55;
	font-weight: 800;
}

.jf-faq-contact {
	padding: 64px 0 72px;
	background: #0b3f80;
	color: #fff;
}

.jf-faq-contact-panel {
	text-align: center;
}

.jf-faq-contact-panel h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
}

.jf-faq-contact-panel p {
	margin: 0 auto 24px;
	max-width: 620px;
	color: rgba(255, 255, 255, .9);
	font-size: 17px;
	line-height: 1.7;
}

.jf-faq-contact-panel .jf-choose-button {
	margin-left: 0;
	border-color: #f0a72a;
	background: #f0a72a;
	color: #102f55;
}

@media (max-width: 991px) {
	.jf-faq-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jf-faq-section {
		padding: 44px 0;
	}

	.jf-faq-section-head h2,
	.jf-faq-contact-panel h2 {
		font-size: 26px;
	}

	.jf-faq-item summary {
		font-size: 16px;
	}

	.jf-faq-item p {
		font-size: 15px;
	}
}

@media (max-width: 560px) {
	.jf-faq-nav {
		grid-template-columns: 1fr;
	}

	.jf-faq-item summary {
		padding: 16px 48px 16px 16px;
	}

	.jf-faq-item p {
		padding: 0 16px 18px;
	}
}

/* Project Cases page */
.jf-project-hero {
	text-align: center;
}

.jf-project-hero .jf-choose-breadcrumb {
	text-align: left;
}

.jf-project-hero p {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.jf-project-section {
	padding: 64px 0;
	background: #fff;
}

.jf-project-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.jf-project-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #dce8f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(17, 66, 112, .08);
}

.jf-project-card:nth-child(4n + 2),
.jf-project-card:nth-child(4n + 3) {
	background: #f7fbff;
}

.jf-project-media {
	display: block;
	overflow: hidden;
	background: #edf4fb;
}

.jf-project-media img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: transform .3s ease;
}

.jf-project-card:hover .jf-project-media img {
	transform: scale(1.04);
}

.jf-project-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
}

.jf-project-content h2 {
	margin: 0 0 14px;
	color: #0b3c78;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.28;
}

.jf-project-content h2 a {
	color: inherit;
}

.jf-project-content p {
	margin: 0 0 18px;
	color: #33445a;
	font-size: 15px;
	line-height: 1.75;
}

.jf-project-meta {
	display: grid;
	gap: 8px;
	margin: 0 0 20px;
	padding: 0;
}

.jf-project-meta li {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 10px 12px;
	border-left: 3px solid #0f73b9;
	border-radius: 4px;
	background: rgba(15, 115, 185, .06);
	color: #33445a;
	font-size: 14px;
	line-height: 1.45;
}

.jf-project-meta strong {
	color: #102f55;
	font-weight: 800;
}

.jf-project-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 40px;
	margin-top: auto;
	padding: 0 18px;
	border: 1px solid #0f73b9;
	border-radius: 4px;
	background: #0f73b9;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.jf-project-more:hover {
	border-color: #084d8c;
	background: #084d8c;
	color: #fff;
}

.jf-project-ready p {
	max-width: 780px;
	margin: -6px auto 22px;
	color: rgba(255, 255, 255, .88);
	font-size: 16px;
	line-height: 1.7;
}

.jf-project-ready a {
	margin-left: 0;
}

@media (max-width: 991px) {
	.jf-project-section {
		padding: 44px 0;
	}

	.jf-project-grid {
		grid-template-columns: 1fr;
	}

	.jf-project-content {
		padding: 20px 18px;
	}

	.jf-project-content h2 {
		font-size: 22px;
	}
}

@media (max-width: 560px) {
	.jf-project-media img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.jf-project-meta li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.jf-project-more {
		width: 100%;
	}
}


/* UPVC Plastic Formwork category page */
.jf-pvc-page {
	background: #f3f7fb;
}

.jf-pvc-hero {
	padding: 58px 0 56px;
}

.jf-pvc-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	gap: 34px;
	align-items: center;
}

.jf-pvc-hero-copy h1 {
	margin: 0;
	color: #fff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.16;
}

.jf-pvc-hero-copy p {

	margin: 18px 0 0;
	color: rgba(255, 255, 255, .92);
	font-size: 19px;
	line-height: 1.7;
}

.jf-pvc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.jf-pvc-hero-actions a,
.jf-pvc-system-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border: 1px solid #f0a72a;
	border-radius: 4px;
	background: #f0a72a;
	color: #102f55;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	margin-right:10px;
}

.jf-pvc-hero-actions a + a {
	border-color: rgba(255, 255, 255, .75);
	background: transparent;
	color: #fff;
}

.jf-pvc-hero-actions a:hover,
.jf-pvc-system-actions a:hover {
	border-color: #084d8c;
	background: #084d8c;
	color: #fff;
}

.jf-pvc-hero-media {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
	box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}

.jf-pvc-hero-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.jf-pvc-intro-section {
	padding: 42px 0;
	background: #fff;
}

.jf-pvc-intro {
	max-width: 1060px;
	margin: 0 auto;
	color: #26384f;
	font-size: 17px;
	line-height: 1.85;
	text-align: center;
}

.jf-pvc-spec-section,
.jf-pvc-section {
	padding: 62px 0;
	background: #fff;
}

.jf-pvc-section-alt {
	background: #edf4fb;
}

.jf-pvc-section-head {
	max-width: 900px;
	margin: 0 auto 30px;
	text-align: center;
}

.jf-pvc-section-head h2 {
	margin: 0;
	color: #0b3c78;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
}

.jf-pvc-section-head p {
	margin: 12px 0 0;
	color: #52657a;
	font-size: 16px;
	line-height: 1.7;
}

.jf-pvc-spec-layout {
	display: grid;
	grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
	gap: 24px;
	align-items: stretch;
}

.jf-pvc-spec-visual,
.jf-pvc-spec-grid {
	min-height: 520px;
}

.jf-pvc-spec-visual {
	overflow: hidden;
	border: 1px solid #dce8f3;
	border-radius: 8px;
	background: #eef5fb;
	box-shadow: 0 14px 30px rgba(17, 66, 112, .08);
}

.jf-pvc-spec-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jf-pvc-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.jf-pvc-spec-item {
	padding: 18px;
	border: 1px solid #dce8f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .07);
}

.jf-pvc-spec-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 12px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
}

.jf-pvc-green { background: #22a06b; }
.jf-pvc-blue { background: #0f73b9; }
.jf-pvc-gold { background: #f0a72a; }
.jf-pvc-cyan { background: #168a9d; }
.jf-pvc-navy { background: #0b3c78; }
.jf-pvc-red { background: #d84b45; }
.jf-pvc-purple { background: #7460c9; }
.jf-pvc-orange { background: #e97822; }

.jf-pvc-spec-item strong {
	display: block;
	margin-bottom: 8px;
	color: #102f55;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.jf-pvc-spec-item p {
	margin: 0;
	color: #33445a;
	font-size: 14px;
	line-height: 1.65;
}

.jf-pvc-app-grid,
.jf-pvc-hot-grid,
.jf-pvc-category-grid {
	display: grid;
	gap: 16px;
}

.jf-pvc-app-grid,
.jf-pvc-hot-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jf-pvc-category-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jf-pvc-app-grid a,
.jf-pvc-hot-grid a,
.jf-pvc-category-grid a {
	display: block;
	overflow: hidden;
	border: 1px solid #dce8f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .08);
}

.jf-pvc-app-grid img,
.jf-pvc-hot-grid img,
.jf-pvc-category-grid img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	transition: transform .3s ease;
}

.jf-pvc-category-grid img {
	height: 210px;
}

.jf-pvc-app-grid a:hover img,
.jf-pvc-hot-grid a:hover img,
.jf-pvc-category-grid a:hover img {
	transform: scale(1.04);
}

.jf-pvc-app-grid span,
.jf-pvc-hot-grid span,
.jf-pvc-category-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 10px 12px;
	color: #173654;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
}

.jf-pvc-system-section {
	padding: 58px 0;
	background: #0b3f80;
	color: #fff;
}

.jf-pvc-system-panel {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.jf-pvc-system-panel h2 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
}

.jf-pvc-system-panel p {
	margin: 16px auto 24px;
	color: rgba(255, 255, 255, .9);
	font-size: 17px;
	line-height: 1.75;
}

.jf-pvc-system-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.jf-pvc-faq-list {
	display: grid;
	gap: 14px;
	max-width: 1000px;
	margin: 0 auto;
}

.jf-pvc-faq-item {
	border: 1px solid #d8e6f2;
	border-radius: 8px;
	background: #f7fbff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .07);
}

.jf-pvc-faq-item summary {
	position: relative;
	display: block;
	padding: 18px 54px 18px 22px;
	color: #102f55;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	cursor: pointer;
}

.jf-pvc-faq-item summary::-webkit-details-marker {
	display: none;
}

.jf-pvc-faq-item summary:after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	border-radius: 50%;
	background: #0f73b9;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

.jf-pvc-faq-item[open] summary:after {
	content: "-";
}

.jf-pvc-faq-item p {
	margin: 0;
	padding: 0 22px 20px;
	color: #33445a;
	font-size: 16px;
	line-height: 1.8;
}

.jf-pvc-faq-item strong {
	color: #102f55;
	font-weight: 800;
}

@media (max-width: 991px) {
	.jf-pvc-hero {
		padding: 44px 0;
	}

	.jf-pvc-hero-grid,
	.jf-pvc-spec-layout {
		grid-template-columns: 1fr;
	}

	.jf-pvc-hero-copy h1 {
		font-size: 34px;
	}

	.jf-pvc-hero-copy p,
	.jf-pvc-intro,
	.jf-pvc-system-panel p {
		font-size: 16px;
	}

	.jf-pvc-spec-section,
	.jf-pvc-section,
	.jf-pvc-system-section {
		padding: 44px 0;
	}

	.jf-pvc-section-head h2,
	.jf-pvc-system-panel h2 {
		font-size: 26px;
	}

	.jf-pvc-spec-visual,
	.jf-pvc-spec-grid {
		min-height: 0;
	}

	.jf-pvc-spec-visual img {
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.jf-pvc-app-grid,
	.jf-pvc-hot-grid,
	.jf-pvc-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.jf-pvc-hero-actions a,
	.jf-pvc-system-actions a {
		width: 100%;
	}

	.jf-pvc-spec-grid,
	.jf-pvc-app-grid,
	.jf-pvc-hot-grid,
	.jf-pvc-category-grid {
		grid-template-columns: 1fr;
	}

	.jf-pvc-app-grid img,
	.jf-pvc-hot-grid img,
	.jf-pvc-category-grid img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.jf-pvc-faq-item summary {
		padding: 16px 48px 16px 16px;
		font-size: 16px;
	}

	.jf-pvc-faq-item p {
		padding: 0 16px 18px;
		font-size: 15px;
	}
}


/* Homepage-style specification orbit */
.jf-pvc-spec-orbit {
	position: relative;
	display: grid;
	grid-template-columns: minmax(250px, 1fr) minmax(360px, 500px) minmax(250px, 1fr);
	gap: 24px;
	align-items: center;
	min-height: 560px;
}

.jf-pvc-spec-column {
	display: grid;
	gap: 26px;
}

.jf-pvc-spec-node {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	min-height: 104px;
}

.jf-pvc-spec-column-right .jf-pvc-spec-node {
	grid-template-columns: minmax(0, 1fr) 86px;
	text-align: right;
}

.jf-pvc-spec-column-right .jf-pvc-spec-thumb {
	order: 2;
}

.jf-pvc-spec-thumb {
	display: block;
	overflow: hidden;
	width: 86px;
	height: 86px;
	border: 3px solid #f0a72a;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 18px rgba(17, 66, 112, .12);
}

.jf-pvc-spec-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jf-pvc-spec-node strong {
	display: block;
	margin-bottom: 7px;
	color: #001d7d;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.jf-pvc-spec-node strong i {
	margin-right: 6px;
	font-size: 16px;
}

.jf-pvc-spec-node p {
	margin: 0;
	color: #1e3048;
	font-size: 15px;
	line-height: 1.6;
}

.jf-pvc-spec-center {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
}

.jf-pvc-spec-center:before {
	content: "";
	position: absolute;
	inset: 42px;
	border: 4px solid #f0a72a;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(243, 247, 251, .96) 0%, rgba(243, 247, 251, .92) 58%, rgba(243, 247, 251, .2) 59%, rgba(243, 247, 251, 0) 60%);
}

.jf-pvc-spec-center img {
	position: relative;
	z-index: 2;
	display: block;
	width: 72%;
	max-width: 360px;
	filter: drop-shadow(0 20px 24px rgba(17, 66, 112, .18));
}

.jf-pvc-spec-ring span {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f0a72a;
	color: #fff;
	box-shadow: 0 8px 18px rgba(240, 167, 42, .35);
}

.jf-pvc-spec-ring span:before,
.jf-pvc-spec-ring span:after {
	content: "";
	position: absolute;
	background: #fff;
}

.jf-pvc-spec-ring span:before {
	width: 18px;
	height: 2px;
}

.jf-pvc-spec-ring span:after {
	width: 2px;
	height: 18px;
}

.jf-pvc-spec-ring span:nth-child(1) { left: 72px; top: 150px; }
.jf-pvc-spec-ring span:nth-child(2) { right: 72px; top: 150px; }
.jf-pvc-spec-ring span:nth-child(3) { left: 94px; bottom: 112px; }
.jf-pvc-spec-ring span:nth-child(4) { right: 94px; bottom: 112px; }

.jf-pvc-green-text { color: #12a442; }
.jf-pvc-red-text { color: #e23b30; }
.jf-pvc-navy-text { color: #0b3c78; }
.jf-pvc-blue-text { color: #0f73b9; }
.jf-pvc-gold-text { color: #f0a72a; }
.jf-pvc-orange-text { color: #e97822; }
.jf-pvc-brown-text { color: #a9703a; }

@media (max-width: 1100px) {
	.jf-pvc-spec-orbit {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.jf-pvc-spec-center {
		order: -1;
		min-height: 420px;
	}

	.jf-pvc-spec-column {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.jf-pvc-spec-column-right .jf-pvc-spec-node {
		grid-template-columns: 86px minmax(0, 1fr);
		text-align: left;
	}

	.jf-pvc-spec-column-right .jf-pvc-spec-thumb {
		order: 0;
	}
}

@media (max-width: 640px) {
	.jf-pvc-spec-center {
		min-height: 300px;
	}

	.jf-pvc-spec-center:before {
		inset: 22px;
		border-width: 3px;
	}

	.jf-pvc-spec-center img {
		width: 70%;
	}

	.jf-pvc-spec-ring span {
		width: 34px;
		height: 34px;
	}

	.jf-pvc-spec-ring span:nth-child(1) { left: 34px; top: 88px; }
	.jf-pvc-spec-ring span:nth-child(2) { right: 34px; top: 88px; }
	.jf-pvc-spec-ring span:nth-child(3) { left: 52px; bottom: 62px; }
	.jf-pvc-spec-ring span:nth-child(4) { right: 52px; bottom: 62px; }

	.jf-pvc-spec-column {
		grid-template-columns: 1fr;
	}

	.jf-pvc-spec-node,
	.jf-pvc-spec-column-right .jf-pvc-spec-node {
		grid-template-columns: 72px minmax(0, 1fr);
		min-height: 0;
		padding: 14px;
		border: 1px solid #dce8f3;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(17, 66, 112, .07);
	}

	.jf-pvc-spec-thumb {
		width: 72px;
		height: 72px;
	}

	.jf-pvc-spec-node strong {
		font-size: 16px;
	}
}


/* Specification orbit icon refinement */
.jf-pvc-spec-column-right .jf-pvc-spec-icon {
	order: 2;
}

.jf-pvc-spec-node .jf-pvc-spec-icon {
	justify-self: center;
	width: 64px;
	height: 64px;
	margin: 0;
	font-size: 24px;
	box-shadow: 0 8px 18px rgba(17, 66, 112, .14);
}

.jf-pvc-spec-center img {
	width: 340px;
	height: 340px;
	max-width: 72%;
	padding: 22px;
	border: 10px solid #fff;
	border-radius: 50%;
	background: #fff;
	object-fit: contain;
	box-sizing: border-box;
}

@media (max-width: 1100px) {
	.jf-pvc-spec-column-right .jf-pvc-spec-icon {
		order: 0;
	}

	.jf-pvc-spec-center img {
		width: 320px;
		height: 320px;
	}
}

@media (max-width: 640px) {
	.jf-pvc-spec-center img {
		width: 220px;
		height: 220px;
		max-width: 72%;
		padding: 14px;
		border-width: 7px;
	}

	.jf-pvc-spec-node .jf-pvc-spec-icon {
		width: 56px;
		height: 56px;
		font-size: 21px;
	}
}


/* PVC hero without product image */
.jf-pvc-hero-grid {
	grid-template-columns: minmax(0, 1fr);
}


.jf-pvc-hero-media {
	display: none;
}


/* Home-style UPVC advantage section */
.jf-pvc-page .jf-pvc-home-adv {
	height: 893px;
	padding: 20px 0 0;
	background: #fff url(../images/ys_bg.jpg) no-repeat center 0;
}

.jf-pvc-page .jf-pvc-home-adv .content {
	width: 1200px;
	margin: 0 auto;
}

.jf-pvc-page .jf-pvc-home-adv .ys_top {
	margin-bottom: 40px;
	text-align: center;
}

.jf-pvc-page .jf-pvc-home-adv .ys_top a {
	display: block;
	padding: 25px 0 0;
	color: #001887;
	font-size: 36px;
}

.jf-pvc-page .jf-pvc-home-adv .ys_top a b {
	display: block;
	color: #113f9c;
	font-size: 40px;
	font-weight: 800;
}

.jf-pvc-page .jf-pvc-home-adv .ys_top span {
	display: block;
	max-width: 1180px;
	margin: 0 auto 30px;
	color: #1e3048;
	line-height: 1.65;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con {
	position: relative;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con p {
	position: absolute;
	top: -20px;
	left: 15px;
	margin: 0;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con p a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con p a:after {
	content: "";
	display: table;
	clear: both;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con p a img {
	display: block;
	float: left;
	width: 125px;
	height: 125px;
	transition: width 1s, height 1s, transform 1s;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con p a:hover img {
	transform: rotate(360deg);
}

.jf-pvc-page .jf-pvc-home-adv .ys_con p a span {
	display: block;
	float: left;
	padding: 0 12px;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con p a span b {
	display: block;
	padding: 25px 0 5px;
	color: #001887;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.28;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con p a span em {
	display: block;
	color: #000;
	font-size: 24px;
	line-height: 30px;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p02 {
	top: 130px;
	left: -35px;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p03 {
	top: 280px;
	left: -15px;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p033 {
	top: 430px;
	left: 110px;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p04 {
	left: 815px;
	width: 398px;
	text-align: right;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p05 {
	top: 130px;
	left: 965px;
	width: 368px;
	text-align: right;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p06 {
	top: 290px;
	left: 945px;
	width: 368px;
	text-align: right;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p066 {
	top: 430px;
	left: 795px;
	width: 368px;
	text-align: right;
}

.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p02 b,
.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p03 b,
.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p04 b {
	padding: 0 0 5px;
}

.jf-pvc-page .jf-pvc-home-adv .ys_pic {
	position: absolute;
	top: 134px;
	left: 393px;
}

@media (max-width: 991px) {
	.jf-pvc-page .jf-pvc-home-adv {
		height: auto;
		padding: 44px 0;
		background: #fff;
	}

	.jf-pvc-page .jf-pvc-home-adv .content {
		width: auto;
		max-width: 720px;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_top {
		margin-bottom: 24px;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_top a {
		padding-top: 0;
		font-size: 26px;
		line-height: 1.25;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_top a b {
		font-size: 30px;
		line-height: 1.2;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_top span {
		margin-bottom: 0;
		font-size: 15px !important;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_pic {
		display: none;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p02,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p03,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p033,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p04,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p05,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p06,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p066 {
		position: static;
		width: auto;
		text-align: left;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p a {
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 104px;
		padding: 14px;
		border: 1px solid #dce8f3;
		border-radius: 8px;
		background: #f8fbff;
		box-shadow: 0 8px 22px rgba(17, 66, 112, .08);
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p a img {
		flex: 0 0 72px;
		float: none;
		width: 72px;
		height: 72px;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p a span {
		float: none;
		padding: 0;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p a span b,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p02 b,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p03 b,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p04 b {
		padding: 0;
		font-size: 16px;
		line-height: 1.35;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p a span b br {
		display: none;
	}
}

@media (max-width: 560px) {
	.jf-pvc-page .jf-pvc-home-adv .ys_con {
		grid-template-columns: 1fr;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_top a b {
		font-size: 25px;
	}
}


/* PVC advantage desktop alignment fix */
@media (min-width: 992px) {
	.jf-pvc-page .jf-pvc-home-adv .ys_con p a {
		display: flex;
		align-items: center;
		gap: 12px;
		flex-wrap: nowrap;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p a:after {
		content: none;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p a img {
		flex: 0 0 125px;
		float: none;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con p a span {
		flex: 0 0 auto;
		float: none;
		padding: 0 12px;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p04 a,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p05 a,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p06 a,
	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p066 a {
		justify-content: flex-end;
	}

	.jf-pvc-page .jf-pvc-home-adv .ys_con .ys_p066 {
		left: 760px;
		width: 430px;
	}
}

/* H20 timber beams category page */
.jf-h20-page {
	background: #f3f7fb;
	color: #0b2346;
	font-family: Arial, Helvetica, sans-serif;
}

.jf-h20-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.jf-h20-inner {
	width: 1180px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
}

.jf-h20-hero {
	background: linear-gradient(135deg, #083c7d 0%, #0d66aa 68%, #1383c8 100%);
	color: #fff;
	padding: 58px 0 56px;
	text-align: left;
}

.jf-h20-breadcrumb {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255,255,255,.86);
	text-align: left;
}

.jf-h20-breadcrumb a {
	color: #fff;
}

.jf-h20-kicker {
	display: inline-flex;
	align-items: center;
	margin: 0 auto 16px;
	padding: 7px 14px;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 999px;
	background: rgba(255,255,255,.12);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.jf-h20-hero h1 {
	max-width: 860px;
	margin: 0;
	font-size: 44px;
	line-height: 1.16;
	font-weight: 800;
	color: #fff;
}

.jf-h20-lead {
	max-width: 760px;
	margin: 18px 0 0;
	font-size: 19px;
	line-height: 1.7;
	color: rgba(255,255,255,.92);
}

.jf-h20-section {
	padding: 62px 0;
	background: #fff;
}

.jf-h20-section-alt {
	background: #edf4fb;
}

.jf-h20-intro {
	max-width: 1060px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.jf-h20-intro p {
	margin: 0;
	font-size: 17px;
	line-height: 1.85;
	color: #17365f;
}

.jf-h20-gallery,
.jf-h20-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.jf-h20-gallery figure,
.jf-h20-product-card {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid #dbe8f5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(13, 65, 120, .08);
}

.jf-h20-gallery img,
.jf-h20-product-card img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	transition: transform .35s ease;
}

.jf-h20-gallery figure:hover img,
.jf-h20-product-card:hover img {
	transform: scale(1.045);
}

.jf-h20-gallery figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 44px;
	padding: 10px 12px;
	background: rgba(9, 56, 111, .86);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.jf-h20-section-head {
	max-width: 900px;
	margin: 0 auto 28px;
	text-align: center;
}

.jf-h20-section-head h2,
.jf-h20-system-panel h2 {
	margin: 0;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 800;
	color: #0b3c78;
}

.jf-h20-section-head p,
.jf-h20-system-panel p {
	margin: 12px 0 0;
	font-size: 17px;
	line-height: 1.75;
	color: #24456d;
}

.jf-h20-product-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.jf-h20-product-card img {
	height: 210px;
	object-fit: cover;
}

.jf-h20-product-card span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 14px;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	color: #0b2c5d;
	background: #fff;
}

.jf-h20-actions,
.jf-h20-message-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.jf-h20-link,
.jf-h20-system-links a,
.jf-h20-message-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid #f0a72a;
	border-radius: 4px;
	background: #f0a72a;
	color: #102f55;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: all .22s ease;
	margin-right:10px;
}

.jf-h20-link {
	background: #fff;
	color: #0f73b9;
	border-color: #0f73b9;
}

.jf-h20-link:hover,
.jf-h20-system-links a:hover,
.jf-h20-message-submit:hover {
	background: #084d8c;
	border-color: #084d8c;
	color: #fff;
	text-decoration: none;
}

.jf-h20-system {
	padding: 58px 0;
	background: #0b3f80;
	color: #fff;
}

.jf-h20-system-panel {
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.jf-h20-system-panel h2 {
	color: #fff;
}

.jf-h20-system-panel p {
	margin: 16px auto 24px;
	color: rgba(255, 255, 255, .9);
}

.jf-h20-system-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 24px;
}

.jf-h20-faq-list {
	display: grid;
	gap: 14px;
	max-width: 1200px;
	margin: 0 auto;
}

.jf-h20-faq-item {
	border: 1px solid #d8e6f2;
	border-radius: 8px;
	background: #f7fbff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .07);
}

.jf-h20-faq-item summary {
	position: relative;
	padding: 18px 52px 18px 20px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.45;
	color: #0b2c5d;
	list-style: none;
}

.jf-h20-faq-item summary::-webkit-details-marker {
	display: none;
}

.jf-h20-faq-item summary:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	border-radius: 50%;
	background: #0f73b9;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
}

.jf-h20-faq-item[open] summary:after {
	content: "-";
}

.jf-h20-faq-item p {
	margin: 0;
	padding: 0 20px 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #24456d;
}

.jf-h20-faq-item strong {
	font-weight: 800;
	color: #102f55;
}

.jf-h20-message {
	padding: 64px 0;
	background: #edf4fb;
}

.jf-h20-message-panel {
	width: min(980px, calc(100% - 32px));
	margin: 0 auto;
	padding: 36px;
	border: 1px solid #d7e5f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(14, 62, 116, .1);
}

.jf-h20-message-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.jf-h20-message-form input,
.jf-h20-message-form textarea {
	width: 100%;
	border: 1px solid #cddceb;
	border-radius: 4px;
	background: #f8fbff;
	color: #0b2346;
	font-size: 15px;
	outline: none;
}

.jf-h20-message-form input {
	height: 46px;
	padding: 0 14px;
}

.jf-h20-message-form textarea {
	min-height: 130px;
	padding: 13px 14px;
	resize: vertical;
}

.jf-h20-message-form input:focus,
.jf-h20-message-form textarea:focus {
	border-color: #0f73b9;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(15, 115, 185, .12);
}

.jf-h20-message-full {
	grid-column: 1 / -1;
}

.jf-h20-message-submit {
	border: 0;
	cursor: pointer;
}

@media (max-width: 991px) {
	.jf-h20-page {
		margin-bottom: 0;
	}

	.jf-h20-hero {
		padding: 44px 0;
	}

	.jf-h20-lead {
		font-size: 16px;
	}

	.jf-h20-section,
	.jf-h20-system,
	.jf-h20-message {
		padding: 42px 0;
	}

	.jf-h20-gallery,
	.jf-h20-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.jf-h20-message-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.jf-h20-page {
		margin-bottom: 0;
	}

	.jf-h20-inner,
	.jf-h20-message-panel {
		width: min(100% - 24px, 1200px);
	}

	.jf-h20-hero h1 {
		font-size: 30px;
	}

	.jf-h20-kicker {
		display: flex;
		align-items: flex-start;
		border-radius: 6px;
		font-size: 14px;
		line-height: 1.45;
	}

	.jf-h20-intro,
	.jf-h20-system-panel,
	.jf-h20-message-panel {
		padding: 0;
	}

	.jf-h20-message-panel {
		padding: 22px;
	}

	.jf-h20-gallery,
	.jf-h20-product-grid {
		grid-template-columns: 1fr;
	}

	.jf-h20-gallery img,
	.jf-h20-product-card img {
		height: 220px;
	}

	.jf-h20-system-links,
	.jf-h20-actions,
	.jf-h20-message-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jf-h20-link,
	.jf-h20-system-links a,
	.jf-h20-message-submit {
		width: 100%;
	}

	.jf-h20-faq-item summary {
		font-size: 16px;
	}

	.jf-h20-faq-item p {
		font-size: 15px;
	}
}

/* Adjustable steel props category page */
.jf-props-page {
	background: #f3f7fb;
	color: #0b2346;
	font-family: Arial, Helvetica, sans-serif;
}

.jf-props-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.jf-props-inner {
	width: 1180px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
}

.jf-props-hero {
	padding: 58px 0 56px;
	background: linear-gradient(135deg, #083c7d 0%, #0d66aa 68%, #1383c8 100%);
	color: #fff;
	text-align: left;
}

.jf-props-breadcrumb {
	margin-bottom: 22px;
	color: rgba(255,255,255,.86);
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

.jf-props-breadcrumb a {
	color: #fff;
}

.jf-props-kicker {
	display: none;
}

.jf-props-hero-grid {
	display: grid;
	gap: 34px;
	align-items: center;
}



.jf-props-hero h1 {

	margin: 0;
	color: #fff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.16;
	text-align: left;
}

.jf-props-lead {

	margin: 18px 0 0;
	color: rgba(255,255,255,.92);
	font-size: 19px;
	line-height: 1.7;
}

.jf-props-hero .jf-props-lead {
	margin: 18px 0 0;
	text-align: left;
}

.jf-props-hero-actions {
	justify-content: flex-start;
}

.jf-props-section {
	padding: 62px 0;
	background: #fff;
}

.jf-props-section-alt {
	background: #edf4fb;
}

.jf-props-intro {
	max-width: 1060px;
	margin: 0 auto 30px;
	text-align: center;
}

.jf-props-intro p {
	margin: 0;
	color: #17365f;
	font-size: 17px;
	line-height: 1.85;
}

.jf-props-gallery,
.jf-props-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.jf-props-gallery figure,
.jf-props-product-card {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid #dbe8f5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(13, 65, 120, .08);
}

.jf-props-gallery img,
.jf-props-product-card img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	transition: transform .35s ease;
}

.jf-props-gallery figure:hover img,
.jf-props-product-card:hover img {
	transform: scale(1.045);
}

.jf-props-gallery figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 44px;
	padding: 10px 12px;
	background: rgba(9, 56, 111, .86);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.jf-props-section-head {
	max-width: 900px;
	margin: 0 auto 28px;
	text-align: center;
}

.jf-props-section-head h2,
.jf-props-system-panel h2 {
	margin: 0;
	color: #0b3c78;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
}

.jf-props-section-head p,
.jf-props-system-panel p {
	margin: 12px 0 0;
	color: #24456d;
	font-size: 17px;
	line-height: 1.75;
}

.jf-props-product-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.jf-props-product-card img {
	height: 210px;
	object-fit: cover;
}

.jf-props-product-card span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 14px;
	background: #fff;
	color: #0b2c5d;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.jf-props-actions,
.jf-props-message-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.jf-props-link,
.jf-props-system-links a,
.jf-props-message-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid #f0a72a;
	border-radius: 4px;
	background: #f0a72a;
	color: #102f55;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: all .22s ease;
	margin-right:10px;
}

.jf-props-link {
	border-color: #0f73b9;
	background: #fff;
	color: #0f73b9;
}

.jf-props-link:hover,
.jf-props-system-links a:hover,
.jf-props-message-submit:hover {
	border-color: #084d8c;
	background: #084d8c;
	color: #fff;
	text-decoration: none;
}

.jf-props-system {
	padding: 58px 0;
	background: #0b3f80;
	color: #fff;
}

.jf-props-system-panel {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.jf-props-system-panel h2 {
	color: #fff;
}

.jf-props-system-panel p {
	margin: 16px auto 24px;
	color: rgba(255,255,255,.9);
}

.jf-props-system-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.jf-props-faq-list {
	display: grid;
	gap: 14px;
	max-width: 1200px;
	margin: 0 auto;
}

.jf-props-faq-item {
	border: 1px solid #d8e6f2;
	border-radius: 8px;
	background: #f7fbff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .07);
}

.jf-props-faq-item summary {
	position: relative;
	display: block;
	padding: 18px 54px 18px 22px;
	color: #102f55;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
}

.jf-props-faq-item summary::-webkit-details-marker {
	display: none;
}

.jf-props-faq-item summary:after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	border-radius: 50%;
	background: #0f73b9;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

.jf-props-faq-item[open] summary:after {
	content: "-";
}

.jf-props-faq-item p {
	margin: 0;
	padding: 0 22px 20px;
	color: #33445a;
	font-size: 16px;
	line-height: 1.8;
}

.jf-props-faq-item strong {
	color: #102f55;
	font-weight: 800;
}

.jf-props-message {
	padding: 64px 0;
	background: #edf4fb;
}

.jf-props-message-panel {
	width: min(980px, calc(100% - 32px));
	margin: 0 auto;
}

.jf-props-message-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.jf-props-message-form input,
.jf-props-message-form textarea {
	width: 100%;
	border: 1px solid #cddceb;
	border-radius: 4px;
	background: #f8fbff;
	color: #0b2346;
	font-size: 15px;
	outline: none;
}

.jf-props-message-form input {
	height: 46px;
	padding: 0 14px;
}

.jf-props-message-form textarea {
	min-height: 130px;
	padding: 13px 14px;
	resize: vertical;
}

.jf-props-message-form input:focus,
.jf-props-message-form textarea:focus {
	border-color: #0f73b9;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(15, 115, 185, .12);
}

.jf-props-message-full {
	grid-column: 1 / -1;
}

.jf-props-message-submit {
	border: 0;
	cursor: pointer;
}

@media (max-width: 991px) {
	.jf-props-hero {
		padding: 44px 0;
	}

	.jf-props-hero-grid {
		grid-template-columns: 1fr;
	}

	.jf-props-hero h1 {
		font-size: 34px;
	}

	.jf-props-lead,
	.jf-props-intro,
	.jf-props-system-panel p {
		font-size: 16px;
	}

	.jf-props-section,
	.jf-props-system,
	.jf-props-message {
		padding: 42px 0;
	}

	.jf-props-gallery,
	.jf-props-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.jf-props-message-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.jf-props-inner,
	.jf-props-message-panel {
		width: min(100% - 24px, 1200px);
		max-width: min(100% - 24px, 1200px);
	}

	.jf-props-hero h1 {
		font-size: 30px;
	}

	.jf-props-gallery,
	.jf-props-product-grid {
		grid-template-columns: 1fr;
	}

	.jf-props-gallery img,
	.jf-props-product-card img {
		height: 220px;
	}

	.jf-props-system-links,
	.jf-props-actions,
	.jf-props-message-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jf-props-link,
	.jf-props-system-links a,
	.jf-props-message-submit {
		width: 100%;
	}

	.jf-props-faq-item summary {
		font-size: 16px;
	}

	.jf-props-faq-item p {
		font-size: 15px;
	}
}

/* Scaffolding systems category page */
.jf-scaffold-page {
	background: #f3f7fb;
	color: #0b2346;
	font-family: Arial, Helvetica, sans-serif;
}

.jf-scaffold-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.jf-scaffold-inner {
	width: 1180px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
}

.jf-scaffold-hero {
	padding: 38px 0 56px;
	background: linear-gradient(135deg, #083c7d 0%, #0d66aa 68%, #1383c8 100%);
	color: #fff;
	text-align: center;
}

.jf-scaffold-breadcrumb {
	margin-bottom: 28px;
	color: rgba(255,255,255,.86);
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

.jf-scaffold-breadcrumb a {
	color: #fff;
}

.jf-scaffold-kicker {
	display: inline-flex;
	align-items: center;
	margin: 0 auto 16px;
	padding: 7px 14px;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 999px;
	background: rgba(255,255,255,.12);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.jf-scaffold-hero h1 {
	margin: 0 auto;
	color: #fff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.16;
}

.jf-scaffold-lead {
	margin: 22px auto 0;
	color: rgba(255,255,255,.92);
	font-size: 19px;
	line-height: 1.7;
	text-align: center;
}

.jf-scaffold-hero .jf-scaffold-lead {
	margin: 22px auto 0;
	text-align: center;
}

.jf-scaffold-section {
	padding: 62px 0;
	background: #fff;
}

.jf-scaffold-section-alt {
	background: #edf4fb;
}

.jf-scaffold-intro {
	max-width: 1060px;
	margin: 0 auto 30px;
	text-align: center;
}

.jf-scaffold-intro p {
	margin: 0;
	color: #17365f;
	font-size: 17px;
	line-height: 1.85;
}

.jf-scaffold-gallery,
.jf-scaffold-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.jf-scaffold-gallery figure,
.jf-scaffold-product-card {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid #dbe8f5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(13, 65, 120, .08);
}

.jf-scaffold-gallery img,
.jf-scaffold-product-card img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	transition: transform .35s ease;
}

.jf-scaffold-gallery figure:hover img,
.jf-scaffold-product-card:hover img {
	transform: scale(1.045);
}

.jf-scaffold-gallery figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 44px;
	padding: 10px 12px;
	background: rgba(9, 56, 111, .86);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.jf-scaffold-section-head {
	max-width: 900px;
	margin: 0 auto 28px;
	text-align: center;
}

.jf-scaffold-section-head h2,
.jf-scaffold-system-panel h2 {
	margin: 0;
	color: #0b3c78;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
}

.jf-scaffold-section-head p,
.jf-scaffold-system-panel p {
	margin: 12px 0 0;
	color: #24456d;
	font-size: 17px;
	line-height: 1.75;
}

.jf-scaffold-product-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.jf-scaffold-product-card img {
	height: 210px;
	object-fit: cover;
}

.jf-scaffold-product-card span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 14px;
	background: #fff;
	color: #0b2c5d;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.jf-scaffold-actions,
.jf-scaffold-message-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.jf-scaffold-link,
.jf-scaffold-system-links a,
.jf-scaffold-message-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid #f0a72a;
	border-radius: 4px;
	background: #f0a72a;
	color: #102f55;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: all .22s ease;
	margin-right:10px;
}

.jf-scaffold-link {
	border-color: #0f73b9;
	background: #fff;
	color: #0f73b9;
}

.jf-scaffold-link:hover,
.jf-scaffold-system-links a:hover,
.jf-scaffold-message-submit:hover {
	border-color: #084d8c;
	background: #084d8c;
	color: #fff;
	text-decoration: none;
}

.jf-scaffold-system {
	padding: 58px 0;
	background: #0b3f80;
	color: #fff;
}

.jf-scaffold-system-panel {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.jf-scaffold-system-panel h2 {
	color: #fff;
}

.jf-scaffold-system-panel p {
	margin: 16px auto 24px;
	color: rgba(255,255,255,.9);
}

.jf-scaffold-system-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.jf-scaffold-faq-list {
	display: grid;
	gap: 14px;
	max-width: 1200px;
	margin: 0 auto;
}

.jf-scaffold-faq-item {
	border: 1px solid #d8e6f2;
	border-radius: 8px;
	background: #f7fbff;
	box-shadow: 0 10px 24px rgba(17, 66, 112, .07);
}

.jf-scaffold-faq-item summary {
	position: relative;
	display: block;
	padding: 18px 54px 18px 22px;
	color: #102f55;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
}

.jf-scaffold-faq-item summary::-webkit-details-marker {
	display: none;
}

.jf-scaffold-faq-item summary:after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	border-radius: 50%;
	background: #0f73b9;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

.jf-scaffold-faq-item[open] summary:after {
	content: "-";
}

.jf-scaffold-faq-item p {
	margin: 0;
	padding: 0 22px 20px;
	color: #33445a;
	font-size: 16px;
	line-height: 1.8;
}

.jf-scaffold-faq-item strong {
	color: #102f55;
	font-weight: 800;
}

.jf-scaffold-message {
	padding: 64px 0;
	background: #edf4fb;
}

.jf-scaffold-message-panel {
	width: min(980px, calc(100% - 32px));
	margin: 0 auto;
}

.jf-scaffold-message-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.jf-scaffold-message-form input,
.jf-scaffold-message-form textarea {
	width: 100%;
	border: 1px solid #cddceb;
	border-radius: 4px;
	background: #f8fbff;
	color: #0b2346;
	font-size: 15px;
	outline: none;
}

.jf-scaffold-message-form input {
	height: 46px;
	padding: 0 14px;
}

.jf-scaffold-message-form textarea {
	min-height: 130px;
	padding: 13px 14px;
	resize: vertical;
}

.jf-scaffold-message-form input:focus,
.jf-scaffold-message-form textarea:focus {
	border-color: #0f73b9;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(15, 115, 185, .12);
}

.jf-scaffold-message-full {
	grid-column: 1 / -1;
}

.jf-scaffold-message-submit {
	border: 0;
	cursor: pointer;
}

@media (max-width: 991px) {
	.jf-scaffold-hero {
		padding: 44px 0;
	}

	.jf-scaffold-hero h1 {
		font-size: 34px;
	}

	.jf-scaffold-lead,
	.jf-scaffold-intro,
	.jf-scaffold-system-panel p {
		font-size: 16px;
	}

	.jf-scaffold-section,
	.jf-scaffold-system,
	.jf-scaffold-message {
		padding: 42px 0;
	}

	.jf-scaffold-gallery,
	.jf-scaffold-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.jf-scaffold-message-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.jf-scaffold-inner,
	.jf-scaffold-message-panel {
		width: min(100% - 24px, 1200px);
		max-width: min(100% - 24px, 1200px);
	}

	.jf-scaffold-hero h1 {
		font-size: 30px;
	}

	.jf-scaffold-kicker {
		display: flex;
		align-items: flex-start;
		border-radius: 6px;
		font-size: 14px;
	}

	.jf-scaffold-gallery,
	.jf-scaffold-product-grid {
		grid-template-columns: 1fr;
	}

	.jf-scaffold-gallery img,
	.jf-scaffold-product-card img {
		height: 220px;
	}

	.jf-scaffold-system-links,
	.jf-scaffold-actions,
	.jf-scaffold-message-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jf-scaffold-link,
	.jf-scaffold-system-links a,
	.jf-scaffold-message-submit {
		width: 100%;
	}

	.jf-scaffold-faq-item summary {
		font-size: 16px;
	}

	.jf-scaffold-faq-item p {
		font-size: 15px;
	}
}

/* Formwork shoring system overview page */
.jf-system-page {
	background: #f3f7fb;
	color: #0b2346;
	font-family: Arial, Helvetica, sans-serif;
}

.jf-system-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.jf-system-inner {
	width: 1180px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
}

.jf-system-hero {
	padding: 58px 0 56px;
}

.jf-system-breadcrumb {
	text-align: left;
}

.jf-system-hero-copy h1 {
	max-width: 860px;
}

.jf-system-lead {
	max-width: 760px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .92);
	font-size: 19px;
	line-height: 1.7;
}

.jf-system-hero-actions {
	justify-content: flex-start;
}

.jf-system-section {
	padding: 62px 0;
	background: #fff;
}

.jf-system-section-alt {
	background: #edf4fb;
}

.jf-system-intro {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.jf-system-intro p {
	margin: 0;
	color: #17365f;
	font-size: 17px;
	line-height: 1.9;
}

.jf-system-section-head {
	max-width: 920px;
	margin: 0 auto 30px;
	text-align: center;
}

.jf-system-section-head h2 {
	margin: 0;
	color: #0b3c78;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.22;
}

.jf-system-section-head p {
	margin: 12px auto 0;
	color: #4b6079;
	font-size: 16px;
	line-height: 1.75;
}

.jf-system-spec-cards {
	display: grid;
	gap: 22px;
}

.jf-system-spec-card {
	display: grid;
	grid-template-columns: minmax(260px, 31%) minmax(0, 1fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid #d7e5f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(17, 66, 112, .08);
}

.jf-system-spec-media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px;
	background: linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);
	border-right: 1px solid #d7e5f3;
}

.jf-system-spec-media img {
	display: block;
	width: 100%;
	max-width: 270px;
	max-height: 250px;
	object-fit: contain;
}

.jf-system-spec-content {
	padding: 26px 28px;
}

.jf-system-spec-content h3 {
	margin: 0 0 16px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.22;
}

.jf-system-spec-content h3 a {
	color: #0b3c78;
}

.jf-system-spec-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.jf-system-spec-list li {
	color: #2c4767;
	font-size: 15px;
	line-height: 1.7;
}

.jf-system-spec-list strong {
	color: #102f55;
	font-weight: 800;
}

.jf-system-spec-actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.jf-system-card-link,
.jf-system-cta-card a,
.jf-system-message-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid #f0a72a;
	border-radius: 4px;
	background: #f0a72a;
	color: #102f55;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: all .22s ease;
}

.jf-system-card-link {
	border-color: #0f73b9;
	background: #fff;
	color: #0f73b9;
}

.jf-system-card-link:hover,
.jf-system-cta-card a:hover,
.jf-system-message-submit:hover {
	border-color: #084d8c;
	background: #084d8c;
	color: #fff;
	text-decoration: none;
}

.jf-system-cta {
	padding: 58px 0;
	background: #0b3f80;
}

.jf-system-cta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.jf-system-cta-card {
	padding: 28px 30px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 16px 34px rgba(0, 0, 0, .14);
}

.jf-system-cta-card h2 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
}

.jf-system-cta-card p {
	margin: 14px 0 22px;
	color: rgba(255, 255, 255, .88);
	font-size: 16px;
	line-height: 1.8;
}

.jf-system-cta-card-alt {
	background: #fff;
	border-color: #d7e5f3;
	box-shadow: 0 16px 34px rgba(9, 49, 96, .12);
}

.jf-system-cta-card-alt h2 {
	color: #0b3c78;
}

.jf-system-cta-card-alt p {
	color: #2c4767;
}

.jf-system-message {
	background: #f6f9fd;
	padding: 50px 0 58px;
}

.jf-system-message-panel {
	width: calc(100% - 32px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 34px 38px 38px;
	background: #fff;
	border: 1px solid #dce8f5;
	box-shadow: 0 12px 28px rgba(16, 52, 96, .08);
	box-sizing: border-box;
	border-radius: 8px;
}

.jf-system-message-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
}

.jf-system-message .jf-system-section-head {
	margin-bottom: 24px;
}

.jf-system-message .jf-message-title {
	margin: 0 0 10px;
	color: #174a9c;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.jf-system-message .jf-message-note {
	max-width: 720px;
	margin: 0 auto;
	color: #4d5b6b;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

.jf-system-message-form input,
.jf-system-message-form textarea {
	display: block;
	width: 100%;
	background: #f8fbff;
	border: 1px solid #cad9ea;
	color: #253244;
	font-size: 15px;
	line-height: 1.45;
	box-sizing: border-box;
	outline: none;
}

.jf-system-message-form input {
	margin: 0;
	padding: 13px 15px;
}

.jf-system-message-form textarea {
	min-height: 132px;
	margin: 0;
	padding: 13px 15px;
	resize: vertical;
}

.jf-system-message-form input:focus,
.jf-system-message-form textarea:focus {
	background: #fff;
	border-color: #174a9c;
	box-shadow: 0 0 0 3px rgba(23, 74, 156, .12);
}

.jf-system-message-full {
	grid-column: 1 / -1;
}

.jf-system-message-actions {
	margin-top: 20px;
	text-align: center;
}

.jf-system-message-submit {
	min-width: 170px;
	height: 44px;
	padding: 0 24px;
	background: #174a9c;
	border: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.jf-system-message-submit:hover {
	background: #f5a623;
	transform: translateY(-1px);
}

@media (max-width: 991px) {
	.jf-system-hero {
		padding: 44px 0;
	}

	.jf-system-hero-copy h1 {
		font-size: 34px;
	}

	.jf-system-lead,
	.jf-system-intro p,
	.jf-system-cta-card p {
		font-size: 16px;
	}

	.jf-system-section,
	.jf-system-cta,
	.jf-system-message {
		padding: 42px 0;
	}

	.jf-system-section-head h2,
	.jf-system-cta-card h2 {
		font-size: 26px;
	}

	.jf-system-spec-card {
		grid-template-columns: 1fr;
	}

	.jf-system-spec-media {
		border-right: 0;
		border-bottom: 1px solid #d7e5f3;
	}

	.jf-system-cta-grid,
	.jf-system-message-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.jf-system-inner,
	.jf-system-message-panel {
		width: min(100% - 24px, 1200px);
		max-width: min(100% - 24px, 1200px);
	}

	.jf-system-hero-copy h1 {
		font-size: 30px;
	}

	.jf-system-spec-content {
		padding: 22px 20px;
	}

	.jf-system-spec-content h3 {
		font-size: 22px;
	}

	.jf-system-hero-actions,
	.jf-system-spec-actions,
	.jf-system-message-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.jf-system-card-link,
	.jf-system-cta-card a,
	.jf-system-message-submit,
	.jf-system-hero-actions a {
		width: 100%;
	}

	.jf-system-cta-card,
	.jf-system-message-panel {
		padding: 22px;
	}
}

/* Align H20 / Props / Scaffolding message forms with About Us */
.jf-h20-message,
.jf-props-message,
.jf-scaffold-message {
	background: #f6f9fd;
	padding: 50px 0 58px;
}

.jf-h20-message-panel,
.jf-props-message-panel,
.jf-scaffold-message-panel {
	width: calc(100% - 32px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 34px 38px 38px;
	background: #fff;
	border: 1px solid #dce8f5;
	box-shadow: 0 12px 28px rgba(16, 52, 96, .08);
	box-sizing: border-box;
	border-radius: 8px;
}

.jf-h20-message .jf-h20-section-head,
.jf-props-message .jf-props-section-head,
.jf-scaffold-message .jf-scaffold-section-head {
	margin-bottom: 24px;
}

.jf-h20-message .jf-message-title,
.jf-props-message .jf-message-title,
.jf-scaffold-message .jf-message-title {
	margin: 0 0 10px;
	color: #174a9c;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.jf-h20-message .jf-message-note,
.jf-props-message .jf-message-note,
.jf-scaffold-message .jf-message-note {
	max-width: 720px;
	margin: 0 auto;
	color: #4d5b6b;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

.jf-h20-message-grid,
.jf-props-message-grid,
.jf-scaffold-message-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
}

.jf-h20-message-full,
.jf-props-message-full,
.jf-scaffold-message-full {
	grid-column: 1 / -1;
}

.jf-h20-message-form input,
.jf-h20-message-form textarea,
.jf-props-message-form input,
.jf-props-message-form textarea,
.jf-scaffold-message-form input,
.jf-scaffold-message-form textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 13px 15px;
	background: #f8fbff;
	border: 1px solid #cad9ea;
	color: #253244;
	font-size: 15px;
	line-height: 1.45;
	box-sizing: border-box;
	outline: none;
	border-radius: 0;
}

.jf-h20-message-form textarea,
.jf-props-message-form textarea,
.jf-scaffold-message-form textarea {
	min-height: 132px;
	resize: vertical;
}

.jf-h20-message-form input:focus,
.jf-h20-message-form textarea:focus,
.jf-props-message-form input:focus,
.jf-props-message-form textarea:focus,
.jf-scaffold-message-form input:focus,
.jf-scaffold-message-form textarea:focus {
	background: #fff;
	border-color: #174a9c;
	box-shadow: 0 0 0 3px rgba(23, 74, 156, .12);
}

.jf-h20-message-actions,
.jf-props-message-actions,
.jf-scaffold-message-actions {
	margin-top: 20px;
	text-align: center;
}

.jf-h20-message-submit,
.jf-props-message-submit,
.jf-scaffold-message-submit {
	min-width: 170px;
	height: 44px;
	padding: 0 24px;
	background: #174a9c;
	border: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.jf-h20-message-submit:hover,
.jf-props-message-submit:hover,
.jf-scaffold-message-submit:hover {
	background: #f5a623;
	transform: translateY(-1px);
}

@media (max-width: 991px) {
	.jf-h20-message,
	.jf-props-message,
	.jf-scaffold-message {
		padding: 42px 0;
	}

	.jf-h20-message .jf-message-title,
	.jf-props-message .jf-message-title,
	.jf-scaffold-message .jf-message-title {
		font-size: 26px;
	}

	.jf-h20-message-grid,
	.jf-props-message-grid,
	.jf-scaffold-message-grid {
		grid-template-columns: 1fr;
	}

	.jf-h20-message-panel,
	.jf-props-message-panel,
	.jf-scaffold-message-panel {
		padding: 28px 24px 30px;
	}
}

@media (max-width: 560px) {
	.jf-h20-message-panel,
	.jf-props-message-panel,
	.jf-scaffold-message-panel {
		width: calc(100% - 24px);
		max-width: calc(100% - 24px);
		padding: 22px;
	}

	.jf-h20-message .jf-message-title,
	.jf-props-message .jf-message-title,
	.jf-scaffold-message .jf-message-title {
		font-size: 24px;
	}

	.jf-h20-message-submit,
	.jf-props-message-submit,
	.jf-scaffold-message-submit {
		width: 100%;
	}
}

