/**
 * style.less
 * 层叠样式表
 */
@font-face {
	font-family: 'HelveticaNeue';
	font-weight: 400;
	/* iOS 4.1- */
	font-style: normal;
	src: url('fonts/HelveticaNeueLTPro-Roman.eot');
	/* IE9 */
	src: local('Helvetica Neue LT Pro'), local('Helvetica Neue'), local('HelveticaNeue'), url('fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTPro-Roman.woff') format('woff'), /* chrome, firefox */ url('fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('fonts/HelveticaNeueLTPro-Roman.svg#Helvetica Neue LT Pro 55 Roman') format('svg');
}
@font-face {
	font-family: 'HelveticaNeue';
	font-weight: 500;
	/* iOS 4.1- */
	font-style: normal;
	src: url('fonts/HelveticaNeueLTPro-Md.eot');
	/* IE9 */
	src: local('Helvetica Neue LT Pro'), local('Helvetica Neue'), local('HelveticaNeue'), url('fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTPro-Md.woff') format('woff'), /* chrome, firefox */ url('fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('fonts/HelveticaNeueLTPro-Md.svg#Helvetica Neue LT Pro 65 Medium') format('svg');
}
@font-face {
	font-family: 'HelveticaNeue';
	font-weight: 700;
	/* iOS 4.1- */
	font-style: normal;
	src: url('fonts/HelveticaNeueLTPro-Bd.eot');
	/* IE9 */
	src: local('Helvetica Neue LT Pro'), local('Helvetica Neue'), local('HelveticaNeue'), url('fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), /* chrome, firefox */ url('fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('fonts/HelveticaNeueLTPro-Bd.svg#Helvetica Neue LT Pro 75 Bold') format('svg');
}
@font-face {
	font-family: 'HelveticaNeue-Condensed';
	font-weight: 400;
	/* iOS 4.1- */
	font-style: normal;
	src: url('fonts/HelveticaNeueLTPro-Cn.eot');
	/* IE9 */
	src: url('fonts/HelveticaNeueLTPro-Cn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTPro-Cn.woff') format('woff'), /* chrome, firefox */ url('fonts/HelveticaNeueLTPro-Cn.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('fonts/HelveticaNeueLTPro-Cn.svg#Helvetica Neue LT Pro 57 Condensed') format('svg');
}
@font-face {
	font-family: 'HelveticaNeue-Condensed';
	font-weight: 700;
	/* iOS 4.1- */
	font-style: normal;
	src: url('fonts/HelveticaNeueLTPro-BdCn.eot');
	/* IE9 */
	src: url('fonts/HelveticaNeueLTPro-BdCn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTPro-BdCn.woff') format('woff'), /* chrome, firefox */ url('fonts/HelveticaNeueLTPro-BdCn.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('fonts/HelveticaNeueLTPro-BdCn.svg#Helvetica Neue LT Pro 77 Bold Condensed') format('svg');
}
/**
 * base.less
 * 通用样式
 */
*, *:before, *:after {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	box-sizing: border-box;
}
body {
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Tahoma, 'Microsoft YaHei', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background: #fff;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.a {
	text-decoration: none;
	color: inherit;
}
img {
	border: 0px;
}
ul, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none outside none;
}
.ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.img-circle {
	border-radius: 50%;
}
.img-rounded {
 border-radius: .3rem;
}
.img-thumbnail {
	line-height: 1.5;
	display: inline-block;
	max-width: 100%;
	height: auto;
 padding: .25rem;
	transition: all .2s ease-in-out;
	border: 1px solid #ddd;
 border-radius: .25rem;
	background-color: #fff;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}
.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	/* border-radius: 4px; */
	border-right: 1px solid #fff;
}
.box-product .col-md-2-5:first-child .img-box img {
	border-left: 1px solid #fff;
}
.img-box img[src=''], .img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	transition: width .2s linear;
}
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1200px;
}
}
.dianhua{
	padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    line-height: 22px;
	    color: #999;
	}
	.dianhua a:link{
		color: #999;
		text-decoration: none;
		}
.container:before, .container:after {
	display: table;
	content: ' ';
}
.container:after {
	clear: both;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.container-fluid:before, .container-fluid:after {
	display: table;
	content: ' ';
}
.container-fluid:after {
	clear: both;
}
/* lg */
@media (min-width: 1200px) {
}
/* md */
@media (max-width: 1199px) {
}
/* md */
/* sm */
@media (max-width: 991px) {
}
/* sm */
/* xs */
@media (max-width: 768px) {
}
/* xs-portrait */
@media (max-width: 480px) {
}
/* test */
@media (max-width: 360px) {
}
@media (max-width: 320px) {
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row:before, .row:after {
	display: table;
	content: ' ';
}
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	overflow: hidden;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-2-5, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2-5 {
	width: 20%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
}
.share {
	margin-bottom: 22px;
}
.share ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.share li {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 3px;
	transition: all .2s ease-in-out;
	background: url(share.png) no-repeat;
	background-size: cover;
}
.share li:hover {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.share li a {
	display: block;
	height: 100%;
}
.share .facebook {
	background-position: 0 0;
}
.share .twitter {
	background-position: -32px 0;
}
.share .google {
	background-position: -64px 0;
}
.share .linkedin {
	background-position: -96px 0;
}
.share .youtube {
	background-position: -128px 0;
}
.title-in {
	font-size: 12px;
	line-height: 53px;
	color: #999;
	border: 1px solid #ececec;
	background: #f4f4f4;
}
@media (min-width: 991px) {
.nban-1 {
	margin-top: 68px;
    display: block;
    width: 100%;
    height: 300px;
    background: url(banner_1s.gif) no-repeat;
    border-bottom: 1px solid #ccc;
}
.nban-2 {
	margin-top: 68px;
    display: block;
    width: 100%;
    height: 300px;
    background: url(banner_2s.gif) no-repeat;
    border-bottom: 1px solid #ccc;
}
.nban-3 {
	margin-top: 68px;
    display: block;
    width: 100%;
    height: 300px;
    background: url(banner_3s.gif) no-repeat;
    border-bottom: 1px solid #ccc;
}
.nban-4 {
	margin-top: 68px;
    display: block;
    width: 100%;
    height: 300px;
    background: url(banner_4s.gif) no-repeat;
    border-bottom: 1px solid #ccc;
}
}
.title-in a {
	padding: 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.title-in a:hover {
	color: #fe7200;
}
.main {
	margin-top: 40px;
}
@media (max-width: 768px) {
.main {
	margin-top: 32px;
}
}
.main .main-title h1 {
    color: #333;
	font-size: 26px;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #E4E4E4;
    width: 25%;
    margin: 0.5em auto 1.5em;	
}
.main .main-title h1:before {
    content: '';
    width: 70px;
    height: 3px;
    background: #fe7200;
    position: absolute;
    bottom: -2px;
    left: 35%;
    display: block;
}
.main-about {
	padding: 0 0 20px;
	margin-top: 0;
	line-height: 2;
}
.main-about p {
	margin: 5px 20px;
	line-height: 2;
}

.main-about .mtitle {
	text-align: center;
	padding-bottom: 30px;
}
.main-about .mtitle h2 {
	color: #333;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 0;
}
.main-about .mtitle:after {
	display: inline-block;
	width: 50px;
	height: 0;
	content: '';
	border: 1px solid #edcf0c;
}
.pro {
	padding: 5px;
	border: 1px solid #dcdcdc;
}
.pro .img-box {
}
.pro .img-box:hover img {
	transition: all .3s linear;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.pro .img-box a {
	background: none;
}
.pro p {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	height: 30px;
	margin: 5px auto 0px;
	text-align: center;
	text-decoration: none;
	color: #111;
}
.pro a:hover {
	text-decoration: underline;
}

.imglist {
	width: 100%;
}
.imglist ul {
	margin: 0 auto;
	padding: 30px 0 10px;
}
.imglist ul li {
	float: left;
	margin: 5px 13px 0 12px;
	list-style-type: none;
	display: inline;
}
.imglist ul li a {
	display: block;
	width: 375px;
	height: 395px;
	text-decoration: none;
}
.imglist ul li a img {
	width: 375px;
	height: 375px;
	
}
.imglist ul li a span {
	display: block;
	font-family:Microsoft Yahei, Simsun;
	height: 40px;
	font-size: 14px;
	margin-top: -40px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.imglist ul li a:hover span {
	color: #f1f1f1;
}

.jxfs_ulp {
	width:375px;
	height: 36px;
	background: #000;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	margin-top: -40px;
	position: relative;
}

.header {
	line-height: 68px;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #edcf0c;
    background-color: #fff;
}
.fancybox-lock .header {
	padding-right: 21px;
}
.header .container {
	height: inherit;
}
.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (max-width: 768px) {
.header {
	position: relative;
}
.header .container-pc {
	display: none !important;
}
.header .container-wap {
	display: block !important;
}
}
.header .navbar .nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .navbar .item {
	float: left;
}
.header .container-pc .search {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	cursor: pointer;
}
.header .container-pc .search a {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	margin-top: 25px;
	background: url(searchtop.png) no-repeat;
	background-size: cover;
}
.header .container-pc .logo {
	float: left;
	height: 100%;
	padding-top: 12px;
	padding-bottom: 14px;
}
.header .container-pc .logo a {
	display: block;
	height: 100%;
}
.header .container-pc .logo img {
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.header .container-pc .logo .text {
	display: inline-block;
	margin-left: 12px;
}
 @media (max-width: 1199px) {
.header .container-pc .logo .text {
	display: none;
}
}
.header .container-pc .logo .text span {
	font-family: 'HelveticaNeue-Condensed', sans-serif;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-top: 6px;
}
.header .container-pc .logo .text span.t1 {
	font-size: 36px;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
.header .container-pc .logo .text span.t2 {
	font-size: 14px;
	text-align: left;
	color: #fe6100;
}
.header .container-pc .navbar {
	float: right;
}
@media (min-width: 992px) {
.header .container-pc .navbar {
	margin-right: 50px;
}
}
.header .container-pc .nav {
	color: #fff;
}
.header .container-pc .nav > .item {
	position: relative;
	display: inline-block;
}
.header .container-pc .nav > .item .active {
	background: #edcf0c;
}
.header .container-pc .nav > .item.hover > a {
	background: #edcf0c;
	color: #111;
	text-shadow: #fff 0 1px 1px;
}
.header .container-pc .nav > .item:hover > a, .header .container-pc .nav > .item.active > a {
	background: #edcf0c;
	color: #111;
	text-shadow: #fff 0 1px 1px;
}
.header .container-pc .nav > .item:hover .level-2, .header .container-pc .nav > .item.active .level-2 {
	display: block;
}
.header .container-pc .nav > .item.more > a::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	content: '';
	border: 4px solid transparent;
	border-top-color: #333;
}
.header .container-pc .nav > .item a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.header .container-pc .nav > .item > a {
	color: #333;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: #fff 0 1px 1px;
	padding: 0 22px;
	text-transform: uppercase;
}
@media (max-width: 991px) {
.header .container-pc .nav > .item > a {
	padding: 0 13px;
}
}
.header .container-pc .nav .level-2 {
	font-weight: 500;
	line-height: 2;
	line-height: 30px;
	z-index: 999;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 134px;
	padding: 15px 0;
	text-align: center;
	color: #333;
	border-top: 2px solid #edcf0c;
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .26);
}
.header .container-pc .nav .level-2 a {
	display: inline-block;
	overflow: hidden;
	height: 24px;
}
.header .container-pc .nav .level-2 a:hover {
	color: #edcf0c;
}
.header .container-pc .level-bg {
	width: 100%;
	height: 100%;
}
.header .pronav {
	display: none;
	margin-top: -2px;
	padding: 32px 0 28px 0;
	border-top: 2px solid #edcf0c;
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .26);
}
.header .pronav li {
	float: left;
	width: 18%;
	margin-left: 2%;
}
.header .pronav li a {
	font-size: 13px;
	line-height: 24px;
	display: block;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #666;
}
.header .pronav li a:hover {
	transition: all .2s linear;
	color: #edcf0c;
}
.header .pronav li h3 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 14px;
}
.header .pronav li h3 a {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
.header .container-wap {
	display: none;
	height: 100%;
}
.header .container-wap .logo {
	float: left;
	height: 100%;
	margin-left: -10px;
	padding: 8px 0;
}
@media (max-width: 320px) {
.header .container-wap .logo .text {
	display: none;
}
}
.header .container-wap .logo a {
	text-decoration: none;
	color: inherit;
}
.header .container-wap .logo a img {
	display: block;
	float: left;
	height: 100%;
	margin-right: 6px;
}
.header .container-wap .logo .text {
	float: left;
}
.header .container-wap .logo .text span {
	font-family: 'HelveticaNeue-Condensed', sans-serif;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-top: 6px;
}
.header .container-wap .logo .text span.t1 {
	font-size: 16px;
	text-align: left;
	color: #fff;
}
.header .container-wap .logo .text span.t2 {
	font-size: 14px;
	text-align: left;
	color: #edcf0c;
}
@media (max-width: 360px) {
.header .container-wap .logo .text span.t1 {
	font-size: 14px;
}
.header .container-wap .logo .text span.t2 {
	font-size: 13px;
}
}
.header .container-wap .navbar {
	position: relative;
	height: 100%;
}
.header .container-wap .search {
	position: absolute;
	top: 0;
	right: 52px;
	float: right;
	width: 30px;
	height: 60px;
	cursor: pointer;
}
.header .container-wap .search a {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	margin-top: 19px;
	background: url(search.png) no-repeat;
	background-size: cover;
}
.header .container-wap .toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 60px;
	cursor: pointer;
}
.header .container-wap .toggle .icon, .header .container-wap .toggle .icon::before, .header .container-wap .toggle .icon::after {
	position: absolute;
	width: 30px;
	height: 4px;
	transition-duration: .5s;
	border-radius: 2px;
	background: #fff;
}
.header .container-wap .toggle .icon {
	top: 28px;
	left: 12.5px;
}
.header .container-wap .toggle .icon::before, .header .container-wap .toggle .icon::after {
	left: 0;
	content: '';
	background: inherit;
}
.header .container-wap .toggle .icon::before {
	top: -9px;
}
.header .container-wap .toggle .icon::after {
	top: 9px;
}
.header.nav-open .toggle .icon {
	width: 0;
}
.header.nav-open .toggle .icon::before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.header .searchbox {
	font-size: 1.4rem;
	line-height: 48px;
	position: absolute;
	z-index: 99;
	display: none;
	width: 100%;
	padding: 5px 12px;
    text-align: right;
	vertical-align: middle;
	background: #f4f4f4;
}
.header .searchbox input:focus {
	border-color: #edcf0c;
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(254, 97, 0, .3);
}
.header .searchbox input[type='submit'] {
	width: 10%;
	color: #fff;
	letter-spacing: 5px;
	background: #edcf0c;
}
.header .searchbox input {
	line-height: 22px;
	width: 25%;
	margin: 0;
	padding: 5px 10px;
	color: #666;
	border: 1px solid #edcf0c;
	border-radius: 3px;
	background: #fff;
}
.header .navigation {
	line-height: 48px;
	position: absolute;
	z-index: 99;
	top: 100%;
	display: none;
	width: 100%;
	border-top: solid 3px #edcf0c;
	border-bottom: solid 3px #edcf0c;
	background-color: #fff;
}
@media (min-width: 769px) {
}
.header .navigation .level-1 > li::after, .header .navigation .level-2 > li::after, .header .navigation .level-2 > li::before {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 12px;
	height: 12px;
	content: '';
	background: url(menu.png) no-repeat;
	background-size: cover;
}
.header .navigation .level-1 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.header .navigation .level-1 li {
	position: relative;
	border-bottom: solid 1px #e4e4e4;
}
.header .navigation .level-1 > li > a {
	padding: 0 2em 0 1em;
}
.header .navigation .level-1 > li::after {
	background-position: -36px 0;
}
.header .navigation .level-1 > li.active::after, .header .navigation .level-1 > li:hover::after {
	background-position: -96px 0;
}
.header .navigation .level-1 > li.more::after {
	background-position: -12px 0;
}
.header .navigation .level-1 > li.more:hover::after {
	background-position: -72px 0;
}
.header .navigation .level-1 > li.more.active::after {
	background-position: -84px 0;
}
.header .navigation .level-1 > li.active > a, .header .navigation .level-1 > li:hover > a {
	background-color: rgba(0, 0, 0, .05);
}
.header .navigation .level-2 {
	display: none;
}
.header .navigation .level-2 a {
	padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:first-child {
	border-top: solid 1px #e4e4e4;
}
.header .navigation .level-2 li:last-child {
	border-bottom: none;
}
.header .navigation .level-2 > li::before {
	right: auto;
	left: 1.5em;
	background-position: 0 0;
}
.header .navigation .level-2 > li::after {
	background-position: -48px 0;
}
.header .navigation .level-2 > li.active::after {
	background-position: -108px 0;
}
.header .navigation .level-2 > li.more::after {
	background-position: -12px 0;
}
.header .navigation .level-3 {
	line-height: 40px;
	display: none;
}
.header .navigation .level-3 a {
	font-size: .8em;
	padding-left: 4em;
}
#flash {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	position: relative;
	padding: 0px;
}
#flash a {
	width: 100%;
	height: auto;
	display: none;
}
#flash img {
	width: 100%;
	height: auto;
}
.flash_bar {
	width: 125px;
	z-index: 1069;
	height: 30px;
	overflow: hidden;
	padding-top: 13px!important;
	padding-top: 12px;
	bottom: 55px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.flash_bar .dq {
	display: inline-block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 2px 8px; /* background: url(tg_flash_p.png) no-repeat 0px 0px;*/
	cursor: pointer;
	background: url(dot.png) no-repeat 0px 0px;
	_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="dot.png", sizingMethod="crop");
}
.flash_bar .no {
	display: inline-block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 2px 8px; /* background: url(tg_flash_p.png) no-repeat 0px 0px;*/
	cursor: pointer;
	background: url(dot_n.png) no-repeat 0px 0px;
	_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="dot.png", sizingMethod="crop");
}
#flashBg {
	height: auto;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}
#flashLine {
	height: auto;
	width: 100%;
	clear: both;
}
.banner {
	height: auto;
	width: 100%;
	position: relative;
	margin: 66px auto -35px;
}
.fader {
	border: #efefef solid 1px;
	position: relative;
	overflow: hidden;
	padding-top: 31.25%;
}
.fader .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	opacity: 0;
}
.fader img.slide {/*height: 100%;*/
}
.fader .prev, .fader .next {
	position: absolute;
	height: 5rem;
	line-height: 3.437rem;
	width: 3.437rem;
	font-size: 5.625rem;
	text-align: center;
	color: #fff;
	top: 50%;
	left: 10%;
	z-index: 4;
	margin-top: -1.562rem;
	cursor: pointer;
	opacity: .8;
	transition: all 150ms;
}
.fader .prev:hover, .fader .next:hover {
	opacity: 1;
}
.fader .next {
	left: auto;
	right: 10%;
}
.fader .pager_list {
	position: absolute;
	width: 100%;
	height: 2.8rem;
	padding: 0;
	line-height: 2.8rem;
	bottom: 0;
	text-align: center;
	z-index: 4;
}
.fader .pager_list li {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 5px;
	background: #9f9f9f;
	opacity: .8;
	text-indent: -9999px;
	border-radius: 999px;
	cursor: pointer;
	transition: all 150ms;
}
.fader .pager_list li:hover, .fader .pager_list li.active {
	opacity: 1;
	background: #d7141c;
}
.wrap-index .box {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
.wrap-index .box {
	padding-top: 32px;
	padding-bottom: 32px;
}
.banner {
	margin: 0 auto;
}
}
.wrap-index .box .mtitle {
	text-align: center;
}
.wrap-index .box .mtitle h2 {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: #777;	
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #E4E4E4;
    width: 20%;
    margin: 0 auto;
}
.wrap-index .box .mtitle b {
	color: #333;
	font-weight: normal;
}
.wrap-index .box .mtitle h2:before {
    content: '';
    width: 70px;
    height: 3px;
    background: #fe7200;
    position: absolute;
    bottom: -2px;
    left: 35%;
    display: block;
}
.wrap-index .box .mnote {
	font-family: 'HelveticaNeue', 'HelveticaNeue LT 55 Roman', sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #999;
	margin-top: 20px;
}
.wrap-index .box-message {
	background-color: #f5f5f5;
}
.wrap-index .box-message .mtimer {
	margin-top: 32px;
	text-align: center;
}
.wrap-index .box-message .mtimer .item {
	display: inline-block;
	min-width: 28%;
	margin: 0 1px;
	padding-bottom: 16px;
	vertical-align: top;
}
@media (max-width: 991px) {
.wrap-index .box-message .mtimer .item {
	min-width: 30%;
}
}
.wrap-index .box-message .mtimer .item::before {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	content: '';
	background: url(mtimer.png) no-repeat;
	background-size: cover;
}
.wrap-index .box-message .mtimer .item-1::before {
	background-position: 0 0;
}
.wrap-index .box-message .mtimer .item-2::before {
	background-position: -32px 0;
}
.wrap-index .box-message .mtimer .item-3::before {
	background-position: -64px 0;
}
.wrap-index .box-message .mtimer span {
	font-family: 'HelveticaNeue-Condensed', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #333;
}
.wrap-index .box-message .mtimer p {
	font-size: 16px;
	margin-top: 0;
	color: #999;
}
.wrap-index .box-product {
	padding-bottom: 0;
	border-bottom: none;
}
.wrap-index .box-product .mgrid {
	overflow: hidden;
	margin-top: 30px;
}
.wrap-index .box-product .mgrid .col-md-2-5 {
	margin-top: 30px;
}
.wrap-index .box-product .mgrid .col-md-2-5 .pic {
	overflow: hidden;
	max-width: 120px;
	max-height: 120px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #dcdcdc;
	border-radius: 50%;
}
.wrap-index .box-product .mgrid .col-md-2-5 .pic .img-box {
	z-index: 0;
	padding-bottom: 100%;
}
.wrap-index .box-product .mgrid .col-md-2-5 .pic .img-box img {
	border-radius: 50%;
}
.wrap-index .box-product .mgrid .col-md-2-5 p {
	font-size: 15px;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-index .box-product .mgrid .current:after {
	position: relative;
	z-index: 2;
	display: block;
	width: 34px;
	height: 49px;
	margin: 0 auto;
	content: url(teamhover.png);
}
@media (max-width: 991px) {
.wrap-index .box-product .mgrid .current:after {
	display: none;
	content: '';
}
}
.wrap-index .box-product .mgrid .current .pic {
	border-color: #F37020;
}
.wrap-index .box-product .mgrid .current p {
	color: #F37020;
}
@media (max-width: 991px) {
.wrap-index .box-product .mgridbg {
	display: none;
}
}
.wrap-index .box-product .container-fluid {
	position: relative;
	z-index: 0;
	display: none;
}
.wrap-index .box-product .container-fluid.show {
	display: block;
}
.wrap-index .box-product .container-fluid .container {
	position: absolute;
	z-index: 2;
	top: 30%;
	left: 27%;
	width: 46%;
	margin: 0 auto;
	vertical-align: middle;
}
@media (max-width: 1200px) {
.wrap-index .box-product .container-fluid .container {
	top: 20%;
}
}
.wrap-index .box-product .container-fluid .container p {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	display: -webkit-box;
	overflow: hidden;
	text-align: center;
	word-break: break-all;
	color: #fff;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
.wrap-index .box-product .container-fluid .container p {
	font-size: 20px;
}
}
.wrap-index .box-product .container-fluid .row {
	z-index: -2;
	margin-top: -15px;
}
.wrap-index .box-product .container-fluid .row .col-sm-3 {
	margin: 0;
	padding: 0;
}
.wrap-index .box-product .container-fluid .row .col-sm-3 div {
	background: #000;
}
.wrap-index .box-product .container-fluid .row .col-sm-3 div .img-box {
	padding-bottom: 72.91666667%;
}
.wrap-index .box-product .container-fluid .row .col-sm-3 div .img-box img {
	opacity: .6;
}
.wrap-index .box-product .container-fluid .row .col-sm-3 div:hover {
	transition: all .3s linear;
}
.wrap-index .box-product .container-fluid .row .col-sm-3 div:hover img {
	opacity: 1;
}
.wrap-index .box-product .container-fluid .row .col-sm-3 div:hover img:hover {
	transition: all .5s linear;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-index .box-choice {
	border-bottom: none;
}
.wrap-index .box-choice .mtitle h2 {
	font-family: 'HelveticaNeue-Condensed', 'Helvetica LT 77 Bold Condensed', sans-serif;
	font-size: 32px;
	color: #333;
}
.wrap-index .box-choice .mtitle h2 a, .wrap-index .box .mtitle h2 a {
	color: #333;
	text-decoration: none;
}
@media (max-width: 480px) {
.wrap-index .box-choice .mtitle h2 {
	font-size: 32px;
}
}
.wrap-index .box-choice .mtitle::after {
	display: none;
}
.wrap-index .box-choice .brand a {
	text-decoration: none;
}
.wrap-index .box-choice .brand .brand-title {
	text-align: center;
}
.wrap-index .box-choice .brand .brand-title .current {
	transition: all .2s linear;
	color: #fff;
	border-color: #edcf0c;
	background: #edcf0c;
}
.wrap-index .box-choice .brand .brand-title a {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 500;
	display: inline-block;
	margin: 0 7px;
	margin-top: 30px;
	padding: 12px 50px;
	color: #333;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
}
.wrap-index .box-choice .brand .brand-title a:hover {
	transition: all .2s linear;
	color: #fff;
	border-color: #edcf0c;
	background: #edcf0c;
}
.wrap-index .box-choice .brand .brand-note {
	margin-top: 30px;
	text-align: center;
}
.wrap-index .box-choice .brand .brand-note .show {
	display: block;
}
.wrap-index .box-choice .brand .brand-note ul {
	display: none;
	margin: 0;
	padding: 0;
}
.wrap-index .box-choice .brand .brand-note li {
	position: relative;
	display: inline-block;
	width: 24.7%;
}
@media (max-width: 991px) {
.wrap-index .box-choice .brand .brand-note li {
	width: 30%;
}
}
@media (max-width: 480px) {
.wrap-index .box-choice .brand .brand-note li {
	width: 50%;
}
}
@media (max-width: 360px) {
.wrap-index .box-choice .brand .brand-note li {
	width: 49%;
}
}
.wrap-index .box-choice .brand .brand-note li .img-box {
}
.wrap-index .box-choice .brand .brand-note li .note {
	line-height: 289px;
	position: absolute;
	z-index: 100;
	top: 0;
	display: none;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, .6);
}
.wrap-index .box-choice .brand .brand-note li .note a {
	font-size: 16px;
	font-weight: 600;
	display: block;
	cursor: pointer;
	color: #111;
	text-shadow: #fff 0 1px 1px;
	letter-spacing: 1px;
}
.wrap-index .box-choice .brand .brand-note li:hover {
	transition: all .2s linear;
}
.wrap-index .box-choice .brand .brand-note li:hover .note {
	display: block;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .28);
}
.wrap-index .box-choose {
	border-bottom: none;
	background-color: #f5f5f5;
}
.wrap-index .box-choose .mgrid {
	font-size: 0;
	margin-top: 50px;
}
.wrap-index .box-choose .mgrid .col-xs-12, .wrap-index .box-choose .mgrid .col-sm-6, .wrap-index .box-choose .mgrid .col-md-4 {
	font-size: 14px;
	display: inline-block !important;
	float: none !important;
	vertical-align: top !important;
}
.wrap-index .box-choose .mgrid .item {
	position: relative;
	padding-left: 64px;
}
.wrap-index .box-choose .mgrid .item::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	content: '';
	border-radius: 50%;
	background: #000 url(choose.png) no-repeat;
	background-size: cover;
}
.wrap-index .box-choose .mgrid .item-team::before {
	background-color: #6dd3d1;
	background-position: 0 0;
}
.wrap-index .box-choose .mgrid .item-factory::before {
	background-color: #f1805f;
	background-position: -50px 0;
}
.wrap-index .box-choose .mgrid .item-exhibition::before {
	background-color: #fabc59;
	background-position: -100px 0;
}
.wrap-index .box-choose .mgrid .item-honor::before {
	background-color: #fabc59;
	background-position: -150px 0;
}
.wrap-index .box-choose .mgrid .item-service::before {
	background-color: #6dd3d1;
	background-position: -200px 0;
}
.wrap-index .box-choose .mgrid .item-repair::before {
	background-color: #f1805f;
	background-position: -250px 0;
}
.wrap-index .box-choose .mgrid .title {
	font-family: 'HelveticaNeue-Bold';
	font-size: 18px;
}
.wrap-index .box-choose .mgrid .note {
	font-family: 'HelveticaNeue';
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.wrap-index .box-choose .mgrid .links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrap-index .box-choose .mgrid .links li::before {
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border: 4px solid transparent;
	border-left-color: #b7b7b7;
}
.wrap-index .box-choose .mgrid .links li:hover::before {
	border-left-color: #edcf0c;
}
.wrap-index .box-choose .mgrid .links a {
	line-height: 26px;
	vertical-align: middle;
	text-decoration: none;
	color: inherit;
	color: #666;
}
.wrap-index .box-choose .mgrid .links a:hover {
	color: #edcf0c;
}
.wrap-index .box-choose .mgrid .links a:hover::before {
	border-left-color: #edcf0c;
}
.wrap-index .box-customers .mtitle h2 {
	font-family: 'HelveticaNeue-Condensed', 'Helvetica LT 77 Bold Condensed', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #333;
}
.wrap-index .box-customers .mtitle h2 > div {
	margin-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
.wrap-index .box-customers .mtitle h2 > div:nth-of-type(1) {
	color: #333;
}
.wrap-index .box-customers .mtitle h2 > div:nth-of-type(2) {
	color: #edcf0c;
}
@media (min-width: 1200px) {
.wrap-index .box-customers .mtitle h2 > div:nth-of-type(1) {
	text-align: right;
}
.wrap-index .box-customers .mtitle h2 > div:nth-of-type(2) {
	text-align: left;
}
}
@media (max-width: 480px) {
.wrap-index .box-customers .mtitle h2 {
	font-size: 22px;
}
}
.wrap-index .box-customers .mtitle::after {
	display: none;
}
.wrap-index .box-customers .mnote {
	font-family: 'HelveticaNeue';
	font-size: 16px;
	color: #999;
}
.wrap-index .box-customers .row {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrap-index .box-customers .flags {
	margin-top: 50px;
}
.wrap-index .box-customers .thumb {
	padding: 15px 35px;
}
.wrap-index .box-customers .img-box {
	padding-bottom: 67%;
}
.wrap-index .box-customers .item {
	position: relative;
	margin-bottom: 32px;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.wrap-index .box-customers .item:hover a {
	display: block;
}
.wrap-index .box-customers .item a {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background-color: #edcf0c;
}
.wrap-index .box-customers .item span {
	font-weight: 500;
	line-height: 20px;
	display: block;
	margin-top: 18%;
	color: #fff;
}
.wrap-index .box-video {
	overflow: hidden;
	width: 100%;
	padding: 0;
	background-color: #edcf0c;
}
.wrap-index .box-video .container-fluid {
	position: relative;
	padding: 0;
}
.wrap-index .box-video .video {
	position: relative;
	top: 0;
	height: 466px;
	text-align: center;
	background-position: top right;
	background-size: cover;
}
.wrap-index .box-video .video::before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	transition: background-color .3s ease;
}
.wrap-index .box-video .video::after {
	position: absolute;
	top: 75px;
	right: 0;
	display: none;
	width: 0;
	height: 0;
	content: '';
	border: solid transparent;
	border-width: 20px 16px;
	border-right-color: #edcf0c;
}
@media (min-width: 1200px) {
.wrap-index .box-video .video::after {
	display: block;
}
}
.wrap-index .box-video .video:hover::before {
	background-color: rgba(0, 0, 0, .2);
}
.wrap-index .box-video .video .video-box {
	position: relative;
	z-index: 2;
	height: 100%;
}
.wrap-index .box-video .video .video-box a {
	display: block;
	height: 100%;
	cursor: default;
}
.wrap-index .box-video .video .iframe {
	display: none;
	width: 100%;
}
.wrap-index .box-video .video .play {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-top: 192px;
	cursor: pointer;
	background: url(play.png) no-repeat;
	background-size: cover;
}
@media (min-width: 1200px) {
.wrap-index .box-video .video .play {
	margin-left: 180px;
}
}
.wrap-index .box-video .desc {
	padding: 65px 32px;
	color: #fff;
}
@media (min-width: 1200px) {
.wrap-index .box-video .desc {
	max-width: 600px;
	padding-right: 0;
	padding-left: 0;
}
}
.wrap-index .box-video .desc .top h2 {
	font-family: 'HelveticaNeue-Condensed', sans-serif;
	font-size: 40px;
	color: #111;
	text-shadow: #fff 0 1px 30px;
	margin: 0;
}
.wrap-index .box-video .desc .top p {
	line-height: 26px;
	margin-bottom: 2em;
	color: #666;
	text-shadow: #fff 0 1px 1px;
}
.wrap-index .box-video .desc .links ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.wrap-index .box-video .desc .links li {
	margin: 12px 0;
}
.wrap-index .box-video .desc .links li::before {
	display: inline-block;
	width: .8em;
	height: .8em;
	margin-right: 8px;
	content: '';
	vertical-align: middle;
	background: url(play.png) no-repeat;
	background-size: cover;
}
.wrap-index .box-video .desc .links h3 {
	color: #111;
	text-shadow: #fff 0 1px 1px;
}
.wrap-index .box-video .desc .links a {
	font-weight: 500;
	text-decoration: none;
	color: #111;
	text-shadow: #fff 0 1px 1px;
}
.wrap-index .box-video .desc .links a:hover {
	text-decoration: underline;
}
.wrap-index .box-news {
	overflow: hidden;
	width: 100%;
	padding-bottom: 0;
	border-bottom: none;
}
.wrap-index .box-news .owl-theme .owl-controls {
	margin-top: 0;
}
.wrap-index .box-news .carousel {
	margin: 32px -15px 0 0;
}
.wrap-index .box-news .carousel .owl-carousel .owl-controls {
	margin-top: 0;
}
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 30%;
	width: 50px;
	height: 50px;
	opacity: 1;
	border-radius: 0;
	background: url(icon.png) no-repeat;
	background-size: cover;
}
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -64px;
	background-position: -200px 0;
}
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev.disabled {
	cursor: default;
	background-position: -200px 0 !important;
}
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
	background-position: -250px 0;
}
@media (max-width: 768px) {
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -22px;
	margin-top: 25px;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}
}
@media (max-width: 480px) {
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -18px;
	margin-top: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}
}
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -64px;
	background-position: -300px 0;
}
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-next.disabled {
	cursor: not-allowed;
	background-position: -300px 0 !important;
}
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-next:hover {
	background-position: -350px 0;
}
@media (max-width: 768px) {
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -22px;
	margin-top: 25px;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}
}
@media (max-width: 480px) {
.wrap-index .box-news .carousel .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -18px;
	margin-top: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}
}
.wrap-index .box-news .item {
	overflow: hidden;
	margin: 15px 15px 0 15px;
	padding: 10px;
}
.wrap-index .box-news .item .thumb {
	float: left;
	width: 30%;
}
.wrap-index .box-news .item .info {
	float: right;
	width: 66%;
}
.wrap-index .box-news .item h3, .wrap-index .box-news .item h4 {
	margin: 0;
}
.wrap-index .box-news .item .title {
	font-family: 'HelveticaNeue-Condensed', sans-serif;
	font-size: 16px;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 4px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-index .box-news .item .title:hover {
	color: #f15d01;
}
@media (max-width: 480px) {
.wrap-index .box-news .item .title {
	margin: 0;
}
}
.wrap-index .box-news .item .title a {
	text-decoration: none;
	color: inherit;
}
.wrap-index .box-news .item .date {
	margin-bottom: 20px;
	color: #f15d01;
	font-weight: normal;
	letter-spacing: 1px;
}
.wrap-index .box-news .item .note {
	font-size: 13px;
	line-height: 2;
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	color: #666;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
@media (max-width: 480px) {
.wrap-index .box-news .item .note {
	line-height: 1.5;
}
}
@media (max-width: 768px) {
.wrap-index .box-news .item .thumb {
	width: 26%;
}
.wrap-index .box-news .item .info {
	float: right;
	width: 70%;
}
.wrap-index .box-news .item .note {
	-webkit-line-clamp: 2;
}
}
.wrap-product .main-product .main-title p {
	color: #666;
}
.wrap-product .main-product .pro-title {
	margin-top: 20px;
	border: 1px solid #edcf0c;
	background: #edcf0c;
}
.wrap-product .main-product .pro-title .row {
	margin: 0;
}
.wrap-product .main-product .pro-title .row .col-xs-4 {
	padding: 8px 10px;
	text-align: center;
}
 @media (min-width: 780px) {
.main-product-list > .container {
	position: relative;
}
.main-product-list .main-a-d-s {
	position: absolute;
	right: 0;
	top: -46px;
	display: block;
}
}
.main-a-d-s {
	display: none;
}
.product-box {
	font-size: 0;
}
.product-box .col-sm-6 {
	display: inline-block !important;
	float: none !important;
	font-size: 14px;
	vertical-align: top;
}
.product-box .product-item-hidden {
	display: none !important;
}
.maylike .row {
	font-size: 0;
}
.maylike .col-xs-12 {
	float: none;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 6px;
}
.maylike p {
	-webkit-line-clamp: 1;
}
 @media (max-width: 768px) {
.wrap-product .main-product .pro-title .row .col-xs-4 {
	padding: 10px;
}
}
.wrap-product .main-product .pro-title .row .col-xs-4 h4 {
	font-weight: 500;
	font-style: normal;
	line-height: 30px;
	display: block;
	margin: 0;
	letter-spacing: 1px;
}
.wrap-product .main-product .pro-title .row .col-xs-8 {
	padding: 8px 10px;
	background: #fff;
}
@media (max-width: 768px) {
.wrap-product .main-product .pro-title .row .col-xs-8 {
	padding: 10px;
}
}
.wrap-product .main-product .pro-title .row .col-xs-8 a {
	line-height: 30px;
	display: inline-block;
	padding: 0 20px;
	text-decoration: none;
	color: #333;
	letter-spacing: 1px;
}
.wrap-product .main-product .pro-title .row .col-xs-8 a:hover {
	transition: all .2s linear;
	color: #edcf0c;
}
.wrap-product .main-product .row .col-md-3 {
	margin-top: 30px;
}
.wrap-product .main-product .pro p {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-webkit-line-clamp: 1;
}
.wrap-product-list .main-product-list .main-title p {
    font-size: 18px;
	color: #666;
    text-align: center;
    margin-top: 30px;
}
.wrap-product-list .main-product-list .pro-sort1 {
	margin-top: 30px;
}
.wrap-product-list .main-product-list .pro-sort1 a {
	line-height: 35px;
	position: relative;
	display: inline-block;
	overflow: visible;
	padding: 0 2px;
	text-decoration: none;
	color: #333;
	border: 1px solid #fff;
	background: #fff;
}
.wrap-product-list .main-product-list .pro-sort1 a:last-child:before {
	display: none;
}
.wrap-product-list .main-product-list .pro-sort1 a:before {
	float: right;
	content: '/';
	color: #ccc;
}
.wrap-product-list .main-product-list .pro-sort1 a p {
	display: block;
	float: left;
	margin: 0;
	padding: 0 13px;
	background: #fff;
}
.wrap-product-list .main-product-list .pro-sort1 a:hover {
	color: #edcf0c;
}
.wrap-product-list .main-product-list .pro-sort1 a.proon {
	transition: border .3s linear;
	color: #111;
	border: 1px solid #edcf0c;
	box-shadow: 0 0 4px 15px #fff;
}
.wrap-product-list .main-product-list .pro-sort1 a.proon span {
	color: #fff;
}
.wrap-product-list .main-product-list .pro-sort1 a.proon:before {
	color: #fff;
}
.wrap-product-list .main-product-list .select {
	margin-top: 40px;
}
.wrap-product-list .main-product-list .select .row {
	overflow: hidden;
	margin: 0;
	margin-top: -1px;
	border: 1px solid #dcdcdc;
}
.wrap-product-list .main-product-list .select .col-md-2 {
	padding: 12px 14px;
	border-right: 1px solid #dcdcdc;
	background: #f4f4f4;
}
.wrap-product-list .main-product-list .select .col-md-2 h3 {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	margin: 0;
	color: #999;
}
.wrap-product-list .main-product-list .select .col-xs-4 {
	margin-bottom: -600px;
	padding-bottom: 600px;
}
.wrap-product-list .main-product-list .select .col-md-10 {
	padding: 6px 14px;
}
.wrap-product-list .main-product-list .select .col-md-10 a {
	display: inline-block;
	margin: 3px 0;
	padding: 0 8px;
	text-decoration: none;
	color: #999;
}
.wrap-product-list .main-product-list .select .col-md-10 a:hover, .wrap-product-list .main-product-list .select .col-md-10 a.selected {
	opacity: .5;
	color: #edcf0c;
}
.wrap-product-list .main-product-list .select .col-md-10 a.disabled {
	cursor: no-drop;
	opacity: .5;
	color: gray;
}
.wrap-product-list .main-product-list .select-result {
	position: relative;
	margin-top: 20px;
}
.wrap-product-list .main-product-list .select-result .condition {
	display: block;
	overflow: hidden;
}
.wrap-product-list .main-product-list .select-result .condition h3 {
	font-family: 'HelveticaNeue';
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
	color: #999;
}
.wrap-product-list .main-product-list .select-result .condition a {
	font-size: 12px;
	line-height: 28px;
	display: inline-block;
	height: 30px;
	margin: 5px;
	padding: 0 30px 0 10px;
	text-align: left;
	text-decoration: none;
	color: #edcf0c;
	border: 1px dotted #edcf0c;
	border-radius: 3px;
	background: url(close.png) no-repeat right;
	background-size: 18px;
}
.wrap-product-list .main-product-list .select-result h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 48px;
	top: 0;
	right: 0;
	margin: 0;
	text-align: right;
	color: #999;
}
.wrap-product-list .main-product-list .row .col-md-3 {
	margin-top: 30px;
}
.wrap-product-show .main-product-show .pro-show {
	overflow: hidden;
	margin: 0 15px;
	padding: 10px 0;
	border: 1px solid #dcdcdc;
}
.wrap-product-show .main-product-show .pro-show .col-md-5 {
	padding: 0 10px;
}
.wrap-product-show .main-product-show .album {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
}
.wrap-product-show .main-product-show .album #sync1, .wrap-product-show .main-product-show .album #sync2 {
	width: 100%;
}
.wrap-product-show .main-product-show .album #sync1 .item {
	width: 100%;
	text-align: center;
	background: #edcf0c;
}
.wrap-product-show .main-product-show .album #sync1 .item .img-box {
	padding-bottom: 77%;
}
.wrap-product-show .main-product-show .album #sync2 {
	margin-top: 10px;
	padding: 0 20px;
}
.wrap-product-show .main-product-show .album #sync2 .item {
	margin: 5px;
	cursor: pointer;
	border: 1px #d4d4d4 solid;
}
.wrap-product-show .main-product-show .album #sync2 .item .img-box {
	padding-bottom: 77.2%;
}
.wrap-product-show .main-product-show .album #sync2 .synced .item {
	border-color: #edcf0c;
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls {
	position: absolute;
	width: 100%;
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls .owl-buttons {
	overflow: hidden;
	width: 100%;
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-prev, .wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-next {
	font-size: 0;
	position: absolute;
	z-index: 99;
	width: 64px;
	height: 64px;
	margin: 0;
	margin-top: 2%;
	padding: 0;
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
	background: url(icon.png) no-repeat;
}
@media (max-width: 768px) {
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-prev, .wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-next {
	margin-top: 3%;
}
}
@media (max-width: 480px) {
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-prev, .wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-next {
	margin-top: 4%;
}
}
@media (max-width: 360px) {
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-prev, .wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-next {
	margin-top: 2%;
}
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-prev {
	left: -20px;
	background-position: -832px 0;
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-prev.disabled {
	cursor: default;
	background-position: -832px 0 !important;
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-prev:hover {
	background-position: -896px 0;
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-next {
	right: -20px;
	background-position: -960px 0;
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-next.disabled {
	cursor: not-allowed;
	background-position: -960px 0 !important;
}
.wrap-product-show .main-product-show .album .owl-theme .owl-controls div.owl-next:hover {
	background-position: -1024px 0;
}
.wrap-product-show .main-product-show .ink-text {
	overflow: hidden;
	padding-left: 20px;
}
.wrap-product-show .main-product-show .ink-text a {
	text-decoration: none;
}
.wrap-product-show .main-product-show .ink-text h3 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin: 5px 0;
}
.wrap-product-show .main-product-show .ink-text p {
	line-height: 26px;
	margin: 0;
	color: #666;
}
.wrap-product-show .main-product-show .ink-text p img {
	margin-top: 10px;
}
.wrap-product-show .main-product-show .ink-text .col-md-5 a {
	font-family: 'HelveticaNeue-Condensed';
	font-weight: 700;
	line-height: 34px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
	padding: 0 14px;
	color: #69c17c;
	border: 1px solid #69c17c;
}
@media (min-width: 1200px) {
.wrap-product-show .main-product-show .ink-text .col-md-5 a {
	float: right;
	margin-right: 58px;
}
}
.wrap-product-show .main-product-show .ink-text .col-md-5 a span:before {
	display: block;
	float: left;
	width: 50px;
	height: 34px;
	margin-left: -15px;
	content: '';
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	background: url(icon.png) no-repeat;
	background-position: -1088px -18px;
}
.wrap-product-show .main-product-show .ink-text .col-md-5 a:hover span {
	text-decoration: underline;
}
.wrap-product-show .main-product-show .ink-text .quote {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
}
.wrap-product-show .main-product-show .ink-text .quote p {
	line-height: 30px;
	float: left;
	width: 100%;
	margin: 0;
	color: #333;
}
.wrap-product-show .main-product-show .ink-text .quote p.qicon1:before, .wrap-product-show .main-product-show .ink-text .quote p.qicon2:before, .wrap-product-show .main-product-show .ink-text .quote p.qicon3:before, .wrap-product-show .main-product-show .ink-text .quote p.qicon4:before {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: -8px;
	content: '';
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
	background: url(quote.png) no-repeat;
	background-size: cover;
}
.wrap-product-show .main-product-show .ink-text .quote p.qicon1:before {
	background-position: 0;
}
.wrap-product-show .main-product-show .ink-text .quote p.qicon2:before {
	background-position: -30px 0;
}
.wrap-product-show .main-product-show .ink-text .quote p.qicon3:before {
	background-position: -60px 0;
}
.wrap-product-show .main-product-show .ink-text .quote p.qicon4:before {
	background-position: -90px 0;
}
.wrap-product-show .main-product-show .ink-text .quote-inquire {
	font-weight: 500;
	line-height: 14px;
	display: inline-block;
	margin: 0;
	margin-top: 20px;
	padding: 12px 20px;
	color: #fff;
	border: none;
	background: #edcf0c;
}
.wrap-product-show .main-product-show .ink-text .quote-inquire:hover {
	text-decoration: underline;
}
.wrap-product-show .main-product-show .share {
	float: left;
	clear: both;
	margin-bottom: 0;
	margin-left: -40px;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}
.wrap-product-show .main-product-show .share h4 {
	display: inline-block;
	float: left;
}
.wrap-product-show .main-product-show .share ul {
	display: inline-block;
	float: left;
	margin-top: 10px;
}
.wrap-product-show .main-product-show .detail, .wrap-product-show .main-product-show .inquiry {
	overflow: hidden;
}
.wrap-product-show .main-product-show .detail .proshow-title, .wrap-product-show .main-product-show .inquiry .proshow-title {
	line-height: 48px;
	margin: 15px 15px 0 15px;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	background: #f4f4f4;
}
.wrap-product-show .main-product-show .detail .proshow-title h3, .wrap-product-show .main-product-show .inquiry .proshow-title h3 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	text-indent: 25px;
	color: #333;
}
.wrap-product-show .main-product-show .detail .note, .wrap-product-show .main-product-show .inquiry .note {
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	padding: 24px;
	padding-bottom: 30px;
	border: 1px solid #dcdcdc;
}
.wrap-product-show .main-product-show .detail .note, .wrap-product-show .main-product-show .inquiry .note p {
	margin-bottom: 10px;
}
.wrap-product-show .main-product-show .inquiry .proname span {
	font-weight: 500;
	display: block;
}
.wrap-product-show .main-product-show .inquiry .proname span, .wrap-product-show .main-product-show .inquiry input, .wrap-product-show .main-product-show .inquiry textarea {
	line-height: 48px;
	width: 100%;
	margin: 10px 0;
	text-indent: 20px;
	border: 1px solid #dcdcdc;
}
.wrap-product-show .main-product-show .inquiry .submit {
	font-size: 16px;
	width: 200px;
	height: 50px;
	cursor: pointer;
	text-align: left;
	letter-spacing: 1px;
	border: none;
	background: #edcf0c;
	margin-top: 10px;
}
.wrap-product-show .main-product-show .inquiry .submit span:before {
	display: block;
	float: left;
	width: 16px;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 30%;
	content: url(submit.png);
}
.wrap-product-show .main-product-show .inquiry .submit span:hover {
	text-decoration: none;
}
.wrap-product-show .main-product-show .maylike {
	overflow: hidden;
	margin-top: 60px;
}
.wrap-product-show .main-product-show .maylike h3 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
}
.wrap-product-show .main-product-show .maylike .row .col-md-3 {
	margin-top: 30px;
}
.wrap-about .main-about .about1 {
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}
.wrap-about .main-about .about2 {
	margin-bottom: 60px;
	padding-top: 60px;
	border-top: 1px solid #dbdbdb;
}
.wrap-about .main-about .about2 .col-md-6 {
	overflow: visible;
}
.wrap-about .main-about .about2 img {
	width: 100%;
}
@media (min-width: 1200px) {
.wrap-about .main-about .about2 img {
	z-index: 100;
	margin-left: -60px;
}
}
@media (min-width: 768px) {
.wrap-about .main-about .about2 img {
	margin-top: 40px;
}
}
@media (min-width: 1200px) {
.wrap-about .main-about .container .row .note {
	display: table-cell;
	height: 300px;
	vertical-align: middle;
}
}
.wrap-about .main-about .container .row .note h1 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 2.57142857em;
	font-weight: 700;
}
@media (max-width: 768px) {
.wrap-about .main-about .container .row .note h1 {
	font-size: 2em;
}
}
.wrap-about .main-about .container .row .note p {
	font-family: 'HelveticaNeue';
	font-size: 1.14285714em;
	line-height: 30px;
	color: #666;
}
@media (max-width: 991px) {
.wrap-about .main-about img {
	width: 100%;
	height: auto;
}
}
.wrap-about .main-about .container-fluid {
	padding: 4.14285714em 0 3.42857143em 0;
	background: #afc3c9;
}
.wrap-about .main-about .container-fluid .row {
	margin-bottom: 0;
	color: #fff;
}
.wrap-about .main-about .container-fluid .row .note p {
	font-family: 'HelveticaNeue';
	font-size: 1.14285714em;
	margin: 0;
	color: #def1f7;
}
.wrap-parts .main-parts .main-title {
	padding-bottom: 10px;
	border-bottom: 1px dotted #c3c3c3;
}
.wrap-parts .main-parts .main-title p {
	display: block;
	overflow: hidden;
	color: #666;
}
.wrap-parts .main-parts .main-title p:before {
	display: block;
	float: left;
	width: 20px;
	margin-right: 8px;
	content: url(partsicon.png);
}
.wrap-parts .main-parts .main-title a {
	color: #edcf0c;
}
.wrap-parts .main-parts .note {
	margin-top: 45px;
}
.wrap-parts .main-parts .note img {
	width: 100%;
}
.wrap-parts .main-parts .note p {
	line-height: 30px;
	margin: 0;
	color: #666;
}
.wrap-service .main-service .note p {
	font-family: 'HelveticaNeue';
	line-height: 30px;
	margin: 0;
	color: #666;
}
.wrap-service .main-service .note img {
	width: 100%;
}
.wrap-news .main-news .main-title h1 {
	margin-bottom: 0;
}
.wrap-news .main-news .col-md-6 {
	margin-top: 50px;
}
.wrap-news .main-news .pic {
	float: left;
	width: 30%;
}
.wrap-news .main-news .pic:hover img {
	transition: all .3s linear;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.wrap-news .main-news .info {
	float: right;
	width: 66%;
}
.wrap-news .main-news h3, .wrap-news .main-news h4 {
	margin: 0;
}
.wrap-news .main-news h4 {
	margin-bottom: 20px;
}
.wrap-news .main-news .title {
	font-family: 'HelveticaNeue-Condensed', sans-serif;
	font-size: 16px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-news .main-news .title:hover {
	color: #edcf0c;
}
@media (max-width: 480px) {
.wrap-news .main-news .title {
	margin: 0;
}
}
.wrap-news .main-news .title a {
	text-decoration: none;
	color: inherit;
}
.wrap-news .main-news .date {
	color: #edcf0c;
}
@media (max-width: 768px) {
.wrap-news .main-news .date {
	margin-bottom: 18px;
}
}
.wrap-news .main-news .note {
	font-size: 13px;
	line-height: 2;
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	color: #666;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
@media (max-width: 480px) {
.wrap-news .main-news .note {
	line-height: 1.5;
}
}
.wrap-news-show .news-show {
	overflow: hidden;
	line-height: 2;
}
.wrap-news-show .news-show .title {
}
.wrap-news-show .news-show .title h3, .wrap-news-show .news-show .title h4 {
	margin: 0;
}
.wrap-news-show .news-show .title h3 {
	font-family: 'HelveticaNeue-Condensed', sans-serif;
	font-size: 24px;
	font-weight: normal;
	display: -webkit-box;
	overflow: hidden;
	text-align: center;
	margin: 4px auto;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.wrap-news-show .news-show .title h4 {
	color: #777;
	padding: 10px 0 20px;
	font-weight: normal;
	text-align: center;
}
.wrap-news-show .news-show .share {
	float: right;
}
@media (max-width: 768px) {
.wrap-news-show .news-show .share {
	float: left;
}
}
.wrap-news-show .news-show .share h4 {
	display: inline;
	float: left;
}
.wrap-news-show .news-show .share ul {
	float: right;
	padding-top: 6px;
}
.wrap-news-show .news-show .news-text .share {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #c3c3c3;
}
.wrap-news-show .news-show .news-text .share ul {
	float: left;
	padding-top: 6px;
}
.wrap-news-show .news-show .note {
	overflow: hidden;
	padding-top: 30px;
	border-top: 1px dotted #c3c3c3;
}
.wrap-news-show .news-show .note p {
	font-family: 'HelveticaNeue';
	line-height: 30px;
	margin: 0;
	color: #666;
}
.wrap-news-show .news-show .note img {
	width: 100%;
}
.wrap-news-show .news-show .return {
	margin-top: 20px;
	border-bottom: none;
}
.wrap-news-show .news-show .return a {
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #666;
	padding-right: 30px;
}
.wrap-news-show .news-show .return a:first-child:before, .wrap-news-show .news-show .return a:last-child:before {
	display: block;
	float: left;
	width: 100%;
	max-width: 12px;
	height: 12px;
	margin-top: 9px;
	margin-right: 8px;
	content: '';
	border-radius: 12px;
	background: url(returnicon.png) #878787;
	background-size: cover;
}
.wrap-news-show .news-show .return a:first-child:before {
	background-position: 0;
}
.wrap-news-show .news-show .return a:last-child:before {
	background-position: -36px 0;
}
.wrap-news-show .news-show .return a:hover {
	transition: all .2s linear;
	color: #edcf0c;
}
.wrap-news-show .news-show .return a:hover:first-child:before, .wrap-news-show .news-show .return a:hover:last-child:before {
	background: url(returnicon.png) #edcf0c;
	background-size: cover;
}
.wrap-news-show .news-show .return a:hover:first-child:first-child:before, .wrap-news-show .news-show .return a:hover:last-child:first-child:before {
	background-position: 0;
}
.wrap-news-show .news-show .return a:hover:first-child:last-child:before, .wrap-news-show .news-show .return a:hover:last-child:last-child:before {
	background-position: -36px 0;
}
.wrap-team .main-team .col-md-6 {
	margin-bottom: 50px;
}
.wrap-team .main-team .col-md-6 .pic {
	float: left;
	overflow: hidden;
	width: 30%;
	max-width: 170px;
	padding-top: 20px;
	border-radius: 100%;
}
.wrap-team .main-team .col-md-6 .note {
	float: right;
	width: 66%;
}
.wrap-team .main-team .col-md-6 .note h3 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 18px;
	font-weight: 700;
}
.wrap-team .main-team .col-md-6 .note p {
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	color: #666;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.wrap-team .main-team .active {
	margin-top: 25px;
	padding-top: 70px;
	border-top: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
.wrap-team .main-team .active {
	padding-top: 40px;
}
}
.wrap-team .main-team .active .carousel {
	margin-top: 20px;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-page {
	display: inline-block;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-page.active {
	margin: 0;
	padding: 0;
	border: none;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-page.active span {
	background: #f3f3f3;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-page span {
	display: inline-block;
	width: 14px;
	height: 14px;
	opacity: 1;
	border: 1px solid #dbdbdb;
	border-radius: 14px;
	background: none;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 28%;
	width: 64px;
	height: 64px;
	opacity: 1;
	border-radius: 0;
	background: url(icon.png) no-repeat;
	background-size: cover;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -64px;
	background-position: -832px 0;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev.disabled {
	cursor: default;
	background-position: -832px 0 !important;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
	background-position: -896px 0;
}
@media (max-width: 768px) {
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -19px;
	margin-top: 25px;
}
}
@media (max-width: 480px) {
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -18px;
	margin-top: 0;
}
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -64px;
	background-position: -960px 0;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-next.disabled {
	cursor: not-allowed;
	background-position: -960px 0 !important;
}
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-next:hover {
	background-position: -1024px 0;
}
@media (max-width: 768px) {
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -20px;
	margin-top: 25px;
}
}
@media (max-width: 480px) {
.wrap-team .main-team .active .carousel .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -20px;
	margin-top: 0;
}
}
.wrap-team .main-team .active .item {
	overflow: hidden;
	margin: 8px;
}
.wrap-team .main-team .active .item .img-box {
	padding-bottom: 71.42857143%;
}
.wrap-team .main-team .active .item .thumb {
	float: left;
	width: 100%;
}
.wrap-team .main-team .active .item .thumb a {
	cursor: pointer;
}
@media (max-width: 768px) {
.wrap-team .main-team .active .item {
	padding: 0 20px;
}
.wrap-team .main-team .active .item .thumb {
	width: 100%;
}
}
.wrap-video .main-video .main-title p {
	color: #666;
}
.wrap-video .main-video a {
	display: block;
}
.wrap-video .main-video .col-md-12, .wrap-video .main-video .col-md-6 {
	margin-top: 30px;
}
.wrap-video .main-video .col-md-12 p, .wrap-video .main-video .col-md-6 p {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-video .main-video .col-md-12 .video, .wrap-video .main-video .col-md-6 .video {
	position: relative;
	top: 0;
	background-position: top right;
	background-size: cover;
}
.wrap-video .main-video .col-md-12 .video .img-box, .wrap-video .main-video .col-md-6 .video .img-box {
	padding-bottom: 42.73504274%;
}
.wrap-video .main-video .col-md-12 .video::before, .wrap-video .main-video .col-md-6 .video::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	transition: background-color .3s ease;
}
.wrap-video .main-video .col-md-12 .video:hover::before, .wrap-video .main-video .col-md-6 .video:hover::before {
	background-color: rgba(0, 0, 0, .2);
}
.wrap-video .main-video .col-md-12 .video .video-box, .wrap-video .main-video .col-md-6 .video .video-box {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
}
.wrap-video .main-video .col-md-12 .video .video-box a, .wrap-video .main-video .col-md-6 .video .video-box a {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 200px;
	cursor: default;
}
.wrap-video .main-video .col-md-12 .video .iframe, .wrap-video .main-video .col-md-6 .video .iframe {
	display: none;
	width: 100%;
}
.wrap-video .main-video .col-md-12 .video .play, .wrap-video .main-video .col-md-6 .video .play {
	position: absolute;
	top: 0;
	display: block;
	width: 80px;
	height: 80px;
	margin-top: 18%;
	margin-bottom: 100px;
	margin-left: 46%;
	cursor: pointer;
	background: url(play.png) no-repeat;
	background-size: cover;
}
.wrap-video .main-video .col-md-6 .video .img-box {
	padding-bottom: 59.64912281%;
}
.wrap-video .main-video .col-md-6 .video .iframe1 {
	display: none;
	overflow: hidden;
	width: 100%;
}
.wrap-video .main-video .col-md-6 .video .play {
	position: absolute;
	top: 0;
	display: block;
	width: 80px;
	height: 80px;
	margin-top: 22%;
	margin-bottom: 100%;
	margin-left: 43%;
	background: url(play.png) no-repeat;
	background-size: cover;
}
.wrap-honor .main-honor .main-title p {
	line-height: 30px;
	color: #666;
}
.wrap-honor .main-honor .row {
	margin-top: 20px;
}
.wrap-honor .main-honor .row img {
	width: 100%;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #e2e2e2;
}
.wrap-honor .main-honor .row img:hover {
	transition: all .2s linear;
	border: 1px solid #edcf0c;
}
.wrap-honor .main-honor .row p {
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 15px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
.wrap-honor .main-honor .pageGro {
	margin-top: 15px;
}
.wrap-exhibition .main-exhibition .main-title {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px dotted #c3c3c3;
}
.wrap-exhibition .main-exhibition .main-title span {
	float: left;
	letter-spacing: 6px;
	color: #d8d8d8;
}
.wrap-exhibition .main-exhibition .main-title a {
	font-size: 18px;
	display: inline-block;
	float: left;
	margin: 0 6px;
	text-decoration: none;
	color: #666;
}
.wrap-exhibition .main-exhibition .main-title a:hover {
	color: #edcf0c;
}
.wrap-exhibition .main-exhibition .main-title a.on {
	color: #edcf0c;
}
.wrap-exhibition .main-exhibition .note {
	margin-top: 45px;
}
.wrap-exhibition .main-exhibition .note h2 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	color: #333;
}
.wrap-exhibition .main-exhibition .note p {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	text-align: left;
	color: #666;
}
.wrap-exhibition .main-exhibition .img-box {
	padding-bottom: 64.86486486%;
}
.wrap-exhibition .main-exhibition .col-md-4 {
	margin-top: 30px;
}
.wrap-factory .main-factory {
	overflow: hidden;
}
.wrap-factory .main-factory .video {
	position: relative;
	top: 0;
	text-align: center;
	background-position: top right;
	background-size: cover;
}
.wrap-factory .main-factory .video .img-box {
	padding-bottom: 70.1754386%;
}
.wrap-factory .main-factory .video::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	transition: background-color .3s ease;
}
.wrap-factory .main-factory .video:hover::before {
	background-color: rgba(0, 0, 0, .2);
}
.wrap-factory .main-factory .video .video-box {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
}
.wrap-factory .main-factory .video .video-box a {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
}
.wrap-factory .main-factory .video .iframe {
	display: none;
	width: 100%;
}
.wrap-factory .main-factory .video .play {
	display: block;
	width: 80px;
	height: 80px;
	margin-top: 26%;
	margin-bottom: 100%;
	margin-left: 41%;
	cursor: pointer;
	background: url(play.png) no-repeat;
	background-size: cover;
}
.wrap-factory .main-factory .dec h3 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 18px;
	font-weight: 700;
	margin-top: 2.85714286em;
}
.wrap-factory .main-factory .dec p {
	line-height: 30px;
	margin: 0;
	color: #666;
}
.wrap-factory .main-factory .environment {
	margin-top: 70px;
	padding-top: 65px;
	border-top: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
.wrap-factory .main-factory .environment {
	margin-top: 40px;
	padding-top: 35px;
}
}
.wrap-factory .main-factory .environment .col-md-4 {
	margin-top: 10px;
}
.wrap-factory .main-factory .environment .col-md-4:hover img {
	transition: all .3s linear;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.wrap-factory .main-factory .environment .col-md-4 .img-box {
	padding-bottom: 67.56756757%;
}
.wrap-factory .main-factory .environment .col-md-4 p {
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
.wrap-feedback .main-feedback p {
	font-family: 'HelveticaNeue';
	color: #666;
}
.wrap-feedback .main-feedback .row {
	margin-top: 30px;
}
.wrap-feedback .main-feedback .row input, .wrap-feedback .main-feedback .row textarea {
	line-height: 48px;
	width: 100%;
	margin: 10px 0;
	text-indent: 20px;
	border: 1px solid #dcdcdc;
}
.wrap-feedback .main-feedback .row .submit {
	font-size: 16px;
	width: 200px;
	height: 50px;
	margin-top: 20px;
	cursor: pointer;
	text-align: left;
	color: #fff;
	border: none;
	background: #edcf0c;
}
.wrap-feedback .main-feedback .row .submit span:before {
	display: block;
	float: left;
	width: 16px;
	margin-right: 10px;
	margin-left: 30%;
	content: url(submit.png);
}
.wrap-feedback .main-feedback .row .submit span:hover {
	text-decoration: underline;
}
.wrap-contact .main-contact .col-md-6 {
	margin-bottom: 30px;
}
.wrap-contact .main-contact .noteborder, .wrap-contact .main-contact .figureborder, .wrap-contact .main-contact .cnote, .wrap-contact .main-contact .cfigure {
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.wrap-contact .main-contact .note {
	position: relative;
	padding: 30px 20px;
}
.wrap-contact .main-contact .note h3 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}
.wrap-contact .main-contact .note p {
	font-family: 'HelveticaNeue';
	font-size: 16px;
	line-height: 24px;
	color: #666;
    margin: 10px 20px;
}
.wrap-contact .main-contact .note a {
	text-decoration: none;
	color: inherit;
}
.wrap-contact .main-contact .note a:hover {
	text-decoration: underline;
}
.wrap-contact .main-contact .note .consultation {
	font-family: 'HelveticaNeue-Condensed';
	line-height: 40px;
	display: inline-block;
	height: 40px;
	padding: 0 18px;
	text-decoration: none;
	color: #666;
	border-radius: 3px;
	background: #edcf0c;
}
@media (min-width: 992px) {
.wrap-contact .main-contact .note .consultation {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
}
.wrap-contact .main-contact .note .consultation span:before {
	display: block;
	float: left;
	width: 16px;
	height: 13px;
	margin-top: 14px;
	margin-right: 8px;
	content: '';
	background: url(submit.png) no-repeat;
	background-size: contain;
}
.wrap-contact .main-contact .note .consultation:hover {
	text-decoration: underline;
}
.wrap-contact .main-contact .figure {
	overflow: hidden;
	padding: 30px 20px;
}
.wrap-contact .main-contact .figure .pic {
	float: left;
	overflow: hidden;
	width: 100px;
	border-radius: 100px;
}
.wrap-contact .main-contact .figure .text {
	float: right;
	width: 74%;
}
@media (max-width: 991px) and (min-width: 768px) {
.wrap-contact .main-contact .figure .text {
	width: 58%;
}
}
@media (max-width: 360px) {
.wrap-contact .main-contact .figure .text {
	width: 58%;
}
}
.wrap-contact .main-contact .figure .text h4 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	color: #333;
}
.wrap-contact .main-contact .figure .text p {
	font-family: 'HelveticaNeue';
	line-height: 24px;
	color: #666;
}
.wrap-contact .main-contact .row:last-child {
    margin-top: 30px;
	margin-bottom: 50px;
}
.wrap-contact .main-contact .contact-title {
	line-height: 48px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	background: #f4f4f4;
}
.wrap-contact .main-contact .contact-title h3 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	text-indent: 25px;
	color: #333;
}
.wrap-contact .main-contact .contact-note {
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	/* border: 1px solid #dcdcdc; */
}
.wrap-contact .main-contact .contact-note .col-md-4 {
	padding-top: 30px;
}
.wrap-contact .main-contact .contact-note .pic {
	float: left;
	overflow: hidden;
	width: 100px;
	border-radius: 100px;
}
.wrap-contact .main-contact .contact-note .text {
	float: right;
	width: 62%;
}
.wrap-contact .main-contact .contact-note .text h4 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 12px;
	color: #333;
}
.wrap-contact .main-contact .contact-note .text p {
	font-family: 'HelveticaNeue';
	line-height: 24px;
	margin: 0;
	color: #666;
}
.wrap-contact .main-contact .contact-note .text a {
	color: #666;
}
.wrap-contact .main-contact .contact-note .text a:hover {
	transition: all .2s linear;
	color: #edcf0c;
}
.wrap-contact .main-contact .send {
	margin-bottom: -44px;
	padding: 40px 0;
	background: #edcf0c;
}
.wrap-contact .main-contact .send h1 {
	font-family: 'HelveticaNeue-Condensed';
	font-size: 30px;
	font-weight: 700;
	float: left;
	margin: 0;
	color: #111;
	text-shadow: #fff 0 1px 20px;
}
.wrap-contact .main-contact .send a {
	line-height: 44px;
	display: inline-block;
	float: right;
	padding: 0 24px;
	text-decoration: none;
	color: #f15d01;
	background: #fff;
}
@media (max-width: 991px) {
.wrap-contact .main-contact .send a {
	float: left;
	clear: both;
}
}
.wrap-contact .main-contact .send a span:before {
	display: block;
	float: left;
	width: 16px;
	height: 13px;
	margin-top: 15px;
	margin-right: 8px;
	content: '';
	background: url(send.png) no-repeat;
	background-size: contain;
}
.wrap-contact .main-contact .send a:hover {
	text-decoration: underline;
}
.wrap-contact .main-contact .contact-note .text a {
	text-decoration: none;
}
.wrap-contact .main-contact .contact-note .text a:hover {
	text-decoration: underline;
}
.wrap-index .box-product .container-fluid:first-child {
	display: block;
}
.wrap-product-show .main-product-show .album #sync1 .item {
	background-color: #fff;
}
.wrap-service .main-service .note img, .wrap-news-show .news-show .note img {
	width: auto;
	max-width: 100%;
	vertical-align: top;
}
.wrap-product-show .main-product-show .share {
	transform: none;
	margin-left: 0;
}
.wrap-product-show .main-product-show .share h4 {
	line-height: 35px;
}
.section-title h2 {
	font-size: 32px;
	letter-spacing: 1px;
	position: relative;
	margin: 0 0 30px 0;
	padding-bottom: 15px;
	text-align: center;
}
.section-title h2 a {
	font-size: 32px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #ec6c00;
}
.section-title p {
	color: #333;
	font-size: 14px;
	font-weight: 300;
	line-height: 28px;
	margin: 10px 0 40px;
}
.caseBox {
	position: relative;
	padding-top: 50px;
}
.caseBox .content {
	width: 1200px;
	margin: 0 auto;
}
.caseBox h2 {
    font-weight: normal;
    text-align: center;
    color: #777;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #E4E4E4;
    width: 35%;
    margin: 0 auto;	
}
.caseBox h2:before {
    content: '';
    width: 70px;
    height: 3px;
    background: #fe7200;
    position: absolute;
    bottom: -2px;
    left: 42.5%;
    display: block;
}
.caseBox h2 a {
	color: #333;
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
}
.caseBox .mnote {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #999;
    margin-top: 20px;
	padding-bottom: 30px;
}
.caseBox .Box_con {
	position: relative;
}
.caseBox .Box_con .btnl {
	position: absolute;
}
.caseBox .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 121px;
	cursor: pointer;
}
.caseBox .Box_con .btnl {
	background: url(arr-left.png) no-repeat center;
	left: -72px;
}
.caseBox .Box_con .btnr {
	background: url(arr-right.png) no-repeat center;
	right: -72px;
}
.caseBox .Box_con .btnl:hover {
	background: url(arr-left-h.png) no-repeat center;
}
.caseBox .Box_con .btnr:hover {
	background: url(arr-right-h.png) no-repeat center;
}
.caseBox .Box_con .conbox {
	position: relative;
	overflow: hidden;
}
.caseBox .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.caseBox .Box_con .conbox ul li {
	float: left;
	width: 285px;
	height: 285px;
	margin-left: 20px;
	overflow: hidden;
}
.caseBox .Box_con .conbox ul li:first-child {
	margin-left: 0;
}
.caseBox .Box_con .conbox ul li img {
	display: block;
	width: 285px;
	height: 285px;
	transition: all 0.5s;
}
.caseBox .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}
.caseBox .BoxSwitch {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}
.caseBox .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 4px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}
.caseBox .BoxSwitch span.cur {
	background: #edcf0c;
}

#show{background:url(images/photo.jpg)}
#meun1{color:#fff; padding-left:10px;}
#meun1 img{ float:left;}
#submeun1{ margin-left:70px; float:left;}
#submeun1 li{ text-align:center;  margin-right:10px; float:left;  display:inline;}
#submeun1 li a{ color:#fff;height:50px; line-height:50px;  font-size:14px; font-weight:bold; text-align:center;  padding-left:15px; padding-right:15px;display:block;}
#submeun1 li.cur{ text-align:center; background:#82ce18; margin-right:10px;float:left;  display:inline;}
#top1{
	background-color:#000;
	margin: 0em 0 10px 0em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
	height:50px;
	line-height:50px;
}
div.subtitle{
	font-size:13px;
	float:right;
	color:#6CBD45;
	margin:0 10px;
	text-align:right;
}

h1.title{
	height:50px;    
    font-size:12px;
	background:url(logo.png) no-repeat;
	
}
h1.title a:link,h1.title a:visited,h1.title a:hover{
	color:#000;
	text-decoration:none;
}

h3.TabH3 {
	height:23px;
	line-height:35px;
	font-size:20px;
	height:35px;
	font-family:Arial;
	color:#727272;
	font-weight:normal;
	position:relative;
}
h3.TabH3 a {
	float:left;
	color:#727272;
	
	text-decoration:none;
	font-size:14px;
	text-align:center;
	margin:0 10px;
	height:35px;
}
h3.TabH3 a:hover {
	text-decoration:none;
}
h3.TabH3 a span {
color:#434343;
font-weight:bold;
 
	display:inline-block;
	height:35px;
	line-height:30px;
	cursor:pointer;
	text-align:center;
	padding:0 5px;
}
h3.TabH3 a.current {
	background:#93c365;
	 height:35px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	line-height:35px; 
 
}

h3.TabH3 a.current span{background:background:#93c365; font-weight:normal; padding:0 5px;}
.ck{ position:absolute; display:block; font-size:20px;}
.ckx{ position:absolute; display:block; color:#93c365;font-size:20px; font-weight:bold;left:1px;}

.Con{ margin-top:15px; margin-bottom:15px;}
.movie{ border:1px solid #aeaeae; float:left; padding:1px; width:159px; height:127px; margin:8px; display:inline;}
.movie .move{ float:left;}
.Con a.more{ float:right; color:#2e9814; display:block;  margin-top:5px; margin-right:22px; display:inline;font-size:14px; font-family:Arial;}

.Con1{ background:#93c365;  float:left; padding:20px 15px 15px 17px;}
.Tesimg{ float:left; display:inline; margin:10px 6px}
.Con1 a.more{ float:right; color:#ffffff; display:block;  margin-top:5px;  display:inline;font-size:14px; font-family:Arial;}
.Tesimg img{ float:left; border:1px solid #FFF;}

.page {
	clear: both;
	padding: 10px;
	margin: 30px auto 10px;
	text-align: center;
}
.page .pageList {
	text-align: center;
}
.page .pageList a {
	padding: 1px 15px;
	border: #DDD solid 1px;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	line-height: 32px;
	background: #f8f8f8;
	color: #666;
	margin: 0 2px;
}
.page .pageList .fuiOmit {
	font-size: 28px;
}
.page .searPage {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	line-height: 30px;
}
.page .searPage input[type="text"] {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.page .searPage input[type="submit"] {
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.page .pageList a:hover {
	background: #fdeaa6;
	border: #f7bf4f solid 1px;
	color: #f60;
	text-decoration: none;
}
.page .pageList .nowPage {
	background: #fdeaa6;
	border: #f7bf4f solid 1px;
	color: #f60;
	margin-right: 5px;
}
.footer .main {
	padding-top: 66px;
	padding-bottom: 50px;
	background-color: #202020;
}
.footer .main h3 {
	font-family: 'HelveticaNeue-Bold', sans-serif;
	font-size: 20px;
	line-height: 30px;
    margin-bottom: 15px;
	text-align: left;
	color: #fff;
}
.footer .main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .main a {
	text-decoration: none;
	color: inherit;
}
.footer .main .row > div {
	display: inline-block;
	float: none;
	vertical-align: top;
}
@media (min-width: 768px) {
.footer .main .row .col-sm-6 {
	width: 48%;
}
}
@media (min-width: 992px) {
.footer .main .row .col-md-2 {
	width: 16%;
}
}
@media (min-width: 992px) {
.footer .main .row .col-md-3 {
	width: 24%;
}
}
@media (min-width: 992px) {
.footer .main .row .col-md-4 {
	width: 32%;
}
.footer .main .intro {
	margin-right: 6em;
}
}
@media (max-width: 767px) {
.footer .main .row .col-md-4 {
	display: none;
}
}
.footer .main .address {
	font-size: 14px;
	line-height: 30px;
	color: #a3a3a3;
}
.footer .main .address ul li {
	line-height: 36px;
	float: left;
	width: 135px;
	padding-right: 5px;
}
.footer .main .address .title {
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: 22px;
}
.footer .main .address h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 20px;
}
.footer .main .address b {
	font-weight: normal;
	color: #f15d01;
}
.footer .main .contact h4 {
	font-weight: normal;
	line-height: 2;
	color: #fff;
}
.footer .main .contact ul {
	font-size: 14px;
	line-height: 3;
	text-align: left;
	color: #a3a3a3;
}
.footer .main .contact li::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	content: '';
	vertical-align: middle;
	background: url(contact.png) no-repeat;
	background-position: inherit;
	background-size: cover;
}
.footer .main .contact li.address {
	line-height: 42px;
	background-position: -48px 0;
}
.footer .main .contact li.email {
	background-position: -16px 0;
}
.footer .main .contact li.tel {
	background-position: -32px 0;
}
.footer .main .contact li.fax {
	background-position: 0 0;
}
.footer .main .contact a:hover {
	text-decoration: underline;
}
.footer .main .product {
	line-height: 2.5;
	color: #a3a3a3;
}
.footer .main .product li {
	overflow: hidden;
	transition: all .2s ease-in-out;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer .main .product li:hover {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
	color: #fff;
}
.footer .main .feedback input, .footer .main .feedback textarea {
	font-style: italic;
	line-height: 40px;
	display: block;
	width: 100%;
	margin: 12px 0;
	padding: 0 8px;
	color: #a3a3a3;
	border: none;
	border-radius: 2px;
	outline: none;
	background: #282828;
}
.footer .main .feedback textarea {
	line-height: 1.75;
	min-height: 60px;
	max-height: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	resize: vertical;
}
.footer .main .feedback .submit {
	font-weight: 500;
	display: inline-block;
	transition: all .2s ease-in-out;
	color: #edcf0c;
}
.footer .main .feedback .submit:hover {
	font-weight: bold;
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}
.footer .bottom .cooperation {
	padding-top: 20px;
	padding-bottom: 8px;
}
.footer .bottom .cooperation h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: #999;
}
.footer .bottom .cooperation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .bottom .cooperation li {
	display: inline-block;
	overflow: hidden;
	height: 48px;
	margin-right: 14px;
	margin-bottom: 10px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	background: #fff;
}
.footer .bottom .cooperation li:hover {
	transition: all .2s linear;
	border-color: #edcf0c;
}
.footer .bottom .cooperation a {
	display: inline-block;
	height: 100%;
}
.footer .bottom .cooperation img {
	height: 100%;
}
.footer .bottom .copyright {
    height: 72px;
	background-color: #202020;
}
.footer .bottom .copyright p {
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0;
	color: #999;
	border-top: 1px solid #333;
	padding: 15px 0 1px;
}
.footer .bottom .copyright a {
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	color: #999;
}
.footer .bottom .copyright a:hover {
	text-decoration: underline;
}
