body{
	width: 100%;
	height: 100%;
}
.nav{
	width: 100%;
	height: 128px;

}
.nav_inner{
	width: 1240px;
	height: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px

}
.logo{
	float: left;
	margin:0 0 0 70px ;
	width:265px;
	height: 100%;
	display:flex;
	align-items: center;
	font-weight:700;
	color:#000
}
.menu{
	float: left;
	height: 128px;
}
.menu li {
	display: inline-block;
	height: 100%;
	line-height:128px ;
}
.menu li a{
	color: #222;
	font-family: "Verdana" !important;
	font-size: 20px;
	padding: 0 15px;
}

/* 中间图片 */
.center_img{
	width: 100%;
	height: 600px;
}
.center_img img{
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* 内容 */
.content_wrap{
	width: 100%;
	height: auto;
	margin: 64px 0;
}
.content_inner{
	width: 1240px;
	height:auto;
	margin: 32px auto;
}
.title_logo{
	width: 306px;
	height: 70px;
	margin: 0 auto;
}
.title_logo img{
	display: inline-block;
	width: 306px;
	height: 70px;
	
}
.content_inner .title,.product .title{
	margin: 10px 0 30px 0;
	height: 40px;
	text-align: center;
	color: #ff6100;
	font-size: 24px;
	font-weight: bold;
}
/* 介绍 */
.jieshao{
	width: 100%;
	height: 255px;
}
.jieshao ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.jieshao li{
	display: inline-block;
	margin: 16px 0;
	height: 223px;
	width: 19.2%;
    margin-left: 1%;
	clear: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.js-img{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.js-img img{
	display: inline-block;
	width: 130px;
	height: 130px;
	margin:0 auto;
}
.jianjie {
	width: 100%;
}
.jianjie p{
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
}
.searchMore{
	width: 100%;
	height: 57px;
	margin-top: 40px;
}
.search{
	width: 250px;
	height: 57px;
	background: rgba(255,98,1,1) ;
	text-align: center;
	margin: 0 auto;
}
.search a span{
	font-size: 16px;
	color: #fff;
	line-height:57px;

}

/* 联系我们 */
/* 介绍 */
.lianxi{
	width: 100%;
	height: 182px;
}
.lianxi ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.lianxi li{
	display: inline-block;
	margin: 16px 0;
	height: 150px;
	width: 33%;
    margin-left: 1%;
	clear: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.js-img{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.js-img img{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin:0 auto;
}

/* 产品介绍 */
.product_wrap{
	width: 100%;
	height: auto;
	background: #000;
	margin-top: 60px;
	padding: 64px 0;
}
.product{
	width: 1240px;
	height: auto;
	margin: 0 auto;

}

/* 尾部 */
.footer{
	width: 100%;
	height: 95px;
	background: #000;
}
.footer_inner{
	width: 1240px;
	height: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 95px;
}
.ft_content{
 margin-left: 125px;
}