@charset "utf-8";
#largeImg{
	margin:0 0 10px 0;
}
#largeImg a{
	display:block;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 5px;
	border: solid 1px #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	line-height: 0;
}
#largeImg img{
	max-width: 100%;
	max-height: 100%;
}
.thumbsImg{
	width:750px;
	margin:0 0 10px 0;
}
.thumbsImg > div{
	display:inline-block;
	margin:0 5px 0 0;
}
.thumbsImg a{
	width:176px;
	height:176px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: solid 1px #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	line-height: 0;
}
.thumbsImg img {
	max-width: 100%;
	max-height: 100%;
}
.thumbsImg img:hover {
	box-shadow:1px 1px 3px #ccc;
}
@media screen and (max-width: 1200px) {
	#largeImg{
		width:100%;
		text-align: center;
	}
	.thumbsImg{
		width:110%;
	}
}
@media screen and (max-width: 767px) {
	.thumbsImg{
		width:100%;
		text-align: center;
	}

}
img.pic-column{
	display:block;
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;

}
img.pic-left{
	float:left;
	margin:0px 15px 15px 0px;
}
img.pic-right{
	float:right;
	margin:0px 0px 15px 15px;
}
/* CSS Document */
html, body { margin: 0; padding: 0; font-family: "Nunito Sans", "Arial", "微軟正黑體", sans-serif; font-size: 15px !important; color: #555; line-height: 1.8; background: #fff; }

/* Reset */
::selection { background: #3DA79F; color: #fff; }
::-moz-selection { background: #3DA79F; color: #fff; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img, a img { border: none; }
a, a:link, a:hover, a:focus { text-decoration: none !important; outline: 0 }
a { color: #666; }
a:hover { color: #5d9c0c; }
.img-max { max-width: 100%; max-height: 100%; }

/* Module */
.hidetext { text-indent: 100%; white-space: nowrap; overflow: hidden; }
.textcut-sm { margin-right: 1rem; display: inline; }
@media only screen and (max-width:991px) {
	.textcut-sm { display: inline-block; }
}
@media only screen and (max-width:767px) {
	.textcut-sm { margin-right: 0; display: block; }
}
.icon-home { width: auto; height: auto; display: inline-block; }
.icon-home:before { content: 'HOME'; font-size: 0.85rem; color: #999; font-weight: bold; }
@media only screen and (max-width:767px) {
	.icon-home { width: 15px; height: 15px; display: inline-block; }
	.icon-home:before { content: ''; width: 15px; height: 15px; background: url(../images/nav-sprite.png) no-repeat -215px -90px; display: inline-block; margin-bottom: -2px; }
	a:hover .icon-home:before { background-position: -230px -90px; }
}
.btnstyle, .btnstyle:link { border: none; font-size: 1rem; vertical-align: middle; text-align: center; color: #fff; padding: 0.3rem 1rem; background: #8bad57; display: inline-block; margin: 0 5px 0 0; }
.btnstyle:hover { background: #6f9a2d; color: #fff; }
.btnstyle.gray { background: #999; }
.btnstyle.gray:hover { background: #777; }
.form-control { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; padding: 0.5rem; font-size: 1rem; }
.star { display: inline-block; padding-right: 15px; position: relative; }
.star:before { content: '*'; color: #8bad57; font-weight: bold; font-size: 1.1rem; position: absolute; top: 1px; right: 0; }
.codeimg { display: inline-block; margin: 0; position: absolute; bottom: 0; right: 0; }
.codeinput { padding-right: 100px; position: relative; }
.page-breadcrumb { margin: 0 0 20px 0; }
.page-breadcrumb li { display: inline-block; font-size: 0.9rem; color: #999; font-weight: bold; margin: 0; }
.page-breadcrumb li a { color: #999; }
.page-breadcrumb li a:hover { color: #666; }
.page-breadcrumb li:before { content: '/'; display: inline-block; font-size: 0.85rem; color: #999; font-weight: bold; margin: 0 5px 0 3px; }
.page-breadcrumb li:first-child:before { display: none; }
.pages { display: block; text-align: center; margin: 50px auto 30px auto; }
.pages a { display: inline-block; text-align: center; vertical-align: top; border: 1px solid #B9CE9A; background: #F7F9F3; color: #8BAE57; -webkit-border-radius: 2px; line-height: 1.2; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; padding: 0.3rem 0.5rem; margin: 0 2px 5px 2px; }
.pages a:hover { background: #eaefd8; }
.pages a.selected { background: #B9CE9A; color: #fff; }
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0 }
.modal.fade .modal-wrap { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, 10%); -ms-transform: translate(0, 10%); -o-transform: translate(0, 10%); transform: translate(0, 10%) }
.modal.in .modal-wrap { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) }
.modal-wrap { position: relative; margin: 30px auto; width: 800px; background-color: #fff; padding: 30px; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5) }
@media (max-width:991px) {
	.modal-wrap { width: 85%; padding: 20px; }
}
#cboxOverlay { background: #000; opacity: 0.8; filter: alpha(opacity = 80); }
.btn-close, #cboxClose { width: 40px; height: 40px; position: absolute; top: -20px; right: -20px; border: 1px solid #ccc; background: rgba(255, 255, 255, 0.8); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }
#cboxClose { top: 0px; right: 0px; text-indent: 100%; overflow: hidden; white-space: nowrap; color: transparent; }
.btn-close:hover, #cboxClose:hover { border: 1px solid #ccc; background: rgba(150, 199, 0, 0.8); }
.btn-close:before, .btn-close:after, #cboxClose:before, #cboxClose::after { content: ''; width: 25px; height: 3px; background: #aaa; position: absolute; }
.btn-close:hover:before, .btn-close:hover:after, #cboxClose:hover:before, #cboxClose:hover:after { background: #fff; }
.btn-close:before, #cboxClose:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 7px; top: 18px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.btn-close:after, #cboxClose:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); left: 7px; top: 18px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.pbox-view .name { display: block; font-size: 1.3rem; border-bottom: 2px solid #ddd; margin: 1rem 0 0 0; padding: 1rem 0; color: #486C26; font-weight: bold; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
.pbox-view .text { display: block; font-size: 1rem; color: #666; border-bottom: 1px solid #ddd; margin: 0 0 1rem 0; padding: 0.5rem 0; }
.pbox-view .intro { display: block; font-size: 1rem; color: #333; margin: 0 0 1rem 0; padding: 0.5rem 0; }

/* 產品列表 */
.pbox-list { margin: 0; padding: 0; position: relative; display: block; }
.index-right .pbox-list { text-align: center; /*首頁產品置中*/ }
.pbox-single { width: 33%; display: inline-block; margin: 0 -2px 20px -2px; padding: 0 8px; text-align: center; vertical-align: top; }
.pbox-single a { display: block; width: 100%; }
.pbox-single .pic { width: 100%; height: auto; padding-bottom: 100%; background: #FFFFFF; border: 3px solid #F4F1EC; -webkit-box-shadow: 0 0 1px #CACAC0, 0 3px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 1px #CACAC0, 0 3px 5px rgba(0, 0, 0, 0.3); overflow: hidden; position: relative; margin: 0 0 1rem 0; }
.pbox-single .pic img { max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.pbox-single .pic:before { content: ''; background: url(../images/icon-zoom.png) no-repeat center center rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; display: none; }
.pbox-single a:hover .pic:before { display: block; -webkit-animation: fadeIn 0.3s ease; -o-animation: fadeIn 0.3s ease; animation: fadeIn 0.3s ease; }
.pbox-single .name { color: #486C26; font-size: 1rem; display: block; margin: 0.25rem 0; }
.pbox-single a:hover .name { color: #65A22C; }
.pbox-single .text { color: #666; font-size: 0.85rem; display: block; margin: 0.25rem 0; }
@media only screen and (max-width:549px) {
	.pbox-single { width: 50%; }
}
@media only screen and (max-width:449px) {
	.pbox-single { width: 100%; }
}

/* Layout */
.container-980 { width: 980px; margin: 0 auto; padding: 0; position: relative; }
@media only screen and (max-width:991px) {
	.container-980 { width: 100%; padding: 0 20px; }
}
.gotop { width: 40px; height: 40px; position: fixed; right: 20px; bottom: 20px; z-index: 900; border: 1px solid #fff; -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); background: rgba(150, 199, 0, 0.7); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; cursor: pointer; }
.gotop:hover { background: rgba(150, 199, 0, 0.9); }
.gotop span { display: block; width: 40px; height: 20px; margin: 15px 0 0 0; font-size: 0.85rem; display: block; color: #fff; text-align: center; position: relative; }
.gotop span:before { content: ''; width: 0; height: 0; border-style: solid; border-width: 0 6px 5px 6px; border-color: transparent transparent #fff transparent; top: -8px; position: absolute; left: 50%; margin-left: -6px; }
@media only screen and (max-width:767px) {
	.gotop { right: 10px; bottom: 10px; }
}
.header { margin: 0 auto; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; position: fixed; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.index-bg { background: #F5F3EE; }
.index-bg .header { background: #F5F3EE; }
.index-bg .header:after { content: ''; height: 5px; position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.1); z-index: 10; }
.header.scroll { height: 80px; -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); background: #fff; }
.header.unscroll { height: 110px; top: 0; background: transparent }
.index-bg .header.unscroll { background: #F5F3EE; }
.header.scroll .logo { margin: 10px 0 0 0; }
.header.unscroll .logo { margin: 30px 0 0 0; }
.header.scroll .nav { top: 15px; }
.header.unscroll .nav { top: 30px; }

/* 撐header高度用 */
.body_padding_top { display: block; height: 0; }
.body_padding_top.unscroll { margin-top: 110px; }
.body_padding_top.scroll { margin-top: 80px; }
@media only screen and (max-width:767px) {
	.body_padding_top.unscroll { margin-top: 60px; }
	.body_padding_top.scroll { margin-top: 60px; }
}
.logo { width: 280px; height: 52px; position: relative; padding: 0; float: left; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.logo-1 { width: 32px; height: 32px; background-position: 0 0; top: 0; left: 0; -webkit-animation: fadeInRight 1s ease; -o-animation: fadeInRight 1s ease; animation: fadeInRight 1s ease; }
.logo-2 { width: 64px; height: 37px; background-position: -35px 0; top: 0; left: 35px; -webkit-animation: fadeInRight 1s ease; -o-animation: fadeInRight 1s ease; animation: fadeInRight 1s ease; }
.logo-3 { width: 181px; height: 37px; background-position: -99px 0; top: 0; left: 100px; -webkit-animation: flipInX 2.2s ease; -o-animation: flipInX 2.2s ease; animation: flipInX 2.2s ease; }
.logo-1, .logo-2, .logo-3 { background-image: url(../images/nav-sprite.png); background-repeat: no-repeat; position: absolute; }
.logo-en { color: #bbb; font-size: 0.8rem; font-weight: 600; position: absolute; top: 40px; left: 38px; letter-spacing: 0.05rem; -webkit-animation: flipInX 2.2s ease; -o-animation: flipInX 2.2s ease; animation: flipInX 2.2s ease; }
.nav { width: 650px; position: absolute; right: -40px; top: 30px; z-index: 1000; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.nav > ul > li { float: left; margin: 0; padding: 0; width: 20%; position: relative; }
.nav > ul > li > a { display: block; width: 130px; height: 55px; }
.nav > ul > li > a strong { width: 130px; height: 26px; background-image: url(../images/nav-sprite.png); background-repeat: no-repeat; display: block; }
.nav > ul > li > a span { width: 64px; height: 20px; background-image: url(../images/nav-sprite.png); background-repeat: no-repeat; display: block; margin-left: 8px; }
.nav > ul > li.m1 > a strong { background-position: -280px 0; }
.nav > ul > li.m1 > a span { background-position: -445px -60px; }
.nav > ul > li.m1:hover > a strong { background-position: -280px -30px; }
.nav > ul > li.m1:hover > a span { background-position: -445px -80px; }
.nav > ul > li.m2 > a strong { background-position: -410px 0; }
.nav > ul > li.m2 > a span { background-position: -510px -60px; }
.nav > ul > li.m2:hover > a strong { background-position: -410px -30px; }
.nav > ul > li.m2:hover > a span { background-position: -510px -80px; }
.nav > ul > li.m3 > a strong { background-position: -540px 0; }
.nav > ul > li.m3 > a span { background-position: -575px -60px; }
.nav > ul > li.m3:hover > a strong { background-position: -540px -30px; }
.nav > ul > li.m3:hover > a span { background-position: -575px -80px; }
.nav > ul > li.m4 > a strong { background-position: -670px 0; }
.nav > ul > li.m4 > a span { background-position: -640px -60px; }
.nav > ul > li.m4:hover > a strong { background-position: -670px -30px; }
.nav > ul > li.m4:hover > a span { background-position: -640px -80px; }
.nav > ul > li.m5 > a strong { background-position: -800px 0; }
.nav > ul > li.m5 > a span { background-position: -703px -60px; }
.nav > ul > li.m5:hover > a strong { background-position: -800px -30px; }
.nav > ul > li.m5:hover > a span { background-position: -703px -80px; }
.nav > ul > li > ul { display: none; position: absolute; left: 50%; margin-top: 0; padding: 2px; min-width: 150px; width: auto; height: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: #f8f8f8; border: 1px solid #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.nav > ul > li.openul > ul { display: block; -webkit-animation: fadeIn 0.5s ease; -o-animation: fadeIn 0.5s ease; animation: fadeIn 0.5s ease; }
.nav > ul > li > ul:before { content: ''; width: 0; height: 0; display: inline-block; border-style: solid; border-width: 0 9px 10px 9px; border-color: transparent transparent #ccc transparent; position: absolute; top: -10px; left: 3rem; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.nav > ul > li > ul:after { content: ''; width: 0; height: 0; display: inline-block; border-style: solid; border-width: 0 7px 9px 7px; border-color: transparent transparent #f8f8f8 transparent; position: absolute; top: -9px; left: 3rem; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.nav > ul > li > ul > li { display: block; margin: 0; padding: 0; }
.nav > ul > li > ul > li > a { display: block; padding: 0.3rem 0.5rem; margin: 0; border-top: 1px dotted #ccc; color: #666; text-decoration: none; }
.nav > ul > li > ul > li:first-child > a { border-top: none; }
.nav > ul > li > ul > li > a:hover { background: #EBF0E5; color: #666; }
.nav > ul > li > ul > li > a.selected { background: #46a255; color: #fff; }
.nav-switch { display: none; }
@media only screen and (max-width:991px) {
	.nav { width: 500px; position: absolute; right: 10px; z-index: 1000; }
	.nav > ul > li > a { width: 80px; }
	.nav > ul > li > a strong { width: 80px; }
}
@media only screen and (max-width:899px) {
	.nav { width: 450px; }
}
@media only screen and (max-width:767px) {
	.header.unscroll, .header.scroll { height: 60px; }
	.header.unscroll	.logo, .header.scroll	.logo { margin: 3px 0 0 -20px; }
	.header.unscroll	.nav-switch, .header.scroll	.nav-switch { top: 5px; }
	.header.unscroll	.nav, .header.scroll .nav { top: 60px; }
	.logo { -webkit-transform: scale(0.75) translateX(-50%); -ms-transform: scale(0.75) translateX(-50%); -o-transform: scale(0.75) translateX(-50%); transform: scale(0.75) translateX(-50%); top: auto; left: 50%; margin-left: 55px; position: absolute; float: none; }
	.nav-switch { display: block; width: 45px; height: 45px; position: absolute; left: 10px; z-index: 1200; cursor: pointer; }
	.nav-switch span { width: 25px; height: 2px; background: #9fc16b; position: absolute; display: block; top: 50%; left: 50%; margin-top: -1px; margin-left: -15px; }
	.nav-switch span:before, .nav-switch span:after { content: ''; width: 25px; height: 2px; background: #9fc16b; position: absolute; }
	.nav-switch span:before { top: -8px; }
	.nav-switch span:after { bottom: -8px; }
	.nav-switch.open span { height: 0; background: transparent; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
	.nav-switch.open span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 0; top: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
	.nav-switch.open span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); left: 0; top: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
	.nav { width: 100%; right: 0; left: 0; bottom: 0; margin: 0; overflow-y: auto; z-index: 900; display: none; -webkit-animation: fadeIn 0.5s ease; -o-animation: fadeIn 0.5s ease; animation: fadeIn 0.5s ease; }
	.nav.open { display: block; top: 0; bottom: 0; left: 0; right: 0; position: fixed; }
	.nav > ul { -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); }
	.nav > ul > li { float: none; width: 100%; }
	.nav > ul > li > a { display: block; width: 100%; height: auto; background: #fff; border-bottom: 1px solid #ddd; padding: 0.5rem 1rem; }
	.nav > ul > li:first-child > a { border-top: 1px solid #ddd; }
	.nav > ul > li:hover > a, .nav > ul > li.openul > a { background: #eee; }
	.nav > ul > li > a strong { display: inline-block; }
	.nav > ul > li > a span { display: inline-block; margin-left: 8px; }
	.nav > ul > li > ul { display: none; position: relative; left: 0; margin: 0; padding: 0; min-width: none; width: 100%; height: auto; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; background: #fefefe; border: none; border-bottom: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
	.nav > ul > li.openul > ul { display: block; -webkit-animation: none; -o-animation: none; animation: none; }
	.nav > ul > li > ul:before { display: none; }
	.nav > ul > li > ul:after { display: none; }
	.nav > ul > li > ul > li { display: block; margin: 0; padding: 0; }
	.nav > ul > li > ul > li > a { display: block; padding: 0.5rem 1rem 0.5rem 2.5em; margin: 0; border-top: 1px dotted #ccc; color: #666; position: relative; font-size: 1.05rem; }
	.nav > ul > li > ul > li > a:before { content: ''; width: 4px; height: 4px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; background: #ccc; position: absolute; top: 1.3rem; left: 1.6rem; }
	.nav > ul > li > ul > li > a.selected:before { background: #fff; }
}
.footer { margin: 20px 0 0 0; position: relative; }
.footer:before { content: ''; height: 20px; width: 100%; background: url(../images/footer-shadow.png) repeat-x 0 0; position: absolute; top: -21px; left: 0; right: 0; }
.footer-nav { background: #ddd; border-top: 1px dotted #bbb; border-bottom: 2px solid #fff; }
.footer-nav a { color: #666; }
.footer-nav a:hover { color: #5d9c0c; }
.footer-nav ul { text-align: center; }
.footer-nav ul li { display: inline-block; text-align: center; vertical-align: top; }
.footer-nav ul li a { display: block; margin: 0; padding: 0.5rem 1rem 0.5rem 0; }
.footer-nav ul li a:before { content: '/'; color: #666; display: inline-block; margin: 0.1rem 1rem 0 0; }
.footer-nav ul li:first-child a:before { display: none; }
.footer-info { background: #96c700; text-align: center; display: block; padding: 2rem 1rem; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
.footer-info a { color: #fff; outline: 0; text-decoration: none; }
.footer-info a:hover { color: #fff; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; background: rgba(0, 0, 0, 0.1); padding: 2px 10px; }
.link-map { position: relative; padding-left: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease }
.link-map:hover { padding-left: 20px !important; }
.link-map:before { content: ''; width: 20px; height: 25px; background: url(../images/nav-sprite.png) no-repeat 0 -33px; opacity: 0; display: none; position: absolute; left: 0; top: 0; }
.link-map:hover:before { display: block; opacity: 1; }
@media only screen and (max-width:991px) {
	.footer-nav ul li a { padding: 0.5rem 0.1rem 0.5rem 0; }
	.footer-nav ul li a:before { margin: 0.1rem 0.3rem 0 0; }
}

/* Index */
.index-slide { border-bottom: 2px solid rgba(135, 185, 75, 0.5); }
.index-left { float: left; width: 45%; margin: 30px 0; padding-left: 40px; padding-right: 30px; position: relative; }
.index-right { float: right; width: 55%; margin: 30px 0; position: relative; }
.index-left:before { content: 'AFFACTION & QUALITY'; position: absolute; top: 0; bottom: 0; left: 0; width: 20px; border-left: 1px dotted #ccc; border-right: 1px dotted #ccc; color: #fff; vertical-align: middle; text-align: center; writing-mode: vertical-rl; letter-spacing: 0.05rem; font-family: "Times New Roman", Times, serif; font-size: 0.65rem; background: rgba(164, 164, 164, 0); background: -moz-linear-gradient(top, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164, 164, 164, 0)), color-stop(30%, rgba(164, 164, 164, 1)), color-stop(70%, rgba(164, 164, 164, 1)), color-stop(100%, rgba(164, 164, 164, 0))); background: -webkit-linear-gradient(top, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); background: -o-linear-gradient(top, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); background: -ms-linear-gradient(top, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); background: linear-gradient(to bottom, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a4a4', endColorstr='#a4a4a4', GradientType=0); }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.index-left:before { content: ''; /*for ie 10 & 11*/ }
}
.index-left:after { content: ''; position: absolute; top: 2%; bottom: 2%; left: 23px; width: 15px; background: url(../images/vertical-shadow.png) no-repeat 0 center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
.column-title { position: relative; display: block; margin: 0 0 20px 0; }
.column-title > h2 { width: 107px; height: 52px; display: inline-block; background-image: url(../images/nav-sprite.png); background-repeat: no-repeat; margin: 0; padding: 0; }
.column-title.index-news > h2 { background-position: 0 -84px; }
.column-title.index-project > h2 { background-position: -107px -84px; }
.column-title.index-project { padding-left: 75px; }
.column-title.index-project:before { content: ''; position: absolute; z-index: 0; width: 89px; height: 76px; background: url(../images/nav-sprite.png) no-repeat -770px -60px; top: -13px; left: -13px; }
.link-more { display: inline-block; position: absolute; font-size: 0.8rem; font-family: "Times New Roman", Times, serif; width: auto; right: 10px; top: 30px; }
.link-more > span { width: 20px; height: 3px; position: absolute; display: inline-block; top: 10px; margin-left: -30px; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
.link-more > span:before { content: ''; width: 10px; height: 1px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); position: absolute; right: -1px; bottom: 3px; }
.link-more > span:after { content: ''; width: 20px; height: 1px; position: absolute; right: 0; bottom: 0; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
.link-more:hover > span { width: 23px; }
.link-more:hover > span:after { width: 23px; }
.link-more.green { color: #99CC00; }
.link-more.green:hover { color: #81AB03; }
.link-more.green > span:after, .link-more.green > span:before { background-color: #99CC00; }
.link-more.green:hover > span:after, .link-more.green:hover > span:before { background-color: #81AB03; }
; }
.link-more.gray { color: #999; }
.link-more.gray:hover { color: #666; }
.link-more.gray > span:after, .link-more.gray > span:before { background-color: #999; }
.link-more.gray:hover > span:after, .link-more.gray:hover > span:before { background-color: #666; }
.index-news ul li { display: block; margin: 0; padding: 0; }
.index-news ul li a { display: block; padding: 0.5rem 1rem; margin: 0; border-top: 1px dotted #ccc; font-size: 1rem; color: #666; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.index-news ul li a:hover { color: #5d9c0c; }
.index-news ul li:first-child a { border-top: none; }
.index-news ul li .date { display: inline-block; width: 100px; font-size: 0.9rem; padding-right: 20px; margin-right: 5px; position: relative; }
.index-news ul li .date:before { content: ''; width: 0; height: 0; border-width: 6px 0 5px 7px; border-color: transparent transparent transparent #BEAB88; border-style: solid; position: absolute; top: 5px; right: 4px; }
.index-news ul li .date:after { content: ''; width: 0; height: 0; border-width: 3px 0 3px 4px; border-color: transparent transparent transparent #F5F3EE; border-style: solid; position: absolute; top: 7px; right: 6px; }
@media only screen and (max-width:991px) {
.index-left { float: none; width: 100%; margin: 0 auto 20px auto; padding-left: 0; padding-right: 0; position: relative; }
.index-right { float: none; width: 100%; margin: 60px auto 20px auto; position: relative; }
.index-left:before { content: 'AFFACTION & QUALITY'; position: absolute; top: 65px; bottom: auto; left: 0; right: 0; width: 100%; border: none; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; color: #fff; vertical-align: middle; text-align: center; writing-mode: horizontal-tb; letter-spacing: 0.05rem; font-family: "Times New Roman", Times, serif; font-size: 0.65rem; background: rgba(164, 164, 164, 0); background: -moz-linear-gradient(left, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(164, 164, 164, 0)), color-stop(30%, rgba(164, 164, 164, 1)), color-stop(70%, rgba(164, 164, 164, 1)), color-stop(100%, rgba(164, 164, 164, 0))); background: -webkit-linear-gradient(left, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); background: -o-linear-gradient(left, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); background: -ms-linear-gradient(left, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); background: linear-gradient(to right, rgba(164, 164, 164, 0) 0%, rgba(164, 164, 164, 1) 30%, rgba(164, 164, 164, 1) 70%, rgba(164, 164, 164, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a4a4', endColorstr='#a4a4a4', GradientType=1); }
.index-left:after { content: ''; position: absolute; top: 89px; bottom: auto; left: 2%; right: 2%; height: 15px; width: 100%; background: url(../images/horizontal-shadow.png) no-repeat 0 center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.index-left:before { content: 'AFFACTION & QUALITY'; /*for ie 10 & 11*/ }
}
.index-news { margin-bottom: 30px; }
.index-news ul li a { padding: 0.5rem; }
}

/* Page */
.page-ban.m1 { background-image: url(../images/ban-about.jpg); }
.page-ban.m3 { background-image: url(../images/ban-news.jpg); }
.page-ban.m4 { background-image: url(../images/ban-project.jpg); }
.page-ban.m5 { background-image: url(../images/ban-contact.jpg); }
.page-ban { width: 100%; height: auto; padding-bottom: 23.95%; margin: -60px 0 30px 0; position: relative; z-index: 0; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover; -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-animation: banzoom 3s  ease; -o-animation: banzoom 3s  ease; animation: banzoom 3s  ease; }
@media only screen and (max-width:1799px) {
.page-ban { -webkit-background-size: 120% auto; background-size: 120% auto; margin: -40px 0 20px 0; }
}
@media only screen and (max-width:991px) {
.page-ban { margin: -25px 0 20px 0; }
}
@media only screen and (max-width:767px) {
.page-ban { margin: 0px 0 20px 0; -webkit-background-size: 130% auto; background-size: 130% auto; }
}
.page-left { width: 20%; float: left; background: url(../images/page-left-bg.jpg) no-repeat right bottom; min-height: 600px; position: relative; border-right: 1px dotted #ccc; display: block; }
.page-left:before { content: ''; width: 20px; position: absolute; top: 0; bottom: 0; right: -21px; background: url(../images/vertical-shadow.png) no-repeat left center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
.page-right { width: 80%; float: right; padding-left: 50px; margin-bottom: 50px; }
@media only screen and (max-width:767px) {
.page-left { display: none; }
.page-right { width: 100%; float: none; padding-left: 0; }
}
.page-subject { display: block; margin: 10px auto 30px auto; text-align: center; }
.page-subject span { display: block; vertical-align: top; text-align: center; margin: 0.1rem auto; color: #333; font-family: "Times New Roman", Times, serif; font-size: 0.85rem; line-height: 1; }
.page-subject strong { display: inline-block; vertical-align: top; text-align: center; margin: 0 auto; width: 87px; height: 24px; background-image: url(../images/nav-sprite.png); background-repeat: no-repeat; }
.page-subject.m1 strong { background-position: 0 -60px; }
.page-subject.m2 strong { background-position: -87px -60px; }
.page-subject.m3 strong { background-position: -174px -60px; }
.page-subject.m4 strong { background-position: -261px -60px; }
.page-subject.m5 strong { background-position: -348px -60px; }
.side-list li { display: block; position: relative; margin: 0 1rem; }
.side-list li:before { content: ''; height: 1px; position: absolute; bottom: 0; left: 0; right: 0; background: rgba(102, 102, 102, 0); background: -moz-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 50%, rgba(102, 102, 102, 0) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(50%, rgba(102, 102, 102, 1)), color-stop(100%, rgba(102, 102, 102, 0))); background: -webkit-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 50%, rgba(102, 102, 102, 0) 100%); background: -o-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 50%, rgba(102, 102, 102, 0) 100%); background: -ms-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 50%, rgba(102, 102, 102, 0) 100%); background: linear-gradient(to right, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 50%, rgba(102, 102, 102, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#666666', GradientType=1); }
.side-list li a { display: block; padding: 0.5rem; margin: 0; text-align: center; color: #666; }
.side-list li a:hover { color: #486C26; background: rgba(200, 200, 200, 0.2); }
.side-list li a.selected { color: #65A22C; font-weight: bold; }
.about-wrap { display: block; padding: 50px 0 0 0; margin: 130px auto 0 auto; position: relative; border-bottom: 2px #eee solid; }
.about-wrap-l-r {
	display: block;
	padding: 20px;
	position: relative;
	border: 2px #eee solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.about-wrap:before { content: ''; display: block; width: 2px; background: #eee; position: absolute; left: 0; top: 0; bottom: 0; -webkit-animation: linegrow 1.5s ease; -o-animation: linegrow 1.5s ease; animation: linegrow 1.5s ease; -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; -ms-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom; }
.about-wrap:after { content: ''; display: block; width: 2px; background: #eee; position: absolute; right: 0; top: 0; bottom: 0; -webkit-animation: linegrow 1.5s ease; -o-animation: linegrow 1.5s ease; animation: linegrow 1.5s ease; -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -ms-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom; }
.about-slogan { display: block; margin: 0; width: 100%; height: auto; padding-bottom: 15%; position: absolute; top: 0; left: 0; right: 0; -webkit-transform: translateY(-83%); -ms-transform: translateY(-83%); -o-transform: translateY(-83%); transform: translateY(-83%); }
.about-slogan:before { content: ''; height: 2px; width: 18%; background: #eee; position: absolute; bottom: 18%; left: 0; -webkit-animation: linegrow 2s ease; -o-animation: linegrow 2s ease; animation: linegrow 2s ease; -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; -ms-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom; }
.about-slogan:after { content: ''; height: 2px; width: 13%; background: #eee; position: absolute; bottom: 18%; right: 0; -webkit-animation: linegrow 2s ease; -o-animation: linegrow 2s ease; animation: linegrow 1.5s ease; -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -ms-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom; }
.slogan-1, .slogan-2, .slogan-3 { position: absolute; height: auto; z-index: 100; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.slogan-1 { width: 31.3%; top: 0; left: 0; -webkit-animation: fadeInUp 1.3s ease; -o-animation: fadeInUp 1.3s ease; animation: fadeInUp 1.3s ease; }
.slogan-2 { width: 28%; top: 0; left: 32%; -webkit-animation: fadeInUp 1.3s ease; -o-animation: fadeInUp 1.3s ease; animation: fadeInUp 1.3s ease; }
.slogan-3 { width: 60.6%; top: 58%; left: 23%; -webkit-animation: fadeInDown 1.3s  ease; -o-animation: fadeInDown 1.3s  ease; animation: fadeInDown 1.3s  ease; }
.slogan-4 { font-family: "Times New Roman", Times, serif; color: #ccc; font-size: 1.3rem; position: absolute; top: 18%; left: 60.5%; -webkit-animation: fadeInRight 1.5s ease; -o-animation: fadeInRight 1.5s ease; animation: fadeInRight 1.5s ease; white-space: nowrap; z-index: 100; }
.about-list { margin: 30px 50px; }
.about-list li { display: block; margin: 0 0 1rem 0; padding: 0 0 0 25px; position: relative; font-size: 1.1rem; }
.about-list li:before { content: ''; display: block; position: absolute; top: 0.4rem; left: 0; width: 15px; height: 15px; background: #ccc; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; }
.about-list li:nth-child(even):before { background: #B9E88A; }
@media only screen and (max-width:767px) {
.slogan-4 { font-size: 1.05rem; }
}
@media only screen and (max-width:449px) {
.about-wrap { padding: 30px 0 0 0; }

.about-slogan { text-align: center; padding-bottom: 0; }
.slogan-1, .slogan-2, .slogan-3, .slogan-4 { top: auto; left: auto; position: relative; display: inline-block; text-align: center; vertical-align: top; margin: 0 auto 10px auto; }
.slogan-1 { width: 41.3%; }
.slogan-2 { width: 36.92%; }
.slogan-3 { width: 80%; }
.slogan-4 { font-size: 1rem; }
.about-slogan:before, .about-slogan:after { width: 18%; }
.about-list { margin: 30px 30px; }
}
.news-list .subhead { display: block; padding: 0 0.5rem 0.5rem 0.5rem; border-bottom: 5px solid #70954E; font-size: 1.05rem; color: #70954E; text-shadow: 1px 1px 0 rgba(93, 156, 12, 0.1); }
.news-list .subhead .date { display: inline-block; width: 26%; padding-right: 20px; margin-right: 20px; position: relative; text-align: center; }
.news-list .subhead .title { display: inline-block; width: 65%; }
.news-list .subhead .date:before { content: ''; width: 0; height: 0; border-width: 6px 0 5px 7px; border-color: transparent transparent transparent #8bad57; border-style: solid; position: absolute; top: 7px; right: 4px; }
.news-list .subhead .en { margin-left: 0.3rem; display: inline-block; font-family: "Times New Roman", Times, serif; font-size: 0.85rem; }
.news-list ul li { display: block; margin: 0; padding: 0; }
.news-list ul li a { display: block; padding: 0.5rem; margin: 0; border-bottom: 1px dotted #BEAB88; font-size: 1rem; color: #666; }
.news-list ul li:nth-child(even) a { background: #F5F8ED; }
.news-list ul li .date { display: inline-block; width: 26%; font-size: 0.9rem; padding-right: 20px; margin-right: 20px; position: relative; text-align: center; vertical-align: top; }
.news-list ul li .title { display: inline-block; width: 65%; font-size: 0.9rem; padding-right: 20px; margin-right: 20px; position: relative; text-align: left; vertical-align: top; }
.news-list ul li .date:before { content: ''; width: 0; height: 0; border-width: 6px 0 5px 7px; border-color: transparent transparent transparent #BEAB88; border-style: solid; position: absolute; top: 5px; right: 4px; }
.news-list ul li .date:after { content: ''; width: 0; height: 0; border-width: 3px 0 3px 4px; border-color: transparent transparent transparent #F5F3EE; border-style: solid; position: absolute; top: 7px; right: 6px; }
.news-list ul li:hover a { color: #fff; background: #8bad57; }
.news-list ul li:hover .date:after { border-color: transparent transparent transparent #8bad57; }
.news-list ul li:hover .date:before { border-color: transparent transparent transparent #fff; }
@media only screen and (max-width:767px) {
.news-list .subhead .date, .news-list ul li .date:before, .news-list ul li .date:after { display: none; }
.news-list .subhead .title { display: block; width: 100%; }
.news-list ul li a { position: relative; padding-left: 110px; }
.news-list ul li .date { display: inline-block; width: auto; font-size: 0.9rem; padding: 0 0.5rem; margin: 0.3rem 0; position: absolute; top: 0.5rem; left: 0.5rem; text-align: center; color: #8bad57; border: 1px solid #B9CE9A; }
.news-list ul li:hover .date { color: #fff; background: #8bad57; border: 1px solid #fff; }
.news-list ul li .title { display: block; width: 100%; font-size: 1rem; padding: 0.2rem 0.5rem; margin: 0; position: relative; text-align: left; }
}
@media only screen and (max-width:499px) {
	
.news-list ul li a { padding-left: 0.5rem; }
.news-list ul li .date { position: relative; top: auto; left: auto; }
}
.news-view .subhead { display: block; padding: 0 100px 0.5rem 0.5rem; margin: 0 auto 1rem auto; border-bottom: 5px solid #B9CE9A; font-size: 1.05rem; color: #70954E; text-shadow: 1px 1px 0 rgba(93, 156, 12, 0.1); position: relative; }
.news-view .subhead .date { display: inline-block; width: 23%; padding-right: 20px; margin-right: 20px; position: relative; text-align: left; vertical-align: top; font-size: 0.9rem; }
.news-view .subhead .title { display: inline-block; width: 70%; vertical-align: top; }
.news-view .subhead .date:before { content: ''; width: 0; height: 0; border-width: 6px 0 5px 7px; border-color: transparent transparent transparent #8bad57; border-style: solid; position: absolute; top: 5px; right: 4px; }
.news-view .subhead .btn-back,.btn-back { position: absolute; right: 0; bottom: 10px; }
.news-view .content { display: block; line-height: 2; }
.news-view .content .paragraph { display: block; margin-bottom: 1.5rem; }
.news-view .pic img { max-width: 100%; height: auto; overflow: hidden; position: relative; }
.news-view .pic img { background: #FFF; border: 3px solid #F4F1EC; -webkit-box-shadow: 0 0 1px #CACAC0, 0 3px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 1px #CACAC0, 0 3px 5px rgba(0, 0, 0, 0.3); }
.news-view .pic.left { margin: 0.5rem 1.5rem 1.5rem 0; float: left; }
.news-view .pic.right { margin: 0.5rem 0 1.5rem 1.5rem; float: right; }
.news-view .pic.center { margin: 0.5rem auto 1.5rem auto; display: block; text-align: center; }
@media only screen and (max-width:767px) {
.news-view .pic.left, .news-view .pic.right, .news-view .pic.center { margin: 0.5rem auto 1.5rem auto; display: block; text-align: center; float: none; }
}
@media only screen and (max-width:599px) {
.news-view .subhead { padding: 0; }
.news-view .subhead .date { display: inline-block; width: 48%; font-size: 0.9rem; padding: 0.3rem 0.5rem; margin: 0; position: relative; float: left; text-align: center; color: #8bad57; border: 1px solid #B9CE9A; }
.news-view .subhead .date:before { display: none; }
.news-view .subhead .title { width: 100%; margin: 0.5rem 0; font-size: 1.2rem; }
.news-view .subhead .btn-back { position: relative; width: 48%; right: auto; bottom: auto; display: block; margin: 0 0 0.5rem 0; float: right; }
}
.contact-title { position: relative; display: block; margin: 0 0 0.5rem 0; }
.contact-title > h2 { display: inline-block; background-image: url(../images/nav-sprite.png); background-repeat: no-repeat; margin: 0; padding: 0; }
.contact-title.company-info > h2 { width: 145px; height: 52px; background-position: -319px -108px; }
.contact-title.company-map > h2 { width: 105px; height: 52px; background-position: -214px -108px; }
.gmap { width: 100%; height: 490px; border: 1px solid #B9CE9A; }
.contact-paragraph { display: block; margin: 0 0 2rem 0; }

/* animate */
@-webkit-keyframes linegrow {
from { -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; }
to { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}
@-o-keyframes linegrow {
from { -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; }
to { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}
@-moz-keyframes linegrow {
from { -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; }
to { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}
@keyframes linegrow {
from { -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; }
to { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}
@-webkit-keyframes banzoom {
from { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); opacity: 0; }
to { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}
@-o-keyframes banzoom {
from { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); opacity: 0; }
to { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}
@-moz-keyframes banzoom {
from { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); opacity: 0; }
to { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}
@keyframes banzoom {
from { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); opacity: 0; }
to { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}