@charset "utf-8";
/*slide*/
/*jssor slider loading skin double-tail-spin css*/
.jssorl-004-double-tail-spin img {
	animation-name: jssorl-004-double-tail-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@keyframes jssorl-004-double-tail-spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

/*jssor slider arrow skin 055 css*/
.jssora055 {display:block;position:absolute;cursor:pointer}
.jssora055 .a {fill:none;stroke:#fff;stroke-width:960;stroke-miterlimit:10}
.jssora055:hover {opacity:.8}
.jssora055.jssora055dn {opacity:.5}
.jssora055.jssora055ds {opacity:.3;pointer-events:none}

h2.title {
	font-size: 1.75rem;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-bottom: 0
}
h4.title {
	font-size: 1.8rem;
	font-weight: 300;
	color: #a00;
	text-align: center
}
h3.title {
	border-bottom: #946303 1px solid;
	font-size: 1.875rem;
	font-weight: 600;
	color: #946303;
	margin-bottom: .5rem;
	padding-bottom: .5rem
}
div.title {
	background: #fff;
	font-size: 1.876rem;
	font-weight: 300;
	color: #a00
}
div.title>span {background: #a00; color: #fff; padding: .25rem}

section.sec01 {
	background: url(../images/bg-ind-01.png) 50% top no-repeat;
	padding: 2rem 0
}

div.editor>p {margin-bottom: .75rem}
div.contactInfo>p {margin-bottom: .25rem}

dl.products {max-width: 1110px; margin: 0 auto}
dl.products>dd {}
dl.products>dd>figure {height: 100%; max-height: 155px; background: #fff;margin: 0;}
dl.products>dd>figure img {width: initial; height: 100%; max-height: 155px;}
dl.products>dd>p {
	background: #a00;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding: .75rem 0
}

section.sec02 {
	background: url(../images/bg-ind-02.png) left top repeat;
	padding: 2rem 0
}
div.sec02 {max-width: 1110px}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	font-size: 4.5rem !important;
	position: absolute;
	top: 10%
}
.owl-carousel .owl-nav button.owl-prev {left: -.5rem}
.owl-carousel .owl-nav button.owl-next {right: -.5rem}
.owl-theme .owl-nav [class*=owl-]:hover {background: none !important; color: #a00 !important}
