@charset "GB2312";
#banner
{
	position: relative;
}
#banner ul.slides,
#banner .slides li,
#banner li .wrap
{
	height: 428px;
	overflow: hidden;
}
#banner .slides li
{
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#banner .wrap
{
	position: relative;
	font-size: 1rem;
}
#banner li .item
{
	display: inline-block !important;
	position: absolute;
	z-index: 3;
	transition: all 1.2s ease 0s;
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-o-transition: 1.2s;
}
#banner .flex-control-nav
{
	bottom: 0;
	height: 1.875em;
	position: absolute;
	text-align: center;
	z-index: 2;
}
#banner .flex-control-nav li
{
	display: inline-block;
	margin: 0 2px;
}
#banner .flex-control-nav li a
{
	background-color: #8D9BB6;
	border-radius: 0;
	cursor: pointer;
	display: block;
	height: 0.5em;
	margin: 0;
	overflow: hidden;
	text-indent: -999px;
	width: 2rem;
}
#banner .flex-control-nav li a.flex-active
{
	background-color: #FFFFFF;
	cursor: default;
}
#banner li h1
{
	color: #FFFFFF;
	font-size: 2.2em;
	left: 0;
	text-shadow: 0 2px 3px #000000;
	text-transform: uppercase;
	top: -100%;
	width: 100%;
	text-align: center;
}
#banner li .tip
{
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0 3px 4px #000000;
	text-transform: uppercase;
	top:-100%;
	left:0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}


/*banner actived*/
#banner li.active h1
{
	top:35%;
}
#banner li.active .tip
{
	top: 45%;
}


/*banner 1 not active*/
#banner li.b1 .text
{
	top: 100%;
	left: 24%;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	width: 60%;
}


/*banner 1 actived*/
#banner li.b1.active .text
{
	top:55%;
}


/*banner 2 not active*/
#banner li.b2 dl
{
	text-align: center;
	width: 100%;
	top: 55%;
	-webkit-transform: rotateY( -180deg);
	-moz-transform: rotateY( -180deg);
	-o-transform: rotateY( -180deg);
	transform: rotateY( -180deg);
}
#banner li.b2 dt
{
	color: #22110A;
	font-size: 1em;
	line-height: 2rem;
	text-transform: uppercase;
	background-color: #FFFFFF;
	display: inline-block;
	padding: 0 15px;
	font-weight: bold;
}
#banner li.b2 dd
{
	padding-top: 5px;
}
#banner li.b2 dd a
{
	display: inline-block;
	width: 33%;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 5px;
}


/*banner 2 actived*/
#banner li.b2.active dl
{
	-webkit-transform: rotateY( 0deg);
	-moz-transform: rotateY( 0deg);
	-o-transform: rotateY( 0deg);
	transform: rotateY( 0deg);
}


/*banner 2 not active*/
#banner li.b3 ul
{
	top:60%;
	left:0;
	text-align: center;
	width: 100%;
	opacity: 0;
}
#banner li.b3 li
{
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	height: 1.8em;
	text-align: center;
	text-transform: uppercase;
	width: 300px;
	line-height: 1.8em;
	position: relative;
}
#banner li.b3 li:before
{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #E40000;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 5px;
}


/*banner 2 actived*/
#banner li.b3.active ul
{
	opacity:1;
}


/*home*/
#home
{
	padding-top: 18px;
}


/*title*/
#home h2.title
{
	color: #181E24;
	font-size: 1.5rem;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
#home h2.title s
{
	border-bottom: 2px solid #0068C8;
	float: left;
	height: 43px;
	padding: 0 0.5rem;
	text-decoration: none;
}
#home h2.title a.view-more
{
	color: #5B5B5B;
	float: right;
	font-size: 0.75rem;
	font-weight: normal;
	margin-right: 0.5rem;
	text-decoration: none;
}


/*home about us*/
#home .about-us
{
	display: none;
}


/*home recomend*/
#home .recommend,
#home .featured
{
	overflow: hidden;
}
#home .recommend .title
{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 12px;
}
#home .recommend ul.tab
{
	height: 36px;
	line-height: 36px;
	text-align: center;
}
#home .recommend ul.tab li
{
	display: inline-block;
	color: #4A4A4A;
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 20px;
}
#home .recommend ul.tab li:last-child
{
	border-right: none;
}
#home .recommend ul.tab li.active
{
	color: #FFFFFF;
	background-color: #2783EB;
	position: relative;
	font-weight: bold;
}
#home .recommend ul.tab li.active:before
{
	content: "";
	width: 32px;
	height: 3px;
	background-color: #111111;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -16px;
}


/*hoem recommend content*/
#home .recommend .slides
{
	padding-top: 1rem;
	width: 10000px;
}
#home .recommend .slides li
{
	width: 1240px;
}
#home .recommend .slides s
{
	display: inline;
	float: left;
	height: 156px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}
#home .recommend .slides s a.cover
{
	border: 1px solid #FFFFFF;
	display: block;
	margin: 0 auto;
}
#home .recommend .slides s a.cover:hover
{
	border: 1px solid #CCCCCC;
}
#home .recommend .slides s img
{
	display: block;
	margin: 0 auto;
	max-width:90px;
	max-height:90px;
}
#home .recommend .slides s p.name
{
	padding: 0.3rem 0;
}
#home .recommend .slides s p.name a
{
	color: #2F2F2F;
	font-size: 0.75rem;
}
#home .recommend .slides s p.price
{
	color: #C30000;
	font-weight: bold;
}


/*featured*/
#home .featured
{
	padding: 0 0 0.75rem 0.75rem;
}
#home .featured .item
{
	display: inline;
	float: left;
	margin-right: 1%;
	width: 32.5%;
}
#home .featured .item:last-child
{
	margin-right: 0;
}
#home .featured dl
{
	line-height: 26px;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	padding-left: 80px;
	position: relative;
}
#home .featured dt a
{
	color: #2F2F2F;
	font-weight: bold;
	font-size: 14px;
}
#home .featured dt img
{
	width: 66px;
	height: 66px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0;
	top: 15px;
}
#home .featured dd a
{
	color: #2F2F2F;
}


/*right service*/
#home .service
{
	padding-bottom: 0.5rem;
}
#home .service ul
{
	padding: 0.75rem;
}
#home .service ul li
{
	background: transparent url("../images/service_doc.png") no-repeat scroll 0 center / 1rem auto;
	color: #555454;
	line-height: 24px;
	padding-left: 1.3rem;
}
#home .service .rfq
{
	background-color: #FFFFFF;
	color: #6E6E6E;
	font-size: 0.875rem;
	margin: 0.75rem;
	padding: 1rem;
	text-align: left;
}
#home .service .rfq strong
{
	color: #333232;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5rem;
	text-align: left;
}
#home .service .rfq a
{
	background-color: #BDBDBD;
	color: #FFFFFF;
	display: table;
	margin: 0.5rem auto 0;
	padding: 0.5rem 1rem;
	text-align: center;
	text-decoration: none;
}
#home .service a.email
{
	color: #676767;
	display: table;
	margin: 0 auto;
	text-align: center;
	text-decoration: underline;
}


/*right .newest*/
#home .newest
{
	margin-top: 1rem;
}
#home .newest ul
{
	padding: 0.75rem;
}
#home .newest li
{
	height: 74px;
	margin-bottom: 0.75rem;
	overflow: hidden;
}
#home .newest li:last-child
{
	margin-bottom: 0;
}
#home .newest li a.cover
{
	border: 1px solid #CFCFCF;
	display: inline;
	float: left;
	margin-right: 0.5rem;
}
#home .newest li img
{
	display: block;
	max-height: 72px;
	max-width: 72px;
}
#home .newest li p a.title
{
	color: #2F2F2F;
	font-weight: bold;
	line-height: 1rem;
}
#home .newest li .text
{
	color: #AAAAAA;
}


/*home news*/
#home .news
{
	clear: both;
	padding-bottom: 1rem;
}
#home .news dl
{
	float:left;
	width: 400px;
	margin-right: 20px;
}
#home .news dl:last-child
{
	margin-right:0;
}
#home .news dt
{
	border:1px solid #CCCCCC;
}
#home .news dt a
{
	display:block;
	position: relative;
}
#home .news dt a:before
{
	height: 46px;
	width: 100%;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	content: "";
	opacity: 0.4;
	z-index: 1;
}
#home .news dt strong
{
	position:absolute;
	font-size: 15px;
	color: #FFFFFF;
	z-index: 2;
	bottom: 0;
	line-height: 18px;
	padding: 5px;
}
#home .news dt img
{
	display:block;
	margin: 0 auto;
}
#home .news dd
{
	color:#151515;
	padding: 7px;
	line-height: 20px;
}


/*manufacturers*/
.manufacturers
{
	padding-bottom:30px;
}
.manufacturers li
{
	float:left;
	width: 205px;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	margin-top: 10px;
	border-top: 1px solid #D2D2D2;
}
.manufacturers li:nth-child(6n+1)
{
	border-left: 1px solid #D2D2D2;
}
.manufacturers li a
{
	display:block;
	padding-top: 25px;
	height: 80px;
	border-bottom: 1px solid #D2D2D2;
}
.manufacturers li a img
{
	max-width:80%;
	margin: 0 auto;
	display: block;
}
.manufacturers li strong
{
	display:block;
	text-align: center;
	padding-top: 10px;
	color: #2F2F2F;
	height: 40px;
}
.manufacturers li s
{
	color:#676767;
	text-decoration: none;
	font-weight: normal;
	display: block;
}