/* fonts set */

/**1.impactregular ***/
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***2.Opensans ***/
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

/***3.HELVETI1 ***/
@font-face {
    font-family: 'HELVETI1';
    src: url('../fonts/HELVETI1.eot');
    src: url('../fonts/HELVETI1.eot') format('embedded-opentype'),
         url('../fonts/HELVETI1.woff2') format('woff2'),
         url('../fonts/HELVETI1.woff') format('woff'),
         url('../fonts/HELVETI1.ttf') format('truetype'),
         url('../fonts/HELVETI1.svg#HELVETI1') format('svg');
}

/* end */
html{
	height: 100%;
}
body{
	height: 100%;
}
body{
	font-family:'OpenSansLight', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #23ac38;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
/*img {
	display: block;
	max-width: 100%;
	height: auto;
}*/
section{
	padding: 15px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
}

/** css code start **/

/******************
 * 导航   *
 *****************/
.header{
	background-color: #FFFFFF;
}
/*.header.fixed{
	position: relative !important;
	top: auto !important;
}*/
/*.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}*/
.fixed{
	position: relative;
}
.navbar-nav{
	margin: 0px -15px;
}
/* first level menu */
.navbar.navbar-default {
	border-radius: 5px;
	margin: 10px;
	background-color: #FFFFFF;
	border-color: #f1f1f1;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 8px 20px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	/*-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;*/
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-brand{
	padding-left: 10px;
	padding-right: 10px;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #0e8b3b;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #FFFFFF;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #2a9bd5;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	min-width: 180px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
	z-index: 101;
}

/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 20px;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #ffffff;
	color: #2a9bd5;
	border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: 1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #D5D5D5;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #D5D5D5;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #D5D5D5;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
}
.main-navigation .navbar-brand img{
	height: 40px;
}
.main-navigation .navbar-brand span{
	display: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.header{
		background-color: transparent;
		border-bottom: 1px solid #727272;
	}
	.fixed{
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 1002;
	}
	.full-top{
		background-color: rgba(255,255,255,0.5);
	}
	.yuyan{
		display: inline-block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #343434;
		cursor: pointer;
		margin-right: 15px;
	}
	.yuyan i{
		color: #23ac38;
		font-size: 18px;
		padding-right: 6px;
	}
	.yuyan i.fa-angle-down{
		padding-left: 5px;
	}
	.top-head-right{
		height: 40px;
		line-height: 40px;
		float: right;
		position: relative;
	}
	.top-head-right a{
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 5px 2px;
		color: #FFFFFF;
		background-color: #23AC38;
		font-size: 18px;
		text-align: center;
		line-height: 30px;
		border-radius: 15px;
	}
	.top-head-right a:hover{
		color: #FFFFFF;
	}
	.top-head-right a.quotofm{
		background-color: #404040;
		width: auto !important;
		border-radius: 4px;
		padding: 0 15px;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.navbar-nav{
		margin: 0px;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent !important;
		/*border-left: 1px solid #CC0000;*/
	}
	.navbar-default .navbar-nav > li > a{
		border: none;
		bottom: 0px;
	}
		
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus{
		color: #23ac38;
		border-bottom-color: #23ac38;
		border: none;
		border-bottom: 4px solid #23ac38;
	}
	
	.navbar-default .navbar-nav > li {
		margin: 0 5px;
	}
	
	.navbar-default .navbar-nav > li > a:focus{
		color: #23ac38;
		border-bottom-color: #23ac38;
	}
	
	/* first level menu */
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: right !important;
		margin-left: 0;
	}
	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after
	{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 0 5px;
		font-size: 12px;
		line-height: 56px;
		color: #000;
		border-bottom: 4px solid transparent;
	}
	.navbar-default .navbar-nav > li > a:hover{
		color: #23ac38;
		border-bottom-color: #23ac38;
	}
	
	/* logo top */
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar > .container .navbar-brand{
		margin-left: 0px;
	}
	.main-navigation .navbar-brand{
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		position: relative;
		height: 40px;
	}
	.main-navigation .navbar-brand img{
		height: 40px;
		float: left;
	}
	
	.main-navigation .head-right{
		float: right;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 29px;
		position: relative;
		margin-left: 15px;
		padding-bottom: 15px;
	}
	.main-navigation .head-rt-top{
		width: 100%;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.main-navigation .head-rt-top a{
		display: inline-block;
		height: 22px;
		padding-left: 30px;
		padding-right: 10px;
		background-repeat: no-repeat;
		background-position: left center;
	}
	.drm-box{
		padding: 15px;
	}
	.drm-box i{
		line-height: 34px;
		text-align: center;
	}
	
	/* logo top end */
}

/* Medium desktop devices */
@media (min-width:992px) {
	.main-navigation .navbar-header .logo{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main-navigation .navbar-brand img{
		height: 50px;
		float: left;
	}

	.navbar-default .navbar-nav > li {
		margin: 0 10px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 14px;
		line-height: 86px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	/* first level menu item */

	.navbar-default .navbar-nav > li {
		margin: 0 20px;
	}
	
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Mobile menu
	------------------------------ */
	/* active items */
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #2a9bd5;
		background-color: transparent;
	}
	
	/* first level items */
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	
	/* first level items when opened */
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: transparent;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #2a9bd5;
		background-color: #fff;
	}
	
	/* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	
	/* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 40px;
		color: #666666;
		border-color: #fafafa;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #2a9bd5;
	}
	
	/* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	
	/* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 80px;
	}
	
	/* Arrows for parent menu items */
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
}

/**
 * 搜索
 */
.sp-fmsf{
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #FFFFFF;
	border-radius: 16px;
	cursor: pointer;
}
.sp-fmsf i{
	color: #23AC38;
	font-size: 16px;
}

.top-form{
	/*float: right;*/
	margin-top: 10px;
	/*padding-top: 20px;*/
	position: relative;
}
.top-form .form-group{
	margin-bottom: 0;
	/*float: left;*/
}
.top-form .form-control {
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 2;
	/*border: 1px solid #d5d5d5;*/
	color: #b6b6b6;
	border-radius: 0;
	padding-right: 35px;
	padding-left: 15px;
	min-width: 200px;
	border-color: #d3d3d3;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, .075);
}

.top-form .form-control-feedback{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 5px;
	color: #a5a5a5;
}
/* 搜索end */

@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}

/* index new product */


.news-product-title{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 20px 0;
}
.news-product-title span{
	display: block;
	color: #000000;
	font-size: 20px;
	line-height: 1.1;
}
.news-product-title p{
	display: block;
	margin-bottom: 0px;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 5px;
}
.news-product-title:before,
.news-product-title:after{
	content: "";
	display: table;
}
.news-product-title:before{
	width: 150px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 0;
	background-color: #23ac38;
}
.news-product-title:after{
	width: 150px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 0;
	background-color: #23ac38;
}

.firgut-top{
	margin-top: 15px;
}
.img-figure{
	width: 100%;
	margin-top: 25px;
	position: relative;
}
.img-figure img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: 3px solid #E6E6E6;
	padding: 40px 10px 10px 10px;
}
.pro-brief{
	padding: 10px 0;
	position: relative;
}
.pro-brief:after{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 3px;
	background-color: #23AC38;
}
.pro-name{
	color: #000000;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-jianjie{
	color: #666666;
	font-size: 14px;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
}
.img-figure a{
	display: block;
}
.img-figure:hover .pro-name{
	color: #23AC38;
}
.pro-model{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #23AC38;
	font-size: 16px;
}
.pro-model i{
	padding-right: 10px;
}
@media (min-width:767px) {
	.news-product-title span{
		font-size: 30px;
	}
	.news-product-title p{
		font-size: 14px;
	}
}
@media (min-width:992px) {
	.news-product-title span{
		font-size: 36px;
	}
	.news-product-title p{
		font-size: 16px;
	}
	
}
@media (min-width:1200px) {
	.news-product-title span{
		font-size: 48px;
	}
	.news-product-title p{
		font-size: 18px;
	}
}

/** index about us **/
.full-about-bgc{
	background-color: #f8f8f8;
}
.about-top{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
}
.about-wbname{
	text-align: center;
	background-image: url(../images/yh_40.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 10px;
}
.about-wbname span{
	display: inline-block;
	color: #6bad15;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px 8px;
}
.about-photo{
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.about-photo img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.about-figcaption{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	text-align: center;
	background-color: rgba(0,0,0,.5) !important;
}
.about-photo:hover .about-figcaption{
	transform: scaleX(1);
	transition: all .3s ease-in-out 0s;
}
.figblock{
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
}
.ab-caption{
	font-size: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.ab-caption a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #3b3a3a;
	background-color: rgba(255,255,255,.8) !important;
	border-radius: 20px;
	position: relative;
}
.ab-caption a:before{
	display: table;
	content: "";
	border: 1px solid #FFFFFF;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 46px;
	height: 46px;
	border-radius: 23px;
}

.about-rightbox{
	margin-top: 30px;
}
.about-jianjie{
	color: #353535;
	font-size: 14px;
	line-height: 24px;
	max-height: 192px;
	overflow: hidden;
}
.about-more{
	margin-top: 10px;
	text-align: center;
}
.about-more a{
	display: inline-block;
	color: #424242;
	font-size: 16px;
	background-color: #f8f8f8;
	padding: 5px 20px;
	border: 2px solid #424242;
}
.about-more a:hover{
	background-color: #424242;
	color: #FFFFFF;
}
.ab-thub-bg{
	margin-top: 30px;
	background-color: #23AC38;
	padding: 20px 0;
}
.ab-thub-bg span{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 10px;
}
.ab-thub-bg img{
	transition: all ease-in-out 0.6s;
}
.ab-thub-bg:hover img{
	transform: rotateY(360deg);
}

@media (min-width:767px) {
	.about-top{
		font-size: 28px;
	}
	.about-wbname span{
		font-size: 14px;
		padding: 5px 20px;
	}
	.about-jianjie{
		font-size: 12px;
		line-height: 20px;
		max-height: 180px;
		overflow: hidden;
	}
	.about-more{
		text-align: left;
	}
	.ab-thub-bg span{
		font-size: 16px;
	}
}
@media (min-width:992px) {
	.about-top{
		font-size: 30px;
	}
	.about-wbname span{
		font-size: 16px;
		padding: 5px 20px;
	}
	.about-jianjie{
		font-size: 14px;
		line-height: 20px;
		height: auto ;
		min-height: 180px;
		max-height: inherit;
	}
	.ab-thub-bg span{
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	.about-top{
		font-size: 36px;
	}
	.about-wbname span{
		font-size: 18px;
		padding: 5px 20px;
	}
	.about-jianjie{
		font-size: 16px;
		line-height: 26px;
	}
	.ab-thub-bg span{
		font-size: 20px;
	}
}

/** success case **/
.full-container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.caselist{
	width: 100%;
	margin-top: 30px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}
.caselist ul li{
	width: 50%;
	float: left;
	position: relative;
}

.case-img{
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.case-img img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.case-figcaption{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	text-align: center;
	background-color: rgba(0,0,0,.5) !important;
}
.caselist ul li:hover .case-figcaption{
	transform: scaleX(1);
	transition: all .3s ease-in-out 0s;
}
.figblockcase{
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
}
.case-caption{
	font-size: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.case-caption a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	background-color: transparent;
}
.case-caption a:hover{
	color: #23ac38;
}
.case-caption h4{
	display: block;
	text-align: center;
}
.case-more{
	text-align: center;
	font-size: 14px;
}
.case-more a{
	display: inline-block;
	border: 2px solid #231815;
	color: #333333;
	padding: 5px 20px;
	margin-top: 20px;
}
.case-more a:hover{
	color: #FFFFFF;
	border-color: #23ac38;
	background-color: #23ac38;
}
@media (min-width:767px) {
	.caselist ul li{
		width: 20%;
	}
}


/** LATEST NEWS ****/
.full-news{
	background-color: #F8F8F8;
}

.news-photo{
	width: 100%;
}
.news-photo img{
	display: block;
	max-width: 100%;
	height: auto;
}
.news-name{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #D72B2B;
	font-size: 14px;
	margin-top: 10px;
}
.news-name a{
	color: #333;
	display: block;
}
.news-name a:hover{
	color: #23ac38;
}
.nwtop20{
	margin-top: 30px;
}
.news-jianjie{
	color: #6e6e6e;
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px;
	position: relative;
	padding-top: 15px;
}
.news-jianjie:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 2px;
	background-color: #23AC38;
}
.new-date{
	margin-top: 10px;
	color: #939393;
	font-size: 12px;
	font-style: italic;
}
.new-date i{
	padding-right: 5px;
}

@media (min-width:767px) {
	
}
@media (min-width:992px) {
	
	.news-name{
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	
}

/*** index contact us ***/
.section-contact{
	background-image: url(../images/mt_40.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 50px;
}
.news-product-title.whitefont span{
	color: #FFFFFF !important;
}
.news-product-title.whitefont p{
	color: #FFFFFF !important;
}
.contact-rows{
	color: #FFFFFF;
	font-size: 12px;
	margin: 10px 0;
}
.contact-rows i{
	padding-right: 5px;
}

@media (min-width:767px) {
	.contact-rows{
		font-size: 14px;
	}
	
}
@media (min-width:992px) {
	.contact-rows{
		font-size: 16px;
	}
	
}
@media (min-width:1200px) {
	.contact-rows{
		font-size: 18px;
	}
}

/** Partner **/
.case-wrap{
	width: 100%;
}
.case-pic{
	border: 1px solid #dedede;
}
.case-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.owl-theme .owl-controls .owl-nav div{
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-size: 0;
	border-radius: 0
	background-color:transparent;
}
.owl-theme .owl-controls .owl-nav div.owl-prev{
	background-image: url(../images/mt_59.png);
}
.owl-theme .owl-controls .owl-nav div.owl-next{
	background-image: url(../images/mt_61.png);
}
/** end **/

/*** grid css ***/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em; 
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 5px;
}
figure.effect-chico h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 12px;
	opacity: 0;
}
figure.effect-chico p {
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 12px;
}
figure.effect-chico figcaption::before,
figure.effect-chico figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-chico figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* end */

/* 滚到顶 */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #2a9bd5;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}
/* end */

/* footer */
.foot-bgcolor{
	background-color: #000000;
	padding-top: 30px;
	background-image: url(../images/mt_66.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.foot-item{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.foot-title{
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	position: relative;
	margin-top: 20px;
}
.foot-title a{
	color: #FFFFFF;
}
.foot-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.foot-list li{
	font-size: 12px;
	line-height: 1.2;
	margin-top: 15px;
}
.foot-list li a{
	color: #aaaaaa;
}
.foot-list li a:hover{
	color: #fff;
}

.copyright{
	font-size: 12px;
	color: #767676;
	line-height: 2;
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #38393a;
	margin-top: 20px;
}

.foo-nav-item{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 50%;
	float: left;
}
.social{
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}
.social a{
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #494949;
	color: #FFFFFF;
	margin: 0 2px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}
.social a:hover{
	border-color: #FFFFFF;
}

@media (min-width:767px) {
	.foot-item{
		margin-top: 0px;
	}
	.foot-title{
		font-size: 16px;
	}
	.foot-list li{
		font-size: 14px;
	}
	.copyright{
		font-size: 14px;
	}
	.foo-nav-item{
		width: 50%;
	}
}
@media (min-width:992px) {
	.foot-title{
		font-size: 18px;
	}
	.foo-nav-item{
		width: 20%;
	}
	
}
@media (min-width:1200px) {
	
}

/* end */

/* inner banner */
.inner-banner{
	width: 100%;
}
.inner-banner img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.section-inner{
	background-color: #FFFFFF;
}
/* end */

/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #23ac38;
}
.mobile-head{
	color: #fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}
.min-tabs{
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.min-tabs ul li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	text-transform: uppercase;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #23ac38;
}
.min-tabs ul li a i{
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.min-tabs ul li a:hover i{
	padding-right: 15px;
}
.min-tabs ul li a.active{
	color: #23ac38;
}
.min-tabs > ul > li.dropdown > a::after{
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}
.min-tabs > ul > li.dropdown.open > a::after{
	content: "\f147";
}
.min-tabs .dropdown-menu{
	width: 100% !important;
	position: relative;
}
.min-tabs ul li a:focus{
	/*background-color: #323638;*/
}
.min-tabs > ul > li.dropdown.open > a{
	/*background-color: #323638;*/
}
.min-tabs > ul > li >ul > li{
	border-top: none;
	border-bottom: none;
}
.min-tabs > ul > li > ul > li a{
	/*background-color: #d4d3d3;*/
	color: #333;
	text-transform: none;
}
.min-tabs > ul > li > ul > li a:hover{
	background-color: #fafafa;
	color: #CC0000;
}
.min-nav .icon-bar{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
/* end */

/* 右边主体 */
.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #23ac38;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 10px;
	/*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.contact-form{
	margin-top: 25px;
}
.contact-form .btn-primary,.msg-form .btn-primary{
	font-size: 14px;
    background-color: #23ac38;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}
/*新闻列表*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-list dl{
	overflow:hidden;
}
.news-list dl dd{
	line-height:35px;
	border-bottom:1px dashed #ddd;
	background:url(../images/ico.png) left center no-repeat;
	padding-left:10px;
}
.news-list dl dd span{
	float:right;
	color:#999;
}
.news-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #888888;
	font-size: 14px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
/* end */

/* 新闻正文 */
.rel-title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.rel-date{
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}
/* end */

/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-item a:hover{
	border-color: #23ac38;
}
.pro-item a:hover .pro-title,
.pro-item a:hover .pro-title i{
	border-color: #23ac38;
}
.pro-pic{
	
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #23ac38;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	color: #666666;
}

/** tabs codes 
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #2a9bd5;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
/** tabs codes end
 * ==================================
 * **/

.quo-head{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.fm-wap label{
	font-size: 14px;
	color: #888;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #23ac38;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	   -moz-transition: all ease-in-out 300ms;
		-ms-transition: all ease-in-out 300ms;
			transition: all ease-in-out 300ms;
}
.fm-wap .btn-primary:hover{
	background-color: #23ac38;	
}
.shijian{
	margin-top: 6px;
	color: #ADADAD;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 30px;
	}
	
	/** slide-bar for min-nav **/
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
	}
	/** slide-bar for min-nav end **/
	
	/* tabs code */
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #23ac38;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #23ac38;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
	/* tabs code end */
	
	/* 侧边导航 */
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
	/* end */
	
	/* news list */
	.news-title{
		margin-top: 0px;
		font-size: 16px;
	}
	/* end */
	
	.pro-in-title{
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	/* index support */
	.spt-row.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spt-row .col-md-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end */
	
	/* index contact */
	.index-cnt{
		font-size: 18px;
	}
	/* end */
	
	/* 路径导航 */
	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
	/* end */

}
@media (min-width: 1200px) {
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
	
}

.part-pic{
	border: 1px solid #D9D9D9;
	margin-bottom: 20px;
}
.part-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}



/** 分页 **/
.ft-nav .pagination{
	margin-bottom: 20px;
}
.pagination > a, .pagination > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #23ac38;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination .current{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #23ac38;
    border-color: #23ac38;
}



.side {
	position:fixed;
	width:45px;
	height:325px;
	right:0;
	top:200px;
	z-index:9999;
}
.side ul li {
	width:45px;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
	border-bottom:1px solid #999;
}
.side ul li .sidebox {
	position:absolute;
	width:45px;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#333;
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
}
.side ul li .sidetop {
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	background:#333;
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#039dd9;
}
.side ul li img {
	float:left;
}

/** 2017.5.5 **/
.md-cnt{
	
}
.dm-cnttitle{
	font-size: 22px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 22px;
}
.mdcntbox{
	font-size: 14px;
}
.mdcntbox span{
	display: block;
	margin-bottom: 10px;
}
.mdcntbox span i{
	padding-right: 15px;
}

/** 3d trans **/
.brandbox .trans3d{
	display: block;
	width: 100%;
	height: 210px;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.facebox{
	width: 100%;
	height: 100%;
	background-color: #333;
	padding: 20px 0;
}
.facebox span{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 10px;
}
.brandbox .info{
	display: none;
	background-color: #dfdfdf;
	color: #369242;
	padding: 20px 0;
}
.vertical .info{
	width: 0;
	height: 210px;
	margin: 0 auto;
}
.vertical .info span{
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 10px;
	color: #8b8b8b;
}
.vertical .info p{
	display: block;
	padding: 10px 15px;
	font-size: 14px;;
	line-height: 1.45;
	color: #8b8b8b;
}