*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
.clear{
	clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
	visibility:hidden;
    }
.zhangyijue{
	position: relative;
	width: 100%;
	height: 100%;

}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
	box-shadow: 2px 4px 9px #fff;
	background-color: #f64a56;
}
.zyj{
	width: 60%;
	height: 100%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.header>img{
	position: absolute;
	right: 30px;
	top: 20px;
	width: 20px;
	height: 20px;

}
.swiper-container {
    width: 100%;
    height: 200px;
    margin-top: 63px;
}  
.swiper-slide>img{
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
}
.hot_product{
	width: 100%;
	height: 920px;
	margin-top: 10px;
	overflow: hidden;
	/*background-color: yellow;*/
}
.pro-top{
	width: 100%;
	height: 45px;
	margin-top: 0;
}
.pro-top>img{
	width: 100%;
	height: 100%;
}
.prodect_content{
	width: 100%;
	/*height: 700px;*/
	margin-top: 0;
	/*background-color: pink;*/
}
.prodect_ul{
	width: 97%;
	height: 100%;
	margin: 0 1.5%;
	/*background-color: pink;*/
}
.prodect_ul>li{
	position: relative;
	width: 46%;
	height: 280px;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	background-color: #fff;
}
.prodect_ul>li>a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.prodect_ul>li>a>img{
	width: 100%;
	height: 120px;
	margin-top: 0;
}
.prodect_ul>li>a>h4{
	width: 100%;
	height: 26px;
	line-height: 26px;
	margin-top: 0;
	text-align: left;
	color: #000;
}
.pro_des{
	width: 100%;
	height: 80px;
	font-size: 14px;
    color: #999;
    margin-top: 3px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.pro_acte{
	width: 100%;
	height: 37px;
	margin-top: 8px;
	font-size: 18px;
	border: 1px solid #f64a56;
	border-radius: 12px;
	box-sizing: border-box;
	line-height: 37px;
	color: #f64a56;
	text-align: center;
	/*background-color: pink;*/
}
.new{
	width: 100%;
	/*height: 800px;*/
	margin-top: 10px;
	/*background-color: yellow;*/
}
.new_cont{
	width: 100%;
	/*height: 700px;*/
	margin-top: 0;
	/*background-color: pink;*/
}
.new_ul{
	width: 100%;
	height: 100%;
}
.new_ul>li{
	position: relative;
	width: 94%;
	height: 100px;
	margin-top: 15px;
	margin-left: 3%;
	/*margin-bottom: 10px;*/
	background-color: #fff;
}
.new_ul>li>a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.new_ul>li>a>img{
	width: 30%;
	height: 100px;
	float: left;
	margin-left: 0;
}
.new_right{
	width: 67%;
	height: 100%;
	float: right;
	/*background-color: green;*/
}
.new_right>h5{
	width: 100%;
	height: 23px;
	text-align: left;
	line-height: 23px;
	color: #000;
}
.new_time{
	width: 100%;
	height: 17px;
	/*margin-top: 2px;*/
	line-height: 17px;
	text-align: right;
	color: #999;
	font-size: 14px;
}
.new_des{
	width: 100%;
	height: 59px;
	margin-top: 0;
	overflow: hidden;
    line-height: 19px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    background-color: transparent;
	/*background-color: #fff;*/
}
.company{
	width: 100%;
	/*height: 400px;*/
	margin-top: 10px;
	margin-bottom: 80px;
	/*background-color: yellow;*/
}
.company_content{
	width: 96%;
	/*height: 100%;*/
	margin: 0 2%;
	margin-top: 10px;
	/*background-color: pink;*/
}
.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	box-shadow: 2px 4px 9px #000;
	z-index: 999;
}
.footer>ul{
	width: 100%;
	height: 100%;
	margin: 0 0;
}
.footer>ul>li{
	width: 25%;
	height: 100%;
	float: left;
}
.footer>ul>li>a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 0;
}
.footer>ul>li>a>img{
	position: absolute;
	left: 50%;
	top: 13px;
	width: 30px;
	height: 30px;
	margin-left: -15px;

}
.footer>ul>li>a>span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000;
	font-size: 14px;
}