/*                          home                      */

#menu {
	position: fixed;
}

.home_title{
	background-color:#1c2525;
	color:#000;
	margin-top:80px;
	width:100%;
	height:800px;
	background:url("/images/banner3.jpg");
	background-repeat: no-repeat;
	background-position:center;
}

.home_title h1{
	font-size:40px;
}
.home_title a{
	color:#000;
	display:block;
	
}

.home_title input[type="button"]{
	display:block;
	width:210px;
	margin:0 auto;
	margin-top:50px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background:#fff;
	color:#000;
	font-size:20px;
	border:none;
}

.home_title input[type="button"]:hover{
	color:#fff;
	background:#000;
}

.title_content
{
	position:absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	top:350px;
	width:80%;
	background-color:rgba(255,255,255,0.8);
	padding:30px;
	text-align:center;
}
.product_service
{
	width:80%;
	margin-left:10%;
	text-align:center;
	overflow:hidden;
}

.product_service ul
{
	width:100%;
}

.product_service ul li
{
	width:24%;
	float:left;
	height:200px;
}

.product_service ul li img
{
	width:100px;
}

.product_service ul li a
{
	font-size:20px;
	display:block;
}

.product_service ul li a:hover
{
	color:#808080;
}

.product_service ul li i
{
	padding-top:10px;
	font-size:60px;
	font-weight:100;
	display:block;
}

.brand_introduction{
	float:left;
	width:80%;
	margin-left:10%;
	background-color:#1c2525;
	padding-bottom:0px;
}

.brand_content
{
	padding-top:20px;
	text-align:center;
}

.brand_content h2
{
	color:#fff;
	text-align:center;
}

.brand_content a
{
	width:100%;
	color:#fff;
	padding-top:10px;
	display:block;
	
}

.factory_content
{
	float:left;
}
.factory_content img
{
	height:100%;
}

.product_catalog
{
	width:90%;
	margin-left:5%;
	padding-top:30px;
	float:left;
}

.product_catalog_item
{
	width:100%;
	margin-top:30px;
}

.product_catalog_item ul
{
	width:100%;
	list-style-type:none;
	overflow:hidden;  /*   消除子div float 造成父div没有高度    */
}

.product_catalog_item ul li
{
	width:24%;
	float:left;
	margin-right:1%;
}

.product_catalog_item ul li a
{
	float:left;
	
}

.product_catalog_item ul li a i
{
	text-transform: Capitalize;
	text-decoration: none;
	font-style:normal;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-line-clamp: 3;
}

.product_catalog_item ul li a img
{
	margin:0px;
	float:left;
	width:100%;
	border-radius: 10px; 
}

.product_catalog h2
{
	text-align:center;
}

.product_catalog_type
{
	width:100%;
	float:left;
	margin-bottom:20px;
}

.product_catalog_type ul
{
	list-style-type:none;
	width:100%;
	
}

.product_catalog_type ul li
{
	float:left;
	align:center;
	padding:20px;
	border-radius: 10px; 
	background-color:rgba(0,0,0,0.5);
	margin-right:10px;
}

.product_catalog_type a
{
	margin-bottom:20px;
	padding-bottom:20px;
	color:#fff;
}

.brand_content input[type="button"]{
	display:block;
	margin:0 auto;
	width:240px;
	margin-top:50px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background:#fff;
	color:#000;
	font-size:20px;
	border:none;
}

.brand_content input[type="button"]:hover{
	color:#fff;
	background:#000;
}

.time_introduction
{
	width:80%;
	margin-left:10%;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.time_introduction ul
{
	width:100%;
	margin-left:0px;
	padding-left:0px;
	overflow:hidden;  /*   消除子div float 造成父div没有高度    */

}

.time_introduction ul li
{
	float:left;
	align:center;
	width:24.5%;
	height:250px;
	border-right:0.5px solid rgba(157, 157, 157, 0.3);
	border-bottom:0.5px solid rgba(157, 157, 157, 0.3);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
	color:#808080;
}

.time_introduction ul li h2
{
	font-size:40px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
}

@keyframes timeFadeAway {
	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
            from {
	transform:scale(1);
	/*开始为原始大小*/
}
to{transform:scale(0);opacity: 0; }
}

.time_introduction ul li:hover
{
	background:#808080;
	color:#fff;
}

.time_introduction ul li:hover .time_clock
{
	-webkit-animation: timeFadeAway 2s forwards; 
}


.time_introduction ul li h2
{
	margin-top:5px;
	padding-left:5px;
}

.time_introduction ul li a
{
	float:left;
	width:80%;
	height:60%;
	max-width:80%;
	padding-left:5px;
	font-size:14px;
	word-spacing:4px;
}
.certification
{
	float:left;
	display:block;
	width:100%;
	font-size:20px;
}


.certification h2
{
	text-align:center;
}

.certification ul
{
	width:90%;
	margin-left:5%;
}

.certification ul li
{
	width:24%;
	margin-right:1%;
	float:left;
}

.certification ul li img
{
	width:100%;
	border-radius: 10px; 
	
}

@media only screen and (max-width: 767px){
	.product_service
	{
		width:100%;
		margin-left:0px;
		padding-left:0px;
		left:0px;
	}
	
	.product_service ul
	{
		margin-left:0px;
		padding-left:0px;
	}
	
	.brand_content
	{
		width:100%;
		left:0;
	}
	.factory_content
	{
		width:100%;
		left:0;
	}
	
	.title_content
	{
		padding-left:20px;
	}
	
	.time_introduction
	{
		width:100%;
		margin-left:0%;
	}
	
	.certification
	{
		margin-left:0px;
		left:0;
	}
	.certification ul
	{
		width:100%;
		margin-left:0px;
		padding-left:0px;
	}
	
	.certification ul li
	{
		width:90%;
		margin-left:5%;
		float:left;
	}
	.time_introduction ul li
	{
		width:49%;
	}
	
	.time_introduction ul li a
	{
		width:100%;
		max-width:100%;
	}
	.brand_content h2
	{
		padding-top:20px;
	}
	.product_catalog_item ul li
	{
		width:100%;
		float:left;
	}
	
	.product_catalog
	{
		margin-left:0%;
		width:80%;
	}
	}
	
