/*time set*/
.latest-products li a.more
{
	-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;
}
#index
{
	padding-top: 14px;
}
#index dl.category
{
	float: left;
	width: 280px;
	padding-bottom: 7px;
	background-color: #4586C9;
}
#index dl.category dt
{
	background-color: #2C6DB1;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 40px;
	padding-left: 11px;
	margin-bottom: 6px;
}
#index dl.category dd a
{
	color: #FFFFFF;
	line-height: 18px;
	display: block;
	text-decoration: none;
	padding: 3px 0 4px 11px;
}
#index dl.category dd a:hover
{
	background-color: #E14500;
}


/*top*/
#top
{
	overflow: hidden;
}
#top s
{
	background-image: url("../images/delete.png");
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	cursor: pointer;
	border-radius: 5px;
}
#top s:hover
{
	background-color: #F7763D;
}


/*flexslider*/
.flexslider
{
	border: none;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
}
.flexslider .slides>li
{
	background-position: center 0;
}
.flexslider .slides>li a.show
{
	display: block;
	height: 100%;
	width: 100%;
}


/*banner*/
#index .banner
{
	width: 810px;
	float: left;
	margin-left: 13px;
}
#index .banner .flex-control-nav
{
	bottom: 4px;
	z-index: 2;
}
#index .banner .flex-control-nav a
{
	background-color: #AAAAAA;
	transition: all .2s ease 0s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}
#index .banner .flex-control-nav a.flex-active
{
	background-color: #FFFFFF;
	width: 20px;
}
#index dl.process
{
	width: 286px;
	float: right;
}
#index dl.process dt
{
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
#index dl.process dd
{
	height: 42px;
	box-shadow: 1px 1px 5px #f5f5f5,-1px -1px 5px #F5F5F5;
	margin-top: 6px;
	padding-top: 26px;
	padding-left: 78px;
	padding-right: 40px;
	position: relative;
	color: #6D6D6D;
}
#index dl.process dd:before
{
	background-color: #407AC4;
	color: #FFFFFF;
	width: 62px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 62px;
	font-size: 40px;
}
#index dl.process dd.icon-umbrella
{
	padding-top: 18px;
	height: 50px;
}


/*title*/
h2.title
{
	clear: both;
	font-size: 22px;
	text-transform: uppercase;
	color: #222222;
	font-weight: bold;
	line-height: 60px;
	padding-top: 10px;
}


/*latest-products*/
.latest-products
{
	clear: left;
	padding-top: 15px;
}
.latest-products li
{
	width: 208px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 23px;
	height: 268px;
	position: relative;
	overflow: hidden;
}
.latest-products li:nth-child(5n)
{
	margin-right: 0;
}
.latest-products li span
{
	display: block;
	padding: 20px;
	height: 90px;
}
.latest-products li img
{
	display: block;
	margin: 0 auto;
}
.latest-products li span + a
{
	font-size: 14px;
	color: #2F2F2F;
	line-height: 18px;
	padding: 5px 0;
	display: inline-block;
	margin: 0 12px;
	font-weight: bold;
}
.latest-products li p
{
	margin: 0 12px;
	color: #3D3D3D;
	line-height: 18px;
}
.latest-products li a.more
{
	height: 40px;
	width: 100%;
	line-height: 40px;
	bottom: 0;
	position: absolute;
	text-indent: -263px;
	overflow: hidden;
}
.latest-products li a.more:after
{
	content: ">";
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	color: #000000;
	background-color: #ECECEC;
	text-align: center;
	text-indent: 0;
}
.latest-products li a.more s
{
	display: inline-block;
	background-color: #417EC5;
	width: 251px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding-left: 12px;
}
.latest-products li a.more:hover s
{
	background-color: #2C6DB1;
}
.latest-products li:hover
{
	box-shadow: 1px 1px 5px #f5f5f5,-1px -1px 5px #F5F5F5;
}
.latest-products li:hover a.more
{
	text-indent: 0;
}


/*ad*/
#index .ad
{
	width: 286px;
	float: right;
	padding-top: 82px;
}
#index .ad li
{
	position: relative;
}
#index .ad li h4
{
	font-size: 22px;
	color: #FFFFFF;
	position: absolute;
	left: 14px;
	line-height: 50px;
	font-weight: bold;
}
#index .ad li p
{
	position: absolute;
	top: 45px;
	color: #FFFFFF;
	left: 14px;
	font-weight: bold;
	font-size: 14px;
	width: 175px;
}
#index .ad li a
{
	display: block;
}
#index .ad li a img
{
	display: block;
}
#index .ad li:last-child
{
	margin-top: 9px;
}


/*news*/
.news ul.Headlines li
{
	width: 680px;
	float: left;
}
.news ul.Headlines li:last-child
{
	float: right;
}
.news ul.Headlines li a.cover
{
	width: 240px;
	height: 160px;
	float: left;
}
.news ul.Headlines li a.cover img
{
	max-width: 240px;
	display: block;
}
.news ul.Headlines li dl
{
	width: 427px;
	float: left;
	margin-left: 13px;
	color: #AAAAAA;
}
.news ul.Headlines li dt
{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.news ul.Headlines li dd
{
	line-height: 18px;
}
.news ul.Headlines li dd strong
{
	text-decoration: underline;
	color: #CCCCCC;
	line-height: 30px;
}
.news ol
{
	column-count: 2;
	column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	padding-bottom: 25px;
	border-top: 1px dashed #474747;
	margin-top: 15px;
	padding-top: 10px;
}
.news ol li
{
	line-height: 16px;
	padding: 5px 0;
}
.news ol li a
{
	color: #AAAAAA;
}
.news ol li s
{
	text-decoration: none;
	float: right;
	color: #828282;
}


/*recommend*/
.recommend ul.tab
{
	overflow: hidden;
	height: 40px;
	background-color: #2D73C6;
}
.recommend ul.tab li.cur
{
	background-color: #4C94EA;
	border-bottom: 4px solid #003370;
	height: 36px;
}
.recommend ul.tab li
{
	float: left;
	margin-left: 1px;
	background-color: #2D73C6;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	padding: 0 20px;
	cursor: pointer;
}
.recommend ol.products
{
	padding-top: 15px;
	display: none;
}
.recommend ol.products:nth-child(2)
{
	display: block;
}
.recommend ol.products li
{
	float: left;
	width: 190px;
	height: 32px;
	line-height: 16px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.recommend ol.products li a
{
	color: #777777;
	font-size: 14px;
}


/*manufacturers*/
.manufacturers
{
	background-color: #407AC4;
	margin-top:10px;
}
.manufacturers h2.title
{
	text-align: center;
	color: #FFFFFF;
	line-height: 90px;
	padding-top: 20px;
}
.manufacturers li
{
	width: 216px;
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
	height: 90px;
	margin-bottom: 20px;
}
.manufacturers li:nth-child(6n)
{
	margin-right: 0;
}
.manufacturers li a
{
	position: relative;
	display: block;
	padding-top: 15px;
	height: 75px;
}
.manufacturers li a:before
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.manufacturers li a:hover:before
{
	opacity: 0.7;
}
.manufacturers li a:hover strong
{
	opacity: 1;
}
.manufacturers li a strong
{
	position: absolute;
	text-align: center;
	width: 80%;
	color: #FFFFFF;
	top: 30px;
	left: 10%;
	opacity: 0;
}
.manufacturers li a img
{
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.manufacturers .btn
{
	text-align: center;
	padding: 30px 0;
}
.manufacturers .btn a
{
	display: inline-block;
	padding: 0 30px;
	height: 38px;
	font-size: 18px;
	border: 2px solid #FFFFFF;
	line-height: 38px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.manufacturers .btn a:hover
{
	background-color: #E14500;
}


/*video*/
#VideoDiv
{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	width: 0;
	height: 0;
	overflow: hidden;
}
#VideoDiv s
{
	width: 600px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 100px;
	z-index: 2;
	background-color: #999999;
}
#VideoDiv i
{
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1;
}
#VideoDiv.show
{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#VideoDiv.show i
{
	
}
@media screen and (max-width: 768px)
{
	#index dl.category
	{
		float: none;
		width: auto;
		background-position: right 40px;
	}
	#index dl.category dd a
	{
		padding-top: 7px;
		padding-bottom: 7px;
	}


	/*top*/
	#top
	{
		display: none;
	}


	/*banner*/
	#index .banner
	{
		display: none;
	}
	#index .ad
	{
		width: auto;
		float: none;
		margin-top: 5px;
	}
	#index .ad li
	{
		max-width: 286px;
		margin: 0 auto;
	}
	#index dl.process
	{
		width: auto;
		float: none;
	}
	#index dl.process dt
	{
		
	}
	#index dl.process dd
	{
		height: 68px;
	}
	#index dl.process dd:before
	{
		
	}


	/*latest-products*/
	.latest-products
	{
		float: none;
		clear: none;
		width: auto;
	}
	.latest-products li
	{
		width: 49%;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.latest-products li:nth-child(2n)
	{
		float: right;
	}
	.latest-products li span
	{
		padding: 0;
		height: 96px;
	}
	.latest-products li span + a,
	.latest-products li p
	{
		margin: 0 5px;
	}
	.latest-products li a.more
	{
		display: none;
	}


	/*news*/
	.news ul.Headlines li
	{
		width: auto;
		float: none;
		margin-bottom: 1rem;
	}
	.news ul.Headlines li a.cover
	{
		width: auto;
		height: auto;
		float: none;
		background-color: #FFFFFF;
		display: block;
		padding: 5px;
	}
	.news ul.Headlines li a.cover img
	{
		margin: 0 auto;
	}
	.news ul.Headlines li dl
	{
		width: auto;
		float: none;
	}
	.news ol
	{
		column-count: auto;
		-webkit-column-count: auto;
		-moz-column-count: auto;
	}
	.news ol li
	{
		padding-left: 0.5rem;
	}
	.news ol li s
	{
		float: none;
		display: block;
	}


	/*recommend*/
	.recommend ul.tab
	{
		display: none;
	}
	.recommend ol.products
	{
		display: block;
	}
	.recommend ol.products li
	{
		width: 50%;
		margin-right: 0;
		padding: 1rem;
	}


	/*manufacturers*/
	.manufacturers li
	{
		width: 49.5%;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.manufacturers li:nth-child(2n)
	{
		float: right;
	}
}