
@charset "utf-8";

@font-face {
 font-family:'exo_2.0thin';
 src:url(fonts/Exo2.0-Thin-webfont.eot);
 src:url(fonts/Exo2.0-Thin-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/Exo2.0-Thin-webfont.woff) format('woff'),url(fonts/Exo2.0-Thin-webfont.ttf) format('truetype'),url(fonts/Exo2.0-Thin-webfont.svg#exo_2.0thin) format('svg');
 font-weight:400;
 font-style:normal
}



@font-face {
 font-family:'exo_2.0light';
 src:url(fonts/Exo2.0-Light-webfont.eot);
 src:url(fonts/Exo2.0-Light-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/Exo2.0-Light-webfont.woff) format('woff'),url(fonts/Exo2.0-Light-webfont.ttf) format('truetype'),url(fonts/Exo2.0-Light-webfont.svg#exo_2.0light) format('svg');
 font-weight:400;
 font-style:normal
}
.trans {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.trans2 {
	-webkit-transition: all .4s cubic-bezier(1,0,0,1);
	transition: all .4s cubic-bezier(1,0,0,1)
}

.no-touch .trans_3d {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: perspective(100px) rotateX(-90deg);
	transform: perspective(100px) rotateX(-90deg);
	-webkit-transform-origin: center center 0;
	transform-origin: center center 0;
	-ms-transform-origin: center center 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.no-touch .trans_3d_a:hover .trans_3d {
	-webkit-transform: perspective(100px) rotateX(0);
	transform: perspective(100px) rotateX(0)
}

.c_white,.c_white h1,.c_white h2,.c_white h3,.c_white h4,.c_white h5,.c_white p,.c_white span {
	color: #fff
}

.c_gray {
	color: #666
}

.c_dark {
	color: #333
}

.c_brand {
	color: #009955;
}

.bgc_white {
	background-color: #fff
}

.bgc_brand {
	background-color: #009955;
}

.dark_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .2;
	filter: alpha(opacity=20)
}

.inline-nav ul:after,.inline-nav ul:before {
	display: table;
	content: " "
}

.inline-nav ul:after {
	clear: both
}

.inline-nav ul li {
	float: left;
	overflow: hidden
}

.inline-nav ul li:not(:last-child) {
	margin-right: 2px
}

.inline-nav ul li a {
	position: relative;
	display: block;
	padding: 0 20px;
	background: rgba(0,0,0,.5);
	color: inherit;
	text-transform: uppercase;
	line-height: 40px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.no-touch .inline-nav ul li a:hover {
	background: #009955;;
	color: #fff
}

.inline-nav ul li a span {
	color: inherit
}

.inline-nav ul li.active a {
	background: #fff;
	color: #009955;
}

.inline-nav.text-center ul {
	display: inline-block
}

.inline-nav.text-center ul li {
	float: none;
	display: inline-block
}

@media (min-width:768px) {
	.head .inline-nav {
		float: left;
		margin: 10px 0 0 30px
	}
}

@media (max-width:767px) {
	.head .inline-nav {
		margin-top: 20px;
		width: 100%
	}
}

@media (max-width:767px) {
	.head.has-nav .title {
		bottom: 0
	}
}

div,footer,header,hgroup,main,nav,section {
	position: relative;
	display: block
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 320px;
	background-color: #fff;
	color: #666;
	text-align: left;
	font-size: 14px;
	font-family: "exo_2.0light","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

::-moz-selection {
	background: #009955;;
	color: #fff
}

::selection {
	background: #009955;;
	color: #fff
}

a,h1,h2,h3,h4,h5,p,span {
	position: relative
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2
}

.h1,.h2,.h3,h1,h2,h3 {
	font-family: "exo_2.0thin","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
	line-height: 1
}

.h1,h1 {
	font-size: 64px
}

.h2,h2 {
	font-size: 48px
}

.h3,h3 {
	font-size: 36px
}

.h4,h4 {
	font-size: 24px
}

.h5,h5 {
	font-size: 18px
}

p {
	margin: 24px 0;
	font-size: 14px;
	font-family: Georgia,"Times New Roman","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
	line-height: 1.6
}

p.mg-small {
	margin: 12px 0
}

p.p18 {
	font-size: 18px
}

h1,h2,h3,h4,h5,h6,p,span {
	cursor: default
}

a h1,a h2,a h3,a h4,a h5,a h6,a p,a span {
	cursor: pointer
}

a {
	color: #666;
	cursor: pointer
}

a,a:active,a:hover {
	outline: 0;
	text-decoration: none
}

hr {
	float: left;
	box-sizing: content-box;
	margin-top: 5px;
	width: 30px;
	height: 2px;
	border: 0;
	background-color: #009955;
}

ol,ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}

li {
	position: relative
}

img {
	border: 0
}

img .middle {
	vertical-align: middle
}

.font_thin {
	font-family: "exo_2.0thin"
}

*,:after,:before {
	box-sizing: border-box
}

.float_l {
	float: left
}

.float_r {
	float: right
}

.align_c {
	text-align: center
}

.coverbg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.scrollbg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll
}

.fixedbg {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.fixedbg.center {
	background-position: center center
}

.touch .fixedbg {
	background-attachment: scroll
}

.mt2 {
	margin-top: 2px
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mb50 {
	margin-bottom: 50px
}

.mt120 {
	margin-top: 120px
}

.mb120 {
	margin-bottom: 120px
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.mt0 {
	margin-top: 0!important
}

.mb0 {
	margin-bottom: 0!important
}

.m0 {
	margin: 0!important
}

.list_text li {
	margin-left: 15px;
	list-style: disc
}

.clearfix:after,.clearfix:before {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.vertical_obj {
	display: table
}

.vertical_obj .vertical_cont {
	display: table-cell;
	vertical-align: middle
}

.zh-CN .en {
	display: none
}

.en-US .cn {
	display: none
}

.wrap {
	margin: auto;
	padding: 120px 10%
}

.wrap:after,.wrap:before {
	display: table;
	content: " "
}

.wrap:after {
	clear: both
}

.wrap.ptm0 {
	padding-top: 0;
	padding-bottom: 0
}

.wrap.pt0 {
	padding-top: 0
}

.wrap.pb0 {
	padding-bottom: 0
}

.desk-full,.full,.landfull {
	overflow: hidden;
	width: 100%;
	height: 100%
}

.fullw {
	overflow-x: hidden;
	width: 100%
}

.halfw {
	width: 50%
}

#main {
	visibility: hidden;
	width: 100%;
	height: 100%
}

.loader_bg {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #fff
}

.loading-icon {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat
}

.head {
	overflow: hidden;
	width: 100%;
	height: 400px;
	background-color: #000
}

.head .title {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center
}

@-webkit-keyframes down_arrow {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes down_arrow {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}


	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

.down_arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 30;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 24px
}

.down_arrow:before {
	position: absolute;
	left: 20px;
	-webkit-animation: down_arrow 1.5s infinite;
	animation: down_arrow 1.5s infinite
}

.grid_btns li {
	float: left;
	padding: 2px;
	width: 25%
}

.grid_btns li a .title {
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:1440px) {
	.grid_btns li {
		width: 20%
	}
}

@media (max-width:800px) {
	.grid_btns li {
		width: 33.33%
	}
}

@media (max-width:767px) {
	.grid_btns li {
		width: 50%
	}
}

#store_infos p {
	margin: 10px 0
}

.jobs .grid_btns li {
	width: 33.3%
}

@media (min-width:1440px) {
	.jobs .grid_btns li {
		width: 25%
	}
}

@media (max-width:767px) {
	.jobs .grid_btns li {
		width: 50%
	}
}

@media (max-width:400px) {
	.jobs .grid_btns li {
		width: 100%
	}
}

#job_infos .item .info {
	float: left;
	padding-right: 20px;
	width: 70%;
	border-right: 1px solid #f0f0f0
}

#job_infos .item .btns {
	float: right;
	padding-left: 30px;
	width: 30%
}

#job_infos .item .btns a {
	margin-top: 0;
	margin-bottom: 15px
}

@media (max-width:767px) {
	#job_infos .item .info {
		padding-right: 0;
		padding-bottom: 20px;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #f0f0f0
	}

	#job_infos .item .btns {
		float: left;
		margin-top: 20px;
		padding-left: 0;
		width: 100%
	}

	#job_infos .item .btns a {
		margin-top: 0;
		margin-bottom: 10px
	}
}

.pop_bg {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	cursor: default;
	filter: alpha(opacity=0)
}

#bg_mask {
	z-index: 998
}

@media screen and (orientation:portrait) {
	.landfull {
		height: auto
	}

	.bgimg {
		position: relative!important;
		top: 0!important;
		left: 0!important;
		float: left;
		width: 100%!important;
		height: auto!important
	}
}

@media (min-width:1600px) {
	.wrap {
		padding-right: 20%;
		padding-left: 20%
	}
}

@media (max-width:800px) {
	.h1,h1 {
		font-size: 48px
	}

	.h2,h2 {
		font-size: 36px
	}

	.h3,h3 {
		font-size: 24px
	}

	.h4,h4 {
		font-size: 20px
	}

	.desk-full {
		height: auto
	}

	.wrap {
		padding: 90px 50px
	}

	.flex-direction-nav {
		display: none
	}

	.head {
		height: 300px
	}

	.head .title {
		bottom: 60px
	}
}

@media (max-width:767px) {
	body,p {
		font-size: 12px
	}

	.h1,h1 {
		font-size: 36px
	}

	.h2,h2 {
		font-size: 24px
	}

	.h3,h3 {
		font-size: 20px
	}

	.h4,h4 {
		font-size: 18px
	}

	.h5,h5,p.p18 {
		font-size: 14px
	}

	.wrap {
		padding: 40px 30px
	}

	.mb120 {
		margin-bottom: 0
	}

	.head {
		height: 200px
	}

	.head .title {
		bottom: 40px
	}
}

.thumbs {
	overflow: hidden;
	margin-right: -6px
}

.thumbs li {
	float: left;
	margin-left: -1px;
	width: 25%;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc
}

.thumbs li a {
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 0
}

.thumbs li a img {
	width: 100%;
	height: auto
}

.thumbs .bg {
	position: absolute;
	top: 50%;
	right: 10px;
	bottom: 50%;
	left: 10px;
	background-color: #009955;;
	opacity: 0;
	filter: alpha(opacity=0)
}

@media (max-width:800px) {
	.thumbs {
		margin-right: -3px
	}
}

@media (max-width:767px) {
	.thumbs {
		margin-right: -2px
	}
}

.thumb_title {
	position: absolute;
	top: 50%;
	visibility: hidden;
	margin-top: -14px;
	padding: 0 30px;
	width: 100%;
	color: #fff;
	line-height: 1;
	opacity: 0;
	filter: alpha(opacity=0)
}

.thumb_title .cn {
	margin-top: -14px
}

.no-touch .thumbs li a:hover .bg {
	top: 10px;
	bottom: 10px;
	opacity: .8;
	filter: alpha(opacity=80)
}

.no-touch .thumbs li a:hover .thumb_title {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.photo-gallery-list {
	margin-right: -2px
}

.photo-gallery-list li {
	margin-left: 0;
	padding: 2px 2px 0 0;
	border: none
}

.photo-gallery-list i {
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #009955;;
	font-size: 24px;
	line-height: 60px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-ms-transform: scale(0)
}

.no-touch .photo-gallery-list a:hover i {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.no-touch .photo-gallery-list a:hover img {
	opacity: .8;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.news.thumbs li {
	width: 33.3%
}

@media (min-width:1440px) {
	.news.thumbs li {
		width: 25%
	}
}

@media (max-width:800px) {
	.news.thumbs li {
		width: 50%
	}
}

@media (max-width:767px) {
	.news.thumbs li {
		width: 100%
	}
}

.news.thumbs li a {
	padding: 30px;
	background-color: transparent;
	text-align: left;
	font-size: 14px
}

.news.thumbs .title,.news.thumbs li a img {
	margin-bottom: 20px
}

.news.thumbs .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #009955;
}

.no-touch .news.thumbs li a:hover img {
	opacity: .8;
	filter: alpha(opacity=80)
}

.no-touch .news.thumbs li a:hover .title {
	color: #009955;
}

.no-touch .news.thumbs li a:hover .line {
	height: 4px
}

@media (max-width:767px) {
	.photo-gallery-list li,.product-list .thumbs li {
		width: 50%
	}
}

.big_btn {
	display: inline-block;
	padding: 30px;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 64px;
	-webkit-transition: background-color .5s ease,color .5s ease;
	transition: background-color .5s ease,color .5s ease
}

.no-touch .big_btn:hover {
	background-color: #fff;
	color: #009955;
}

.btn_blue,.btn_white {
	float: left;
	margin-top: 30px;
	margin-right: 10px;
	padding: 0 15px;
	vertical-align: top;
	line-height: 36px
}

.btn_white {
	border: 1px solid #fff;
	color: #fff
}

.no-touch .btn_white:hover {
	background-color: #fff;
	color: #009955;
}

.btn_blue {
	border: 1px solid #009955;;
	color: #009955;
}

.no-touch .btn_blue:hover {
	background-color: #009955;;
	color: #fff
}

.btn_blue:before,.btn_white:before {
	margin-right: 10px;
	vertical-align: top;
	font-size: 20px;
	line-height: 36px
}

.block_btn {
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #dcdcdc;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1
}

.no-touch .block_btn:hover {
	background-color: #009955;
}

.no-touch .block_btn:hover span {
	color: #fff
}

.close_btn {
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #009955;;
	text-align: center;
	font-size: 24px;
	line-height: 56px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-ms-transform: scale(0)
}

.close_btn.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.no-touch .close_btn:hover {
	background-color: #009955;;
	color: #fff
}

.iconbtn {
	float: left;
	margin-left: -1px;
	width: 40px;
	height: 40px;
	border: 1px solid #009955;;
	border-radius: 20px;
	color: #009955;;
	text-align: center;
	font-size: 20px;
	line-height: 38px
}

.no-touch .iconbtn:hover {
	background-color: #009955;;
	color: #fff
}

@media (max-width:1024px) {
	.big_btn {
		font-size: 32px
	}
}

@media (max-width:767px) {
	.big_btn {
		padding: 12px;
		border-width: 1px;
		font-size: 18px
	}

	.btn_blue,.btn_white {
		margin-top: 20px
	}

	.block_btn {
		padding: 15px
	}

	.close_btn {
		width: 50px;
		height: 50px;
		font-size: 18px;
		line-height: 46px
	}
}

.flexslider.full .flex-viewport,.flexslider.full .slides,.flexslider.full .slides li {
	width: 100%;
	height: 100%
}

.text_slider .slides li>div {
	padding-left: 2px
}

.flex-direction-nav {
	float: left;
	margin: -2px 0 0 15px
}

.flex-direction-nav li {
	display: inline-block
}

.flex-direction-nav a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 28px
}

.no-touch .flex-direction-nav a:hover {
	background-color: #fff;
	color: #009955;;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2)
}

.flexslider.full .flex-direction-nav {
	position: static;
	float: none;
	margin: 0
}

.flexslider.full .flex-direction-nav li {
	position: static
}

.flexslider.full .flex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 20;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	font-size: 30px;
	line-height: 60px
}

.lt-ie9 .flexslider.full .flex-direction-nav a {
	background-image: url(../images/alpha-bg.png)
}

.flexslider.full .flex-prev {
	left: 5%
}

.flexslider.full .flex-next {
	right: 5%
}

#gallery .flex-direction-nav a {
	position: absolute;
	top: 60px;
	bottom: 60px;
	z-index: 20;
	margin-top: 0;
	width: 50%;
	height: auto;
	border-radius: 0;
	color: transparent
}

#gallery .flex-direction-nav a i {
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -16px 0 0 0;
	color: #009955;;
	font-size: 32px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-ms-transform: scale(0)
}

#gallery .flex-prev {
	left: 0
}

#gallery .flex-next {
	right: 0
}

#gallery .flex-direction-nav .flex-next i {
	right: 20px;
	left: auto
}

.no-touch #gallery .flex-direction-nav a:hover {
	background-color: transparent;
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.no-touch #gallery .flex-direction-nav a:hover i {
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.flex-control-nav {
	float: left;
	margin-left: -5px
}

.flex-control-nav li {
	display: inline-block;
	margin: 5px
}

.flex-control-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
	zoom: 1
}

#gallery .flex-control-nav,.flexslider.full .flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 22;
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: center
}

.flex-control-nav a.flex-active,.flex-control-nav a:active,.no-touch .flex-control-nav a:hover {
	background-color: #fff;
	zoom: 1
}

.clearbg .flex-control-nav a {
	border-color: #009955;
}

.clearbg .flex-control-nav a.flex-active,.clearbg .flex-control-nav a:active,.no-touch .clearbg .flex-control-nav a:hover {
	background-color: #009955;
}

.flex-control-nav a.flex-active {
	cursor: default
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: visible;
	width: 100%;
	height: 60px;
	background-color: #f0f0f0
}

.top_logo {
	float: left;
	overflow: hidden;
	padding: 20px 40px;
	width: auto;
	height: 100%
}

.top_logo .logo_img {
	overflow: hidden;
	width: auto;
	height: 100%
}

.top_logo img {
	margin-top: -20px;
	width: auto;
	height: 40px
}

.no-touch .top_logo:hover {
	background-color: #fff
}

.no-touch .max_header .top_logo:hover {
	background-color: #009955;;
	background-color: rgba(0,0,0,.2)
}

nav {
	float: right
}

nav .menu_btn {
	display: none;
	width: 50px;
	height: 50px;
	color: #999;
	text-align: center;
	font-size: 20px;
	line-height: 48px
}

#nav {
	float: left
}

#nav>li {
	float: left;
	display: inline-block
}

#nav>li>a {
	display: block;
	padding: 0 12px;
	height: 60px
}

#nav>li>a span {
	color: #999;
	line-height: 60px
}

#nav>li.active>a,.no-touch #nav>li>a:hover {
	background-color: #fff;
	box-shadow: 0 -8px 16px rgba(0,0,0,.1)
}

#nav>li.active>a span,#nav>li.has_sub.open .submenu_btn span,.no-touch #nav>li>a:hover span {
	color: #009955;
}

#nav>li.has_sub.open>a {
	background-color: #fff
}

.subnav {
	position: absolute;
	overflow: hidden;
	width: 180px;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0,0,0,.1)
}

.subnav .back_btn {
	display: none
}

.subnav li {
	width: 100%;
	height: 0;
	opacity: 0
}

.subnav li:first-child {
	border-top: none
}

.subnav li a {
	display: block;
	padding: 0 20px;
	line-height: 40px
}

.subnav li a span {
	color: #999
}

.no-touch .subnav li a:hover {
	background-color: #009955;
}

.no-touch .subnav li a:hover span {
	color: #fff
}

.has_sub.open .subnav li {
	height: 40px;
	opacity: 1
}

.lang_btn {
	top: 15px;
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	width: 70px;
	height: 30px;
	border-left: 1px solid #999;
	text-align: center;
	line-height: 30px
}

.lang_btn span {
	color: #999
}

.no-touch .lang_btn:hover {
	border-color: #fff;
	background-color: #fff
}

.no-touch .lang_btn:hover span {
	color: #009955;
}

.max_header header {
	height: 90px;
	border-color: transparent;
	background-color: transparent
}

.max_header .top_logo {
	padding: 33px 40px
}

.max_header .top_logo img {
	margin-top: 0;
	height: 48px
}

.max_header nav .menu_btn {
	height: 60px;
	color: #fff;
	line-height: 58px
}

.max_header #nav>li>a {
	height: 70px
}

.max_header #nav>li>a span {
	color: #fff;
	line-height: 90px
}

.max_header #nav>li.active>a span,.max_header #nav>li.has_sub.open .submenu_btn span,.max_header .no-touch #nav>li>a:hover span {
	color: #009955;
}

.max_header .subnav li a span {
	color: #999
}

.max_header .lang_btn {
	top: 30px;
	border-color: #fff
}

.max_header .lang_btn span {
	color: #fff
}

@media (max-width:800px) {
	.top_logo {
		padding: 20px 30px
	}

	.lang_btn {
		margin-right: 10px
	}

	.max_header header {
		height: 80px
	}

	.max_header .top_logo {
		padding: 30px
	}

	.max_header .top_logo img {
		height: 40px
	}

	.max_header #nav>li>a span {
		line-height: 80px
	}

	.max_header .lang_btn {
		top: 25px
	}
}

@media (max-width:767px) {
	nav .menu_btn {
		display: block
	}

	header {
		height: 50px
	}

	.top_logo {
		padding: 15px 20px
	}

	.lang_btn {
		top: 0;
		margin-left: 0;
		width: 50px;
		height: 50px;
		border: none;
		line-height: 50px
	}

	#nav {
		position: fixed;
		top: 50px;
		right: 0;
		overflow-x: visible;
		width: 100%;
		background-color: #fff
	}

	#nav>li {
		overflow: hidden;
		width: 50%;
		height: 0;
		border-right: 1px solid #f0f0f0
	}

	#nav>li>a,.max_header #nav>li>a {
		padding: 0 20px;
		height: 100%
	}

	#nav>li>a span,.max_header #nav>li>a span {
		color: #999;
		line-height: 50px
	}

	.max_header #nav>li.active>a span {
		color: #009955;
	}

	.nav-open #nav>li {
		height: 50px;
		border-bottom: 1px solid #f0f0f0
	}

	.nav-open .menu_btn,.nav-open.max_header .menu_btn {
		background-color: #fff;
		color: #009955;
	}

	.subnav {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		box-shadow: none
	}

	.subnav ul {
		margin: 0 -1px -1px 0
	}

	.subnav li {
		float: left;
		width: 50%;
		border-right: 1px solid #f0f0f0
	}

	.open_sub #nav {
		right: 100%
	}

	.open_sub .open .back_btn {
		height: 50px
	}

	.has_sub .back_btn {
		display: block;
		padding: 0 20px;
		width: 100%;
		height: 0;
		background-color: #009955;;
		color: #fff;
		line-height: 50px
	}

	.has_sub.open .subnav li {
		border-bottom: 1px solid #f0f0f0
	}

	.max_header header {
		height: 60px
	}

	.max_header .top_logo {
		padding: 20px
	}

	.max_header .lang_btn {
		top: 5px
	}

	.max_header #nav {
		top: 60px
	}
}

@media (max-width:767px) and (orientation:landscape) {
	header {
		position: absolute
	}

	nav {
		float: none
	}

	nav .menu_btn {
		float: right
	}

	#nav {
		position: absolute
	}

	.open_sub #nav {
		right: 0
	}

	.nav-open #nav>li.has_sub.open {
		overflow: visible;
		width: 100%;
		height: auto;
		border-color: #009955;
	}

	.nav-open #nav>li.has_sub.open .submenu_btn {
		display: none
	}

	.subnav {
		position: relative
	}

	#nav>li,.subnav li {
		width: 33.33%
	}
}

footer .wrap {
	padding-top: 60px;
	padding-bottom: 60px
}

footer #share {
	position: absolute;
	top: -40px;
	right: 10%;
	z-index: 800;
	padding: 20px;
	width: 320px;
	background-color: #fff
}

footer #share .title {
	float: left;
	margin-left: 10px;
	line-height: 40px
}

footer #share .share_btns {
	float: right
}

footer #share .iconbtn {
	border: none
}

footer a,footer span {
	display: inline-block;
	border-bottom: 1px solid transparent;
	color: #fff
}

footer .title.c_white {
	margin-bottom: 20px
}

footer #qrcodes,footer .info {
	float: left
}

footer #qrcodes {
	margin-right: 50px
}

footer #qrcodes ul li {
	float: left;
	display: inline-block;
	margin-left: 10px
}

footer #qrcodes ul li:first-child {
	margin: 0
}

footer #qrcodes img {
	margin-bottom: 5px;
	width: 86px;
	height: 86px
}

footer .info ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff
}

footer .info ul li {
	display: inline-block;
	margin-right: 20px
}

footer .info .btm {
	margin: -1px 0 0;
	padding-top: 10px;
	border-top: 1px solid #fff;
	font-size: 12px;
	line-height: 2
}

footer .info .inline {
	display: inline
}

.no-touch #qrcodes a:hover,.no-touch footer .info a:hover {
	border-color: #fff
}

@media (max-width:767px) {
	footer.mt120 {
		margin-top: 0
	}

	footer #share {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		border-top: 1px solid #dcdcdc
	}

	footer .wrap {
		padding-top: 30px;
		padding-bottom: 30px
	}

	footer #qrcodes {
		float: none;
		margin-right: 0;
		margin-bottom: 30px
	}

	footer #qrcodes img {
		width: 80px;
		height: 80px
	}

	footer .info .btm {
		font-size: 10px
	}
}

@-webkit-keyframes mk_scale {
	0% {
		opacity: .1;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes mk_scale {
	0% {
		opacity: .1;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes mk_fade {
	0% {
		opacity: .1
	}

	100% {
		opacity: 1
	}
}

@keyframes mk_fade {
	0% {
		opacity: .1
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes mk_left_to_right {
	0% {
		opacity: 0;
		-webkit-transform: translate(-20px,0);
		transform: translate(-20px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0)
	}
}

@keyframes mk_left_to_right {
	0% {
		opacity: 0;
		-webkit-transform: translate(-20px,0);
		transform: translate(-20px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0)
	}
}

@-webkit-keyframes mk_right_to_left {
	0% {
		opacity: 0;
		-webkit-transform: translate(20px,0);
		transform: translate(20px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0)
	}
}

@keyframes mk_right_to_left {
	0% {
		opacity: 0;
		-webkit-transform: translate(20px,0);
		transform: translate(20px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0)
	}
}

@-webkit-keyframes mk_bottom_to_top {
	0% {
		opacity: 0;
		-webkit-transform: translate(0,20px);
		transform: translate(0,20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0)
	}
}

@keyframes mk_bottom_to_top {
	0% {
		opacity: 0;
		-webkit-transform: translate(0,20px);
		transform: translate(0,20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0)
	}
}

@-webkit-keyframes mk_top_to_bottom {
	0% {
		opacity: 0;
		-webkit-transform: translate(0,-20px);
		transform: translate(0,-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0)
	}
}

@keyframes mk_top_to_bottom {
	0% {
		opacity: 0;
		-webkit-transform: translate(0,-20px);
		transform: translate(0,-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0)
	}
}

.ios8 .anim_emt,.no-touch.cssanimations .anim_emt {
	visibility: hidden
}

.anim_emt.start-animation.scale_up {
	visibility: visible;
	-webkit-animation: mk_scale .5s 1 cubic-bezier(.445,.05,.55,.95);
	animation: mk_scale .5s 1 cubic-bezier(.445,.05,.55,.95)
}

.anim_emt.start-animation.fade_in {
	visibility: visible;
	-webkit-animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);
	animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95)
}

.anim_emt.start-animation.r_to_l {
	visibility: visible;
	-webkit-animation: mk_right_to_left .6s 1 cubic-bezier(.77,0,.175,1);
	animation: mk_right_to_left .6s 1 cubic-bezier(.77,0,.175,1)
}

.anim_emt.start-animation.l_to_r {
	visibility: visible;
	-webkit-animation: mk_left_to_right .6s 1 cubic-bezier(.77,0,.175,1);
	animation: mk_left_to_right .6s 1 cubic-bezier(.77,0,.175,1)
}

.anim_emt.start-animation.t_to_b {
	visibility: visible;
	-webkit-animation: mk_top_to_bottom .6s 1 cubic-bezier(.77,0,.175,1);
	animation: mk_top_to_bottom .6s 1 cubic-bezier(.77,0,.175,1)
}

.anim_emt.start-animation.b_to_t {
	visibility: visible;
	-webkit-animation: mk_bottom_to_top .6s 1 cubic-bezier(.77,0,.175,1);
	animation: mk_bottom_to_top .6s 1 cubic-bezier(.77,0,.175,1)
}

#gallery {
	position: fixed;
	top: 0;
	z-index: 9000;
	overflow: hidden;
	width: 100%;
	height: 100%
}

#gallery .wrapper {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: top 1s cubic-bezier(1,0,0,1);
	transition: top 1s cubic-bezier(1,0,0,1)
}

#gallery.active .wrapper {
	top: 0
}

#gallery .slides li {
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat
}

#gallery .slides li>div {
	padding: 60px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

#gallery .slides li>div.active {
	opacity: 1
}

@media (max-width:767px) {
	#gallery .slides li>div {
		padding: 0
	}
}

.pop_window {
	position: fixed;
	top: 100%;
	z-index: 1001;
	visibility: hidden;
	padding-top: 80px;
	width: 100%;
	height: 100%;
	opacity: 0
}

.pop_window .pop_bg {
	display: block;
	height: 0;
	opacity: .5;
	filter: alpha(opacity=50)
}

.pop_window .box {
	height: 100%
}

.pop_window .box .cont {
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 60px;
	padding-bottom: 40px;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch
}

.pop_window .close_btn {
	position: absolute
}

@media (max-width:767px) {
	.pop_window {
		padding-top: 50px
	}
}

.pop_window,.pop_window .pop_bg {
	-webkit-transition: all 1s cubic-bezier(1,0,0,1);
	transition: all 1s cubic-bezier(1,0,0,1)
}

.pop-show.pop_window {
	top: 0;
	visibility: visible;
	opacity: 1
}

.pop-show.pop_window .pop_bg {
	height: 100%
}

.home #head .slide-item {
	display: table!important;
	text-align: center
}

.home #head .slide-item>div {
	display: table-cell;
	vertical-align: middle
}

.home #head .slide-item .info {
	position: absolute;
	bottom: 80px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-ms-transform: scale(.6)
}

.home #head .slide-item .info .wrap {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-transform: none;
	line-height: 1.2
}

.home #head .slide-item a {
	-webkit-transition: background-color .5s ease,color .5s ease,-webkit-transform 1.3s ease .5s;
	transition: background-color .5s ease,color .5s ease,-webkit-transform 1.3s ease .5s;
	transition: transform 1.3s ease .5s,background-color .5s ease,color .5s ease;
	transition: transform 1.3s ease .5s,background-color .5s ease,color .5s ease,-webkit-transform 1.3s ease .5s;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: center center 0;
	transform-origin: center center 0;
	-ms-transform-origin: center center 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.home #head .flex-active-slide .info {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.home #head .flex-active-slide a {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0)
}

@media screen and (orientation:portrait) {
	.home #head .slide-item img {
		margin-top: 10%
	}

	.home #head .slide-item .info {
		top: 20%;
		bottom: auto
	}
}

.home .home_grid {
	margin-bottom: -2px
}

.home .home_grid .thumbs li {
	margin-left: 0;
	border-left: none
}

.home .home_grid .thumbs li.grid-2 {
	position: absolute;
	top: 50%;
	left: 0
}

.home .home_grid .thumbs li.grid-6 {
	margin-top: -1px;
	width: 50%
}

@media screen and (orientation:portrait) {
	.home .home_grid .thumbs li {
		width: 50%
	}

	.home .home_grid .thumbs li.grid-2 {
		top: 25%
	}

	.home .home_grid .thumbs li.grid-3 {
		margin-top: 2px
	}

	.home .home_grid .thumbs li.grid-6 {
		margin-top: 1px;
		width: 100%
	}
}

.home .touch .home_grid .thumb_title {
	margin-top: -6px;
	opacity: 1
}

.home .touch .home_grid .thumb_title h4 {
	text-shadow: 1px 1px rgba(0,0,0,.4);
	font-size: 12px
}

.home #news .title {
	margin-bottom: 20px
}

.home #news ul li a {
	display: inline-block;
	margin-top: 20px
}

.home #news ul li a hr {
	float: none
}

@media (max-width:800px) {
	.home #scenes {
		height: 460px
	}
}

@media (max-width:767px) {
	.home #scenes {
		height: 200px
	}

	.home #news .title {
		margin-bottom: 0
	}
}

.no-touch #news ul li a:hover {
	color: #009955;
}

.no-touch #news ul li a:hover hr {
	width: 100%
}

.product_img {
	border-top: 1px solid #f0f0f0
}

.product_info {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -50%;
	overflow: hidden;
	width: 50%;
	background-color: rgba(255,255,255,.9)
}

.product_info.show {
	left: 0
}

@media (max-width:767px) {
	.product_info {
		position: relative;
		left: 0;
		width: 100%;
		border-top: 1px solid #f0f0f0
	}
}

.product_info .info {
	position: absolute;
	top: 170px;
	bottom: 20px;
	left: 0;
	overflow: hidden;
	padding: 0 40px;
	width: 100%
}

.product_info .info .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc
}

.product_info .info .c_brand {
	margin-right: 10px;
	font-size: 14px
}

.product_info .info p {
	margin: 10px 0
}

@media (max-width:800px) {
	.product_info .info {
		top: 160px;
		padding: 0 30px
	}
}

@media (max-width:767px) {
	.product_info .info {
		position: relative;
		top: 0;
		bottom: 0;
		padding: 40px 30px
	}
}

.no-rgba .product_info {
	background-image: url(../images/alpha90-bg.png)
}

.proinfo_btn {
	position: fixed;
	top: 100px;
	left: 40px
}

.proinfo_btn span {
	display: block;
	line-height: 36px
}

.proinfo_btn .hide {
	display: none
}

.proinfo_btn.show .show {
	display: none
}

.proinfo_btn.show .hide {
	display: block
}

.proinfo_btn.init_hide {
	visibility: hidden;
	background-color: #009955;;
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	-ms-transform: scale(2)
}

@media (max-width:800px) {
	.proinfo_btn {
		top: 90px;
		left: 30px
	}
}

@media (max-width:767px) {
	.proinfo_btn {
		display: none
	}
}

.news .head {
	padding-top: 200px;
	padding-bottom: 60px;
	height: auto
}

.news .head .title {
	position: relative;
	bottom: 0;
	text-align: left
}

@media (max-width:767px) {
	.news .head {
		padding-top: 100px;
		padding-bottom: 30px
	}
}

.news .body_wrap {
	padding-top: 40px
}

@media (max-width:767px) {
	.news .body_wrap {
		padding-top: 20px
	}
}

.news .body img {
	height: auto;
	max-width: 100%
}

.news .body a {
	display: inline;
	color: #009955;;
	text-decoration: underline
}

#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
}

#bsWXBox {
	background: #fff!important
}

#bsBox {
	margin-top: -200px!important;
	margin-left: -150px!important;
	padding: 0!important;
	width: 300px!important;
	height: 400px!important;
	border: 2px solid #fff!important;
	background: 0 0!important
}

#bsBox .bsTop {
	width: 300px!important
}

#bsBox #bsMorePanel {
	width: 300px!important;
	height: 376px!important
}

#bsBox .bsPlatDiv {
	padding: 5px!important;
	width: 300px!important;
	height: 316px!important
}

#bsBox .bFind {
	width: 200px!important
}

.bsClose {
	top: 0!important;
	right: 0!important;
	width: 30px;
	height: 24px;
	text-align: center;
	line-height: 24px!important
}

#bsWXBox .bsClose {
	top: 6px!important;
	right: 6px!important
}

.bsBox {
	box-shadow: 0 4px 16px rgba(0,0,0,.5)
}

a.bsSiteLink {
	color: #666
}

@media all and (max-height:420px) {
	#bsBox {
		margin-top: -112px!important;
		height: 224px!important
	}

	#bsBox #bsMorePanel {
		height: 200px!important
	}

	#bsBox .bsPlatDiv {
		height: 140px!important
	}
}

