﻿@font-face {
	font-family:'Trump';}

.text-primary,.pagination>li>a,.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span,.pagination>li>span:focus,.pagination>li>span:hover {
	color: #8ac256
}

.btn-primary,.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	background-color: #8ac256;
	border-color: #8ac256
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	background-color: #7dbb43;
	border-color: #7dbb43
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: none
}

.row.row-divider>[class^=col-] {
	border-right: solid 1px #ddd
}

.row.row-divider>[class^=col-]:last-child {
	border-right: none
}

.row.row-divider .col-sm-6:nth-child(even),.row.row-divider .col-md-6:nth-child(even),.row.row-divider .col-lg-6:nth-child(even) {
	border-right: none
}

.row.row-compact {
	margin: 0
}

.row.row-compact>[class^=col-] {
	padding: 0
}

.row .col-xs-24,.row .col-sm-24,.row .col-md-24,.row .col-lg-24 {
	float: left
}

@media (max-width:768px) {
	.row .col-xs-24 {
		width: 20%
	}
}

@media (max-width:992px) {
	.row .col-xs-24,.row .col-sm-24 {
		width: 20%
	}
}

@media (max-width:1200px) {
	.row .col-xs-24,.row .col-sm-24,.row .col-md-24 {
		width: 20%
	}
}

@media (min-width:1200px) {
	.row .col-lg-24 {
		width: 20%
	}
}

.form.form-horizontal .form-group {
	position: relative;
	padding: 0 12em
}

.form.form-horizontal .form-group .control-label {
	position: absolute;
	left: 0;
	padding: .4em 1em;
	width: 12em
}

.form-control:focus,.form-control:active {
	box-shadow: none
}

.form-control.input-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
	height: auto
}

.form-control-select {
	height: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
background-position: right 8px center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 16px;
	-moz-background-size: 8px 16px;
	background-size: 8px 16px;
	padding-right: 2em
}

.form-control-checkbox,.form-control-radio {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: .5em
}

.form-control-checkbox [type="checkbox"],.form-control-radio [type="checkbox"],.form-control-checkbox [type="radio"],.form-control-radio [type="radio"] {
	cursor: pointer;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: 4px
}

.form-control-checkbox [type="checkbox"]:before,.form-control-radio [type="checkbox"]:before,.form-control-checkbox [type="radio"]:before,.form-control-radio [type="radio"]:before {
	visibility: visible;
	content: "";
	position: absolute;
	z-index: 0;
	top: -1.5px;
	left: -1.5px;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background: #ddd
}

.form-control-checkbox [type="checkbox"]:checked:after,.form-control-radio [type="checkbox"]:checked:after,.form-control-checkbox [type="radio"]:checked:after,.form-control-radio [type="radio"]:checked:after {
	visibility: visible;
	position: absolute;
	top: -1.5px;
	left: -1.5px;
	z-index: 1;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #8ac256;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.form-control-checkbox [type="radio"]:before,.form-control-radio [type="radio"]:before {
	border-radius: 100%
}

.form-control-checkbox [type="radio"]:checked:after,.form-control-radio [type="radio"]:checked:after {
	background: #fff;
	border: solid 5px #8ac256;
	border-radius: 100%
}

.form-control-table {
	margin: -3px 0;
	padding: 2px .5em;
	height: auto
}

.navbar .navbar-toggle {
	padding: 5px 10px;
	font-size: 16px
}

.nav-line>li {
	float: left
}

.nav-line>li>a {
	border-bottom: solid 2px #ddd
}

.nav-line>li.active>a,.nav-line>li.active>a:focus,.nav-line>li.active>a:hover {
	border-color: #8ac256
}

.nav-pills li a {
	display: block;
	background: rgba(138,194,86,0.1);
	border-radius: 2px;
	margin: 5px;
	padding: 6px 15px
}

.nav-pills li.active>a,.nav-pills li.active:hover>a,.nav-pills li.active:active>a,.nav-pills li.active:hover>a {
	background: #8ac256;
	color: #fff
}

.nav-pills li a:hover,.nav-pills li a:active,.nav-pills li a:focus {
	background: rgba(138,194,86,0.15)
}

.dropdown-menu {
	border-color: rgba(0,0,0,0)
}

.dropdown-menu .row {
	margin: 0
}

.dropdown-menu .row [class^=col-] {
	padding: 0
}

.dropdown-menu dl {
	margin: 0
}

.dropdown-menu dl dt,.dropdown-menu dl dd {
	padding: .8rem 1.5rem
}

.dropdown-menu dl dt {
	font-size: 1.05rem;
	font-weight: normal;
	color: rgba(51,51,51,0.5)
}

.dropdown-menu dl dd:hover {
	background: #f5f5f5
}

.dropdown-menu dl dd:hover a {
	text-decoration: none
}

.dropdown-menu dl dd a {
	color: #333
}

.dropdown-menu dl dd a small {
	display: block;
	color: rgba(51,51,51,0.5)
}

.dropdown .open {
	background: none
}

.dropdown-menu {
	border-color: rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2)
}

.dropdown-menu:after,.dropdown-menu:before {
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	content: " ";
	height: 0;
	left: 15px;
	pointer-events: none;
	position: absolute;
	width: 0
}

.dropdown-menu:before {
	bottom: 100%;
	border: solid 8px transparent;
	border-bottom: 8px solid rgba(0,0,0,0.2)
}

.dropdown-menu:after {
	border-bottom-color: #fff;
	bottom: 100%;
	margin-bottom: -1px
}

.dropdown-menu.dropdown-menu-right:after,.dropdown-menu.dropdown-menu-right:before {
	left: auto;
	right: 15px
}

.dropdown-menu .divider {
	margin: 2px 0
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	background: #8ac256;
	color: #fff
}

.breadcrumb {
	background: none;
	border-radius: 0;
	padding: 10px 0;
	border-bottom: solid 1px #ddd
}

.breadcrumb:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f015";
	margin-right: 5px;
	color: #888
}

.breadcrumb>li+li:before {
	content: ">"
}

.paginator {
	margin: 30px 0
}

html,body {
	font-family: "PingFang","PT Sans","Helvetica Neue","Helvetica","Arial","sans-serif",'Microsoft Yahei';
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color: #333;
	height: 100%
}

body {
	overflow-x: hidden;
	margin:0px 0px;
}

p {
	line-height: 1.8em
}

a {
	color: #333
}

a:hover {
	color: #8ac256;
	text-decoration: none
}

#bsBox,#bsBox:after,#bsBox:before,#bsBox>div>div>div,#bsBox>div>div>div:after,#bsBox>div>div>div:before,#bsWXBox,#bsWXBox:after,#bsWXBox:before {
	box-sizing: content-box
}

.notfound {
	font-size: 26px;
	font-weight: normal;
	padding: 2em;
	color: #888
}

.divider {
	border-bottom: solid 1px #ddd;
	height: 0;
	padding: 0;
	margin: .2rem 0
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.heading {
	margin-bottom: 20px;
	padding: 1em 0
}

.heading h1,.heading h2,.heading h3,.heading h4,.heading h5,.heading h6 {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: middle
}

.heading.heading-bullet h1:before,.heading.heading-bullet h2:before,.heading.heading-bullet h3:before,.heading.heading-bullet h4:before,.heading.heading-bullet h5:before,.heading.heading-bullet h6:before {
	content: "";
	background: #ddd;
	display: inline-block;
	width: 5px;
	height: 1em;
	margin-right: .5em;
	margin-top: -0.15em;
	vertical-align: middle
}

.heading.heading-line {
	position: relative
}

.heading.heading-line h1,.heading.heading-line h2,.heading.heading-line h3,.heading.heading-line h4,.heading.heading-line h5,.heading.heading-line h6 {
	background: #fff;
	z-index: 1;
	display: inline-block;
	padding: 0 1em 0 0
}

.heading.heading-line:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;
	border-bottom: solid 1px #ddd;
	z-index: 0
}

.heading.heading-line.text-left h1,.heading.heading-line.text-left h2,.heading.heading-line.text-left h3,.heading.heading-line.text-left h4,.heading.heading-line.text-left h5,.heading.heading-line.text-left h6 {
	padding: 0 1em 0 0
}

.heading.heading-line.text-right h1,.heading.heading-line.text-right h2,.heading.heading-line.text-right h3,.heading.heading-line.text-right h4,.heading.heading-line.text-right h5,.heading.heading-line.text-right h6 {
	padding: 0 0 0 1em
}

.heading.heading-line.text-center h1,.heading.heading-line.text-center h2,.heading.heading-line.text-center h3,.heading.heading-line.text-center h4,.heading.heading-line.text-center h5,.heading.heading-line.text-center h6 {
	padding: 0 1em
}

.heading.heading-divider {
	border-bottom: solid 1px #ddd
}

.blockquote {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.2rem;
	border: none
}

.blockquote footer {
	margin-top: .2rem;
	font-size: .8em;
	color: rgba(51,51,51,0.6)
}

.blockquote footer:before {
	content: "\2014 \00A0"
}

.btn {
	padding: 1rem;
	height: auto;
	font-size: 1.1rem;
	border: none;
	transition: all .2s ease-in-out
}

.btn.btn-primary {
	background: linear-gradient(to left, #8ac256, #8ac256)
}

.btn:hover {
	opacity: .9
}

.form .form-control,.form .btn {
	padding: .7rem;
	height: auto;
	font-size: 1.1rem;
	box-shadow: none;
	border-radius: 5px
}

.form .form-control {
	background: #f0f0f0;
	border: none
}

.form .btn {
	padding: .7rem;
	min-width: 200px;
	border-radius: 5px
}

.thumb {
	position: relative;
	margin: auto;
	text-align: center
}

.thumb img {
	max-width: 100%;
	max-height: 100%;
	transition: all .3s ease-in-out
}

.thumb.cover {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden
}

.thumb.cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	min-width: 100%;
	min-height: 100%;
	max-height: 150%;
	max-width: 150%;
	height: auto
}

.card {
	position: relative;
	display: block;
	margin-bottom: 2rem
}

.card .card-heading {
	background: #fff;
	position: relative;
	padding: 1rem 1.5rem;
	font-size: 18px;
	margin-bottom: .5rem
}

.card .card-heading img {
	vertical-align: middle;
	margin-right: 5px
}

.card .card-heading .more {
	float: right;
	margin-top: 2px;
	font-size: 14px;
	color: #888
}

.card .card-heading .more:after {
	content: "";
	display: inline-block;
	padding: 0;
	margin-left: .5em;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #888;
	border-bottom: 6px solid transparent
}

.card .card-heading .breadcrumb {
	font-size: 12px;
	border: none;
	margin: 0;
	margin-top: -5px
}

.card .card-heading:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-top: 15px solid #8ac256;
	border-right: 15px solid transparent
}

.card .card-img {
	position: relative;
	margin: auto;
	text-align: center;
	z-index: 0;
	transition: all .2s ease-in-out
}

.card .card-img img {
	max-width: 100%;
	transition: all .2s ease-in-out
}

.card .card-img-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 25px 15px 15px 15px;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0) 100%);
	color: #fff;
	transition: all .2s ease-in-out
}

.card .card-body {
	padding: 1rem 1.5rem;
	background: #fff
}

.card .card-list {
	list-style: none;
	padding: 0;
	background: #fff
}

.card .card-list li a {
	display: block;
	padding: 1.2rem 1.5rem
}

.card .card-list li a.active {
	background: #f9f9f9
}

.card.card-primary .card-heading {
	margin: 0;
	background: #8ac256;
	color: #fff
}

.advert {
	white-space: nowrap;
	text-align: center
}

.advert .advert-kv {
	display: inline-block;
	text-align: left
}

.advert .advert-kv .kv-image {
	text-align: center
}

.advert .advert-kv .kv-image img {
	max-width: 100%;
	max-height: 100%
}

.advert .advert-kv .kv-text {
	position: absolute;
	opacity: 0
}

.swiper {
	position: relative;
	overflow: hidden;
	z-index: 0
}

.swiper .swiper-slide {
	overflow: hidden
}

.swiper .swiper-container {
	height: 100%
}

.swiper .swiper-button-prev,.swiper .swiper-button-next {
	background: none;
	top: 50%;
	left: 5%;
	bottom: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
	border-radius: 100%;
	background: #000;
	margin: 0;
	padding: 0 15px;
	opacity: .5;
	-webkit-user-select: none;
	user-select: none;
	transition: all .15s ease-in-out;
	transform: translateY(-50%)
}

.swiper .swiper-button-prev.swiper-button-disabled,.swiper .swiper-button-next.swiper-button-disabled {
	opacity: .15;
	pointer-events: auto
}

.swiper .swiper-button-prev.swiper-button-disabled:hover,.swiper .swiper-button-next.swiper-button-disabled:hover {
	opacity: .5
}

.swiper .swiper-button-prev:before,.swiper .swiper-button-next:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: " ";
	display: block;
	width: 15px;
	height: 15px;
	border: solid rgba(255,255,255,0.6);
	border-width: 0 0 2px 2px;
	transform: translateY(-50%) rotate(45deg)
}

.swiper .swiper-button-prev:hover,.swiper .swiper-button-next:hover {
	opacity: .8
}

.swiper .swiper-button-next {
	left: auto;
	right: 5%
}

.swiper .swiper-button-next:before {
	transform: translate(-50%, -50%) rotate(-135deg)
}

.swiper .swiper-pagination .swiper-pagination-bullet {
	border: solid 1px #fff;
	width: 12px;
	height: 12px;
	background: #000
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #8ac256
}

.lightbox-open {
	overflow: hidden
}

.lightbox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 99999;
	user-select: none;
	-webkit-user-select: none
}

.lightbox .lightbox-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.95)
}

.lightbox .lightbox-container,.lightbox .swiper {
	height: 100%
}

.lightbox .lightbox-container img,.lightbox .swiper img,.lightbox .lightbox-container svg,.lightbox .swiper svg,.lightbox .lightbox-container video,.lightbox .swiper video,.lightbox .lightbox-container .ajax-result,.lightbox .swiper .ajax-result {
	position: absolute;
	z-index: 2;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000
}

.lightbox .lightbox-container video,.lightbox .swiper video {
	min-width: 600px;
	min-height: 400px;
	max-height: 80%;
	max-width: 80%
}

.lightbox .lightbox-container .swiper-slide,.lightbox .swiper .swiper-slide {
	position: relative
}

.lightbox .lightbox-close {
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 1em;
	height: 1em;
	z-index: 99999;
	display: block;
	font-size: 30px;
	cursor: pointer;
	transition: all .2s linear
}

.lightbox .lightbox-close:before {
	content: " ";
	position: absolute;
	left: 5%;
	right: 5%;
	top: 50%;
	border-bottom: solid 1px #fff;
	transform: rotate(-45deg)
}

.lightbox .lightbox-close:after {
	content: " ";
	position: absolute;
	left: 5%;
	right: 5%;
	top: 50%;
	border-bottom: solid 1px #fff;
	transform: rotate(45deg)
}

.lightbox .lightbox-close:hover {
	transform: rotate(180deg)
}

.lightbox .lightbox-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 1em;
	height: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
	border-radius: 50%;
	animation: spinner 700ms infinite linear;
	zoom: 1;
	font-size: 30px
}

.gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 3rem
}

.gallery .gallery-preview {
	display: block;
	height: 500px;
	line-height: 498px;
	border: solid 1px #ddd;
	margin-bottom: .5rem;
	text-align: center;
	overflow: hidden
}

.gallery .gallery-preview img {
	width: 100%;
	max-height: none
}

.gallery .gallery-pager {
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	height: 100px
}

.gallery .gallery-pager .gallery-pager-list {
	position: absolute;
	list-style: none;
	padding: 0;
	width: 500%;
	transition: all .3s ease-in-out
}

.gallery .gallery-pager .gallery-pager-list li {
	float: left
}

.gallery .gallery-pager .gallery-pager-list li a {
	border: solid 2px #ddd;
	display: block;
	margin: 0 5px;
	padding: 2px;
	height: 100px;
	line-height: 90px;
	overflow: hidden;
	text-align: center;
	transition: all .15s ease-in-out
}

.gallery .gallery-pager .gallery-pager-list li a img {
	max-width: 100%;
	max-height: 100%
}

.gallery .gallery-pager .gallery-pager-list li a.active {
	border-color: #8ac256
}

.gallery .gallery-pager .gallery-pager-prev,.gallery .gallery-pager .gallery-pager-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	background: #ddd;
	text-indent: -500%;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none
}

.gallery .gallery-pager .gallery-pager-prev:before,.gallery .gallery-pager .gallery-pager-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font: normal normal normal 30px/1 FontAwesome;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	margin-left: -0.5em;
	text-indent: 0;
	text-align: center
}

.gallery .gallery-pager .gallery-pager-prev.disabled:before,.gallery .gallery-pager .gallery-pager-next.disabled:before {
	opacity: .2
}

.gallery .gallery-pager .gallery-pager-prev {
	left: 0
}

.gallery .gallery-pager .gallery-pager-prev:before {
	content: "\f104"
}

.gallery .gallery-pager .gallery-pager-next {
	right: 0
}

.gallery .gallery-pager .gallery-pager-next:before {
	content: "\f105"
}

.pagination {
	position: relative;
	z-index: 0;
	text-align: center
}

.pagination li a {
	background: none;
	border: none;
	margin: 0;
	font-size: 1.15rem
}

.pagination li a.next-page,.pagination li a.prev-page {
	background: none;
	border: none
}

.pagination li a.next-page:hover,.pagination li a.prev-page:hover {
	background: none;
	border: none
}

.pagination li a,.pagination li span {
	padding: 5px 12px;
	color: #333
}

.pagination li.active a,.pagination li.active span {
	font-weight: bold;
	background: none;
	color: #8ac256;
	text-decoration: underline
}

.pagination li.active a:hover,.pagination li.active span:hover {
	background: none;
	color: #8ac256
}

.pagination li:first-child a,.pagination li:last-child a {
	border-radius: 0
}

.page-control {
	position: relative;
	border-top: solid 1px #ccc;
	padding: 5rem 0 2rem 0;
	margin-top: 5rem
}

.page-control a {
	color: #888
}

.page-control a:hover {
	color: #8ac256
}

.page-control .page-control-prev,.page-control .page-control-next {
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%
}

.page-control .page-control-back {
	position: absolute;
	bottom: 55px;
	right: 0;
	background: #dadada;
	padding: .6rem 1.6rem;
	color: #fff;
	font-size: 18px
}

.page-control .page-control-back:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f112";
	margin-left: .5rem
}

.page-control .page-control-back:hover {
	background: #8ac256;
	color: #fff
}

.resp-table dl {
	margin: 0;
	border-top: solid 1px #ddd
}

.resp-table dl dt {
	position: relative;
	text-align: center;
	padding: 15px 0;
	padding-right: 40px;
	overflow: hidden;
	display: table;
	width: 100%
}

.resp-table dl dt span {
	display: table-cell;
	width: 200px
}

.resp-table dl dd {
	background: #f3f5fb;
	transition: all .2s ease-in-out
}

.resp-table .resp-table-body {
	box-shadow: 0 0 5px rgba(0,0,0,0.1)
}

.resp-table .resp-table-head dl {
	border: none;
	background: #8ac256;
	color: #fff
}

.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	-webkit-animation-name: def;
	animation-name: def
}

.animate.fast {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.animate.play {
	animation-play-state: running;
	-webkit-animation-play-state: running
}

.animate.in {
	animation-direction: normal
}

.animate.out {
	animation-direction: reverse
}

.animate.fade {
	-webkit-animation-name: fade;
	animation-name: fade
}

.animate.fade.up {
	-webkit-animation-name: fadeUp;
	animation-name: fadeUp
}

.animate.fade.down {
	-webkit-animation-name: fadeDown;
	animation-name: fadeDown
}

.animate.fade.left {
	-webkit-animation-name: fadeLeft;
	animation-name: fadeLeft
}

.animate.fade.right {
	-webkit-animation-name: fadeRight;
	animation-name: fadeRight
}

.animate.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

.animate.bounce.up {
	-webkit-animation-name: bounceUp;
	animation-name: bounceUp
}

.animate.bounce.down {
	-webkit-animation-name: bounceDown;
	animation-name: bounceDown
}

.animate.bounce.left {
	-webkit-animation-name: bounceLeft;
	animation-name: bounceLeft
}

.animate.bounce.right {
	-webkit-animation-name: bounceRight;
	animation-name: bounceRight
}

.animate.spinner {
	-webkit-animation-name: spinner;
	animation-name: spinner
}

.animate.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

.animate.zoom {
	-webkit-animation-name: zoom;
	animation-name: zoom
}

.animate.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

.animate.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@keyframes spinner {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes def {
	0% {
		opacity: 0
	}
}

@keyframes fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-150px, 0, 0);
		transform: translate3d(-150px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(150px, 0, 0);
		transform: translate3d(150px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounce {
	0%,20%,40%,60%,80%,100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceUp {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceDown {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceRight {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes flash {
	0%,50%,100% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

@keyframes zoom {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes arrow-down {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		opacity: .3
	}

	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		opacity: .3
	}
}

.container {
	width: 100%
}

body {
/*	padding-left: 165px*/
}

.sto-header {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 165px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

.sto-header:before {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: #fff;
	width: 165px
}

.sto-header .container {
	padding: 0
}

.sto-header .logo {
	position: relative;
	z-index: 2;
	display: block;
	width: 60px;
	height: 150px;
	margin: 40px auto;
	background-size: auto 100%
}

.sto-header .navbar {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none
}

.sto-header .navbar .nav>li {
	border-bottom: solid 1px #efefef
}

.sto-header .navbar .nav>li:first-child {
	border-top: solid 1px #efefef
}

.sto-header .navbar .nav>li:before {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 165px;
	z-index: -1;
	content: "";
	background: #fff
}

.sto-header .navbar .nav>li:after {
	position: fixed;
	left: 165px;
	top: 0;
	bottom: 0;
	width: 165px;
	z-index: -3;
	content: "";
	background: rgba(242,242,242,0.95);
	transition: all .3s ease-in-out;
	transform: translateX(-100%);
	opacity: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

.sto-header .navbar .nav>li.has-childs:hover:after {
	transform: translateX(0);
	opacity: 1
}

.sto-header .navbar .nav>li.has-childs:hover .submenu {
	transform: translateX(0);
	pointer-events: all;
	opacity: 1
}

.sto-header .navbar .nav>li>.submenu {
	position: absolute;
	z-index: -2;
	left: 100%;
	top: 0;
	width: 165px;
	padding: 0 15px;
	margin: 0;
	transition: all .3s ease-in-out;
	transform: translateX(-100%);
	pointer-events: none;
	list-style: none;
	opacity: 0
}

.sto-header .navbar .nav>li>.submenu>li {
	position: relative;
	border-bottom: solid 1px #e0e0e0
}

.sto-header .navbar .nav>li>.submenu>li:first-child {
	border-top: solid 1px #e0e0e0
}

.sto-header .navbar .nav>li>.submenu>li>a {
	display: block;
	padding: 10px;
	text-align: center
}

.sto-header .navbar .nav>li>a {
	text-align: center
}

.sto-header .navbar .nav>li>a:hover {
	background: #f2f2f2
}

.sto-header .follow {
	position: relative;
	z-index: 2;
	padding: 20px 0;
	text-align: center
}

.sto-header .follow a {
	display: inline-block;
	margin: 0 2px
}

.sto-header .follow a:hover .fa {
	background: #8ac256
}

.sto-header .follow a .fa {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #999;
	color: #fff;
	border-radius: 100%;
	transition: all .2s ease-in-out
}

.sto-header .copyright {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 10px;
	font-size: 10px;
	white-space: nowrap;
	background: #fff
}

.sto-mainbody {
	position: relative;
	z-index: 1;
	min-height: 600px
}

.sto-mainbody .container {
	padding: 0 60px
}

.sto-mainbody .doc-header {
	position: relative
}

.sto-mainbody .doc-header .bg {
	position: relative
}

.sto-mainbody .doc-header .bg:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(0,0,0,0.3)
}

.sto-mainbody .doc-header .bg img {
	max-width: 100%
}

.sto-mainbody .doc-header .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding-top: 30px
}

.sto-mainbody .doc-header .text h2 {
	font-weight: bold;
	font-size: 36px;
	margin: 0
}

.sto-mainbody .doc-header .text .breadcrumb {
	border: none
}

.sto-mainbody .doc-header .text .breadcrumb:before {
	display: none
}

.sto-mainbody .doc-header .text .breadcrumb a {
	color: #fff
}

.sto-mainbody .doc-navbar {
	border-bottom: solid 1px #ddd
}

.sto-mainbody .doc-navbar ul {
	list-style: none;
	margin: 0
}

.sto-mainbody .doc-navbar ul li {
	position: relative;
	float: left
}

.sto-mainbody .doc-navbar ul li a {
	display: block;
	padding: 12px;
	min-width: 100px;
	text-align: center
}

.sto-mainbody .doc-navbar ul li:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: #8ac256;
	content: "";
	display: none
}

.sto-mainbody .doc-navbar ul li.active:after {
	display: block
}

.sto-mainbody .doc-body {
	padding: 50px 0
}

.sto-mainbody .doc-body .heading h3 {
	font-size: 24px;
	color: #847254
}

.sto-footer {
	background: #f2f2f2
}

.sto-footer .container {
	padding: 40px 60px
}

.sto-footer .fa {
	color: #8ac256
}

.sto-loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
	display: none
}

.sto-loading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s
}

.sto-loading:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	width: 35px;
	height: 230px;
	transform: translate(-50%, -50%);
	background: url('../images/welcome.png') no-repeat;
	background-size: 100% 100%
}

.sto-loading.completed {
	z-index: -999
}

.sto-loading.completed:before,.sto-loading.completed:after {
	opacity: 0
}

.sto-loading.completed .spinner {
	opacity: 0
}

.sto-loading .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 35px;
	height: 300px;
	transform: translate(-50%, -50%);
	background-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%);
	animation: welcome 3s 1 linear;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	margin: 0;
	margin-top: -30px;
	border: none;
	border-radius: 0
}

@keyframes welcome {
	0% {
		margin-top: -30px
	}

	100% {
		margin-top: 300px
	}
}

.page-about-intro .sto-mainbody .intro {
	margin-bottom: 40px
}

.page-about-intro .sto-mainbody .data {
	margin-bottom: 40px;
	background: #f9f9f9;
	padding: 15px 0
}

.page-about-intro .sto-mainbody .data dl {
	margin: 0;
	text-align: center
}

.page-about-intro .sto-mainbody .data dl dt {
	font-weight: normal;
	font-size: .9rem
}

.page-about-intro .sto-mainbody .data dl dd {
	color: #8ac256
}

.page-about-intro .sto-mainbody .data dl dd big {
	font-family: 'Trump';
	font-size: 3rem
}

.page-about-intro .sto-mainbody .data .col-sm-3 {
	border-right: solid 1px #ddd
}

.page-about-intro .sto-mainbody .data .col-sm-3:last-child {
	border-right: none
}

.page-about-intro .sto-mainbody .ideas .item {
	position: relative
}

.page-about-intro .sto-mainbody .ideas .item .thumb img {
	width: 100%
}

.page-about-intro .sto-mainbody .ideas .item .title {
	padding: 10px;
	background: #847254;
	color: #fff;
	font-size: 1.1rem
}

.page-about-cert .sto-mainbody .cert .item {
	text-align: center
}

.page-about-cert .sto-mainbody .cert .item .thumb {
	padding: 6px;
	border: solid 1px #ddd
}

.page-about-cert .sto-mainbody .cert .item .title {
	padding: 10px
}

.page-about-cert .sto-mainbody .cert .swiper {
	padding: 0 100px;
	margin: 0 -100px
}

.page-about-cert .sto-mainbody .cert .swiper .swiper-button-prev,.page-about-cert .sto-mainbody .cert .swiper .swiper-button-next {
	background: none;
	border: solid 2px #888
}

.page-about-cert .sto-mainbody .cert .swiper .swiper-button-prev:before,.page-about-cert .sto-mainbody .cert .swiper .swiper-button-next:before {
	border-color: #888
}

.page-case-list .sto-mainbody .doc-body,.page-about-project .sto-mainbody .doc-body {
	padding: 0
}

.page-case-list .sto-mainbody .projects .col-sm-4:first-child,.page-about-project .sto-mainbody .projects .col-sm-4:first-child,.page-case-list .sto-mainbody .projects .col-sm-6:first-child,.page-about-project .sto-mainbody .projects .col-sm-6:first-child {
	width: 100%
}

.page-case-list .sto-mainbody .projects .col-sm-4:first-child .item .thumb,.page-about-project .sto-mainbody .projects .col-sm-4:first-child .item .thumb,.page-case-list .sto-mainbody .projects .col-sm-6:first-child .item .thumb,.page-about-project .sto-mainbody .projects .col-sm-6:first-child .item .thumb {
	padding-bottom: 30%
}

.page-case-list .sto-mainbody .projects .col-sm-4:first-child .item .thumb img,.page-about-project .sto-mainbody .projects .col-sm-4:first-child .item .thumb img,.page-case-list .sto-mainbody .projects .col-sm-6:first-child .item .thumb img,.page-about-project .sto-mainbody .projects .col-sm-6:first-child .item .thumb img {
	max-height: none;
	max-width: none
}

.page-case-list .sto-mainbody .projects .item,.page-about-project .sto-mainbody .projects .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 1px
}

.page-case-list .sto-mainbody .projects .item:before,.page-about-project .sto-mainbody .projects .item:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	background: rgba(0,0,0,0.7);
	transition: all .2s ease-in-out;
	opacity: 0
}

.page-case-list .sto-mainbody .projects .item:hover:before,.page-about-project .sto-mainbody .projects .item:hover:before {
	opacity: 1
}

.page-case-list .sto-mainbody .projects .item:hover .thumb img,.page-about-project .sto-mainbody .projects .item:hover .thumb img {
	transform: translate(-50%, -50%) scale(1.05, 1.05)
}

.page-case-list .sto-mainbody .projects .item:hover .title,.page-about-project .sto-mainbody .projects .item:hover .title {
	opacity: 1
}

.page-case-list .sto-mainbody .projects .item .thumb,.page-about-project .sto-mainbody .projects .item .thumb {
	padding-bottom: 65%;
	overflow: hidden
}

.page-case-list .sto-mainbody .projects .item .thumb img,.page-about-project .sto-mainbody .projects .item .thumb img {
	transition: all .2s ease-in-out
}

.page-case-list .sto-mainbody .projects .item .title,.page-about-project .sto-mainbody .projects .item .title {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	min-width: 180px;
	height: 180px;
	padding: 0 20px;
	line-height: 180px;
	text-align: center;
	border: solid 1px rgba(255,255,255,0.6);
	color: #fff;
	font-size: 1.2rem;
	text-shadow: 0 0 15px rgba(255,255,255,0.2);
	transition: all .2s ease-in-out;
	opacity: 0
}

.page-case-detail .sto-mainbody,.page-about-project-album .sto-mainbody {
	height: 100%
}

.page-case-detail .sto-mainbody .doc-body,.page-about-project-album .sto-mainbody .doc-body {
	position: relative;
	height: 100%;
	padding: 0;
	background: #000
}

.page-case-detail .sto-mainbody .doc-body .swiper,.page-about-project-album .sto-mainbody .doc-body .swiper {
	height: 100%
}

.page-case-detail .sto-mainbody .doc-body .swiper .thumb img,.page-about-project-album .sto-mainbody .doc-body .swiper .thumb img {
	width: 100%;
	max-height: none
}

.page-case-detail .sto-mainbody .doc-body .swiper .swiper-pagination,.page-about-project-album .sto-mainbody .doc-body .swiper .swiper-pagination {
	background: rgba(0,0,0,0.4);
	bottom: 90px;
	padding: 6px
}

.page-case-detail .sto-mainbody .doc-body .swiper .swiper-pagination .swiper-pagination-bullet,.page-about-project-album .sto-mainbody .doc-body .swiper .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: .9;
	border: none;
	width: 8px;
	height: 8px
}

.page-case-detail .sto-mainbody .doc-body .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.page-about-project-album .sto-mainbody .doc-body .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #8ac256;
	opacity: 1
}

.page-case-detail .sto-mainbody .doc-body .page-control,.page-about-project-album .sto-mainbody .doc-body .page-control {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.6);
	border: none;
	padding: 20px;
	height: 90px;
	margin: 0;
	text-align: center
}

.page-case-detail .sto-mainbody .doc-body .page-control .page-prev,.page-about-project-album .sto-mainbody .doc-body .page-control .page-prev,.page-case-detail .sto-mainbody .doc-body .page-control .page-next,.page-about-project-album .sto-mainbody .doc-body .page-control .page-next,.page-case-detail .sto-mainbody .doc-body .page-control .page-cur,.page-about-project-album .sto-mainbody .doc-body .page-control .page-cur {
	display: block;
	color: #fff;
	padding: 10px 30px;
	transition: all .2s ease-in-out;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 160px
}

.page-case-detail .sto-mainbody .doc-body .page-control .page-prev:hover,.page-about-project-album .sto-mainbody .doc-body .page-control .page-prev:hover,.page-case-detail .sto-mainbody .doc-body .page-control .page-next:hover,.page-about-project-album .sto-mainbody .doc-body .page-control .page-next:hover,.page-case-detail .sto-mainbody .doc-body .page-control .page-cur:hover,.page-about-project-album .sto-mainbody .doc-body .page-control .page-cur:hover {
	text-shadow: 0,0,5px,rgba(0,0,0,0.3);
	color: #8ac256
}

.page-case-detail .sto-mainbody .doc-body .page-control .page-cur,.page-about-project-album .sto-mainbody .doc-body .page-control .page-cur {
	font-size: 1.7em;
	max-width: none
}

.page-case-detail .sto-mainbody .doc-body .page-control .page-prev,.page-about-project-album .sto-mainbody .doc-body .page-control .page-prev {
	position: absolute;
	top: 30px;
	left: 10%;
	padding-right: 10px
}

.page-case-detail .sto-mainbody .doc-body .page-control .page-prev:before,.page-about-project-album .sto-mainbody .doc-body .page-control .page-prev:before {
	position: absolute;
	left: 0;
	font-family: "FontAwesome";
	content: "\f104";
	margin: 0 10px
}

.page-case-detail .sto-mainbody .doc-body .page-control .page-next,.page-about-project-album .sto-mainbody .doc-body .page-control .page-next {
	position: absolute;
	top: 30px;
	right: 10%;
	padding-left: 10px
}

.page-case-detail .sto-mainbody .doc-body .page-control .page-next:after,.page-about-project-album .sto-mainbody .doc-body .page-control .page-next:after {
	position: absolute;
	right: 0;
	font-family: "FontAwesome";
	content: "\f105";
	margin: 0 10px
}

.page-about-contact .sto-mainbody .doc-body {
	padding: 20px 0;
	padding-bottom: 0;
	border-bottom: solid 1px #ddd
}

.page-about-contact .sto-mainbody .contact-info {
	font-size: 1.1rem;
	padding: 20px 40px;
	margin-bottom: 30px
}

.page-about-contact .sto-mainbody .contact-info .col-sm-4 {
	position: relative
}

.page-about-contact .sto-mainbody .contact-info .fa {
	position: absolute;
	left: -20px;
	color: #8ac256;
	font-size: 1.6rem
}

.page-about-contact .sto-mainbody .form-feedback {
	margin-bottom: 50px
}

.page-news-list .sto-mainbody .datalist .dataitem {
	padding: 20px 0;
	border-bottom: solid 1px #ddd
}

.page-news-list .sto-mainbody .datalist .dataitem .thumb {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 65%
}

.page-news-list .sto-mainbody .datalist .dataitem .thumb:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	transition: all .2s ease-in-out;
	background: rgba(0,0,0,0.8);
	opacity: 0
}

.page-news-list .sto-mainbody .datalist .dataitem .thumb:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	z-index: 2;
	line-height: 80px;
	text-align: center;
	content: "查询详情";
	border: solid 1px rgba(255,255,255,0.8);
	color: rgba(255,255,255,0.8);
	transition: all .2s ease-in-out;
	transform: translate(-50%, -50%);
	opacity: 0
}

.page-news-list .sto-mainbody .datalist .dataitem .thumb:hover:before,.page-news-list .sto-mainbody .datalist .dataitem .thumb:hover:after {
	opacity: 1
}

.page-news-list .sto-mainbody .datalist .dataitem .thumb:hover img {
	transform: translate(-50%, -50%) scale(1.05, 1.05)
}

.page-news-list .sto-mainbody .datalist .dataitem .thumb img {
	transition: all .2s ease-in-out;
	min-width: 100%;
	max-width: auto;
	min-height: 100%;
	max-height: auto
}

.page-news-list .sto-mainbody .datalist .dataitem .date {
	color: #888
}

.page-news-list .sto-mainbody .datalist .dataitem .title {
	display: block;
	padding: 10px 0;
	font-size: 1.2rem
}

.page-news-list .sto-mainbody .datalist .dataitem .summary {
	color: #888;
	line-height: 1.8em
}

.page-news-list .sto-mainbody .datalist .dataitem .more {
	padding: 10px 0;
	display: block
}

.page-job-list .sto-mainbody .job-list-thead {
	padding: .8rem 0;
	color: #fff;
	text-align: center;
	background: #8ac256
}

.page-job-list .sto-mainbody .job-list-tbody {
	border-top: solid 1px #ddd
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem {
	position: relative;
	border: solid 1px #ddd;
	border-top: none;
	margin: 0
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem .icon {
	position: absolute;
	right: .8rem;
	top: .8rem;
	content: " ";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #ccc;
	transition: all .2s ease-in-out
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem .icon:after {
	padding: 0 6px;
	text-align: center;
	font-family: FontAwesome;
	font-weight: normal;
	content: "\f0d7";
	color: #fff;
	transition: all .2s ease-in-out
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem dt {
	padding: .8rem 0;
	overflow: hidden;
	cursor: pointer;
	text-align: center
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem dd {
	transition: all .3s ease-in-out;
	height: 0;
	overflow: hidden
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem dd .desc {
	padding: .8rem 1.5rem
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem dd .desc h5 {
	font-weight: bold
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem.active {
	border-color: #e0e0e0
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem.active .icon {
	background: #fff;
	transform: rotate(-180deg)
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem.active .icon:after {
	color: #e0e0e0
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem.active dt {
	background: #e0e0e0
}

.page-job-list .sto-mainbody .job-list-tbody .dataitem.active dd {
	height: 280px;
	overflow-y: auto
}

.page-job-list .sto-mainbody .job-note {
	margin: 1.5rem 0;
	padding: .8rem 0
}

.page-partner .sto-mainbody .datalist {
	padding: 20px 0
}

.page-partner .sto-mainbody .datalist .dataitem {
	position: relative;
	display: block;
	border: solid 1px #e0e0e0;
	padding: 15px;
	margin: 5px -5px;
	text-align: center;
	transition: all .2s ease-in-out
}

.page-partner .sto-mainbody .datalist .dataitem:hover {
	transform: translateY(-5px)
}

.page-partner .sto-mainbody .datalist .dataitem .thumb {
	height: 100px;
	line-height: 100px;
	text-align: center
}

.page-partner .sto-mainbody .datalist .dataitem .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 1.1rem
}

.page-partner .sto-mainbody .datalist .dataitem .subtitle {
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888;
	font-size: .85rem
}

.page-home .sto-mainbody .heading {
	margin: 0
}

.page-home .sto-mainbody .heading h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 4px;
	text-indent: 4px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 5px
}

.page-home .sto-mainbody .heading small {
	display: block;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8rem
}

.page-home .sto-mainbody .adv {
	position: relative
}

.page-home .sto-mainbody .adv .arrow {
	position: absolute;
	bottom: 5%;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%)
}

.page-home .sto-mainbody .adv .arrow i {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	animation: arrow-down 1s infinite
}

.page-home .sto-mainbody .adv .arrow i:before,.page-home .sto-mainbody .adv .arrow i:after {
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: 25%;
	content: "";
	height: 1.5px;
	background: #fff;
	transform: rotate(45deg) translateX(-50%)
}

.page-home .sto-mainbody .adv .arrow i:after {
	transform: rotate(-45deg) translateX(50%)
}

.page-home .sto-mainbody .intro {
	padding: 20px 0;
	margin-bottom: 20px
}

.page-home .sto-mainbody .intro .summary {
	line-height: 1.6em;
	color: #666
}

.page-home .sto-mainbody .case {
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: solid 1px #f0f0f0
}

.page-home .sto-mainbody .case .projects {
	margin-top: 20px
}

.page-home .sto-mainbody .case .projects .col-sm-4:first-child,.page-home .sto-mainbody .case .projects .col-sm-6:first-child {
	width: 100%
}

.page-home .sto-mainbody .case .projects .col-sm-4:first-child .item .thumb,.page-home .sto-mainbody .case .projects .col-sm-6:first-child .item .thumb {
	padding-bottom: 30%
}

.page-home .sto-mainbody .case .projects .col-sm-4:first-child .item .thumb img,.page-home .sto-mainbody .case .projects .col-sm-6:first-child .item .thumb img {
	max-height: none;
	max-width: none
}

.page-home .sto-mainbody .case .projects .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 1px
}

.page-home .sto-mainbody .case .projects .item:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	background: rgba(0,0,0,0.7);
	transition: all .2s ease-in-out;
	opacity: 0
}

.page-home .sto-mainbody .case .projects .item:hover:before {
	opacity: 1
}

.page-home .sto-mainbody .case .projects .item:hover .thumb img {
	transform: translate(-50%, -50%) scale(1.05, 1.05)
}

.page-home .sto-mainbody .case .projects .item:hover .title {
	opacity: 1
}

.page-home .sto-mainbody .case .projects .item .thumb {
	padding-bottom: 65%;
	overflow: hidden
}

.page-home .sto-mainbody .case .projects .item .thumb img {
	transition: all .2s ease-in-out
}

.page-home .sto-mainbody .case .projects .item .title {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	min-width: 180px;
	height: 180px;
	padding: 0 20px;
	line-height: 180px;
	text-align: center;
	border: solid 1px rgba(255,255,255,0.6);
	color: #fff;
	font-size: 1.2rem;
	text-shadow: 0 0 15px rgba(255,255,255,0.2);
	transition: all .2s ease-in-out;
	opacity: 0
}

.page-home .sto-mainbody .news {
	margin-bottom: 60px;
	overflow: hidden
}

.page-home .sto-mainbody .news .swiper {
	margin: 0 -15px;
	margin-top: -80px;
	padding-top: 80px
}

.page-home .sto-mainbody .news .swiper .swiper-button-prev,.page-home .sto-mainbody .news .swiper .swiper-button-next {
	left: auto;
	top: 50px;
	right: 20px;
	border-radius: 0;
	border: solid 1px #8ac256;
	background: none;
	width: 35px;
	height: 35px
}

.page-home .sto-mainbody .news .swiper .swiper-button-prev:before,.page-home .sto-mainbody .news .swiper .swiper-button-next:before {
	border-color: #8ac256
}

.page-home .sto-mainbody .news .swiper .swiper-button-prev {
	right: 65px
}

.page-home .sto-mainbody .news .datalist {
	margin-top: 20px
}

.page-home .sto-mainbody .news .datalist .dataitem {
	display: block
}

.page-home .sto-mainbody .news .datalist .dataitem:hover .thumb img {
	transform: translate(-50%, -50%) scale(1.05, 1.05)
}

.page-home .sto-mainbody .news .datalist .dataitem .thumb {
	padding-bottom: 60%;
	margin-bottom: 10px;
	overflow: hidden
}

.page-home .sto-mainbody .news .datalist .dataitem .date {
	color: #888;
	font-size: .9rem;
	margin-bottom: 5px
}

.page-home .sto-mainbody .news .datalist .dataitem .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.page-home .sto-mainbody .contact {
	padding: 30px 0;
	background: #fafafa
}

.page-home .sto-mainbody .contact .form .form-action {
	text-align: right
}

.page-home .sto-loading {
	display: block
}

.page-home .welcome {
/*	position: absolute;*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	height: 100%;
	transition: all .4s ease-in-out;
	background:url(../images/index.jpg);
	background-repeat: no-repeat;background-position:center center;
	);

}

.page-home .welcome .video {
	height: 100%
}

.page-home .welcome .video .swiper {
	height: 100%
}

.page-home .welcome .video:before {
/*	position: absolute;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	background: rgba(0,0,0,0.3)
}

.page-home .welcome .video .logo {
/*	position: absolute;
	left: 50%;
	top: 35%;
	z-index: 3;
	transform: translate(-50%, -50%)*/
}

.page-home .welcome .video .logo img {
	width: 600px
}

.page-home .welcome .video video {
	object-fit: fill;
	height: 100%;
	min-width: 100%
}

.page-home .welcome .arrow {
	position: absolute;
	bottom: 5%;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.8);
	font-weight: bold;
	font-size: 11px
}

.page-home .welcome .arrow i {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	animation: arrow-down 1s infinite
}

.page-home .welcome .arrow i:before,.page-home .welcome .arrow i:after {
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: 25%;
	content: "";
	height: 1.5px;
	background: #fff;
	transform: rotate(45deg) translateX(-50%)
}

.page-home .welcome .arrow i:after {
	transform: rotate(-45deg) translateX(50%)
}

.page-home.bclose .welcome {
	transform: translateY(-100%)
}

@media (min-width:1600px) {
	html,body {
		font-size: 16px
	}

	body {
/*		padding-left: 220px*/
	}

	.sto-header {
		width: 220px
	}

	.sto-header:before {
		width: 220px
	}

	.sto-header .logo {
		width: 80px;
		height: 200px
	}

	.sto-header .navbar .nav>li:before {
		width: 220px
	}

	.sto-header .navbar .nav>li:after {
		left: 220px;
		width: 220px
	}

	.sto-header .navbar .nav>li>.submenu {
		width: 220px
	}

	.sto-header .navbar .nav a {
		font-size: 18px
	}
}

@media (max-width:960px) {
	body {
		padding: 0
	}

	.btn-menu {
		position: fixed;
		right: 15px;
		top: 15px;
		width: 40px;
		height: 40px;
		z-index: 98;
		cursor: pointer;
		background: #8ac256;
		transition: all .2s ease-in-out
	}

	.btn-menu .icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 2.5px;
		background: #fff;
		transform: translate(-50%, -50%);
		transition: all .2s ease-in-out
	}

	.btn-menu .icon:before,.btn-menu .icon:after {
		position: absolute;
		top: -7px;
		left: 0;
		right: 0;
		height: 2.5px;
		content: "";
		background: #fff;
		transition: all .2s ease-in-out
	}

	.btn-menu .icon:after {
		top: auto;
		bottom: -7px
	}

	.nav-open .btn-menu {
		background: none
	}

	.nav-open .btn-menu .icon {
		background: none
	}

	.nav-open .btn-menu .icon:before {
		transform: rotate(-45deg);
		top: 0;
		background: #8ac256
	}

	.nav-open .btn-menu .icon:after {
		transform: rotate(45deg);
		bottom: 0;
		background: #8ac256
	}

	.welcome {
		display: none
	}

	.sto-header {
		right: 0;
		width: 100%;
		background: #fff;
		transition: all .2s ease-in-out;
		transform: translateX(100%)
	}

	.sto-header:before {
		display: none
	}

	.sto-header.open {
		transform: translateX(0)
	}

	.sto-header .navbar {
		position: relative;
		padding-bottom: 80px
	}

	.sto-header .navbar .nav>li {
		position: static
	}

	.sto-header .navbar .nav>li:before {
		display: none
	}

	.sto-header .navbar .nav>li:after {
		display: none
	}

	.sto-header .navbar .nav>li .submenu {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		z-index: 3;
		background: #fff;
		padding: 0
	}

	.sto-mainbody .container {
		padding: 0 20px
	}

	.sto-mainbody .doc-header .bg {
		position: relative;
		padding-bottom: 120px
	}

	.sto-mainbody .doc-header .bg img {
		position: absolute;
		height: 100%;
		width: auto;
		max-width: none
	}

	.sto-mainbody .doc-navbar {
		display: none
	}

	.sto-footer .container {
		padding: 20px
	}

	.page-home .sto-loading {
		display: none
	}

	.page-home .sto-mainbody .case .projects .col-sm-4:first-child .item .thumb,.page-home .sto-mainbody .case .projects .col-sm-6:first-child .item .thumb {
		padding-bottom: 65%
	}

	.page-home .sto-mainbody .case .projects .item {
		margin: 20px
	}

	.page-home .sto-mainbody .case .projects .item .title {
		border: none
	}

	.page-case-list .sto-mainbody .projects .item,.page-about-project .sto-mainbody .projects .item,.page-case-list .sto-mainbody .projects .item,.page-about-project .sto-mainbody .projects .item {
		margin: 20px
	}

	.page-case-list .sto-mainbody .projects .col-sm-4:first-child .item .thumb,.page-about-project .sto-mainbody .projects .col-sm-4:first-child .item .thumb,.page-case-list .sto-mainbody .projects .col-sm-4:first-child .item .thumb,.page-about-project .sto-mainbody .projects .col-sm-4:first-child .item .thumb,.page-case-list .sto-mainbody .projects .col-sm-6:first-child .item .thumb,.page-about-project .sto-mainbody .projects .col-sm-6:first-child .item .thumb,.page-case-list .sto-mainbody .projects .col-sm-6:first-child .item .thumb,.page-about-project .sto-mainbody .projects .col-sm-6:first-child .item .thumb {
		padding-bottom: 65%
	}

	.page-case-detail .sto-mainbody .doc-body .swiper .thumb img,.page-about-project-album .sto-mainbody .doc-body .swiper .thumb img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.page-case-detail .sto-mainbody .doc-body .page-control .page-cur,.page-about-project-album .sto-mainbody .doc-body .page-control .page-cur {
		margin-top: -26px
	}
}
.welc{width:100%;float: left;margin-top: 4%;}
.welc_cen{width:600px;margin:0 auto;height: auto;}
.language{
	width:600px;height:130px;
/*		margin-top: 20px;*/
/*	position: absolute;
left: 50%;
top: 65%;
z-index: 3;
transform: translate(-50%, -50%);*/
}
.langu_fl{float: left;font-size: 36px;color:#fff;}
.langu_fr{float: right;font-size: 36px;color:#fff;}
.language a{color:#fff;text-decoration:none;border:3px solid rgba(255,255,255,0.5);width:130px;height: 60px;display: block;line-height: 60px;text-align: center;color:rgba(255,255,255,0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);border-radius: 5px;}
.language a:hover{border:3px solid #fff;color:#fff;}