/*网页整体结构样式*/
.top{

}
.contains{
	width:1000px;
	margin:0 auto;
}
.foot{
	width:100%;
	background: #ddd;
}


/*头部样式*/
.top_logo{
	width:100%;
	height: 146px;
	background: url(../image/top_logo.jpg) no-repeat center;
}
.menu{
	width:100%;
	height: 43px;
	background:url(../image/menu_bg.jpg) repeat-x;
	font-size:16px;
}
.menu ul{
	width: 1000px;
	margin:0 auto;
}
.menu ul li{
	float: left;
	list-style: none;
	height: 43px;
	line-height: 43px;
	padding:0 15px;
}
.menu ul li:first-child{
	background:#e20313;
}
.menu a{
	color: white;
}
.menu ul li:hover{
	background:#e20313;
}
.banner{
	width:100%;
	height: 537px;
	background: url(../image/banner.jpg) no-repeat center;
}

/*产品部分样式表*/
.product{
	width: 100%;
	padding:10px;
	height: 351px;
	background-color: #FFF;
	border-radius: 8px;
}
.product .left_pic{
	width: 460px;
	float: left;
	text-align: center;
}
.product .left_pic img{
	padding:5px;
	border:2px solid #eee;
	border-radius: 5px;
}
.product .right_describe{
	position: relative;
	width:520px;
	height: 331px;
	float: left;
	padding:10px;
	/*background-color: #eee;*/
}
.product .right_describe h3{
	font-size: 18px;
	margin:10px 10px;
	font-weight: bold;
}
.product .right_describe p{
	margin:10px 10px;
	font-size: 14px;
	line-height: 1.8em;
}
.product .right_describe .btn{
	text-align: center;
	position: absolute;
	bottom: 20px;
	left:100px;
}
.product .right_describe .btn button{
	font-size: 16px;
	font-weight: bold;
	color:white;
	outline: none;
	border-radius: 5px;
	border:1px solid transparent;
	padding:12px;
	background-color: #4fb8fc;
	margin-right:20px;
}
.product .right_describe .btn .btn-tel{
	color:red;
	font-size:16px;

}
.product .right_describe .btn .btn-talk a{
	color: white;
}
.product .right_describe .btn .btn-talk a:hover{
	color: red;
}

/*证书板块样式*/
.certificate{
	background-color: #fff;
	width: 100%;
	border-radius:5px;
	padding:10px;
}

.certificate h2{
	text-align:center;
	font-size:24px;
	padding:25px 0;
	font-weight: bold;
}

.certificate ul{
	width:100%;
	padding-top:10px;
	display: flex;
	display: -webkit-flex;/*safari*/
	justify-content: space-between;
}
.certificate ul li{
	list-style: none;
}

/*厂区大门图*/
.door{
	width:100%;
	background-color: #fff;
	border-radius: 5px;
	padding:10px;
}

/*底部介绍*/
.foot .intriduce{
	width: 1020px;
	margin:0 auto;
	padding:20px;
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	overflow: hidden;
}

.foot .intriduce p{
	display: inline-block;
	text-align: left;
	padding:0px 10px;
}
.foot .intriduce p:first-child{
	margin-right: 30px;
}
.foot .intriduce .copyright{
	font-size: 12px;
	color: #333;
	margin-top: 10px;
}