/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Raleway', sans-serif; overflow-x: hidden;}
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; 
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { margin:0; padding:0; 
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}
h2 {    margin-bottom: 20px;font-size: 22px;color: #333;}
.content-Box { max-width:980px; margin:0 auto; text-align:left; position:relative; clear:both;}
ul {padding-left: 18px;}

#content { font-size: 15px; line-height:1.4em; color: #605E5E;}
#content p{ padding-bottom: 30px;}


.main-box { padding:0 20px;}

.banner { background: url(/source/6c4fe5b8aeef91b8d85fc2a7215002b3.jpg) no-repeat; background-size: cover; padding: 0 20px; margin-left: -20px; width: calc(100% + 40px); }
.banner-content { max-width:980px; margin:0 auto; text-align:left; position:relative; padding: 30px 0; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;min-height: 100px;}

#path { padding:25px 0 15px 0; text-align: left;}
#path li { display: inline-block; vertical-align: top; font-size: 12px;}
#path li:after { content:"/"; display: inline-block; vertical-align: top; padding: 0 0 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #605E5E; text-decoration: underline;}
#path li:last-child a { text-decoration: none;}
#path li a:hover { opacity: 0.6;}

.title01 {}
.title01 h1 { font-family: 'poppins', sans-serif; color: #fff; font-size: 28px;}


/*products*/
.products-list { display: flex; flex-direction: column; flex-wrap: wrap;}
.products-list > div { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 30px; margin-bottom: 30px;}
.products-list > div:last-child { border-width: 0;}
.products-list > div:nth-child(even) > div:nth-of-type(1) { order: 2;}
.products-list > div:nth-child(even) > div:nth-of-type(2) { order: 1;}
.products-list > div > div { width: 50%; text-align: center;}
.products-list > div:hover img { transform: scale(1.05);}
.idx-pro-title { color: #006FBA; font-size: 19px; padding-bottom: 15px; font-weight: bold;}
.idx-pro-btn { margin: 0 auto 25px auto !important;}
.idx-pro-pto { line-height: 0; overflow: hidden;}
.idx-pro-pto img { width: 100%;transition: all 1s ease-out 0s;}
.btn01 { display: block; width: 150px; line-height: 34px; border: 1px solid #e90000; color: #e90000; font-size: 14px; text-align: center; font-weight: normal;}
.btn01:hover {  color: #fff; background: #e90000;}
.btn02 { display: block; width: 150px; line-height: 34px; color: #fff; background: #e90000; font-size: 14px; text-align: center; font-weight: normal;}
.btn02:hover {  color: #fff; background: #006fb9;}

/*products-list*/
.align-cnter { text-align: center;}
.idx-pro-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin-bottom: 40px;}
.idx-pro-list > div { width: calc(50% - 5px); margin: 0 0 10px 0; background: #fff;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); padding: 40px 20px 20px 20px; text-align: center;}
.idx-pro-list > div:hover img { transform: scale(1.05);}

/*products-detail*/
.products-detail-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: 30px;}
.products-detail-top > div:nth-of-type(1) { width: 350px; padding-right: 30px;}
.products-detail-top-btn {display: flex; flex-flow: wrap;}
.products-detail-top-btn > a:nth-child(1) {margin: 0 10px 0 0;}
.purchase {width: 100%; padding: 22px 27px 0 27px;}
.purchase > .tit {font-size: 28px; color: #324158; font-family: 'poppins', sans-serif; text-align: left; margin-bottom: 13px;}
.purchase-list {width: 100%; font-size: 15px; border: 1px solid #a1a1a1; border-bottom: 0; border-collapse: collapse; background: #f8f8f8;}
.purchase-list thead {background: #605e5e; color: #fff;}
/*.purchase-list tr {display: flex; flex-flow: wrap;}*/
.purchase-list th, .purchase-list td {border-right: 1px solid #a1a1a1;}
.purchase-list th {width: calc(100% / 4); font-weight: 400; padding: 16px 10px;}
.purchase-list td {width: calc(100% / 4); vertical-align: top; padding: 20px 10px;}
.purchase-list td > .con {display: flex; flex-flow: wrap; justify-content: center; width: 100%;}
.purchase-list td > .con > .list {width: 50%; padding: 0 5px 7px 5px;}
.purchase-list td > .con > .list > .img {line-height: 0; font-size: 0; margin-bottom: 7px;}
.purchase-list td > .con > .list > .tit {color: #333333; font-size: 15px; font-weight: 400;}
.subjoin {display: flex; flex-flow: column; align-items: center; padding: 0 0 10px 0;}
.subjoin > .tit {width: 110px; height: 50px; background: #e90000; color: #fff; font-size: 15px; font-weight: 400; text-align: center; display: flex; flex-flow: wrap; justify-content: center; align-items: center; margin-bottom: 10px;}
.subjoin > .img {line-height: 0; font-size: 0; text-align: center;}
.products-detail-top > div:nth-of-type(2) { width: calc(100% - 350px); padding: 0 40px 40px 40px;}

.loop .owl-dots { }
.loop .owl-item {position: relative;}
.loop .owl-nav { position: absolute; top:calc(50% - 50px); width: 100%; z-index: 11;}
.loop .owl-prev, .loop .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); background:none !important;}
.loop .owl-prev { left:-40px; }
.loop .owl-next { right:-40px;}
.loop .owl-prev:before, .loop .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.3;transition: all 0.4s ease-out 0s;width: 40px; height: 40px; background-size: contain; display: block;}
.loop .owl-prev:before { background-image:url(/source/6713a03574a705daaf64d328131f7a6e.png); content: ""; }
.loop .owl-next:before { background-image:url(/source/e9b8f59ed7a5523602ba8fc0cc567c1f.png); content: ""; }
.loop .owl-prev:hover:before, .loop .owl-next:hover:before { opacity: 1;}
.loop .owl-stage-outer {z-index: 2;}
.loop .owl-dots { position: absolute; z-index: 100; bottom: -20px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #ccc !important; width: 10px !important; height: 10px !important; border: 0px solid #4c4c4c;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #3d9be9 !important; }

.products-gallery-bg { margin-left: -20px; width: calc(100% + 40px);  padding: 40px 20px; background: #f2f2f2;}
.products-gallery-list { display: flex; flex-direction: row; flex-wrap: wrap;}
.products-gallery-list > div { width:288px; margin: 0 30px 20px 0;}
.products-gallery-pto { position: relative; line-height: 0; margin-bottom: 15px;}
.products-gallery-pto:hover .products-gallery-btn { opacity: 1;}
.products-gallery-btn { position: absolute; z-index: 2; background: rgba(0,0,0,.5); width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; align-items:center;justify-content: center; color: #fff;transition: all 0.4s ease-out 0s; opacity: 0;}
.products-gallery-btn i { font-size: 25px; color: #fff;}
.products-gallery-name { color: #333; display: block;}

.title02 { font-size: 28px; color: #324158; font-weight: bold; padding-bottom: 20px;font-family: 'poppins', sans-serif; line-height: 100%;}

.products-detail-bottom { padding: 40px 0px;}

.spec-table { width: 100%; border-spacing: 0; font-size: 15px;}
.spec-table th, .spec-table td { text-align: center; padding: 5px 10px; min-height: 50px; height: 50px;}
.spec-table th { color: #fff; background: #605e5e;}
.spec-table td { color: #333; border-bottom: 1px solid #cccccc;}
.spec-table tr:hover { background: #f8f8f8; }

.gallery-box { padding: 20px;  color: #fff; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: wrap;}
.gallery-box > div:nth-of-type(1) { width: calc(100% - 400px); padding-right: 40px;}
.gallery-box > div:nth-of-type(2) { width: 400px; line-height: 150%;}
.gallery-title { font-size: 24px; padding-bottom: 20px; font-weight: bold;}
.vbox-preloader { display: none !important;}
.vbox-inline { background: none !important;}
.vbox-container { max-width: 100% !important;}

.video-container {position: relative;padding-bottom: 51.5%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-width: 0;}

.html5-image {overflow: auto; border-radius: 16px; background-color: #fff; padding: 0!important;}
#openDiv, .peopleDiv {display: none;}
.openDiv {padding: 60px 30px; overflow: auto; display: flex; flex-wrap: wrap;}
.openDiv > div {width: 33.33%; padding: 20px 10px;}
@media only screen and (max-width: 768px) {
	.openDiv {padding: 40px 20px;}
}
@media only screen and (max-width: 576px) {
	.openDiv {padding: 30px 10px;}
	.openDiv > div {width: 50%; padding: 20px 10px;}
}

/*contact*/
.contact-section { margin-bottom: 40px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.contact-section > div { width: calc(50% - 30px); line-height: 190%;}
.contact-section a { color: #333 !important;}
.contact-map iframe { width: 100%; border-width: 0; height: 250px;}
.products-detail-top ul {padding-bottom: 30px;}
.products-detail-top li {list-style: disc;}
@media only screen and (max-width: 980px) {
	.title01 h1, .title02 { font-size: 20px;}
  .products-detail-top ul {padding-left: 20px;}
	.products-detail-top > div:nth-of-type(1) { width: 100%; padding-right: 0px; order: 2;}
	.products-detail-top > div:nth-of-type(2) { width: 100%; order: 1;}
	.gallery-box > div:nth-of-type(1) { width: 100%; padding-right: 0px; margin-bottom: 30px;}
	.gallery-box > div:nth-of-type(2) { width: 100%;}
    .purchase-list td > .con > .list {width: 100%;}
}
@media only screen and (max-width: 768px) {
	.products-list > div:nth-child(odd) > div:nth-of-type(1) { margin-bottom: 20px;}
	.products-list > div:nth-child(even) > div:nth-of-type(1) { order: 1;margin-bottom: 20px;}
	.products-list > div:nth-child(even) > div:nth-of-type(2) { order: 2;}
	.products-list > div > div { width: 100%; }
	
	
	.contact-section > div { width: 100%;}
	.contact-section > div:nth-of-type(1) { margin-bottom: 30px;}
	h2 {    margin-bottom: 15px;font-size: 18px;color: #333;}
	

}
@media only screen and (max-width: 640px) {
	.idx-pro-list > div { width: 100%;}
    .purchase {padding: 20px 10px;}
    .purchase > .tit {font-size: 4.063vw;}
    .purchase-list thead {display: none;}
    .purchase-list tr {display: flex; flex-flow: wrap;}
    .purchase-list td {width: 100%; padding: 0;}
    .purchase-list td::before {content: attr(data-label); display: block; background: #605e5e; color: #fff; font-weight: 400; padding: 16px 10px;}
    .purchase-list td > .con {padding: 20px;}
    .purchase-list td > .con > .list {width: 50%;}
    .subjoin {padding: 20px 0 0 0;}
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	h2 {    margin-bottom: 12px;font-size: 18px;color: #333;}
    .products-detail-top-btn {justify-content: space-between;}
    .products-detail-top-btn > a {width: 48%!important; margin: 0!important;}
	

}

@media only screen and (max-width: 350px) {
    .purchase-list td > .con > .list {width: 100%;}
    .purchase > .tit {font-size: 14px;}
}


.idx-event-list {display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -30px;}
.idx-event-list > div {width: calc(33.33% - 30px); margin: 0 30px 30px 0; background: #7e7e7e;}
.idx-event-list > div:hover img { transform: scale(1.05);}
.idx-event-list-pto { line-height: 0; overflow: hidden;height: 146px;}
.idx-event-list-pto img { width: 100%;transition: all 1s ease-out 0s; width: 100%;}
.idx-event-list-data { text-align: center; padding: 15px; color: #fff;}
.idx-event-list-data b { display: block; font-size: 19px; font-weight: bold; padding-bottom: 4px;}


@media only screen and (max-width: 980px) {
	.idx-event-list-data b { font-size: 17px;}

	.idx-event-list > div {width: calc(50% - 30px); }
}

@media only screen and (max-width: 640px) {
	.idx-event-list > div {width: calc(100% - 30px); }
}

.btn-newsback {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	background: #949494;
	padding: 7px 30px;
	cursor: pointer;
}
.btn-newsback:hover { background: #666; box-shadow: 0 0 5px #333 inset; }