@charset "utf-8";
body,html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Microsoft JhengHei";
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #1E1E1E;
	background-color: #E6E6E6;
	background-image: url(../images/bg-full.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 100%;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	max-width:100%;
}
img{
	max-width:100%;
	height:auto;
	min-height:auto;
	max-height:auto;
}
p, b, i, ul, ol, li, img, a, h1, h2{
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	border-style: none;
	font-style: normal;
	border: 0px;
}
iframe{
	display: none;
}
.layout-full {
	width: 100%;
	min-width: 1280px;
	float: left;
	position: relative;
	z-index: 1;	
}
.layout-center {
	width: 1280px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.layout-full.top {
	background-color: #F2F2F2;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #006600;
	margin-bottom: 8px;
	z-index: 9;
}
.layout-center.top{
	z-index: 8;
}
.layout-center.top .logo {
	float: left;
	margin-top: 17px;
	margin-bottom: 15px;
}
.layout-center.top .header {
	float: left;
	margin-top: 36px;	
	font-size: 13px;
	line-height: 18px;
	color: #231F20;
	margin-left: 37px;
	width: 800px;
	margin-bottom: 15px;
	font-weight: bold;
}
.layout-center.top .header .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #006600;
	float: left;
	clear: left;
	margin-bottom: 7px;
}
.layout-center.top .header .content {
	clear: left;
	float: left;
}
.menu-other {
	position: absolute;
	top: 14px;
	right: 20px;
}
.menu-other .box {
	float: left;
	background-color: #999999;
	overflow: hidden;
	-moz-border-radius: 17px; /* Firefox */
	-webkit-border-radius: 17px; /* Safari and Chrome */
	border-radius: 17px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	margin-left: 20px;
	color: #FFF;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
}
.menu-other .box.language {
	width: 115px;
	flex-direction: column;
}
.menu-other .box.language.active {
	height: 96px;
}
.menu-other .box.language a{
	line-height: 32px;
	height: 32px;
}
.menu-other .box.language .button {
	float: left;
	width: 100%;
	display: none;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	background-color: #898888;
}
.menu-other .box.language.active .button {
	display: block;
}
.menu-other .box.language .change{
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-other .box.switch {
	width: 60px;
	display: none;
	visibility: hidden;
}

.layout-full.nav {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 30px;
}
.layout-full.nav ul,
.layout-full.nav ul li,
.layout-full.nav ul li a {
	float: left;
}
.layout-full.nav ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 40px;
	font-family: "Microsoft JhengHei";
}
.layout-full.nav ul li a:hover {
	color: #025402;
}
.layout-full.bottom {
	margin-bottom: 35px;
	display: flex;
}
.layout-center.bottom {
	padding-top: 28px;
	padding-bottom: 28px;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
.layout-center.bottom .footer {
	float: left;
	width: 50%;	
}
.layout-center.bottom .footer .list {
	float: left;
	line-height: 24px;
	color: #FFF;
	margin-right: 25px;
	margin-bottom: 12px;
	padding-left: 34px;
	position: relative;
}
.layout-center.bottom .footer .list img {
	float: left;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.layout-center.bottom .footer .copyright {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 0px;
}
.layout-center.bottom .attached {
	float: right;
	color: #FFF;
}
.layout-center.bottom .attached *{color: #FFF;}
.layout-center.bottom .attached select,
.layout-center.bottom .attached select *{color: #000;}
.layout-center.bottom .attached #google_translate_element {
	float: left;
	margin-right: 115px;
}
.layout-center.bottom .attached form {
	float: right;
	margin: 0px;
	padding: 0px;
}
.layout-center.banner {
	padding-right: 0px;
	padding-left: 0px;
}
.layout-center.banner img {
	float: left;
}

.layout-full.content {
	display: flex;
}

.layout-center.content {
	background-color: #FFF;
	padding-bottom: 30px;
	min-height: 50VH;
	padding-top: 25px;
}


.block-title {
	font-size: 17px;
	line-height: 33px;
	background-image: url(../images/block-title-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 33px;
	width: 100%;
	padding-left: 15px;
	margin-bottom: 30px;
}
.block-title.s25 {
	width: calc(100% - 25px);
	float: right;
}
.article {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 27px;
}
.article.over {
	width: calc(100% + 40px);
	max-width: calc(100% + 40px);
	margin-right: -20px;
	margin-left: -20px;
	overflow: hidden;
}
.contact-note {
	color: #AD8155;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.contact-table {
	float: right;
	width: 54.03%;
	font-size: 16px;
	margin-bottom: 25px;
}
.contact-table .mark {
	color: #ED8E48;
}
.contact-table .list {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.contact-table .list.l {
	padding-right: 15px;
}
.contact-table .list.r {
	padding-left: 15px;
	float: right;
}
.contact-table .list.f {
	width: 100%;
}

.contact-table .list .label {
	float: left;
	width: 100%;
	line-height: 32px;
	color: #4D4D4D;	
}
.contact-table .list .box {
	overflow: hidden;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(153, 153, 153, 0.15);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(153, 153, 153, 0.15);
	box-shadow: inset 0px 0px 5px 0px rgba(153, 153, 153, 0.15);
}
.contact-table .list .box *{
	font-family: "Microsoft YaHei";
	font-size: 17px;
	line-height: 28px;
	font-weight: normal;
	color: #1E1E1E;
	line-height: 30px;
}
.contact-table .list .box .field {
	float: left;
	width: 100%;
	min-height: 32px;
	background: transparent;
	border: none;
	padding-left: 5px;
}
.contact-table .list .box #message {
	height: 65px;
	overflow: hidden;
}
.contact-table .list.l.s .box {
	float: left;
	margin-right: 10px;
}
.contact-table .list.l.s .box #codekey {
	width: 70px;		
}
.contact-table .send {
	float: right;
	font-size: 15px;
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 100px;
	background-image: url(../images/contact-send-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-info {
	float: left;
	width: 38.7%;
}
.layout-categories {
	float: left;
	width: 250px;
}
.layout-categories .tag,
.layout-categories .switch {
	line-height: 35px;
	color: #FFF;
	background-image: url(../images/layout-categories-tag-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	padding-left: 17px;
	text-decoration: none;
	padding-right: 17px;
	font-size: 17px;
}
.layout-categories .switch {
	display: none;
}
.layout-categories .switch .fa {
	float: right;
	line-height: 35px;
}
.layout-categories .nav,
.layout-categories .nav li,
.layout-categories .nav li a,
.layout-categories .nav li ul {
	float: left;
	width: 100%;
}
.layout-categories .nav > li > a {	
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 17px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.layout-categories .nav > li > a:hover,
.layout-categories .nav > li.active > a {
	background-image: url(../images/categories-list-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.layout-categories .nav > li > ul {
	padding-top: 6px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 29px;
	display: none;
}
.layout-categories .nav > li.active ul {
	display: block;
}

.layout-categories .nav li ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.layout-categories .nav li ul li a:hover,
.layout-categories .nav li ul li a.selected {
	color: #B3B3B3;
}
.layout-inner {
	overflow: hidden;
	padding-left: 24px;
}
.layout-inner .max {
	float: left;
	width: 100%;
}
.layout-inner .max .list {
	float: left;
	width: 25%;
	padding-left: 24px;
	padding-bottom: 40px;
}
.layout-inner .max .list a {
	float: left;
	width: 100%;
	text-decoration: none;
}
.layout-inner .max .list a img {
	float: left;
	width: calc(100% - 72px);
	margin-right: 36px;
	margin-left: 36px;
}
.layout-inner .max .list a .title {
	font-size: 16px;
	line-height: 40px;
	color: #000;
	float: left;
	height: 40px;
	width: 100%;
	background-color: #E6E6E6;
	text-align: center;
	margin-top: 15px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.layout-inner .max .list a:hover .title {
	background-color: #B3B3B3;
}
.layout-inner.l {
	padding-left: 50px;
}
.view-image {
	float: left;
	width: 250px;
}
.view-image * {
	float: left;
	margin-bottom: 19px;
}
.view-image .l {
	width: 300px;
}
.view-image .s {
	width: 76px;
	border: 1px solid #F2F2F2;
	cursor: pointer;
}
.view-image .s:not(:last-child){
	margin-right: 10px;
}
.view-info {
	padding-left: 30px;
	overflow: hidden;	
}
.view-info .title {
	background-image: url(../images/view-header-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%, 3px;
	float: left;
	width: 100%;
	font-size: 27px;
	line-height: 28px;
	padding-bottom: 9px;
	font-weight: normal;
	color: #008700;
	padding-left: 32px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.view-info .title img {
	position: absolute;
	left: 0px;
	top: 2px;
}
.layout-inner.l .back {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/back-bg-1.png);
	background-repeat: repeat-x;
	text-align: center;
	float: right;
	height: 46px;
	width: 90px;
	margin-top: 50px;
}
.layout-inner.l .back:hover {
	background-image: url(../images/back-bg-2.png);
}
.view-content {
	float: right;
	width: 100%;
	margin-top: 15px;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 16px;
	line-height: 27px;
}
.layout-center.content.home {
	min-height: auto;
}

.home-block-title {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	position: relative;
	margin-bottom: 25px;
}
.home-block-title .tag {
	background-image: url(../images/home-block-title-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 33px;
	width: 150px;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
}
.home-block-title .more {
	float: right;
	margin-top: 7px;
}
.home-abouts {
	float: left;
	width: 50%;
	padding-right: 25px;
}
.home-abouts .article {
	height: 190px;
}
.home-abouts .article .image {
	float: left;
	margin-right: 25px;
	width: 150px;
}
.home-abouts .article .box {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}



.home-look {
	float: right;
	width: 50%;
	padding-left: 25px;
}
.home-look .list {
	float: left;
	width: 29.41%;
	text-decoration: none;
}
.home-look .list img,
.home-look .list i {
	text-align: center;
	float: left;
	width: 100%;
}
.home-look .list img{
	width: calc(100% - 60px);
	margin-right: 30px;
	margin-left: 30px;
}
.home-look .list .title {
	font-size: 16px;
	color: #000;
	margin-top: 20px;
}
.home-look .list:not(:last-child){
	margin-right: 5.88%;
}
.button-go-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9;
	display: none;
}



.layout-pn {
	float: left;
	width: 100%;
	text-align: center;
	padding-left: 25px;
}
.layout-pn .pagination {
	display: inline-block;
}
.layout-pn .pagination .button {
	font-size: 14px;
	line-height: 35px;
	color: #59595C;
	text-decoration: none;
	background-color: #EFEFEF;
	text-align: center;
	float: left;
	height: 35px;
	width: 35px;
	margin: 5px;
}
.layout-pn .pagination .button .fa {
	font-size: 16px;
}

.layout-pn .pagination .button:hover,
.layout-pn .pagination .button.selected {
	color: #FFF;
	background-color: #006600;
}



.w1280px{}
@media screen and (max-width: 1280px) {
.layout-full,
.layout-center,
.layout-full.content,
.layout-center.content{
	float: left;
	width: 100%;
	min-width: 100%;
	display: block;
}
.layout-center.bottom .attached {
	float: left;
}
.layout-center.bottom .attached #google_translate_element,
.layout-center.bottom .attached form {
	float: left;
	clear: left;
	margin-right: 0px;
	margin-bottom: 15px;
}
}

.w1024px{}
@media screen and (max-width: 1024px) {
.layout-center.top .header {
	display: none;
	visibility: hidden;
}
.layout-full.nav {
	position: absolute;
	left: -100%;
	top: 100%;
	background-color: #999999;
	background-image: none;
	padding: 0px;
}
.layout-full.nav.active {
	top: 100%;
	left: 0px;
}
.layout-center.nav {
	padding: 0px;
}

.layout-full.nav ul,
.layout-full.nav ul li,
.layout-full.nav ul li a {
	width: 100%;
}
.layout-full.nav ul li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.layout-center.bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu-other {
	top: 44px;
}
.menu-other .box.switch {
	display: flex;
	visibility: visible;
}
.block-title.s25 {
	width: 100%;
}
.layout-center.content.full {
	padding-right: 0px;
	padding-left: 0px;
}

.layout-categories,
.layout-inner,
.layout-inner.l {
	float: left;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.layout-categories .tag,
.layout-categories .nav {
	display: none;
}
.layout-categories .switch,
.layout-categories .nav.active {
	display: block;
}
.layout-categories,
.layout-inner .block-title{
	width: calc(100% - 40px);
	margin-right: 20px;
	margin-left: 20px;
}
.layout-inner.l .block-title{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.layout-categories .nav > li > a {
	background-color: #F2F2F2;
}
.layout-categories .nav > li > a:hover,
.layout-categories .nav > li.active > a {
	background-image: none;
}
.layout-categories .nav > li > ul{
	background-color: #F2F2F2;
}
.layout-inner {
	margin-top: 25px;
}
.layout-inner .max {
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
}
.layout-inner .max .list {
	padding-left: 12px;
	padding-right: 12px;
}
.layout-inner.l{
	padding-right: 20px;
	padding-left: 20px;
}
.home-abouts,
.home-look {
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.home-abouts{
	margin-bottom: 30px;
}
.home-look .list:not(:last-child){
	margin-right: 0;
}
.home-look .list{
	width: 33.33%;
	padding-right: 20px;
	padding-left: 20px;
}
.layout-pn {
	padding-left: 0;
}
}

.w800px{}
@media screen and (max-width: 800px) {
.contact-table,
.contact-info,
.contact-table .list {
	width: 100%;
}
.contact-table .list.r,
.contact-table .list.l {
	padding-right: 0px;
	padding-left: 0px;
}
.contact-table .list.r.button .label {
	display: none;
	visibility: hidden;
}

.contact-table .send {
	width: 100%;
	background-size: 100%, 100%;
}
.layout-inner .max .list {
	width: 33.33%;
}
.view-info {
	padding-left: 0px;
	overflow: visible;
	float: left;
	width: 100%;
}
.view-image {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.view-image * {
	float: none;
	margin-bottom: 19px;
	display: inline-block;
}
.view-image .l {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
}



.w640px{}
@media screen and (max-width: 640px) {
.layout-center.bottom .footer{
	width: 100%;
}
.layout-center.bottom .footer .copyright {
	margin-bottom: 20px;
	margin-top: 0;
}
.layout-center.top .logo {
	width: 98px;
}
.menu-other {
	top: 30px;
}
.layout-inner .max .list {
	width: 50%;
}
.home-look{
	text-align: center;
}
.home-look .list{
	width: auto;
	padding-right: 0;
	padding-left: 0;
	float: none;
	display: inline-block;
}
.home-abouts .article {
	height: auto;
}
}

.w360px{}
@media screen and (max-width: 360px) {
.layout-inner .max .list {
	width: 100%;
}
.menu-other .box {
	margin-left: 10px;
}
.home-abouts .article {
	height: auto;
	display: block;
}
.home-abouts .article .image {
	margin-right: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.home-abouts .article .box {
	float: left;
	width: 100%;
	overflow: visible;
}
}

#background,
#content_send,
.flexslider,
.flexslider *{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
