
/*我们能做什么*/

.we_can_do {
	width: 1190px;
	height: 646px;margin: 0 auto;
	overflow: hidden;
}
.we_can_do h3 {
	font-size: 40px;
	height: 118px;
	line-height: 118px;
	text-align: center;
	color: #ff5601;
	font-weight: normal;
	margin-top: 48px;
	background: url(../images/line.gif) no-repeat center bottom;
}
.we_can_do .introduce {
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	padding: 18px 0 44px;
}
.can_do {
	width: 100%;
	min-width: 1190px
	overflow: hidden;
}
.can_do li {
	float: left;
	width: 276px;
	text-align: center;
	margin-right: 21px;
}
.can_do li .icon {
	width: 161px;
	height: 161px;
	margin: 0 auto;
	transition: 2s all ease;
	transform-origin: center center;
}
.can_do li .icon:hover {
	transform: rotate(360deg);
}
.can_do li .icon1 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left 0px;
}
.can_do li .icon2 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -161px;
}
.can_do li .icon3 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -322px;
}
.can_do li .icon4 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -483px;
}
.can_do li span {
	font-size: 22px;
	padding: 26px 0 10px;
	display: block;
	color:#000000;
}
.can_do li p {
	width: 250px;
	line-height: 24px;
	color: #666;
	margin: 0 auto;
	font-size: 14px;
}
.no_margin {
	margin: 0;
}
/*网络展示*/
.network_exhibition {
	width: 100%;
	min-width: 1190px;
	overflow: hidden;
	background: #232323;
}
.network_exhibition h3 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin: 50px 0 50px;
}



.network_exhibition_list_warp, .network_exhibition_list {
	width: 100%;
	min-width: 1190px;
	overflow: hidden;
	margin: 0 auto;
}
.network_exhibition_list li {
	float: left;
	width: 16.666%;
	position: relative;
	overflow: hidden;
}
.network_exhibition_list li a {
	text-decoration: none;
	display: block;
	font-size: 0;
}
.network_exhibition_list li p {
	width: 100%;
	position: absolute;
	bottom: -46px;
	left: 0;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
}
.network_exhibition_list li img {
	width: 100%;
}


