/* about us */
.au-block01 {
	color: #FFF;
	background: url(../images/aboutus/au02.png) no-repeat center;
	background-size: cover;
	position: relative;
}
.au-block01-in {
	padding-top: 120px;
	padding-bottom: 170px;
}
.au-intro {
	padding-top: 15px;
	margin-bottom: 70px;
}
.au-btn-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}
.au-btn {
	border: 1px solid #FFF;
	width: 200px;
	font-size: 15px;
	padding: 12px 0;
	margin: 15px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.au-btn:hover {
	border: 1px solid #FF640F;
	color: #FF640F;
}
#au-block02 {
	color: #FFF;
	background: url(../images/aboutus/au03.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding-top: 175px;
	padding-bottom: 210px;
}
.au-intro-text {
	padding-top: 20px;
	padding-bottom: 55px;
}
.au-slogan {
	font-size: 40px;
	max-width: 800px;
	margin: 0 auto;
}
#au-block03 {
	color: #FFF;
	background: url(../images/aboutus/au11.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding-top: 100px;
	padding-bottom: 110px;
}
.history-all {
	padding-top: 35px;
}
#au-block04 {
	color: #FFF;
	background: url(../images/aboutus/au13.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding-top: 140px;
	padding-bottom: 160px;
}
.location-all {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.location-info {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 690px);
}
.info-blcok {
	width: calc(100%/3 - 36px);
	margin: 0 18px;
	text-align: center;
	margin-top: 35px;
}
.info-text {
	max-width: 205px;
	margin: 10px auto 0 auto;
	word-break: break-word;
}
.location-map {
	max-width: 690px;
	width: 100%;
}
.tech-block-main {
	color: #FFF;
	background: url(../images/aboutus/au14.png) no-repeat center;
	background-size: cover;
	position: relative;
}
.tech-block-in {
	padding-top: 40px;
	padding-bottom: 105px;
}
.au-btn-long {
	width: 100%;
	max-width: 300px;
	padding: 7px 20px;
	line-height: 1.2;
	text-align: center;
}
.tech-block-main .au-btn-block {
	padding-top: 20px;
}
.tech-intro-all {
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tech-left {
	max-width: 1000px;
	width: 100%;
}
.tech-info {
	margin-bottom: 50px;
}
.tech-pic01 {
	width: calc(100% - 1000px);
}
.white-table {
	background-color: transparent;
	border-left: 1px solid #B4B3B1;
	border-right: 1px solid #B4B3B1;
	border-bottom: 1px solid #B4B3B1;
	width: 100%;
}
.white-table th, .white-table td{
	border-right: 1px solid #A65C37;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#tabs-2 .white-table th, #tabs-2 .white-table td {
	border-right: 1px solid #B6B5B3;
}
.white-table th {
	padding: 8px 0;
	border-top: 5px solid #FF6610;
	border-bottom: 1px solid #FF6610;
}
.white-table td {
	padding: 8px 15px;
}
.white-table th:last-child, .white-table td:last-child {
	border-right:none;
}
.white-table tr:nth-child(odd), .bg-w {
	background: rgba(255,255,255,0.2);
}
.line-g {
	border-bottom: 1px solid #FF6610;
}
.tech-block-main .white-table {
	max-width: 940px;
}
#tech-block01 {
	color: #FFF;
	background: url(../images/aboutus/au19.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding-top: 140px;
	padding-bottom: 160px;
}
#tech-block01 a {
	color: #50bbff;
	text-decoration: underline;
}
#tech-block01 a:hover {
	color: #FF7E00;
}
#tech-block02 {
	color: #FFF;
	background: url(../images/aboutus/au23.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding-top: 140px;
	padding-bottom: 160px;
}
#tech-block03 {
	color: #FFF;
	background: url(../images/aboutus/au24.png) no-repeat center;
	background-size: cover;
	position: relative;
	padding-top: 140px;
	padding-bottom: 160px;
}
#tech-block01 .tech-tab-list {
	padding: 0px;
	display: flex;
	flex-direction: column;
	max-width: 195px;
	width: 100%;
}
.tech-tabs-all {
	display: flex;
	flex-wrap: wrap;
	background: transparent !important;
	border: none !important;
}
.tech-tabs-list {
	max-width: 195px;
	width: 100%;
	background: transparent !important;
	border: none !important;
	position: relative;
}
.tech-tabs-list::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #807D76;
	width: 1px;
	height: 285px;
}
.tech-tabs-content {
	width: calc(100% - 195px);
	padding: 15px 100px 0 85px !important;
}
.tech-tabs-content ul {
	position: relative;
}
.tech-tabs-list li {
	background: transparent !important;
	border: none !important;
	width: 100%;
}
.tech-tabs-list li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none !important;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 16px 0 !important;
}
.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {
	color: #ff640f !important;
}
.tech-tab-title {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
}
.tech-tabs-all button {
	background: transparent;
	border: none;
	position: absolute;
	top: 280px;
	right: 0;
}
#tabs-1 p {
	max-width: 660px;
}
.tech-pic02 {
	position: absolute;
	top: 0;
	right: 6%;
}
#tech-block01 .tech-tabs-content {
	min-height: 530px;
}
.tech-pic03 {
	text-align: center;
}
.tech-pic04 {
	margin-top: 70px;
}
#tech-block02 .tech-tabs-content {
	min-height: 500px;
}
#tabs-5 p {
	max-width: 450px;
}
.tech-pic05 {
	position: absolute;
	top: 0;
	right: 5%;
}
.tech-pic06 {
	margin-top: 45px;
}
.tech-tab-subtitle {
	font-size: 24px;
	margin-bottom: 30px;
}
.tabs-07-block {
	display: flex;
	justify-content: space-between;
}
.tabs-left {
	max-width: 500px;
	padding-right: 30px;
}
.tech-pic07 {
	margin-top: 30px;
}
.tech-block03-in {
	max-width: 940px;
	margin: 0 auto 0 auto;
}
.tech-block03-in span {
	color: #ff640f;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-right: 10px;
}
.tech-block03-intro {
	padding-top: 40px;
	margin-bottom: 90px;
}
.tech-block03-in p {
	margin-bottom: 40px;
}


/* products */
.in-banner-title {
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 140px;
	letter-spacing: 1.5px;
	word-break: break-all;
}
.in-banner {
	background-size: cover;
	position: relative;
}
.pd-banner {
	background: url(../images/products/products01.jpg) no-repeat center;
}
@media only screen and (max-width:600px){
  .pd-banner {
    background: url(../images/products/products01.jpg) no-repeat 28%;
  }
}
.pro-bar-block {
	display: flex;
}
.sidebar {
	min-width: 280px;
	margin-top: 35px;
}
.sidebar-btn {
	display: none;
}
.sidebar-list {
	margin-right: 26px;
	list-style-type: none;
	padding-left: 0;
}
.sidebar-list li {
	margin-bottom: 5px;
}
.sidebar-list li:last-child {
	margin-bottom: 0;
}
.sidebar-list li a {
	display: block;
	width: 270px;
	color: #333;
	padding: 14px 10px 14px 60px;
	position: relative;
}
.sidebar-list li a:hover, .sidebar-list li a.current {
	color: #FF640F;
}
.sidebar-list li a::before {
	position: absolute;
	top: calc(50% - 17px);
	left: 0;
	width: 35px;
	height: 35px;
}
.sidebar-list li:nth-of-type(1) a::before {
	content: url(../images/products/pro-icon01.png);
}
.sidebar-list li:nth-of-type(2) a::before {
	content: url(../images/products/pro-icon02.png);
}
.sidebar-list li:nth-of-type(3) a::before {
	content: url(../images/products/pro-icon03.png);
}
.sidebar-list li:nth-of-type(4) a::before {
	content: url(../images/products/pro-icon04.png);
}
.sidebar-list li:nth-of-type(5) a::before {
	content: url(../images/products/pro-icon05.png);
}
.sidebar-list li:nth-of-type(6) a::before {
	content: url(../images/products/pro-icon06.png);
}
.sidebar-list li:nth-of-type(7) a::before {
	content: url(../images/products/pro-icon07.png);
}
.sidebar-list li:nth-of-type(8) a::before {
	content: url(../images/products/pro-icon08.png);
}
.sidebar-list li:nth-of-type(9) a::before {
	content: url(../images/products/pro-icon09.png);
}
.sidebar-list li:nth-of-type(10) a::before {
	content: url(../images/products/pro-icon10.png);
}
.sidebar-list li:nth-of-type(1) a:hover::before, .sidebar-list li:nth-of-type(1) a.current::before {
	content: url(../images/products/pro-icon-ora01.png);
}
.sidebar-list li:nth-of-type(2) a:hover::before, .sidebar-list li:nth-of-type(2) a.current::before {
	content: url(../images/products/pro-icon-ora02.png);
}
.sidebar-list li:nth-of-type(3) a:hover::before, .sidebar-list li:nth-of-type(3) a.current::before {
	content: url(../images/products/pro-icon-ora03.png);
}
.sidebar-list li:nth-of-type(4) a:hover::before, .sidebar-list li:nth-of-type(4) a.current::before {
	content: url(../images/products/pro-icon-ora04.png);
}
.sidebar-list li:nth-of-type(5) a:hover::before, .sidebar-list li:nth-of-type(5) a.current::before {
	content: url(../images/products/pro-icon-ora05.png);
}
.sidebar-list li:nth-of-type(6) a:hover::before, .sidebar-list li:nth-of-type(6) a.current::before {
	content: url(../images/products/pro-icon-ora06.png);
}
.sidebar-list li:nth-of-type(7) a:hover::before, .sidebar-list li:nth-of-type(7) a.current::before {
	content: url(../images/products/pro-icon-ora07.png);
}
.sidebar-list li:nth-of-type(8) a:hover::before, .sidebar-list li:nth-of-type(8) a.current::before {
	content: url(../images/products/pro-icon-ora08.png);
}
.sidebar-list li:nth-of-type(9) a:hover::before, .sidebar-list li:nth-of-type(9) a.current::before {
	content: url(../images/products/pro-icon-ora09.png);
}
.sidebar-list li:nth-of-type(10) a:hover::before, .sidebar-list li:nth-of-type(10) a.current::before {
	content: url(../images/products/pro-icon-ora10.png);
}
.pro-main-content {
	width: calc(100% - 280px);
	padding-left: 30px;
	margin-top: 75px;
	margin-bottom: 50px;
}
.pro-main-title {
	text-align: left;
	text-transform: inherit;
}
.pro-main-title::after {
	left: 0;
}
.pro-intro {
	padding-top: 15px;
	margin-bottom: 60px;
}
.pro-list-block-all {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.pro-list-block {
	width: calc(100%/4 - 20px);
	margin: 0 10px;
	margin-bottom: 65px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
    text-align: center;
}
.pro-pic {
	position: relative;
	padding-top: 88%;
	border: 1px solid #DFDFDF;
}
.pro-pic a { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.pro-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.pro-name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 18px;
}
.pro-list-block:hover {
	transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-o-transform: scale(0.98);
}
.pro-list-block:hover .pro-pic {
	border: 1px solid #ffcf9f;
	box-shadow: 0 0 22px rgba(255,126,0,0.2);
	-webkit-box-shadow: 0 0 22px rgba(255,126,0,0.2);
	-moz-box-shadow: 0 0 22px rgba(255,126,0,0.2);
}
.pro-list-block:hover .pro-name a {
	color: #ff7e00;
}

.pd-line {
	margin-left: 5px;
	margin-bottom: 40px;
}
.owl-pd-list {
	padding: 0 70px;
}
.pd-list-item {
	padding-top: 60px;
	padding-bottom: 25px;
}
.pd-list-content {
	position: relative;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 0 16px rgba(99,99,99,0.2);
	-webkit-box-shadow: 0 0 16px rgba(99,99,99,0.2);
	-moz-box-shadow: 0 0 16px rgba(99,99,99,0.2);
	max-width: 215px;
	margin: 0 14px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.pd-list-content .link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.pd-list-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	color: #ff640f;
	border-radius: 100%;
	border: 1px solid #ff640f;
	width: 115px;
	height: 115px;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: #FFF;
	position: absolute;
	top: -60px;
	left: calc(50% - 57.5px);
}
.pd-list-type-block {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 70px 15px 40px 15px;
	min-height: 270px;
}
.pd-list-type {
	list-style-type: none;
	padding-left: 0;
}
.pd-list-type li {
  font-size: 15px;
  margin-bottom: 6px;
}
.pd-list-content:hover .pd-list-type li a {
	color: #FFF;
}
.pd-list-content:hover .pd-list-type li a:hover {
	text-decoration: underline;
}

  .pd-list-content .pd-list-type li a {
    padding: 0px 8px;
    border-radius: 20px;
    display: block;
    text-align: center;
  }
  .pd-list-content:hover .pd-list-type li a {
    color: #000;
  }
  
  .pd-list-content:hover .pd-list-type li a:hover {
    color: #fff;
    background-color: #F16C21;
    text-decoration: none;
  }
.owl-pd-list.owl-theme .owl-nav { 
	margin-top: 0px; 
	position: absolute; 
	top: 40%; 
	width: 100%; 
}
.owl-pd-list.owl-theme .owl-nav [class*=owl-] { 
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	width: 39px;
	padding-top: 50px;
	background: transparent; 
	overflow: hidden; 
}
.owl-pd-list.owl-theme .owl-nav .owl-prev::before { 
	content: url(../images/products/arrow-icon.png);
	position: absolute;
	top: 0px;
	left: 0;
	transform: rotate(180deg);
}
.owl-pd-list.owl-theme .owl-nav .owl-next::before { 
	content: url(../images/products/arrow-icon.png);
	position: absolute;
	top: 0px;
	left: 0;
}
.owl-pd-list.owl-theme .owl-nav .owl-prev:hover::before {
	content: url(../images/products/arrow-icon.png);
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg);
	background: transparent !important;
}
.owl-pd-list.owl-theme .owl-nav .owl-next:hover::before {
	content: url(../images/products/arrow-icon.png);
	position: absolute;
	top: 0;
	left: 0;
	background: transparent !important;
}
.owl-pd-list.owl-theme .owl-nav [class*=owl-]:hover { 
	background-color: transparent; 
}
.owl-pd-list.owl-theme .owl-nav .owl-prev { 
	left: -45px;
	top: -7px;
}
.owl-pd-list.owl-theme .owl-nav .owl-next:before {
	left: 0;
}
.owl-pd-list.owl-theme .owl-nav .owl-next { 
	right: 100px;
	top: 0px;
}
.owl-pd-list.owl-theme .owl-nav .owl-prev:before { 
	right: 0; 
}
.owl-pd-list.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF650D !important;
	margin-top: 20px;
}
.owl-pd-list.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-bottom: 15px;
}
.owl-pd-list.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
}
.pro-line-all {
	position: relative;
}
.pro-line-all::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 65%;
	background: #EDEDED;
}
.pro-detail-content {
	display: flex;
	margin-bottom: 80px;
}
.pro-detail-title {
	font-size: 28px;
	margin-bottom: 80px;
  display: flex;
  align-items: center;
}
.type-title {
	color: #FFF;
	padding: 12px;
	position: relative;
  display: inline-block;
    width: 130px;
    font-size: 20px;
  text-align: center;
}
.type-title::after {
	color: #fff;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #333;
	transform: skew(-22deg);
}
.name-title {
	padding: 12px 18px 12px 24px;
	position: relative;
  width: calc(100% - 130px);
    display: inline-block;
}
.name-title::after {
	color: #fff;
	content: '';
	position: absolute;
	top: 0;
	/* right: 0; */
	bottom: 0;
	left: 10px;
	z-index: -1;
	background: #FFF;
	border: 1px solid #333;
	transform: skew(-22deg);
}
.pic-block-all {
	max-width: 860px;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
}
.pro-detail-pic {
	max-width: 500px;
	width: 100%;
  margin: 0 auto;
}
.pro-detail-s {max-width: 500px;margin: 0 auto;}
.pro-detail-pic .fix-pic { 
	position: relative;
	padding-top: 50%;
}
.pro-detail-pic .fix-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.pro-detail-pic .fix-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.pro-detail-s ul {
	display: flex;
	list-style-type: none;
	padding-left: 0;
	margin-top: 30px;
}
.pro-detail-s .rslides_tabs li {
	display: inline-block;
	width: 175px;
	height: 60px;
	background: #FFF;
}
.pro-detail-s .fix-pic { 
	position: relative;
	padding-top: 10%;
}
.pro-detail-s .fix-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
	padding: 0 10px;
	border-right: 1px solid #E8E8E8;
}
.pro-detail-s .fix-pic:last-child figure {
	border-right: none;
}
.pro-detail-s .fix-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.more-detail-all {
	border-left: 1px solid #E2E2E2;
	padding-left: 60px;
	padding-right: 30px;
	max-width: 550px;
	width: 100%;
}
.more-detail-all p {
	color: #666666;
}
.more-detail-title {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.more-detail-title .more-detail-btn {
	background: #9B9B9B;
	color: #FFF;
	font-size: 15px;
	border-radius: 5px;
	padding: 7px 12px;
	margin-left: 10px;
}
.more-detail-btn:hover {
	color: #FFF;
	background: #EC681E;
}
.pd-btn-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pd-btn-all > div {
    margin-right: 10px;
}
.more-detail-all .inquiry-btn {
	background: #EC681E;
	color: #FFF;
	padding: 14px 44px;
	border-radius: 5px;
	margin-top: 18px;
	display: inline-block;
}
.more-detail-all .display-btn {
	background: #ff7e00;
	color: #FFF;
	padding: 11px 44px;
	border-radius: 5px;
	margin-top: 18px;
	display: inline-block;
}
.inquiry-btn img {
	margin-right: 14px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.inquiry-btn:hover, .more-detail-all .display-btn:hover {
	box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
}
.inquiry-btn:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.pd-dt-btn-block {
	background: #F5F5F5;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 65px;
	margin-left: 30px;
}
.pd-dt-btn-block a {
	color: #b9b9b9;
}
.pd-dt-btn {
	padding: 6px 22px;
}
.pd-dt-btn img {
	margin-right: 10px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.pd-dt-btn:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.pd-dt-btn-block a:hover {
	color: #ff7e00;
}
#parentHorizontalTab {
	padding-left: 30px;
	padding-right: 70px;
}
.edit-box ul {
	padding-left: 0;
	list-style-type: none;
}
.edit-box ul li {
	position: relative;
	margin-left: 45px;
	color: #666666;
	line-height: 2;
}
.edit-box ul li::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	left: -19px;
	background: #A0A0A0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.tabs-title {
	font-size: 20px;
	font-weight: bold;
}
.tabs-btn {
	margin: 28px 0;
	max-width: 180px;
	background: #ec681e;
	border-radius: 5px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.tabs-btn a {
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 14px;
}
.tabs-btn:hover {
	color: #FFF;
	box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
}
.tabs-big-title {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.tabs-big-title::after {
	content: '';
	position: absolute;
	background: #EC681E;
	bottom: -3px;
	left: 0;
	width: 62px;
	height: 6px;
}
.tabs-big-title-new {font-size: 20px; font-weight: bold; color: #fff; background-color: #d95b16; border-radius: 50px; padding: 15px 20px 15px 90px; max-width: 200px; position: relative; z-index: 1;}
.icon-new {width: 70px; height: 70px; border-radius: 70px; position: absolute; top: calc(50% - 35px); left: 0; z-index: 10; background-color: #d95b16; box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);}


/* news */
.news-banner {
	background: url(../images/news/news01.png) no-repeat center;
}
.news-block-all {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 50px;
}
.news-block {
	width: calc(50% - 40px);
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px dotted #DCDCDC;
	margin-bottom: 50px;
}
.news-pic {
	max-width: 320px;
	width: 100%;
}
.news-pic .fix-pic { 
	position: relative;
	padding-top: 65%;
}
.news-pic .fix-pic figure { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
.news-pic .fix-pic img { 
	width: auto !important;
	height: auto !important;
	max-width: inherit !important;
	max-height: inherit !important;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.news-pic:hover .fix-pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.news-intro {
	padding-left: 35px;
	width: calc(100% - 320px);
}
.date {
	margin-top: 30px;
	color: #e55e15;
	font-size: 14px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	min-height: 70px;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.more-btn {
	background: #F36519;
	border-radius: 5px;
	max-width: 105px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.more-btn a {
	color: #FFF;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}
.more-btn a img {
	margin-left: 10px;
}
.more-btn:hover {
	box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
}
.page {
	text-align: center;
	margin-bottom: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page a {
	color: #999999;
	font-weight: bold;
	width: 32px;
	height: 32px;
	padding: 4px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
}
.page a:hover, .page a.current {
	background: #F2641A;
	color: #FFF;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	padding: 4px;
	display: inline-block;
	text-align: center;
}
.page a:first-child::before {
	content: '';
	background: url(../images/news/news-prev.png) no-repeat center;
	background-size: cover;
	width: 8px;
	height: 15px;
	position: absolute;
	top: 55%;
	left: 50%;
	margin: -7.5px 0 0 -4px;
}
.page a:last-child::before {
	content: '';
	background: url(../images/news/news-next.png) no-repeat center;
	background-size: cover;
	width: 8px;
	height: 15px;
	position: absolute;
	top: 55%;
	right: 50%;
	margin: -7.5px -4px 0 0;
}
.page a:first-child:hover, .page a:last-child:hover {
	background: none;
}
.news-title {
	text-align: left;
	text-transform: inherit;
	letter-spacing: inherit;
}
.news-title::after {
	left: 0;
}
.news-dt-block {
	margin-top: 70px;
	margin-bottom: 40px;
	display: flex;
}
.news-dt-text {
	max-width: 680px;
}
.news-dt-date {
	color: #ff640f;
	font-size: 14px;
	padding-bottom: 10px;
}
.news-content {
	padding-top: 20px;
}
.news-dt-pic {
	width: calc(100% - 680px);
	text-align: right;
	margin-top: 55px;
}
.news-dt-btn {
	margin-left: 0;
}


/* contact us */
.cu-banner {
	background: url(../images/contactus/contactus01.png) no-repeat center;
}
.contactus-block {
	padding-top: 75px;
	padding-bottom: 145px;
}
.cu-icon-all {
	display: flex;
	flex-direction: row;
	padding-top: 10px;
	padding-bottom: 35px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 30px;
}
.cu-icon-block {
	width: calc(100%/6);
	padding: 0 35px;
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	color: #666;
	font-size: 15px;
}
.cu-icon-block::after {
	content: '';
	position: absolute;
	top: 40px;
	right: 0;
	width: 1px;
	height: 40px;
	background: #E2E2E2;
}
.cu-icon-block .text {
	margin-top: 25px;
	word-break: break-all;
	max-width: 200px;
	width: 100%;
}
.cu-icon-block:first-child {
	padding-left: 0;
}
.cu-icon-block:last-child {
	padding-right: 0;
}
.cu-icon-block:last-child::after {
	display: none;
}
.cu-info-block {
	display: flex;
	flex-wrap: wrap;
}
.cu-info-left {
	max-width: 665px;
	width: 100%;
	margin-right: 80px;
}
.cu-info-left p {
	font-size: 15px;
	color: #666;
}
.cu-info-right {
	width: calc(100% - 745px);
	margin-top: 60px;
}
.contact-btn {
	display: flex;
}
.contact-form textarea {
	max-width: 100%;
	min-height: 160px;
	border: none;
	background: #F2F2F2;
	padding: 8px;
	width: 100%;
}
.contact-form input, .contact-form input[type="text"], .contact-form input[type="password"] {
	border: none;
	background: #F2F2F2;
	padding: 8px;
	width: 100%;
}
.contact-form .cu-row { 
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 16px;
}
.contact-form .cu-row.tab-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 5px;
}

/* for IE */
select::-ms-expand {
	display: none;
}
::placeholder {
	color: #898989;
	font-size: 15px;
}
:-ms-input-placeholder {
	color: #898989;
	font-size: 15px;
}
::-ms-input-placeholder {
	color: #898989;
	font-size: 15px;
}
.certification {
	margin: 35px 0;
	text-align: center;
}
.contact-form-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 15px 0 30px;
}
.form-btn {
	border: 1px solid #E65D15;
	margin-left: 5px;
	width: 170px;
	background: #E65D15;
	z-index: 1;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.form-btn a {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding: 12px 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.form-btn:hover {
	color: #FFF;
	box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 0 22px rgba(0,0,0,0.2) inset;
}
.reset-btn {
	background: #FFF;
}
.reset-btn a {
	color: #e65d15;
}
.reset-btn:hover {
	color: #FFF;
	box-shadow: 0 0 16px rgba(255,102,5,0.3) inset;
	-webkit-box-shadow: 0 0 16px rgba(255,102,5,0.3) inset;
	-moz-box-shadow: 0 0 16px rgba(255,102,5,0.3) inset;
}


@media all and (min-width: 1101px) { 
	.sidebar-mobile {
		display: block !important;
	}
}


@media all and (max-width: 1600px) {
	.pro-detail-title {
		font-size: 20px;
	}
}


@media all and (max-width: 1366px) {
	.location-all {
		align-items: center;
	}
	.location-info {
		width: calc(100% - 500px);
	}
	.location-map {
		max-width: 500px;
	}
	.tech-left {
		max-width: 700px;
	}
	.tech-pic01 {
		width: calc(100% - 700px);
		padding-left: 20px;
		text-align: right;
	}
	#tabs-1 p, #tabs-5 p {
		max-width: 100%;
	}
	.tech-pic02, .tech-pic05 {
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
	}
	.pd-list-content {
		margin: 0 auto;
	}
	.pro-list-block {
		width: calc(100%/3 - 20px);
	}
	.pro-detail-title {
		font-size: 20px;
	}
	.more-detail-title {
		align-items: flex-start;
		flex-direction: column;
	}
	.more-detail-title .more-detail-btn {
		margin-left: 0;
		margin-top: 15px;
	}
}


@media all and (max-width: 1200px) {
	.pro-detail-content {
		flex-wrap: wrap;
	}
	.pic-block-all {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.more-detail-all {
		border-left: none;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 100%;
		border-top: 1px solid #f2f2f2;
		margin-top: 50px;
	}
	.pd-dt-btn-block {
		margin-left: 15px;
	}
	#parentHorizontalTab {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media all and (max-width: 1100px) {
	.location-all {
		align-items: center;
		flex-direction: column-reverse;
	}
	.location-map {
		max-width: 100%;
		text-align: center;
	}
	.location-info {
		width: 100%;
	}
	.tech-left {
		max-width: 100%;
	}
	.tech-pic01 {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 30px;
	}
	.tech-block-main .white-table {
		max-width: 100%;
	}
	.tabs-07-block {
		flex-wrap: wrap;
		justify-content: center;
	}
	.tabs-left {
		max-width: 100%;
		padding-right: 0;
	}
	.tech-pic03, .tech-pic05 {
		margin-top: 50px;
	}
	.in-banner-title {
		font-size: 26px;
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.pro-bar-block {
		flex-wrap: wrap;
	}
	.sidebar {
		min-width: 100%;
	}
	.sidebar-btn {
		display: block;
		width: 100%;
		border: none;
		background: #ff6936;
		color: #FFF;
		text-align: center;
		padding: 10px;
		position: relative;
	}
	.sidebar-mobile {
		display: none;
		border: 1px solid #dadada;
		background: #FFF;
	}
	.sidebar-list {
		margin-right: 0;
	}
	.sidebar-list li {
		margin-bottom: 5px;
		border-bottom: 1px solid #dadada;
	}
	.sidebar-list li:last-child {
		border-bottom: none;
	}
	.sidebar-list li a {
		width: 100%;
		padding: 10px 10px 10px 60px;
	}
	.sidebar-list li a::before {
		left: 10px;
	}
	.sidebar-btn .sidebar-arrow:after,.sidebar-btn.open .sidebar-arrow:after {
		font-family: 'Font Awesome 5 Solid';
		content: "\f078";
		position: absolute;
		top: 0;
		right: 0;
		width: 52px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all .2s;
	}
	.sidebar-btn.open .sidebar-arrow:after {
		transform: rotateZ(180deg);
		transition: all .2s;
	}
	.pro-main-content {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.pro-detail-content {
		flex-wrap: wrap;
	}
	.pro-line-all::before {
		display: none;
	}
	.edit-box ul li {
		margin-left: 20px;
	}
	.news-block {
		width: 100%;
	}
	.news-dt-block {
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.news-dt-text {
		max-width: 100%;
	}
	.news-dt-pic {
		width: 100%;
		text-align: center;
	}
	.cu-info-left {
		max-width: 100%;
		margin-right: 0;
	}
	.cu-info-right {
		width: 100%;
	}
	.cu-icon-all {
		flex-wrap: wrap;
		padding-bottom: 0px;
	}
	.cu-icon-block {
		width: calc(100%/3);
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.cu-icon-block:first-child {
		padding-left: 20px;
	}
	.cu-icon-block:last-child {
		padding-right: 20px;
	}
	.cu-icon-block:nth-child(3n)::after {
		display: none;
	}
}


@media all and (max-width: 768px) {
	#tech-block01, #tech-block02, #tech-block03 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.tech-tabs-list {
		max-width: 100%;
	}
	.tech-tabs-content {
		width: 100%;
		padding: 15px 40px 0 0 !important;
	}
	#tech-block01 .tech-tabs-content, #tech-block02 .tech-tabs-content {
		border-top: 1px solid #B6B5B3;
		margin-top: 20px;
	}
	.tech-tabs-list::after {
		background: transparent;
	}
	.tech-tabs-list li a {
		padding: 10px 0 !important;
	}
	.tech-tabs-all button {
		top: 400px;
	}
	.tech-block03-in span {
		font-size: 26px;
	}
	.pro-list-block {
		width: calc(100%/2 - 20px);
		margin-bottom: 40px;
	}
	.pro-name {
		font-size: 15px;
	}
	.owl-pd-list {
		padding: 0 10px;
	}
	.owl-pd-list.owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.owl-pd-list.owl-theme .owl-nav .owl-next {
		right: 0;
	}
	.type-title {
		color: #fff;
		padding: 0;
    text-align: center;
	}
	.name-title {
		padding: 0 0 0 18px;
	}
	/* .type-title::after, .name-title::after {
		display: none;
	} */
	.pic-block-all, .more-detail-all, #parentHorizontalTab {
		padding-left: 0;
		padding-right: 0;
	}
	.pd-dt-btn-block {
		margin-left: 0;
	}
	.pro-detail-pic {
		max-width: 100%;
	}
}


@media all and (max-width: 570px) {
	.au-block01-in {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	#au-block02, #au-block04 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.info-blcok {
		width: calc(100%/2 - 20px);
		margin: 35px 10px 0 10px;
	}
	.au-slogan {
		font-size: 26px;
	}
	.tech-block-in .au-btn {
		width: 100%;
		padding: 12px 6px;
	}
	.tech-block-in .au-btn-long {
		max-width: 100%;
		padding: 12px 6px;
		line-height: 1.8;
	}
	.pd-dt-btn-block a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.pd-dt-btn img {
		margin-right: 0;
		margin-top: 8px;
	}
	.news-block {
		flex-wrap: wrap;
	}
	.news-pic {
		max-width: 100%;
	}
	.news-intro {
		padding-left: 0;
		width: 100%;
	}
	.cu-icon-block {
		width: 100%;
		padding: 0;
		flex-direction: row;
		text-align: left;
	}
	.cu-icon-block:first-child {
		padding-left: 0;
	}
	.cu-icon-block:last-child {
		padding-right: 0;
	}
	.cu-icon-block::after {
		display: none;
	}
	.cu-icon-block .pic {
		width: 35px;
		margin-right: 15px;
	}
	.cu-icon-block .text {
		margin-top: 0;
		max-width: 100%;
		width: calc(100% - 50px);
	}
  .pro-detail-title {
    flex-wrap: wrap;
  }
  .type-title{margin-left: 6px;}
  .name-title {
		padding: 6px 0 0 0px;
    width: 100%;
	}
  .name-title::after{display: none;}
}


@media all and (max-width: 420px) { 
	.pro-list-block-all {
		margin: 0;
	}
	.pro-list-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.owl-pd-list.owl-theme .owl-nav .owl-prev {
		left: -26px;
	}
	.owl-pd-list.owl-theme .owl-nav .owl-next {
		right: -18px;
	}
	.form-btn {
		width: 120px;
		margin: 0 5px;
	}
	.form-btn a {
		padding: 8px 0;
	}
}
@media only screen and (max-width:450px){
  .in-banner-title{padding: 16px 0 54px;}
  .pd-banner {
    background: url(../images/products/products01.jpg) no-repeat 24% 70%;
    background-size: cover;
  }
}

.prod_tab_ctrl table{max-width: 800px;width: 100%;}
.prod_tab_ctrl table td:nth-of-type(odd){max-width: 350px;width: 50%;}
.prod_tab_ctrl table td:nth-of-type(even){width: 50%;}
@media only screen and (max-width:600px){
  .prod_tab_ctrl table tr{display: flex;flex-wrap: wrap;}
  .prod_tab_ctrl table td:nth-of-type(odd){width: 100%;}
.prod_tab_ctrl table td:nth-of-type(even){width: 100%;}
}