﻿/**************************banner开始**************************/
#bannerFrame{
	width:100%;
	height:300px;
	overflow:hidden;
	float:left;
}

.bannerImg{
	width:100%;
	height:100%;
	/*hg-background:url(../images/04service_bannerBg1.jpg)
	no-repeat
	scroll
	50% 0px;
	background-size:cover;*/
}

#serviceNavFrame{
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}

.serviceNav{
	width:1200px;
	height:300px;
	margin:0px auto;
}

.serviceNav>ul{
	width:100%;
	height:100%;
	border-bottom:8px solid #d3d3d3;
}

.serviceNav>ul>li.navImg{
	width:198px;
	float:left;
	height:100%;
	border-right:1px solid #fff;
	overflow:hidden;
	text-align:center;
}
.serviceNav>ul>li.navImg img{
	width:auto;
}
.serviceNav>ul>li:nth-child(11){
	border-right:none;
}

.serviceNav>ul>li.navInfo{
	width:0px;
	height:100%;
	overflow:hidden;
	float:left;
}

.serviceNav>ul>li.navInfo>img{
	margin-top:44px;width:auto;
}
.serviceNav>ul>li.navImg>a{
	display: block;
	margin-top:44px;
}

#waterFlow{
	width:100%;
	float:left;
	border:0px solid #000;
}

.waterFlowTip{
	width:180px;
	height:40px;
	background:rgba(0,0,0,.5);
	color:#fff;
	margin:100px auto;
	border-radius:5px;
	text-align:center;
	line-height:40px;
	display:none;
}

.gridDetail{
	height:10px;
	padding: 8px 6px 10px 0px;
	margin:0px 6px;
	border:0px solid #000;
}

.gridDetail>.gridScan{
	font-size:12px;
	float:left;
}

.gridDetail>.gridScan>span{
	float:left;
	color:#5daa21;
	margin-right:5px;
}

.gridDetail>a{
	color:#5daa21;
	font-size:12px;
	float:right;
}

#container_1,#container_2,#container_3,#container_4{
	width:1200px;
	margin:0px auto;
	border:0px solid red;
	position:relative;
}

.grid{
	width:375px;
	min-height:100px;
	padding: 6px;
	background:#fff;
	margin:8px 0px;
	float:left;
	box-shadow: 0px 0px 6px 2px rgba(34,25,25,0.4);
	border-radius:3px;
	margin-left:15px;
	
	-webkit-transition: top 1s ease, left 1s ease,opacity 1s ease;
	-moz-transition: top 1s ease, left 1s ease,opacity 1s ease;
	-o-transition: top 1s ease, left 1s ease,opacity 1s ease;
	-ms-transition: top 1s ease, left 1s ease,opacity 1s ease;
}

.grid.hide{
	opacity:0;
}

#container_1 .gridImg{
	border:0px solid #000;
	width:100%;
	position:relative;
	overflow:hidden;
}.gridImg>img{
	width:100%;
}

.gridLabel{
	width:14px;
	height: 14px;
	position:absolute;
	bottom:-7px;
	left:18px;
	background:#eee;

	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

#container_1 .grid h1{
	font-size:16px;
	color:#333;
	padding:8px 6px;
	border-bottom:1px solid #dbdbdb;
}
#container_1 .grid h1>a{color:#333}
#container_1 .grid>span{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:12px;
	color:#6e6e6e;
	padding:0px 0px 0px 0px;
	margin:0px 6px;
	line-height:25px;
}

#container_1 .grid p{
	display:block;
	padding:0px 6px;
	border-bottom:1px solid #dbdbdb;
	max-height:100px;
	overflow:hidden;
}


@media screen and (max-width:1200px){
	#bannerFrame{
		height:190px;
	}
		.bannerImg{
			background:url(../images/04service_bannerBg1.jpg)
			no-repeat
			scroll
			70% 0px;
			background-size:cover;
		}

	.grid{
		margin-left:5px;
	}

	#sideNavSelect{
		display:block;
	}

	#serviceNavFrame{
		display:none;
	}
}

@media screen and (max-width:620px){
		.bannerImg{
			background:url(../images/04service_bannerBg1.jpg)
			no-repeat
			scroll
			25% 0px;
			background-size:cover;
		}

		.grid{
			margin-left:15px;
		}
}