.loading{
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	color: #999;
	z-index: 9999;
	text-align: center;
	background-color: #fff;
}

.loading1{
	position: relative;
	display: inline-block;
	top: 45%;
	width: 27px;
	height: 27px;
}

.loading2{
	position: absolute;
	display: inline-block;
	top: -27px;
	right: -27px;
	width: 80px;
	height: 80px;
	background-image: url(../img/loading.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-animation: loading 2s linear infinite;
	-moz-animation: loading 2s linear infinite;
	-o-animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes loading {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}
@-o-keyframes loading {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(360deg);}
}
@keyframes loading {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.loading_t{
	position: absolute;
	display: inline-block;
	top: 42px;
	left: -12px;
}

@font-face{
    font-family: 'Lato';
    font-style: normal;
  	font-weight: 300;
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    	 url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    	 url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Light.ttf') format('truetype'); 
         unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face{
    font-family: 'Lato';
    font-style: normal;
  	font-weight: 300;
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    	 url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    	 url('../fonts/Lato-Light2.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Light.ttf') format('truetype'); 
         unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body{
	padding: 0;
	margin: 0;
	font-size: 95%;
}

body{
	position: relative;
	font-family: "Lato", "Microsoft JhengHei",Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 26px;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

body *{
	text-shadow: none;
}

*,
*:after,
*::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #80BA17;
	color: #fff;
}

::-moz-selection {
	background: #80BA17;
	color: #fff;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1;
}

h1{
	width: 100%;
	color: #000;
	font-size: 34px;
	padding: 0;
	margin: 0;
}

h2{
	float: left;
	width: 100%;
	color: #111;
	font-size: 26px;
	padding: 2px 0 12px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #0A690A;
}

h3{
	float: left;
	width: 100%;
	color: #333;
	font-size: 20px;
	padding: 0 0 0 8px;
	margin: 12px 0;
	border-left: 6px solid #67A142;
}

p{
	float: left;
	display: block;
	margin: 0 0 10px 0;
}

a{
	color: #555;
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

a:focus{
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

a, a:link, a:active, a:visited, a:hover{
	text-decoration: none;
}

button{
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

input{
	font-family: "Lato", "Microsoft JhengHei",Arial, Helvetica, sans-serif;
	padding: 0;
	border: 0;
}

area{
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

header{
	position: fixed;
	top:0;
	width: 100%;
	height: 110px;
	color: #fff;
	z-index: 2000;
	background-color: #fff;
	-webkit-transform: translateZ(0);
	transition: all 0.3s;
	transition: all 0s \9;
}

.header_s{
	height: 80px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	transition: all 0.3s \9;
}

.navigation{
	width: 1000px;
	margin: 19px auto 0 auto;
	transition: margin 0.3s;
	transition: margin 0s \9;
}

.header_s .navigation{
	margin: 4px auto 0 auto;
	transition: margin 0.3s \9;
}

.logo{
	float: left;
	height: 68px;
	transition: all 0.3s;
	transition: all 0s \9;
}

.logo img{
	height: 100%;
}

.header_s .logo{
	height: 60px;
	margin-top: 4px;
	transition: all 0.3s \9;
}

.nav_box{
	float: right;
}

.nav_box nav{
	float: left;
}

.nav_box ul.menu{
	float: left;
	margin: 0;
	border-top: 0; 
}

.nav_box ul.menu li{
	position: relative;
	float: left;
}

.nav_box ul.menu li a{
	float: left;
	height: 100%;
	color: #333;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 30px;
	border-bottom: 0;
	transition: color 0.15s ease;
}

.nav_box ul.menu li a:active{
	background-color: transparent\9;
}

.nav_box ul.menu li:hover a{
	color: #438526;
}

.nav_box ul.menu li a.current{
	color: #438526;
}

.nav_box ul.menu .n_a{
	display: none;
}

.nav_box ul.menu ul.child_menu{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 62px;
	left: -26px;
	width: 180px;
	text-align: center;
	padding: 8px 0;
	border: 4px solid #438526;
	background-color: #fff;
	transition: all 0.15s ease;
}

.nav_box ul.menu ul.child_menu.c_m_l{
	left: -48px;
	width: 230px;
}

.nav_box ul.menu li:hover ul{
	visibility: visible;
	opacity: 1;
}

.nav_box ul.menu ul.child_menu li{
	float: left;
	width: 100%;
}

.nav_box ul.menu ul.child_menu li a{
	width: 100%;
	color: #333;
	font-size: 15px;
	padding: 12px;
}

.nav_box ul.menu ul.child_menu li a:hover{
	color: #438526;
	transition: all 0.15s ease;
}

.nav_box ul.menu ul.child_menu ul{
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 100%;
	width: 140px;
}

.nav_box ul.menu ul.child_menu li:hover ul{
	visibility: visible;
	opacity: 1;
}

/*.arrow-bottom{
	position: absolute;
	top: 28px;
	right: 11px;
	display: inline-block;
	border-top: 6px solid #333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}*/

.arrow-bottom{
	position: absolute;
	top: 28px;
	right: 13px;
	display: inline-block;
}

.arrow-bottom:after{
	content: " ";
	display: inline-block;
	width: 13px;
	height: 9px;
	background-image: url(../img/arrow-bottom.svg);
	transition: all 0.15s ease;
}

.current .arrow-bottom:after{
	background-image: url(../img/arrow-bottom-h.svg);
}

.nav_box ul.menu li:hover .arrow-bottom:after{
	background-image: url(../img/arrow-bottom-h.svg);	
}

/*.arrow-right{
	position: absolute;
	top: 13px;
	right: 12px;
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #bbb;
}*/

.m_menu_b{
	display: none;
}

#top{
	height: 80px;
}

#i_top #top{
	height: 0;
}

.kanban{
	width: 100%;
	height: 100vh;
}

.content{
	width: 1000px;
	min-height: 800px;
	margin: 10px auto 80px auto;
}

.content_i{
	margin: 40px auto;
	min-height: 0;
}

.con_i1{
	float: left;
	text-align: center;
}

.con_i1 h1{
	float: left;
	width: 100%;
	color: #084D08;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding: 25px 0 20px 0;
}

.con_i1 h2{
	float: left;
	width: 100%;
	color: #A35B00;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	margin: 0;
	border-bottom: none;
}

.intro{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
}

.intro_box{
	float: left;
	padding: 30px 20px;
}

.ibox{
	float: left;
	width: 320px;
	padding: 0 40px;
}

.ibox img{
	float: left;
	width: 100%;
}

.ibox_tbox{
	float: left;
	width: 100%;
}

.ibox_t{
	float: left;
	width: 100%;
	text-align: justify;
	padding: 0 10px;
	line-height: 25px;
}

.con_i2{
	position: relative;
	background-image: url(../img/i2_bg.png);
}

.i2_f1{
	position: absolute;
	top: 100px;
	left: -140px;
	width: 321px;
	height: 503px;
	background-image: url(../img/f1.png);
}

.i2_f2{
	position: absolute;
	top: 50px;
	right: -150px;
	width: 433px;
	height: 295px;
	background-image: url(../img/f2.png);
}

.i2_f3{
	position: absolute;
	bottom: 0px;
	right: -90px;
	width: 305px;
	height: 185px;
	background-image: url(../img/f3.png);
}

.i2_cbox{
	position: relative;
	width: 1000px;
	padding: 70px 0 100px 0;
	margin: 0 auto;
	text-align: center;
}

.i2_cbox h2{
	float: left;
	width: 100%;
	color: #084D08;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: none;
}

.i_product{
	float: left;
	padding: 50px 0;
}

.ibox_p{
	float: left;
	width: 220px;
	padding: 20px;
	margin: 0 15px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	background-color: #fff;
}

.ibox_p img{
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 7px 0;
}

.ibox_p_tit{
	float: left;
	width: 100%;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #A5A7A8;
}

.ibox_p_con{
	float: left;
	width: 100%;
	height: 98px;
	line-height: 22px;
	text-align: justify;
	padding: 0 0 10px 0;
}

.ibox_p_b{
	float: left;
	width: 100%;
}

.b1{
	display: inline-block;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	padding: 10px 30px;
	border: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #67A142;
	transition: all 0.2s;
}

.b1:hover{
	opacity: 0.8;
}

.b_l{
	font-size: 16px;
	padding: 11px 36px;
}

.pt_box{
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.pt01{background-image: url(../img/pt01.jpg);}
.pt02{background-image: url(../img/pt02.jpg);}
.pt03{background-image: url(../img/pt03.jpg);}
.pt04{background-image: url(../img/pt04.jpg);}

.pt_box_c{
	width: 1000px;
	padding: 8.2% 0 6.8% 4px;
	margin: 0 auto;
}

.pt_box_c h1{
	font-size: 34px;
	letter-spacing: 1px;
}

h1.h1_w{
	color: #fff;
	font-size: 34px;
	-webkit-text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.breadcrumb{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.breadcrumb a{
	color: #555;
	transition: all 0.2s;
}

.breadcrumb a:hover{
	color: #67A142;
}

.b_home{
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 24px;
	background-image: url(../img/b_home.svg);
}

.b_home:hover{
	background-image: url(../img/b_home_h.svg);
}

.l_box{
	float: left;
	width: 185px;
	height: calc(100vh - 200px);
}

.l_box_fixed{
	position: fixed !important;
	top: 90px;
	z-index: 100;
}

.l_nav_container{
	display: inline-block;
	width: 100%;
	border: 1px solid #CBCDCE;
}

.l_nav_container *{
	display: inline-block;
	vertical-align: middle;
}

.l_nav_tit{
	width: 100%;
	color: #424141;
	font-size: 24px;
	padding: 0 0 15px 0;
}

.dropdown-trigger{
	display: none;
}

.l_nav_box{
	width: 100%;
	text-align: center;
	background-color: #EFEFF0;
}

.l_nav{
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0;
	border-bottom: 1px solid #CBCDCE;
}

.l_nav:last-child{
	border-bottom: none;
}

.l_nav:hover{
	border-left: 5px solid rgba(10,105,10,0.9);
	background-color: rgba(255,255,255,0.9);
	transition: all 0.2s;
}

.l_nav_active{
	color: #0A690A;
	border-left: 5px solid #0A690A;
	background-color: rgba(255,255,255,1);
}

.l_nav_s{
	font-size: 15px;
}

.r_box{
	float: left;
	width: 775px;
	text-align: justify;
	margin: 0 0 0 40px;
}

.r_box_m_l{
	margin-left: 225px;
}

.a_c_rowbox{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.a_c_row{
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
}

.a_c_img{
	float: left;
	width: 66.8%;
}

.a_c_con{
	float: left;
	width: 30.2%;
	margin: 0 0 0 3%;
}

.a_c_ul{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	border-top: 1px solid #CBCDCE;
}

.a_c_ul li{
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}

.a_c_ul li:before{
	content: " ";
	display: inline-block;
	vertical-align: bottom;
	width: 24px;
	height: 24px;
	background-image:url(../img/v.svg);
}

.a_f_box{
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}

.a_f_row{
	position: relative;
	float: left;
	width: 720px;
	padding: 0 0 36px 78px;
	margin: 0 0 0 55px;
	border-left: 3px solid #76B051;
}

.a_f_row:last-child{
	border-left: 3px solid #fff;
}

.a_f_tit{
	position: absolute;
	top: -30px;
	left: -60px;
	width: 116px;
	height: 116px;
	color: #2C7500;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 44px 0 0 0;
	border: 1px solid #76B051;
	border-radius: 116px;
	-webkit-border-radius: 116px;
	-moz-border-radius: 116px;
	background-color: #fff;
}

.a_f_con{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}

.a_f_img{
	float: left;
	width: 100%;
}

.a_f_img img{
	float: left;
	width: 100%;
}

.a_h_box{
	float: left;
	width: 100%;
}

.a_h_row{
	float: left;
	width: 100%;
	margin: 10px 0;
}

.a_h_y{
	float: left;
	width: 13.5%;
	color: #338800;
	font-size: 36px;
	line-height: 0.95;
}

.a_h_r{
	float: left;
	width: 86.5%;
}

.a_h_tit{
	float: left;
	width: 100%;
	color: #2C7500;
	font-size: 18px;
	font-weight: bold;
}

.a_h_con{
	float: left;
	width: 100%;
}

.a_o_box{
	float: left;
	width: 100%;
}

.s_o_box{
	float: left;
	width: 100%;
}

.s_o_wf{
	float: left;
	width: 36%;
	margin-top: 12px;
}

.s_o_row{
	position: relative;
	float: left;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 12px 10px;
	margin: 0 0 32px 0;
	border: 1px solid #000;
	background-color: #fff;
}

.s_o_row:last-child{
	margin: 0;
}

.s_oem .s_o_row{
	color: #67A142;
	border: 1px solid #67A142;
}

.s_oem .s_o_row .s_o_t_c{
	color: #488B1D;
}

.s_oem .s_o_row:after{
	border-top-color: #ACD791;
}

.s_odm .s_o_row{
	color: #A37B4F;
	border: 1px solid #BE946B;
}

.s_odm .s_o_row .s_o_t_c{
	color: #845D3B;
}

.s_odm .s_o_row:after{
	border-top-color: #D2AC83;
}

.s_spa .s_o_row{
	color: #AC1C2A;
	border: 1px solid #DA8086;
}

.s_spa .s_o_row .s_o_t_c{
	color: #A4283F;
}

.s_spa .s_o_row:after{
	border-top-color: #E4939B;
}

.s_o_t_c{
	font-size: 18px;
}

.s_o_t_e{
	font-size: 15px;
	padding: 7px 0 0 0;
}

.s_o_row:after{
	content: " ";
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin: 0 0 0 -30px;
	border-top: 14px solid #000;
	border-right: 26px solid transparent;
	border-left: 26px solid transparent;
}

.s_o_row:last-child:after{
	border: none;
}

.s_o_i{
	float: left;
	width: 64%;
}

.p_box{
	float: left;
	width: 100%;
	border: 6px solid #80BA17;
}

.p_box img{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: -20px;
}

.p_box_tit{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
}

.p_box_con{
	float: left;
	width: 100%;
	padding: 15px;
}

.p_box_info{
	float: left;
	width: 100%;
	text-align: left;
}

.p_i_h{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: 6px 15px;
	background-color: #80BA17;
}

.p_i_h_l{
	float: left;
	width: 25%;
}

.p_i_h_r{
	float: left;
	width: 75%;
	padding: 0 0 0 8px;
}

.p_i_b{
	float: left;
	width: 100%;
}

.p_row{
	float: left;
	width: 100%;
	padding: 8px 15px;
	border-bottom: 1px solid #CBCDCE;
}

.p_row_l{
	float: left;
	width: 25%;
	color: #6aa500;
	font-weight: bold;
}

.p_row_r{
	float: left;
	width: 75%;
	padding: 0 0 0 8px;
}

.p_row_n{
	float: left;
	width: 100%;
	color: #6aa500;
	font-size: 14px;
	padding: 5px 0 0 20px;
}

.contact_box{
	float: left;
	width: 100%;
}

.map_box{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.map_box iframe{
	float: left;
	width: 100%;
	height: 300px;
}

.contact_row{
	float: left;
	width: 100%;
	padding: 10px 0;
}

.qr_code_box{
	float: left;
	padding: 10px;
	background-color: #ECECED;
}

.qr_code_box img{
	float: left;
}

.contact_info{
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.contact_b .b1{
	margin: 0 10px 10px 0;
}

.consultation{
	float: left;
	width: 100%;
}

.consultation_from{
	float: left;
	width: 80%;
	padding: 10px 0 0 0;
}

.c_f_row{
	float: left;
	width: 100%;
	padding: 12px 0;
}

.c_f_row_2{
	float: left;
	width: 50%;
}

.c_f_row_l{
	float: left;
	width: 88px;
	font-weight: bold;
	text-align: right;
	line-height: 1;
	padding: 10px 0 0 0;
}

.c_f_row_r{
	float: left;
	width: calc(100% - 88px);
	padding: 0 0 0 3px;
}

select{
	position: relative;
	cursor: pointer;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select_box{
	position: relative;
}

.select_box:after{
	content: " ";
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 12px;
	width: 16px;
	height: 16px;
	background-image: url(../img/arrow-bottom.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	pointer-events: none;
}

.form_control{
	display: block;
	float: left;
	width: 100%;
	height: 38px;
	padding: 8px;
	font-size: 16px;
	line-height: 1;
	color: #333;
	background-color: #f6f6f6;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.form_control:focus{
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form_c_textarea{
	height: 200px;
}

.t_a_c{
	text-align: center;
}

.clearfix{
	clear: both;
}

.h_d{
	display: none;
}

.d_n{
	display: none !important;
}

.d_b{
	display: block !important;
}

.v_h{
	visibility: hidden !important;
	opacity: 0 !important;
}

.d_v{
	visibility: visible !important;
	opacity: 1 !important;
}

.top{
	position: fixed;
	bottom: 22px;
	right: 22px;
	width: 47px;
	height: 47px;
	z-index: 80;
	opacity: 0;
	visibility: hidden;
	background-image: url(../img/top.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.top:hover{
	opacity: 0.8 !important;
}

footer{
	font-size: 14px;
	padding: 20px 0;
	color: rgba(255,255,255,0.8);
	background-color: #0e470e;
}

.footer_box{
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

.f_logo{
	display: inline-block;
	vertical-align: top;
	width: 151px;
	height: 53px;
	opacity: 0.8;
	margin: 15px 10px 0 0;
	background-image: url(../img/logo_w.svg);
	transition: all 0.25s;
}

.f_logo:hover{
	opacity: 1;
}

.footer_t{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 8px 0 0 20px;
}

.ft_m_br{
	display: none;
}

.footer_t a{
	color: rgba(255,255,255,0.8);
}

@media screen and (max-width: 1000px){

.b_o_h{
	overflow: hidden;
}

header{
	height: 65px !important;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.navigation{
	position: relative;
	width: 100%;
	margin: 0 auto !important;
}

.logo{
	position: absolute;
	display: inline-block;
	float: none;
	left: 50%;
	height: 50px !important;
	margin-top: 7px !important;
	margin-left: -66px; 
}

.m_menu_b{
	float: left;
	display: block;
	width: 65px;
	height: 65px;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-image: url(../img/m_menu_b.svg);
}

.m_menu_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.35s ease;
}

.nav_box{
	position: absolute;
	top: 0;
	left: -260px;
	width: 260px;
	height: 100vh;
	overflow: auto;
	z-index: 200;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	background-color: #f9f9f9;
	-webkit-overflow-scrolling: touch;
	transition: transform 0.35s ease;
}

.nav_box_d_b{
	transform: translateX(260px);
}

.nav_box ul.menu li{
	width: 100%;
}

.nav_box ul.menu li a{
	width: 260px;
	height: 46px;
	color: #000;
	line-height: 47px;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.nav_box ul.menu li a.current{
	color: #000;
}

.nav_box ul.menu li:hover a.current{
	color: #438526;
}

.nav_box ul.menu ul.child_menu{
	position: static;
	display: none;
	visibility: visible;
	opacity: 1;
	float: left;
	width: 100% !important;
	padding: 0;
	border: none;
	border-bottom: 1px solid #ddd;
}

.nav_box ul.menu ul.child_menu li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.nav_box ul.menu ul.child_menu li:last-child{
	border-bottom: 0;
}

.nav_box ul.menu ul.child_menu li a{
	float: left;
	width: 100%;
	padding: 0;
	border-bottom: none;
}

.nav_box ul.menu ul.child_menu ul{
	position: static;
	display: none;
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: none;
}

.nav_box ul.menu li .n_a{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 46px !important;
	height: 46px;
	padding: 0 !important;
	z-index: 300;
	border-left: 1px solid #ddd;
	background-image: url(../img/n_a_d.svg);
	transition: all 0s;
}

.nav_box ul.menu li ul li .n_a{
	border-left: 1px solid #eee;
}

.nav_box ul.menu li .n_a_u{
	background-image: url(../img/n_a_u.svg);
}

.arrow-bottom{
	display: none;
}

.arrow-right{
	display: none;
}

#top{
	height: 65px;
}

.kanban{
	height: auto;
}

.content{
	width: 86%;
	min-height: 0;
}

.content_i{
	margin: 20px auto;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	display: none !important;
	opacity: 0 !important;
}

.ms-bullets.ms-dir-h{
	opacity: 1 !important;
}

.intro{
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
}

.intro_box{
	padding: 20px 0;
}

.ibox{
	width: 220px;
	padding: 0 10px;
}

.i2_f1,.i2_f2,.i2_f3{
	display: none;
}

.i2_cbox{
	width: 100%;
	padding: 40px 0;
}

.i_product{
	padding: 30px 0;
}

.ibox_p{
	width: 45.6%;
	margin: 0 0 20px 3%;
}

.pt_box{
	background-size: cover;
	background-position: center;
}

.pt_box_c{
	width: 100%;
	padding: 50px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}

.pt_box_c h1{
	color: #fff;
	font-size: 32px;
	letter-spacing: 2px;
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	-moz-text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.breadcrumb{
	margin: 0;
}

.l_box{
	position: static !important;
	width: 100% !important;
	height: auto !important;
}

.scroll-wrapper > .scroll-content{
	width: 100% !important;
}

.dropdown-trigger{
	position: relative;
	display: block;
	width: 100%;
	min-height: 50px;
	color: #0A690A;
	font-size: 21px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 14px 10px 10px 10px;
	border: 1px solid #CBCDCE;
}

.dropdown-trigger:after{
	content: " ";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 24px;
	background-image: url(../img/arrow-bottom-g.svg);
}

.dropdown{
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	z-index: 60;
	visibility: hidden;
	opacity: 0;
	transition: all .15s ease;
}

.dropdown-is-active{
	visibility: visible;
	opacity: 1;
}

.l_nav_container{
	position: relative;
	margin: 10px 0 12px 0;
	border: none;
}

.l_nav_tit{
	display: none;
}

.l_nav_box{
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.l_nav{
	height: 46px;
	line-height: 1;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #dcdcdc;
}

.l_nav:hover{
	color: #fff;
	border-left: none;
	background-color: #80BA17;
}

.l_nav_box.p_l_nav .l_nav{
	float: left;
	width: 50%;
	border-right: 1px solid #dcdcdc;
}

.l_nav_box.p_l_nav .l_nav:nth-child(2n){
	border-right: none;
}

.l_nav_box.p_l_nav .l_nav:nth-last-child(2){
	border-bottom: none;
}

.l_nav_active{
	border-left: none;
}

.l_nav_s{
	font-size: 16px;
}

.r_box{
	width: 100%;
	margin: 0;
}

.r_box h2{
	display: none;
}

.a_c_img{
	width: 61%;
}

.a_c_con{
	width: 36%;
}

.a_c_ul li{
	padding: 5px 0 0 0;
}

.a_f_row{
	width: 88%;
	margin: 0 0 0 9%;
}

.a_h_r{
	padding: 0 0 0 2%;
}

.a_o_box img{
	width: 100%;
}

.s_o_wf{
	width: 40%;
}

.s_o_i{
	width: 60%;
}

.p_row_n{
	text-align: center;
}

.contact_box h2{
	margin: 12px 0;
}

.consultation_from{
	width: 100%;
}

.v_d{
	display: none;
}

.h_d{
	display: block;
}

.footer_box{
	width: 100%;
}

.footer_t{
	padding: 0 20px;
	margin: 0;
}

.f_logo{
	display: none;
}

}

@media screen and (max-width: 767px){

body{
	line-height: 22px;
}

.con_i1 h1{
	font-size: 24px;
	padding: 10px 0;
}

.con_i1 h2{
	font-size: 24px;
	padding: 0 0 10px 0;
}

.intro{
	font-size: 15px;
	padding: 0 8px;
	line-height: 22px;
}

.intro_box{
	padding: 10px 0;
}

.ibox{
	width: 100%;
	padding: 0 35px 20px 35px;
}

.ibox img{
	float: none;
	width: 100%;
}

.ibox_t{
	padding: 0 5px;
	line-height: 22px;
}

.ibox_p{
	width: 70%;
	margin: 0 15% 20px 15%;
}

.ibox_p_con{
	height: auto;
	padding: 0 0 15px 0;
}

.pt02, .pt03{
	background-position: right center;
}

.l_nav_box.p_l_nav .l_nav_s{
	font-size: 15px;
}

.s_o_box h3{
	line-height: 1.3;
}

.a_c_img{
	width: 100%;
}

.a_c_con{
	width: 100%;
	margin: 3px 0 0 0;
}

.a_c_ul{
	margin: 5px 0 0 0;
}

.a_c_ul li:before{
	margin: 0 2px 0 0;
}

.a_f_box{
	padding: 0;
}

.a_f_row{
	padding: 0 0 20px 12%;
}

.a_f_tit{
	top: -3px;
	left: -32px;
	width: 60px;
	height: 60px;
	line-height: 1.3;
	padding: 9px;
}

.a_h_tit{
	font-size: 16px;
	padding: 0 0 5px 0;
}

.a_h_y{
	width: 100%;
	font-size: 32px;
	padding: 0 0 10px 0;
}

.a_h_r{
	width: 100%;
	padding: 0;
}

.s_o_wf{
	width: 100%;
}

.s_o_t_c{
	font-size: 17px;
}

.s_o_t_e{
	font-size: 14px;
}

.s_o_i{
	width: 100%;
}

.p_box_tit{
	font-size: 15px;
	line-height: 1.3;
}

.p_i_h{
	font-size: 14px;
	padding: 2px 8px;
}

.p_row{
	padding: 6px 0;
	line-height: 1.3;
}

.p_row_l{
	width: 22%;
	padding: 0 0 0 8px;
}

.p_row_r{
	width: 78%;
}

.contact_row{
	padding: 5px 0;
}

.qr_code_box{
	display: none;
}

.contact_info{
	font-size: 15px;
	padding: 0;
}

.contact_b .b1{
	padding: 10px;
	margin: 0 0 8px 4px;
}

.c_f_row{
	padding: 8px 0;
}

.c_f_row_2{
	width: 100%;
}

.ft_m_br{
	display: block;
}

}
.form-go{position:absolute; top:0; left:0; opacity:0;display:none;}