/****页面公共样式 begin****/
.floor_l {
	width: 480px;
	overflow: hidden;
}

.floor_r {
	width: 655px;
	overflow: hidden;
}

.organization {
	height: 56px;
	margin-bottom: 20px;
	background-image: url("../images/tzqf/77.png");
	background-position: center top;
}

.dooted li{/*线段*/
	overflow: hidden;
	border-bottom: 1px dashed #DCDCDC;
}

/****页面公共样式 end****/

/****第一层 begin****/
.img1 {
	width: 100%;
}

.content_head {
	width: 100%;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
}

.content_head div {
	color: #00A0E9;
}

.content_head .wz {
	font-size: 24px;
	font-weight: bolder;
}
.content_head img{
	width: 30px;
	margin-top: 8px;
}

#f1_r .dot {
	line-height: 46px;
}

/****第一层 end****/

/****第二层 begin****/
/***第二层左边 begin***/

#f2_l .content_head{
	height: 91px;
	line-height: 91px;
	text-align: center;
}

#f2_l {
	position: relative;
	height: 390px;
	background-image: url(../images/tzqf/map.png);
}

.advantage {
	width: 250px;
	margin: 60px auto 0 auto;
	overflow: hidden;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
}

.advantage a {
	display: block;
	width: 120px;
	height: 120px;
	color: #FFFFFF;
	/* box-shadow: 0 0 2px 0px #000; */
}

.advantage a div {
	width: 80px;
	margin-top: 20px;
	margin-left: 15px;
	text-align: center;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);/
}

.advantage1 {
	background-color: #92DCF7;
}

.advantage2 {
	background-color: #6AE9B8;
}

.advantage3 {
	margin-top: 10px;
	background-color: #FC7692;
}

/***第二层左边 end***/

/***第二层右边 begin***/
.content_head2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bolder;
	padding: 25px 15px 25px 20px;
}

.artcleList {
	padding: 0 13px 0 23px;
	box-sizing: border-box;
}

#f2_r .content_head2 {
	background-color: #71D3FF;
}

#f2_r {
	background-color: #FBFBFB;
}

#f2_r .artcleList {
	line-height: 43px;
}

/***第二层右边 end***/
/****第二层 end****/

/****第三层 begin****/
/***第三层左边 begin***/
#f3_l {
	background-color: #FBFBFB;
}

#f3_l .content_head2 {
	background-color: #6AEBB9;
}

#f3_l .artcleList {
	line-height: 46px;
}

/***第三层左边 end***/

/***第三层右边 begin***/
#f3_r .artcleChannel.on {
	color: #15A5EA;
	border-bottom: 2px solid #15A5EA;
}

#f3_r .artcleChannel.on:after {
	content: "";
	display: none;
}

#f3_r .artcleChannelWrap {
	white-space: nowrap;
	overflow: auto;
}

#f3_r .artcleChannel {
	font-size: 20px;
	font-weight: bolder;
	margin: 0;
	background-color: #FFFFFF;
}

#f3_r .artcleChannel:hover {
	color: #15A5EA;
	border-bottom: 2px solid #15A5EA;
}

#f3_r .artcleListWrap {
	height: 270px;
	overflow: hidden;
}

#f3_r .artcleList {
	padding: 0;
	line-height: 51px;
}

/***第三层左边 end***/
/***第三层 end***/

/****第四层图片展示 begin****/
.slide_photo {
	position: relative;
}

.photo_bd {
	width: 1070px;
	height: 236px;
	overflow: hidden;
	margin: auto;
}

.photo_bd li {
	width: 25%;
	text-align: center;
}

.photo_bd li img {
	width: 250px;
	height: 200px;
}

.slide_photo .prev {
	position: absolute;
	left: 0;
	top: 75px;
	width: 35px;
	height: 35px;
	background-image: url(../images/zjqf/75.png);
}

.slide_photo .next {
	position: absolute;
	right: 0;
	top: 75px;
	width: 35px;
	height: 35px;
	background-image: url(../images/zjqf/76.png);
}

.photo_bd p {
	width: 242px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 15px auto 0 auto;
	height: 25px;
	line-height: 25px;
}
/****第四层图片展示 end****/

@media screen and (max-device-width:768px) {
	.floor_l,
	.floor_r {
		width: 100%;
		margin-bottom: 20px;
	}

	#f2 {
		margin-top: 0;
	}

	#f1_r {
		margin-bottom: 0;
	}
	.artcleList{
		padding: 0;
	}

	.slide_photo .prev,
	.slide_photo .next {
		display: none;
	}

	.photo_bd {
		width: 100%;
		height: 240px;
	}

	.photo_bd li {
		width: 100%;
	}

	.photo_bd li a {
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
		padding: 0 15px;
	}

	.photo_bd li img {
		width: 100%;
		height: 200px;
	}
	.photo_bd p{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.artcleChannel {
		padding: 0 18px;
	}
}