@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;font-family: "微軟正黑體";}
.pure-g [class*=pure-u], .pure-g{font-family: "微軟正黑體";letter-spacing: 0px;}
body{margin:0;}
a {text-decoration: none;}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
button:focus, input:focus, select:focus, textarea:focus {
  outline: none; }
#tinymce {
  background: none; }
#container{
	width:100%;
	margin:0 auto;}
.main_container{
	min-height: calc(100vh - 552px);
}
.nodata{
	text-align: center;
	color: #2F2F2F;
	font-size: 1em;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nodata span{
	padding: 5em;
	width: 100%;
}
main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}
div.mainbox{
	width: calc(100% - 201px);
	margin: 0;
	vertical-align: top;
	/* margin-left: 201px; */
	order: 1;
	overflow: hidden;
	-webkit-animation: bounceInUp 2s linear;
    -moz-animation: bounceInUp 2s linear;
    -ms-animation: bounceInUp 2s linear;
    -o-animation: bounceInUp 2s linear;
    animation: bounceInUp 2s linear;
}
/*header*/
header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 201px;
    /* height: 100%; */
    padding: 0;
    z-index: 999;
    top: 0;
    order: 0;
    vertical-align: top;
    margin: 0;
    /* position: fixed; */
    position: relative;
    background-color: #8FC320;
    background-image: url('../images/website_image/bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.headerbox{
	width: 100%;
	margin: 0 auto;
	-webkit-animation: eimg 0.5s linear;
    -moz-animation: eimg 0.5s linear;
    animation: eimg 0.5s linear;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
.hlogo {
	padding: 20px 0;
	position: relative;
	width: 100%;
	vertical-align: top;
	text-align:center;
}
header .hlogo img {
    display: inline-block;
    width: 155px;
}
.lang{
	width: 100%;
	text-align: center;
	padding: 9px 0 40px;
}
.lang a{
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 25px;
	margin: 0 3px;
	display: inline-block;
    padding: 1px 11px;
}
.lang a:hover{
	background-color: #00ADEF;
	color: #000;
}
/*Banner*/
.bannerbox{
	width: 100%;
	margin: 0;
	-webkit-animation: eimg 0.6s linear;
    -moz-animation: eimg 0.6s linear;
    -ms-animation: eimg 0.6s linear;
    -o-animation: eimg 0.6s linear;
    animation: eimg 0.6s linear;
}
#banner {
	position: relative;
	overflow: hidden;
	z-index: 99;
}
#banner .img {
	white-space: nowrap;
	position: absolute;
}
#banner .img img {
	vertical-align: top;
}
#banner_control {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
#banner_control img {width: 18px;}
#banner #banner_control span {
	cursor: pointer;
	padding: 0 2px;
}
#banner #banner_control span img:nth-child(2) {
	display: none;
}
#banner #banner_control span img:nth-child(1) {
	display: inline-block;
}
#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
	display: none;
}
#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
	display: inline-block;
}
/*Banner End*/
/*menu*/
header .navbox{
	width: 100%;
	vertical-align: top;
}
header .hnav .mul {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
}
header .hnav .mul > li{
	position: relative;
	width: 100%;
	padding: 0 0 26px;
	margin: 0;
	text-align: center;
}
header .hnav .mul li a > b img{
	max-width: 20px;
	max-height: 20px;
	vertical-align: middle;
	align-self: center;
	position: relative;
	top: -2px;
	margin-right: 2px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
header .hnav .mul li a > b{
	display: block;
	font-weight: normal;
	vertical-align: top;
	position: relative;
	letter-spacing: 1.5px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.hnav .mli > a {
	padding: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
	color: #fff;
	z-index: 999;
	height: 45px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.hnav .mli > a:hover{
	background-color: #00ADEF;
	color: #000;
}
header .hnav .mul li a:hover > b img{
	-webkit-filter:invert(1);
	filter:invert(1);
}
.hnav .mli .sul {
    position: absolute;
    z-index: 998;
    width: 100%;
    display: none;
    cursor: pointer;
    top: 0;
    left: 100%;
    background-color: #00ADEF;
    padding: 0;
}
.hnav .mli:hover .sul{
	display: block;	
}
.hnav .mli .sul::before{
	background-color: #00ADEF;
    content: "";
    left: -100%;
    top: 0;
    position: absolute;
    width: 100%;
    height: 45px;
}
.hnav .sli {
    width: 100%;
}
.hnav .sli a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 2px;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #000;
}
.hnav .sli a:hover{
	color: #fff;
}


/*title*/
.title{
	text-align: left;
	width: 100%;
	margin: 15px 0 13px;
	padding: 0px;
	background-image: url('../images/website_image/title_line.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 132px;
}
.title > div > .title_img{
	height: 66px;
	padding: 20px 0 0 148px;
}
.title > div > .title_img img{
	max-width: 53px;
	max-height: 40px;
}
.title > div > .title_txt{
	margin-top: 6px;
	font-weight: bolder;
	width: 222px;
    text-align: center;
}
.title > div > div span{
	display: inline-block;
	font-size: 15px;
	color: #818282;
	margin-left: 5px;
}
.title > div > div b{
	display: inline-block;
	letter-spacing: 1px;
	font-size: 25px;
	color: #035A00;
	text-shadow: 1px 1px 3px #ccc;
	margin-left: 2px;
}

/*more*/
.more a{
	position: relative;
	color: #8FC320;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: bolder;
}
.more{
	text-align: right;
	width: 100%;
    margin: 42px 0;
}
.more a:hover{
	color: #00ADEF;
}

/*top*/
#gotop {
	display: none;
	position: fixed;
	right: 16px;
	bottom: 20px;
	cursor: pointer;
	z-index: 9999;
}
#gotop img {
	width: 48px;
	height: auto;
}





/*按鈕*/
.member_button{
	background: #4B4B4B;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1em;
	display: block;
	padding: 0.5em;	
	border: none;
}

.member_button:hover{
	background: #DA4E40;	
	
}
a.btn{
	background: #4B4B4B;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	font-family: '微軟正黑體';
	text-align: center;
	display: block;
	line-height: 2em;
}
a.btn:hover{
	background: #DA4E40;
}

a.btn_fb{
	background: #1D438E;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	line-height: 2em;
}
a.btn_fb:hover{
	background: #13213B;
}


/*返回*/
.back{
	text-align: center;
	width: 100%;
	margin:20px 0; 
}
.back a{
	color: #4B4B4B;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 1%;

}
.back a:hover{
	color: #fff;
	background: #878787;
	border-radius: 4px;
}

/*頁碼*/
.page{
	text-align: center;
	margin: 5em 0px;
	font-size: 16px;
	width: 100%;
}
.page ul {padding: 0;margin: 0;list-style-type: none;}
.page ul li {display: inline-block; margin: 0 5px;}
.page ul li a {
	text-align: center;
	display: block;
	color: #000;
	font-weight: bolder;
	padding: 0 1px;
	line-height: 20px;
	min-width: 21px;
	min-height: 21px;
}
.page ul li .select, .page ul li a:hover {	
	background-color: #70BC28;
}
.page ul li a.next, .page ul li a.prev{
}

/*footer*/
footer{
	background-color: #D1D1D1;
	position: relative;
	overflow: hidden;
}
.footer_box{
	width: 100%;
	margin: 0 auto;
}
.foot_main_in{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.foot_left{
	width: 100%;
	text-align: left;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 18px 0 20px;
}
.foot_cont{
	width: 100%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	color: #3E3A39;
	font-size: 13.5px;
	padding: 0px;
}
.foot_logo{
	width: 30%;
	text-align: center;
	padding: 0 20px 0 5.5%;
}
.foot_logo img{
	width: 150px;
}
.foot_txt{
	width: 70%;
	padding-right: 5px;
}
.foot_txt a{
	color: #3E3A39;
}
.foot_txt a:not(:last-child){
	margin-right: 3%;
}
.foot_cont p{
	margin: 0;
	line-height: 18px;
	letter-spacing: 0px;
}
.foot_bottom{
	background-color: #333;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 5px 0;
}
address, address a{
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.65px;
	font-style: normal;
}


/*news*/
.inews_box {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.inews{
	text-align: center;
}
.inews_main_out{
	margin: 0 auto;
	width: 90%;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.inews_mainbox{
	padding: 0;
}
.inews_main{
	margin: 0 auto;
	padding: 30px 0px 20px;
	width: 100%;
	border-bottom: 1px solid #8FC320;
	position: relative;
}
.inews_main::after{
	content: "";
    background-color: #8FC320;
    bottom: -4px;
    right: 0px;
    width: 7px;
    height: 7px;
    position: absolute;
    display: inline-block;
    border-radius: 25px;
}
.inews_main a{
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.inews_main a:hover, .inews_main a:hover .inews_bottom .name, .inews_main a:hover .inews_bottom .txt{
	color: #00ADEF;
}
.inews_top{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 17.1%;
}
.inews_bottom .name{
	width: 100%;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	overflow: hidden;
	height: 1.8em;
	line-height: 1.8em;
	vertical-align: top;
	font-size: 1.3em;
	font-weight: bolder;
}
.inews_bottom{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 82.9%;
	padding-left: 23px;
}
.inews_bottom .txt{
	width: 100%;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.inews_box .more{
	width: 100%;
	margin: 30px 0;
}

/*product*/
.iproduct_box {
    padding: 0;
    width: 100%;
}
.iproduct{
	background-color: #fff;
	text-align: center;
}
.ipbox{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.ipbox_list{
	display: none;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.ipbox_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 65px;
}
.iproduct .ipbox .listbox {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
}
.iproduct .ipbox .listbox .list {
    width: 28%;
    position: relative;
    margin-bottom: 8.7%;
}
.iproduct .ipbox .listbox .list:not(:nth-child(3n)) {
	margin-right: 8%;
}
.iproduct .ipbox .listbox a.list:hover .ipname{
	color: #8FC320;
}
.iproduct .ipbox .listbox a.list:hover .showbox img{
	-webkit-transform : scale(1.1);
	-ms-transform : scale(1.1);
	transform : scale(1.1);
	opacity: 0.7;
}
.iproduct .ipbox .listbox .list .ippic{
	width: 100%;
	position: relative;
}
.ippic_pic_out {
	position: relative;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-moz-flex-align: center;
	-ms-flex-align: center;
	-o-flex-align: center;
    	align-items: center;
}
.test2{
	display: block;
	opacity: 1;
	max-height: 100%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.showbox {
	width: 100%;
	position: relative;
	box-shadow: 2px 2px 7px 1px #ccc;
}
.iproduct .ipbox .listbox .list .ipname{
	color: #000;
	margin: 11px 0 0;
	padding: 12px 0;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	font-weight: bolder;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #8FC320;
}
.ipbox_left{
	width: 175px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	vertical-align: top;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.ipbox_right{
	width: calc(100% - 175px);
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 6.1% 0 4.9%;
}
.homepro .ipbox_left{
	display: none;
}
.homepro .ipbox_right{
	width: 100%;
}
.ipbox_detailbox {
    width: 100%;
}
.ipbox_left #ipul{
	padding: 18px 15px;
	font-size: 16px;
	line-height: 1.5em;
}
.ipbox_left #ipul > li{
	cursor: pointer;
	padding: 3px 0;
}
.ipbox_left #ipul > li.t > a{
	background-color: #035A00;
	color: #fff;
}
.ipbox_left #ipul a{
	color: #035A00;
	padding: 5px 15px;
	display: block;
	position: relative;
	width: 100%;
}
.ipbox_left #ipul > li:hover > a{
	color: #fff;
	background-color: #035A00;
}
.ipbox_left .sul{
	display: none;
	padding: 8px 0 5px;
}
.ipbox_left #ipul .sul li a{
	color: #8FC320;
	font-size: 15px;
	padding: 2px 15px;
}
.ipbox_left #ipul .sul li a:hover{
	color: #333;
}
.ipbox_left .ititle{
	width: 100%;
}
.ipbox_left .ititle > div{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 0 7px;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: bolder;
	border-bottom: 3px solid #8FC320;
	letter-spacing: 3px;
}
.ipbox_left .ititle > div::before {
    content: "";
    background-color: #8FC320;
    bottom: -5px;
    right: 0px;
    width: 8.5px;
    height: 8.5px;
    position: absolute;
    display: inline-block;
    border-radius: 25px;
}
.ipbox_bottom{
    margin: 0;
    padding: 0px;
    text-align: right;
    width: 100%;
}
.ipbox_bottom .more {
    margin: 47px 0 42px;
}

/*home_about*/
.iabout_box{
	width: 100%;
	background-image: url('../images/website_image/page/bg_about.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
.iaboutmain{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	padding-left: 15%;
}
.iaboutmain .iabout_txt{
	margin: 0 auto;
	position: relative;
    color: #000;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    padding: 0 0 117px;
}
.iaboutmain .iabout_txt .about_title{
	font-size: 1.4em;
	margin: 0px 0 15px;
	font-weight: bolder;
	position: relative;
	letter-spacing: 1px;
}
.iaboutmain .iabout_txt .about_title::before{
	content: "";
	background-color: #8FC320;
	bottom: -5px;
	left: 2px;
	width: 2em;
	height: 2px;
	position: absolute;
	display: inline-block;
}
.iaboutmain .iabout_txt .about_txt_bud{
	margin-bottom: 85px;
}
.iaboutmain .iabout_txt .about_txt_bud ul li{
	position: relative;
	padding: 2px 0 2px 35px;
    text-indent: -35px;
}
.iaboutmain .iabout_txt .about_txt_bud ul li::before{
	content: "";
	background-color: #8FC320;
	top: -2px;
	left: 5px;
	width: 7px;
	height: 7px;
	position: relative;
	display: inline-block;
	border-radius: 25px;
	margin-right: 28px;
}
.iaboutmain .iabout_txt .about_company{
	text-align: center;
	font-size: 17px;
	font-weight: bolder;
	margin-top: 30px;
}
.iaboutmain .iabout_txt .about_com_1:nth-child(1) span::before{
	content: "";
	width: 1px;
	height: 66px;
	display: inline-block;
	top: 45px;
	left: 60px;
	position: absolute;
	background-color: #8FC320;
}
.iaboutmain .iabout_txt .about_com_1 span{
	background-color: #8FC320;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 120px;
	height: 40px;
	margin: 9px 0;
	position: relative;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	border-radius: 25px;
	letter-spacing: 2px;
}
.iaboutmain .iabout_txt .about_com_1.about_right{
	margin-left: 240px;
}
.iaboutmain .iabout_txt .about_com_1.about_right span::before{
	content: "";
	width: 57px;
	height: 1px;
	display: inline-block;
	top: 20px;
	left: -60px;
	position: absolute;
	background-color: #8FC320;
}
.iaboutmain .iabout_txt .about_com_3box{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.iaboutmain .iabout_txt .about_com_3{
	width: 33%;
}
.iaboutmain .iabout_txt .about_com_3box{
	position: relative;
	margin-top: 11px;
}
.iaboutmain .iabout_txt .about_com_3box::before{
	content: "";
	width: calc(100% - 34px);
	height: 1px;
	display: inline-block;
	top: -7px;
	left: 17px;
	position: absolute;
	background-color: #8FC320;
}
.iaboutmain .iabout_txt .about_com_3box::after{
	content: "";
	width: 1px;
	height: 18px;
	display: inline-block;
	top: -14px;
	left: 50%;
	position: absolute;
	background-color: #8FC320;
}
.iaboutmain .iabout_txt .about_com_3 span{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 120px;
	height: 40px;
	margin: 9px 17px;
	position: relative;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	border-radius: 25px;
	letter-spacing: 2px;
}
.iaboutmain .iabout_txt .about_com_3:nth-child(1) span{
	background-color: #3380AE;
}
.iaboutmain .iabout_txt .about_com_3:nth-child(2) span{
	background-color: #649F8D;
}
.iaboutmain .iabout_txt .about_com_3:nth-child(3) span{
	background-color: #809E5B;
}
.iaboutmain .iabout_txt .about_com_3 p{
	margin: 0;
	line-height: 1.6em;
}

/**/
@-webkit-keyframes tada {
   0% {-webkit-transform: scale(1);transform: scale(1);} 
   10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 
   30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);} 
   40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);} 
   100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);} 
}
@keyframes tada {
   0% {-webkit-transform: scale(1);transform: scale(1);} 
   10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 
   30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);} 
   40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);} 
   100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);} 
}
@-webkit-keyframes eimg {
	from { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
	to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes eimg {
	from { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
	to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes slowtop{
from {
-webkit-transform:translateY(50%);transform:translateY(50%);
opacity: 0; }
to{
-webkit-transform:translateY(0px);transform:translateY(0px);
opacity: 1;}
}
@keyframes slowtop{
from {
-webkit-transform:translateY(100px);transform:translateY(100px);
opacity: 0; }
to{
-webkit-transform:translateY(0px);transform:translateY(0px);
opacity: 1;}
}
@-webkit-keyframes breath {
50% {
    transform: scale(1.05);-webkit-transform: scale(1.05);}
}
@keyframes breath{
50% {
    transform: scale(1.05);-webkit-transform: scale(1.05);}
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}