﻿@import url("layout.css");
@import url("font.css");
.wap{ overflow: hidden;}
/*--== USER ==--*/
.user_editor {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: static !important;
}

.user_editor table {
  width: 100% !important;
}

.user_editor img {
  max-width: 100% !important;
}
/*--==UNIT==--*/
.unit_banner_all{
	width: 100%;
	float: left;
	position: relative;
	box-shadow: 0 3px 10px rgba( 0,0,0,0.5 );
	z-index: 5;
}
.unit_banner, .unit_banner > img{ width: 100%; float: left;}
.unit_box{
	width: 100%;
	float: left;
}
.unit_title_box{
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	padding: 25px 0;
	background: #1694b8; /* Old browsers */
	background: -moz-linear-gradient(left, #1694b8 0%, #0a9855 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1694b8 0%,#0a9855 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1694b8 0%,#0a9855 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1694b8', endColorstr='#0a9855',GradientType=1 ); /* IE6-9 */
}
.unit_cont{ 
	width: 100%;
	float: left;
	margin: 65px 0;
	padding: 0 20px;
}
.unit_left_box{
	width: 200px;
	float: left;
	border-top: 4px solid #dddddd;
	padding-top: 15px;
	margin-top: 65px;
}
.unit_left_box > ul{
	width: 100%;
	float: left;
}
.unit_list{ 
	width: 100%;
	float: left;
	padding: 12px 20px;
	text-align: right;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #ffffff;
	background-color: #0a9855;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.unit_left_box a{
	width: 100%;
	float: left;
	position: relative;
	padding: 12px 20px;
	text-align: right;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #333333;
	margin-top: 5px;
	background-color: #ededed;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	z-index: 1;
}
.unit_left_box a::before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0a9855;
	z-index: -1;
	transition:all .4s;
}
.unit_left_box a:hover{
	color: #FFFFFF;
	transition:all .4s;
}
.unit_left_box a:hover::before{
	width: 100%;
	transition:all .4s;
}
.unit_right_box{
	width: calc( 100% - 200px );
	min-height: 500px;
	float: left;
	padding: 25px;
	margin-top: 65px;
	border-top: 4px solid #0a9855;
}
.page_but_box{
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ededed;
}
.back_but{
	width: auto;
    position: relative;
    padding: 8px 40px;
    background-color: #ededed;
    font-size: 16px;
    line-height: 24px;
	font-weight: 600;
    color: #252525;
	border-radius: 3px;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    transition: all .4s;
	z-index: 1;
}
.back_but::before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0a9855;
	z-index: -1;
	transition:all .4s;
}
.back_but:hover{
	color: #FFFFFF;
	transition:all .4s;
}
.back_but:hover::before{
	width: 100%;
	transition:all .4s;
}
.pagination_box {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
.pagination_box > .active {
  background-color: #2d68c6;
  color: #ffffff;
}
.pagination_box > a {
  	width: auto;
    padding: 5px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    /* padding: 15px; */
    background-color: #f1f1f1;
    margin: 0px 5px;
    font-size: 13px;
    font-weight: 600;
    color: #00113f;
    line-height: 24px;
    border-radius: 3px;
}
.pagination_box > a:hover {
  background-color: #2d68c6;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*--==HEADER==--*/
.header{
	width: 100%;
	float: left;
	position: relative;
	background-color: #ffffff;
}
.header::after{
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	float: left;
	position: absolute;
	bottom: 0;
	background: #0a9855; /* Old browsers */
	background: -moz-linear-gradient(left, #0a9855 0%, #1694b8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0a9855 0%,#1694b8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0a9855 0%,#1694b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9855', endColorstr='#1694b8',GradientType=1 ); /* IE6-9 */
}
.hea_all{
	width: 100%;
	height: 155px;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	flex-wrap: wrap;
}
.logo{ width: 165px; float: left;}
.logo > img{ width: 100%; float: left;}
.hea_box{
	width: auto;
	float: left;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.nav{
	width: auto;
	float: left;
	margin-right: 15px;
}
.nav li{
	width: auto;
	float: left;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f3f3f3;
	-moz-transform:skewX(-20deg);
    -webkit-transform:skewX(-20deg);
    -o-transform:skewX(-20deg);
    -ms-transform:skewX(-20deg);
    transform:skewX(-20deg);
	overflow: hidden;
}
.nav li::before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0a9858;
	transition: all 3s;
}
.nav li a{
	width: auto;
	float: left;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 155px;
	color: #343537;
	-moz-transform:skewX(20deg);
    -webkit-transform:skewX(20deg);
    -o-transform:skewX(20deg);
    -ms-transform:skewX(20deg);
    transform:skewX(20deg);
}
.nav li:hover::before{ width: 100%;}
.nav li:hover a{ color: #ffffff;}

.nav li::before,
.nav li:hover::before, 
.nav li a,
.nav li:hover a{ 
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.hea_link, .hea_link li{
	width: auto;
	float: left;
}
.link_icon{
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #999999;
}
.link_icon::before{
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.search::before{ background-image: url( "../images/icon/search.svg");}
.ig::before{ background-image: url( "../images/icon/instagram.svg");}
.fb::before{ background-image: url( "../images/icon/facebook.svg");}

.link_icon:hover{ border: 1px solid #0a9858; background-color: #0a9858;}
.link_icon:hover.search::before{ background-image: url( "../images/icon/search_w.svg");}
.link_icon:hover.ig::before{ background-image: url( "../images/icon/instagram_w.svg");}
.link_icon:hover.fb::before{ background-image: url( "../images/icon/facebook_w.svg");}

.link_icon, 
.link_icon:hover,
.link_icon::before,
.link_icon:hover::before{ 
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.pagination_box {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0 40px 0;
}
.pagination_box > .active {
  background-color: #0a9858;
  color: #ffffff;
}
.pagination_box > a {
  padding: 5px 18px;
  background-color: #ededed;
  margin: 0 -3px;
  font-size: 13px;
  color: #252525;
  line-height: 24px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.pagination_box > a:hover {
  background-color: #0a9858;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*--==MOBILE==--*/
.mobile_list{
	width: 100%;
	float: left;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 14px 16px;
	color: #ffffff;
	background: #0a9855; /* Old browsers */
	background: -moz-linear-gradient(left, #0a9855 0%, #1694b8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0a9855 0%,#1694b8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0a9855 0%,#1694b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9855', endColorstr='#1694b8',GradientType=1 ); /* IE6-9 */
	display: none;
}
.mobile_list::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	float: right;
	background-image: url("../images/icon/arrow_icon.svg");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10px;
}

/*hamburger menu*/
.hamburger-menu {
 	z-index:999999;
	position: absolute;
  	top: 20px;
  	right: 30px;
  	width: 30px;
	height: 30px;
	cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
	height: 3px;
}

.bar {
	position: relative;
	transform: translateY(25px);
	background: #1694b8; /* Old browsers */
	background: -moz-linear-gradient(left, #1694b8 0%, #0a9855 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1694b8 0%,#0a9855 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1694b8 0%,#0a9855 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1694b8', endColorstr='#0a9855',GradientType=1 ); /* IE6-9 */
	transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0); 
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #1694b8; /* Old browsers */
	background: -moz-linear-gradient(left, #1694b8 0%, #0a9855 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1694b8 0%,#0a9855 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1694b8 0%,#0a9855 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1694b8', endColorstr='#0a9855',GradientType=1 ); /* IE6-9 */
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #1694b8; /* Old browsers */
	background: -moz-linear-gradient(left, #1694b8 0%, #0a9855 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1694b8 0%,#0a9855 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1694b8 0%,#0a9855 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1694b8', endColorstr='#0a9855',GradientType=1 ); /* IE6-9 */
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

/*nav menu*/
.show {
  left:0%;
  opacity:1;
}

.hide {
  opacity:0;
  left:100%;
}

.mobile-nav {
  background:rgba(255,255,255,0.9);
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  text-align:center;
  transition: .3s ease;
  z-index: 99999;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}
.mobile-nav > ul{
  position:relative;
  top:30%;
  transform: translateY(-50%);
  list-style:none;
  width: 100%;
  float: left;
}

.mobile-nav > ul > li > a {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #555555;
  margin: 8px 0;
  opacity: 0;
  width: 100%;
  float: left;
  transition:opacity .9s ease-in-out;
}

.mobile-nav.show > ul > li > a {
  text-align:center;
  font-size: 20px;
  font-weight: 600;
  color: #555555;
  margin: 8px 0;
  width: 100%;
  float: left;
  opacity:1;
}
.mobile{ display: none;}
.mobile_link{
	width: calc( 100% - 40px );
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
	top: 20%;
	margin: 20px;
	padding: 30px 0;
	border-top: 1px solid #86b089;
}

/*--==INDEX==--*/
.ind_banner_all{
	width: 100%;
	float: left;
}
.ind_banner_box, .ind_banner_poto, .ind_banner_poto img{
	width: 100%;
	float: left;
}
.ind_banner_poto > ul{
	width: 100%;
	position: relative;
}
.ind_ban_title{
	width: 665px;
	position: absolute;
	right: 275px;
	top: 300px;
	z-index: 9;
}
.ind_ban_title > h1{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 68px;
	font-weight: 600;
	line-height: 80px;
	color: #ffffff;
	margin-bottom: 10px;
}
.ind_ban_title > p{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 24px;
/*font-size:17px;*/
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 60px;
	display: -webkit-box;
  	overflow: hidden;
  	text-overflow: ellipsis;
 	 -webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
}
.ind_ban_title > a{
	width: auto;
	float: right;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #0a9858;
	padding: 16px 40px;
	margin-bottom: 65px;
	border-radius: 10px;
	border: 2px solid #0a9858;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.ind_ban_title > a:hover{
	background-color: #0a9858;
	color: #ffffff;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.ind_ser{
	width: 100%;
	float: left;
	margin: 100px 0 180px 0;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.ind_con_all{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
.ind_con_all::before{
	content: "";
	display: block;
	width: 74%;
	height: 300px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	-moz-transform-origin:right;
	-moz-transform:skewY(5deg);
	-webkit-transform-origin:right;
	-webkit-transform:skewY(5deg);
	-o-transform-origin:right;
	-o-transform:skewY(5deg);
	-ms-transform-origin:right;
	-ms-transform:skewY(5deg);
	transform-origin:right;
	transform:skewY(5deg);
}
.ind_con_all::after{
	content: "";
	display: block;
	width: 26%;
	height: 300px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffff;
	-moz-transform-origin:left;
	-moz-transform:skewY(-11deg);
	-webkit-transform-origin:left;
	-webkit-transform:skewY(-11deg);
	-o-transform-origin:left;
	-o-transform:skewY(-11deg);
	-ms-transform-origin:left;
	-ms-transform:skewY(-11deg);
	transform-origin:left;
	transform:skewY(-11deg);
}

.ind_line1, .ind_line2, .ind_line3, .ind_line4, .ind_line5{
	width: 1px;
	height: 10000px;
	float: left;
	position: absolute;
	background-color: #ececec;
	z-index: 9;
}
.ind_line1{ top: -100px; left: 0;}
.ind_line2{ top: -70px; left: 25%;}
.ind_line3{ top: -40px; left: 50%;}
.ind_line4{ top: -8px; right: 25%;}
.ind_line5{ top: -45px; right: 0;}

.ind_about{
	width: 100%;
	float: left;
	position: relative;
	margin: 30px 0 65px 0;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	z-index: 5;
}
.ind_about > ul{
	width: calc( 100% / 2 );
	float: left;
}
.ind_ab_poto{
	position: relative;
}
.ind_ab_bg{
	width: 100%;
	float: left;
	-webkit-clip-path: polygon(50% 5%, 50% 17%, 100% 24%, 100% 100%, 50% 93%, 50% 80%, 0 75%, 0 0);
	clip-path: polygon(50% 5%, 50% 17%, 100% 24%, 100% 100%, 50% 93%, 50% 80%, 0 75%, 0 0);
}
.ind_ab_bg > img{width: 100%; float: left;}
.ind_ab_pic{
	width: 62%;
	position: absolute;
	bottom: -30px;
    right: -53px;
	z-index: 9;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.ind_ab_pic > img{ width: 100%; float: left;}
.ind_about:hover .ind_ab_pic{
	bottom: -15px;
	right: -40px;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.ind_ab_info{
	padding: 0 90px 0 145px;
}
.ind_ab_en{
	width: 100%;
	float: left;
	font-family: "Arial";
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #a0a0a0;
	margin-bottom: 10px;
}
.ind_ab_title{
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 20px;
}
.green_fw{ font-size: 40px; color: #0a9858;}
.ind_ab_text{
	width: 100%;
	height: 180px;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	display: -webkit-box;
  	overflow: hidden;
  	text-overflow: ellipsis;
 	 -webkit-line-clamp: 6;
  	-webkit-box-orient: vertical;
}
.ind_ab_link{
	width: auto;
	float: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #0a9858;
	padding: 16px 40px;
	margin-bottom: 65px;
	border-radius: 10px;
	border: 2px solid #0a9858;
	margin-top: 30px;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.ind_ab_link:hover{
	background-color: #0a9858;
	color: #ffffff;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.ind_ser{
	width: 100%;
	float: left;
	margin: 100px 0 180px 0;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.ind_ser > ul{
	width: calc( 100% / 2 );
	float: left;
}
.ind_ser_info{
	position: relative;
	padding: 0 155px 0 90px;
	z-index: 1;
}
.ind_ser_info::before{
	content: "";
	display: block;
	width: 3px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0a9858;
}
.ind_ser_title{
	width: 100%;
	float: left;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	color: #0a9858;
	margin-bottom: 20px;
}
.ind_ser_text{
	width: 100%;
	height: 65px;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	display: -webkit-box;
  	overflow: hidden;
  	text-overflow: ellipsis;
 	 -webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.ind_texture, .ind_color{
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.ind_texture::before, .ind_color::before{
	display: block;
	width: 55px;
	float: left;
	font-weight: 600;
	margin-right: 5px;
}
.ind_texture::before{ content: " 材質：";}
.ind_color::before{ content: " 顏色：";}
.ind_ser_link{
	width: auto;
	float: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #0a9858;
	padding: 16px 40px;
	margin-top: 60px;
	border-radius: 10px;
	border: 2px solid #0a9858;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.ind_ser_link:hover{
	background-color: #0a9858;
	color: #ffffff;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.ind_ser_poto{ position: relative; top: -50px;}
.ind_ser_pic{
	width: 535px;
	position: absolute;
	bottom: -47px;
    left: 0;
	z-index: 9;
	-webkit-clip-path: polygon(0 17%, 100% 0%, 100% 82%, 0% 100%);
	clip-path: polygon(0 17%, 100% 0%, 100% 82%, 0% 100%);
}
.ind_ser_pic > img{ width: 100%; float: left;}
.ind_ser_bg{
	width: 50%;
	height: 505px;
	float: right;
	background-color: #e8e7e6;
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.ind_pro_bg{
	width: 100%;
	float: left;
	background-color: #e5e5e5;
	padding: 165px 0;
}
.ind_pro_all{
	width: calc( 100% - 275px );
	float: left;
	position: relative;
	margin-left: 275px;
	z-index: 1;
}
.ind_pro_t{
	width: 100%;
	float: left;
	margin-bottom: 65px;
}
.ind_pro_title{
	width: 100%;
	float: left;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	color: #0a9858;
	margin-bottom: 20px;
}
.ind_pro_text{
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}
.ind_pro_box{
	width: 100%;
	min-height: 500px;
	float: left;
}
.ind_pro_list{
	width: calc( 100% / 3 - 60px);
	float: left;
	position: relative;
	margin-right: 60px;
	z-index: 1;
}
.ind_pro_list::before{
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba( 0,0,0,0.5 );
}
.ind_p_text{
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #ffffff;
	margin: 25px 0;
}
.ind_pro_pic, .ind_pro_pic > img{
	width: 100%;
	float: left;
}
.ind_pro_list:hover::before{
	height: 100%;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.ind_pro_list:hover .ind_p_text{
	bottom: 40%;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.ind_p_arrow{
	width: 150px;
	position: absolute;
	right: 275px;
	top: 0;
}

/*--==PRODUCT==--*/
.pro_cont{
	width: 100%;
	float: left;
	margin: 65px 0;
}
.pro_cont > a{
	width: calc( 100% / 2 - 6px );
	float: left;
	position: relative;
	margin: 10px 3px;
	z-index: 1;
}
.pro_cont > a::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0a9855; /* Old browsers */
	background: -moz-linear-gradient(top, #0a9855 0%, #1694b8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0a9855 0%,#1694b8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0a9855 0%,#1694b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9855', endColorstr='#1694b8',GradientType=1 ); /* IE6-9 */
	opacity: 0.65;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.pro_title{
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
	margin: 17px 0;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.pro_text{
	width: 100%;
	height: 100px;
	float: left;
	position: absolute;
	bottom: 20%;
	left: 0;
	display: -webkit-box;
  	overflow: hidden;
  	text-overflow: ellipsis;
 	 -webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	margin: 25px 0;
	padding: 25px;
	opacity: 0;	
}
.pro_pic, .pro_pic > img{
	width: 100%;
	float: left;
}
.pro_cont > a:hover::before{
	height: 100%;
	opacity: 0.9;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.pro_cont > a:hover .pro_title{
	bottom: 50%;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.pro_cont > a:hover .pro_text{
	opacity: 1;
	transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.pro_list_box{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.pro_list_box > a{
	width: calc( 100% / 3 - 6px );
	float: left;
	margin: 10px 3px;
}
.pro_list_pic{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.pro_list_pic > img{ width: 100%; float: left;}
.pro_list_text{
	width: 100%;
	height: 25px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 0 10px;
	text-align: center;
	display: -webkit-box;
  	overflow: hidden;
  	text-overflow: ellipsis;
 	 -webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.pro_list_box > a:hover .pro_list_text{
	color: #0a9855;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.pro_main_all{
	width: 100%;
	float: left;
}
.pro_v_poto{
	width: calc( 100% - 300px );
	float: left;
}
.pro_big_poto{
	width: 100%;
	float: left;
}
.pro_big_poto li, .pro_big_poto li a, .pro_big_poto li a > img{ width: 100%; float: left;}
.pro_date_s{
	width: 100%;
	float: left;
	margin: 20px 0;
}
.pro_small_poto{
	width: calc( 100% - 30px ) ;
	float: left;
	margin: 0 15px;
}
.small_poto{
	width: calc( 100% / 3 - 10px );
	float: left;
	margin: 0 5px;
}
.small_poto > img{ width: 100%; float: left;}
.pro_con_box{
	width: 300px;
	float: left;
	padding-left: 25px;
}
.pro_con_box > ul, .pro_c_box{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.pro_con_t{
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0a9855;
}
.pro_con_p{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	padding-left: 8px;
}
.pro_search_box{
	width: 100%;
	float: left;
	padding: 3px 0;
	margin-bottom: 5px;
	border-bottom: 2px solid #0a9855;
}
.pro_search_inp{
	width: calc( 100% - 35px );
	float: left;
	font-size: 16px;
	padding: 10px;
	color: #333333;
	border: 0;
	border-radius: 0;
	background-color: #ededed;
}
.pro_search_but{
	width: 35px;
	height: 38px;
	float: left;
	background-color: #0a9855;
	background-image: url("../images/icon/search_w.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	border-radius: 0;
}
/*--==CONTACT==--*/
.cont_info_all{
	width: 100%;
	float: left;
	margin: 65px 0;
}
.cont_info_all > ul{
	width: calc( 100% / 2 );
	float: left;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cont_title{
	width: calc( 100% - 40px );
	float: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #252525;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 40px 10px 0;
	border-bottom: 1px solid #86b089;
}
.cont_title::before{
	content: "";
	display: block;
	width: 40px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.add::before{ background-image: url("../images/icon/add.svg");}
.tel::before{ background-image: url("../images/icon/tel.svg");}
.fax::before{ background-image: url("../images/icon/fax.svg");}
.mail::before{ background-image: url("../images/icon/mail.svg");}
.cont_text{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
	padding-left: 50px;
}
.cont_text > a{ color: #555555; }
.cont_text > a:hover{ color: #0a9858;}
.cont_map_all{
	width: 100%;
	height: 350px;
	float: left;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 65px;
	border: 1px solid #ededed;
}
.cont_map_all:hover{ border: 1px solid #86b089;}
.cont_opin_box{
	width: 100%;
	float: left;
	padding: 0 25px;
	margin-top: 65px;
}
.cont_opin_box > h2{
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #0a9858;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ededed;
}
.cont_form_box{
	width: 100%;
	float: left;
}
.cont_opin_list{
	width: 100%;
	height: 45px;
	float: left;
	margin-bottom: 15px;
}
.cont_opin_list2{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cont_opin_text{
	width: 140px;
	height: 100%;
	float: left;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: #000;
	border-right: 5px solid #0a9858;
}
.cont_opin_text::after{
	content: "*";
	display: block;
	position: absolute;
	right: 10px;
	top: 4px;
	font-size: 18px;
	color: #C90003;
	font-weight: 600;
}
.cont_opin_p{
	width: calc( 100% - 160px );
	height: 100%;
	line-height: 45px;
	float: left;
	margin-left: 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+1,ffffff+53,f5f5f5+100 */
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 1%, #ffffff 53%, #f5f5f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f5f5f5 1%,#ffffff 53%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f5f5f5 1%,#ffffff 53%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cont_input{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #727272;
	background: inherit;
	border: 0;
	padding: 8px 16px;
}
.cont_textarea{
	width: 100%;
  	max-width: 100%;
  	min-width: 100%;
  	min-height: 250px;
 	float: left;
 	padding: 16px;
  	border: none;
  	font-size: 16px;
	color: #727272;
	line-height: 24px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+1,ffffff+53,f5f5f5+100 */
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 1%, #ffffff 53%, #f5f5f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f5f5f5 1%,#ffffff 53%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f5f5f5 1%,#ffffff 53%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.code_box{
	width: 50%;
	height: 50px;
	float: left;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.cont_opin_code{
	width: calc( 100% - 135px );
	height: 100%;
	line-height: 45px;
	float: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 20px;
	margin-right: 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+1,ffffff+53,f5f5f5+100 */
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 1%, #ffffff 53%, #f5f5f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f5f5f5 1%,#ffffff 53%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f5f5f5 1%,#ffffff 53%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.cont_code{
	width: 110px;
	float: left;
}
.cont_code > img{ width: 100%; float: left;}

.page_but_box02 {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 25px 0;
  border-top: 1px solid #ebebeb; 
}
.reset_but, .submit_but {
  padding: 6px 32px;
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  font-weight: 600;
  background-color: #f1f1f1;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reset_but, .submit_but {
  border: none;
  margin: 0 5px;
  cursor: pointer;
}
.reset_but:hover, .submit_but:hover {
  background-color: #0a9858;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*--==FOOTER==--*/
.footer{ 
	width: 100%; 
	float: left; 
	box-shadow: 0px 0px 15px rgba( 0,0,0,0.2 );
}
.foot_all{
	width: 100%;
	float: left;
	margin: 50px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.foot_all > ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.foot_left{ width: 260px; float: left; margin-right: 50px;}
.foot_right{ width: 300px; float: left; margin-right: 35px;}
.foot_logo{
	width: 140px;
	float: left;
	position: relative;
	margin: 0 auto;
}
.foot_logo > img{ width: 100%; float: left;}
.copy_right{
	width: auto;
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	margin-top: 25px;
}
.copy_right > a{ color: #999999;}
.foot_cont{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
}
.foot_cont > a{ color: #333333;}
.copy_right > a:hover, .foot_cont > a:hover{ color: #0a9855;}

/*--==USER==--*/
.use_title{
	width: 100%;
	float: left;
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	color: #414141;
	padding: 8px 16px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ededed;
}
.use_title::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	line-height: 30px;
	margin-right: 10px;
	background-image: url("../images/icon/user_ser_icon.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.use_poto, .use_poto_4{
	width: 100%;
	float: left;
	padding: 25px;
}
.use_poto > ul{
	width: calc( 100% / 2 );
	float: left;
	padding: 0 10px;
}
.use_poto_4 > ul{
	width: calc( 100% / 3 );
	float: left;
	padding: 0 10px;
	margin-bottom: 10px;
}
.use_poto > ul > li, .use_poto_4 > ul > li{
	width: 100%;
	float: left;
}
.use_pic{
	margin-bottom: 10px;
}
.use_pic > img{
	width: 100%;
	float: left;
}
.use_text{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
}
@media screen and (max-width: 1680px) {
	.ind_ban_title{ right: 170px; top: 260px;}
	.ind_line1 { top: -94px;}
	.ind_line2 { top: -64px;}
	.ind_line3 { top: -34px;}
	.ind_line4 { top: -4px;}
	.ind_line5 { top: -56px;}
	.ind_pro_box{ min-height: auto;}
}
@media screen and (max-width: 1440px) {
	.ind_ban_title{ right: 70px; top: 200px;}
	.ind_line1 { top: -89px;}
	.ind_line2 { top: -59px;}
	.ind_line3 { top: -28px;}
	.ind_line4 { top: 0;}
	.ind_line5 { top: -67px;}
	.ind_p_arrow { right: 75px;}
	.ind_pro_bg { padding: 65px 0;}
	.ind_pro_box{ min-height: auto;}
}
@media screen and (max-width: 1440px) {
	.ind_line2 { top: -53px;}
	.ind_line3 { top: -25px;}
	.ind_line4 { top: 0;}
	.ind_line5 { top: -64px;}
	.ind_p_arrow { right: 35px;}
}
@media screen and (max-width: 1024px) {
	.ind_ban_title{ right: 75px; top: 110px; text-shadow: 0 0 8px rgba( 0,0,0,0.85 );}
	.ind_ban_title > a{ background-color: #0a9855; color: #ffffff;}
	.ind_ab_info{ padding: 0 20px 0 80px;}
	.ind_line1,.ind_line2,.ind_line3,.ind_line4,.ind_line5{display: none;}
	.ind_about { margin-top: 0;}
	.ind_ser { margin: 30px 0 65px 0;}
	.ind_ser_pic{ width: 488px;}
	.ind_ser_info { padding-right: 65px;}
	.ind_ser_link { margin-top: 30px;}
	.ind_pro_bg{ padding: 65px 0;}
	.ind_pro_all{ width: calc( 100% - 40px ); margin: 0 20px;}
	.ind_p_arrow { right: 25px;}
	.ind_pro_box{ min-height: auto;}
	.ind_ban_title > h1{ font-size: 48px; line-height: 60px;}
	.ind_ban_title > p{ font-size: 15px; margin-bottom: 25px;}
	/*product*/
	.unit_main_all{ padding: 0 10px;} 
}

@media screen and (max-width: 999px) {
	.logo{ position: absolute;z-index: 9999999;}
	.header::after{ z-index: 9999999;}
	.mobile{display: block;}
	.link_icon{ margin: 0 8px; border: 1px solid #0a9858; background-color: #0a9858;}
	.search::before{ background-image: url( "../images/icon/search_w.svg");}
	.ig::before{ background-image: url( "../images/icon/instagram_w.svg");}
	.fb::before{ background-image: url( "../images/icon/facebook_w.svg");}
	.mobile-nav > ul{ top: 25%}
	.mobile_link{ top: 20%}
	.hea_all { height: 100px;}
	.hea_box{ display: none;}
	/*mobile_menu*/
	.mobile_list{ display: flex;}
	.menu{ width: 100%; float: left; max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;}
	.mobile_list.active::after{
		-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
	}
	.mobile_list::after, .mobile_list.active::after{
		-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	}
	/*unit*/
	.back_but, .submit_but{ background-color: #0a9855; color: #ffffff;}
	/*index*/
	.ind_ban_title > p{ margin-bottom: 25px; -webkit-line-clamp: 2; text-align: right;}
	.ind_ab_info{ padding-right: 0;}
	.ind_about { margin-top: 30px; align-items: flex-start;}
	.ind_ab_link { margin: 25px 0; float: right; background-color: #0a9855; color: #ffffff;}
	.ind_ser_pic{ width: 360px;}
	.ind_ser_bg{ height: 350px;}
	.ind_ser_info{ padding: 0 20px;}
	.ind_ser_link{background-color: #0a9855; color: #ffffff;}
	.ind_p_arrow{ right: 10px; top: -35px;}
	.ind_pro_t{ margin-bottom: 25px;}
	.ind_ban_title{ width: 440px; top: 270px; right: 50px;}
	/*product*/
	.pro_cont{margin: 25px 0;}
}
@media screen and (max-width: 760px) {
	.ind_p_arrow{ width: 80px; right: 0px; top: 0;}
	.swiper-container-horizontal > .swiper-pagination-bullets{ left: 45%;}
	.logo{ width: 125px;}
	.mobile-nav > ul{ top: 30%;}
	/*index*/
	.ind_ban_title { width: 80%; top: 100px;}
	.ind_ban_title > h1{ font-size: 30px; line-height: 36px;}
	.ind_ban_title > a{ font-size: 16px; padding: 8px 16px; border-radius: 5px;}
	.ind_about > ul{ width: 100%; margin-bottom: 25px;}
	.ind_ab_info{ padding: 0; margin-bottom: 0;}
	.ind_ab_pic { width: 70%; bottom: -15px; right: 22px;}
	.ind_about:hover .ind_ab_pic{ bottom: -15px; right: 22px;}
	.ind_about{ margin-bottom: 0;}
	.ind_ser{ margin: 0 0 25px 0;}
	.ind_ser > ul{ width: 100%;}
	.ind_ser_info{ padding: 0 0 0 20px ;}
	.ind_ser_text{ height: auto; -webkit-line-clamp: inherit;}
	.ind_ser_poto{ top: -90px;}
	.ind_ser_pic{ width: 100%;}
	/*unit*/
	.unit_left_box{ width: 100%; margin-top: 25px;}
	.unit_list, .unit_left_box a{ clip-path:inherit; -webkit-clip-path:inherit; margin: 3px 0; text-align: center;}
	.unit_right_box{ width: 100%; margin-top: 15px; padding: 25px 0;}
	.page_but_box02 {margin-top: 25px;}
	.unit_cont{ margin: 25px 0; padding: 0;}
	/*product*/
	.pro_list_box > a{ width: calc( 100% / 2 - 6px );}
	.pro_v_poto{ width: 100%;}
	.pro_con_box{ width: 100%; padding: 20px 0 0 0;}
	.pro_cont > a{ width: 100%; margin: 5px 0;}
	.pro_cont > a::before{ height: 100%; opacity: 0.65; background: #222222;}
	.pro_title{ bottom: 60%;}
	.pro_text{ opacity: 1; bottom: 15%;}
	/*contact*/
	.cont_info_all{ margin-top: 25px;}
	.cont_info_all > ul{ width: 100%;}
	.cont_title{ width: 100%; margin-right: 0;}
	.cont_map_all{ margin-bottom: 25px;}
	.cont_opin_box{ padding: 0; margin-bottom: 25px;}
	.cont_opin_box > h2{ font-size: 17px; } 
	.cont_opin_list{ height: auto;}
	.cont_opin_text{ width: 100%; height: auto; text-align: left; padding: 0 15px ;} 
	.cont_opin_p{ width: 100%; height: auto; margin-left: 0; padding: 0 10px ;}
	.cont_textarea{ padding: 0;}
	.code_box{ width: 100%;}
	.cont_opin_code{ margin-left: 0;}
	/*footer*/
	.foot_all { margin: 25px 0;}
	.foot_left{ width: 100%; margin: 0 0 10px 0;}
	.foot_right{ width: 100%; margin: 0;}
	.foot_cont{ text-align: center;}
	.copy_right{ margin-top: 10px;}
}
@media screen and (max-width: 400px) {
	.pro_list_box > a{ width: 100%; margin: 5px 0;}
}
@media screen and (max-width: 360px) {
	.mobile-nav > ul{ top: 35%;}
	.ind_ban_title{ right: 40px; top: 75px;}
	.ind_ban_title > h1{ font-size: 24px; line-height: 30px;}
	.ind_ban_title > p{ font-size: 13px; margin-bottom: 15px; text-align: right;}
}
@media screen and (max-width: 320px) {
	.ind_ser_bg{ height: 280px;}
}
