﻿.production-box{
	padding: 80px 0;
}
.production-process-box{

	font-size: 0;
}
.production-title{
	width: 100%;
	text-align: center;
	max-width: 100%;
	font-size: 22px;
	color: #000;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 50px;
}

.production-title:after,
.production-title:before{
	content: 'none';
	width: calc(50% - 70px);
	height: 1px;
	position: absolute;
	display: block;
	background-color: #00a48b;
	font-size: 0;
	top: 50%;
}

.production-title:after{
	right: 0;
}
.production-title:before{
	left: 0;
}
.production-list-box{
	width: 1200px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 0;
}
.production-process-list{
	width: 200px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 133px;
	margin-bottom: 30px;
	position: relative;
}
.production-process-box .production-list-box:nth-child(2) .production-process-list:after{
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: -80px;
    font-size: 50px;
    bottom: calc(50% - 40px);
    color: #00a48b;
}
.production-process-box .production-list-box:nth-child(2) .production-process-list:last-child:after{
	content: "\f063";
	right: 77px;
    bottom: -75px;

}
.production-process-box .production-list-box:nth-child(3) .production-process-list:after{
	content: "\f060";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: -80px;
    font-size: 50px;
    bottom: calc(50% - 40px);
    color: #00a48b;
}
.production-process-box .production-list-box:nth-child(3) .production-process-list:first-child:after{
	display: none;

}
.production-process-box .production-list-box:nth-child(3){
	direction: rtl
}
.production-process-box .production-list-box:nth-child(3) .production-process-list:nth-child(4n+1){
	margin-right: 0;
}
.production-process-box .production-list-box:nth-child(2) .production-process-list:nth-child(4n+4){
	margin-right: 0;
}
.production-process-img-box{
	width:100%;
	height: 200px;
	max-width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #00a48b;
	border-radius: 50%;

}

.production-process-img{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .8s ease;
}
.production-process-list-info{
	font-size: 18px;
	letter-spacing: 2px;
	color: #555;
	text-align: center;
	margin-top: 10px;
}
.production-process-list-info span{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	transition: all .5s ease;
}
.production-patent-list-box{
	width: 1200px;
	max-width: 100%;
	display: block;
	font-size: 0;
	margin: 0 auto;
}
.production-patent-list{
	width: 220px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 106px;
}
.production-patent-list:last-child{
	margin-right: 0;
}

.production-patent-box{
	margin-bottom: 60px;
}

.production-list{
	width: 20%;
	display: inline-block;
	transform-style: preserve-3d;
	position: relative;
	transition: all .5s ease;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.production-list3-box{
	font-size: 0;
	display: block;
}
.production-table-box{
	margin-top: 40px;
}
.production-list3-box .production-title,
.production-table-box .production-title{
	margin-bottom: 0;
}

.production-list3-box .production-title2,
.production-table-box .production-title2{
	margin-bottom: 50px;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	color: #00a48b;
}


.production-list-img-box{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.production-list:hover .production-list-img{
	transform: perspective(550px) translate3d(0%,100%,0px) rotateX(-60deg); 
}
.production-list-img{
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: perspective(550px) translate3d(0,0,0) rotateX(0);
    -moz-transform: perspective(550px) translate3d(0,0,0) rotateX(0);
    -ms-transform: perspective(550px) translate3d(0,0,0) rotateX(0);
    transform: perspective(550px) translate3d(0,0,0) rotateX(0);
}
.production-list:hover .production-list-title{
	-webkit-transform: perspective(550px) translate3d(0,0,0) rotateX(0);
    -moz-transform: perspective(550px) translate3d(0,0,0) rotateX(0);
    -ms-transform: perspective(550px) translate3d(0,0,0) rotateX(0);
    transform: perspective(550px) translate3d(0,0,0) rotateX(0)
}
.production-list-title{
	display:         flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;    
    -webkit-justify-content: center;
     flex-direction:column;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgb(204, 182, 157);
	top: 0;
	left: 0;
	color: #FFF;
	transition: all .5s ease;
	transform-origin: 50% 100% 0;
	font-size: 20px;
	letter-spacing: 2px;
	-webkit-transform: perspective(550px) translate3d(0%,-100%,0px) rotateX(60deg);
    -moz-transform: perspective(550px) translate3d(0%,-100%,0px) rotateX(60deg);
    -ms-transform: perspective(550px) translate3d(0%,-100%,0px) rotateX(60deg);
    transform: perspective(550px) translate3d(0%,-100%,0px) rotateX(60deg); 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   
}
.production-list-title-bg{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    background-color: rgba(0,0,0,0.7);
   
}
.production-list-img2 {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	 -webkit-filter:blur(3px);
}

.production-link-box{
	width: 100%;
	height: 460px;
	display: block;
	position: relative;
}
.production-link-bg-box{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.production-link-bg{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;

	left: 0;
}
.production-link-mask{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #000;
	opacity: 0.4;
}
.production-link-info-box{
	position: relative;
	z-index: 1;
	color: #FFF;
	width: 1200px;
	display: block;
	margin: 0 auto;
	padding-top: 60px;
}
.production-link-info-title{
	font-size: 28px;
	color: #00a48b;
	letter-spacing: 2px;
	font-weight: bold;
}

.production-link-info-p{
	font-size: 16px;
	color: #FFF;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-weight: bold;
}
.production-link-info-p2{
	font-size: 18px;
	color: #FFF;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.production-link{
	width: 240px;
	max-width: 100%;
	height: 40px;
	border: 1px solid #00a48b;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 2px;
	margin-top: 40px;
	position: relative;
}
.production-link span{
	position: relative;
	z-index: 1;
}

.production-list-title span{
	display: block;
	position: relative;
	z-index: 1;
}

.production-list-title span:nth-child(2){
	margin-top: 10px;
}

.production-table-info-box{
	width: 1200px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.production-table1-info-title{
	background-color: #00a48b;
	color: #FFF;
	text-align: center;
}

.production-table-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color:#8b6d4a;
}
.production-table-box .production-title2{
	margin-bottom: 30px;
}
.production-table1-info-title{
	font-size: 0;
	padding: 10px 0;
}
.production-table-list{
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	width: calc(100% / 3);
	vertical-align: middle;
	padding: 10px 0;
}
.production-table1-list-box{
	font-size: 0;
}
.production-table1-list-box:nth-child(even){
	background-color: #eee;
}
.production-table-list{
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
}

.production-table-list span{
	display: block;
}
.production-table2{
	margin-top: 50px;
}

.report-box{
	width: 1200px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.report-list{
	margin: 0 10px;
	box-sizing: border-box;
	border: 1px solid #555;
}
.report-list a{
    display:         flex;
    display: -webkit-flex;
          align-items: center;
    -webkit-align-items: center;
          justify-content: center;
    -webkit-justify-content: center;
    flex-direction:column;
    -webkit-flex-direction:column;
	height: 400px;
}
.report-box .slick-prev:before,.report-box .slick-next:before,
.production-patent-list-box .slick-prev:before,.production-patent-list-box .slick-next:before{
	display: none;
}
.report-box .slick-prev,
.production-patent-list-box .slick-prev{
	background-image: url(../img/left-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.report-box .slick-next,
.production-patent-list-box .slick-next{
	background-image: url(../img/right-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#travel .production-link{
	display: none;
}