*{
	padding: 0;
	margin: 0;
}
p{
	font-family: "微软雅黑";
	color: #666;
}
/*product*/
.product{
	background-color: #f5f5f5;
	padding-bottom: 30px;
}
.product_title{
	margin: 50px;
}
.products{
	margin-top: 20px;
}
.products img:hover{
	transform: scale(1.02);
}
.products img{
	transition: all 0.5s;
}
.more{
	position: absolute;
	bottom:5px;
	left: 55px;
}
.more a{
	font-size: 12px;
	font-weight: bold;
	color: #e6040c;
}
.more a:hover{
	text-decoration: none;
	color: #00a0e9;
}
.padding{
	padding-bottom: 20px;
}
.fd:hover img{
	transform: scale(1.05);
	transition: all 0.25s;
}
.thumbnail{
	border: 0px;
}
.thumbnail a{
	display: block;
	padding-bottom: 20px;
	color: red;
	font-size: 12px;
}
.thumbnail a:hover{
	text-decoration: none;
	color:#00a0e9;
}
/*about*/
.about{
	padding-bottom: 40px;
}
.about_title{
	margin: 50px;
}
.abouts span{
	font-size: 20px;
	font-weight: 600;
}
.abouts p{
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 28px;
	padding-top: 30px;
}
.readmore{
	margin: 30px 0;
}
.readmore a:hover{
	text-decoration: none;
	color: red;
}
/*about*/
.honor{
	padding: 20px 0 50px;
	background-color: #f5f5f5;
}
.honor_title{
	margin: 50px;
}
.honors_list li{
	list-style: none;
}
.icon{
	margin-top: 80px;
}
/*news*/
.title{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.title h4{
	font-size:25px;
}
.new-title {
	position:relative;
	top:-31px;
	width: 250px;
	margin: 0 auto;
}
.new-list dl a{
	margin-top: 0px;
}
.new-title a:hover{
	text-decoration: none;
}
.one{
	float: left;
	border:1px solid #00a0e9;
	width: 100px;
	margin-right: 10px;
	border-radius: 15px;
	color: #fff;
	background-color: #00a0e9;
}
.two{
	float: right;
	border:1px solid  #f5f5f5;
	width: 100px;
	margin-left: 10px;
	border-radius: 15px;
	color: #a4a4a4;
	background-color: #f5f5f5;
}
.new-text a{
	display: block;
	font-size: 16px;
	margin-top: 35px;
	margin-bottom: 15px;
	color: #000;
}
.new-text a:hover{
	text-decoration: none;
	color: red;
}
.new-text p{
	font-size: 12px;
	color: #c6c6c6;
}
.new-list dl a:hover h5{
	color: red;
}
.new-list dl dt{
	width: 15%;
	text-align: center;
	float: left;
	margin-right: 2%;
}
.new-list dl dt h2{
	font-size: 60px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #c6c4c5;
	border-right: 1px solid #e6e6e6;
}
.new-list dl dt p{
	color: #c6c4c5;
}
.new-list dl dd{
	float: left;
	width:83%;
}
.new-list dl dd h5{
	margin-top: 10px;
	font-size: 16px;
	color: #474747;
}
.new-list dl dd p{
	color: #7c7c7c;
	font-size: 12px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}
.new-list dl{
	overflow: hidden;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #d6d6d6;*/
}
.time{
	font-size:12px;
	color:#a9a9a9;
	padding-top: 5px;
}
/*轮播*/
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 80%;
    height: auto;
    cursor: pointer;
}
@media(max-width: 767px){
	/**new**/
	.new-title .wz {
		text-align: left;
		line-height: 40px;
	}
	.new-text .new-list{
		margin-top: 20px;
	}
	.new-list dl dt {
		width: 22%;
		text-align: center;
		float: left;
		margin-right: 2%;
	}
	.new-list dl dd {
		float: left;
		width: 75%;
	}
	#owl-demo .item img{
    display: block;
    width: 60%;
    height: auto;
    cursor: pointer;
	}
	.col-md-3:nth-child(odd){
	display: none;
	}
}
/*media*/
@media(min-width: 1200px){
	.product_img{
		position: relative;
	}
	.more{
		position: absolute;
		bottom:20px;
		left: 100px;
	}
}
