/*行业资讯*/
.information{
	margin-bottom: 20px;
}
.wbj{
    margin-top:60px;}
.information .bj{
	background: #fff;
	box-shadow: 0 1px 10px #eee;
	margin-bottom: 30px;
	border-bottom: 2px solid transparent;
}
.information .bj:hover{
	box-shadow: 0 1px 30px #ddd;
	transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	border-bottom: 2px solid #ad0007;
}
.information .bj .tex{
	padding: 0 40px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top:40px
}

.information .bj img{
	transition: all 1s
}
.information .bj:hover img{
	transform: scale(1.1) 
}
.information .bj span{
	font-size: 24px;
	color: #666666;
	display: block;
	margin-bottom: 20px;
}
.information .bj img{
	width: 100%;
	vertical-align: top;
	margin-bottom: 0px;
}
.information .bj .tex h5{
	font-size: 22px;
	color: #333333;
	margin-bottom: 30px;
}
.information .bj .xq{
	display: inline-block;
	padding-left: 40px;
	color: #ad0007;
	margin: 40px 0;
}

.fanye1{
	width: 100%;
	float: left;
	text-align: center;
	margin:20px 0 60px;
}

.fanye1 a{
	display: inline-block;
	border:1px solid #eee;
	padding:6px 14px;
	
}
.fanye1 a:hover{
	background:#1ba0a7;
	color:#fff
}
@media screen and (max-width: 1370px) {
	.information .bj .xq {
	    padding-left: 30px;
	    margin: 30px 0;
	}
	.information .bj .tex {
	    padding: 0 30px;
	    font-size: 14px;
	}
	.information .bj .tex h5{
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px) {
	.information .bj .tex {
	    padding: 0 20px;
	    line-height: 30px;
		margin-top: 0
	}
	.information .bj img{
		margin-bottom: 30px;
	}
	.information .bj .tex h5{
		margin-bottom: 20px;
	}
	.information .bj .xq {
	    padding-left: 20px;
	    margin: 20px 0;
	}
	.information .bj span {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.information .bj .tex {
	    padding: 0 15px;
	    line-height: inherit;
	}
	.information .bj .xq {
	    padding-left: 15px;
	    margin: 10px 0;
	}
	
}
@media screen and (max-width: 991px){
	.information .bj span {
	    font-size: 14px;
	    margin-bottom: 0;
	}
	.information .bj .tex h5{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.information .bj .tex{
		font-size: 12px;
		line-height: inherit;
		padding: 0 15px;
	}
	.information .bj .xq {
	    padding-left: 15px;
	    margin: 5px 0;
	}
	.information{
		margin-bottom: 30px;
	}
	.information .bj img{
		margin-bottom: 10px;
	}
} 
@media screen and (max-width: 767px){
	.information .bj span {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.information .bj img{
		margin-bottom: 10px;
	}
	.information .bj .tex h5 {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.information .bj .xq {
	    padding-left: 15px;
	    margin: 10px 0;
	}
	.information .bj{
		margin-bottom: 10px;
	}
	.information{
		margin-bottom: 20px;
	}
	.information .bj .tex {
	    font-size: 12px;
	    line-height: inherit;
	    padding: 0 15px;
	}
	.navigation ul li{
	width: 20%
	}
}