.container{
	width: 1100px;
	margin: 0px auto;
}
.lists{
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
}
.list{
	width: 20%;
	float: left;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	background-color: #F5F5F5;
	
	
}
.list span {
	font-size: 16px;
}
.thisimg{
	display: inline;
}
.thisimg img{
	
}
.contents{
	
}
.content{
	display: none;
	width: 1100px;
	min-height: 500px;
	background-color: #ffffff;
	padding: 10px 0px;
}
.dis{
	display: block;
	background-color: #ffffff;
}



.tips_pic3{position: fixed;left: 10px;bottom: 10px;/*max-width: 200px;*/z-index: 2;/* display: none; */}
.tips_pic3>span{position: absolute;right: 0;top: 2px;cursor: pointer;border-radius: 50%;border: 1px solid #999;width: 15px;height: 15px;text-align: center;line-height: 10px;color: #999;display: block;}
.tips_pic3 img{width: 100%;height: 50%;}


@media (max-width: 980px) {
	.container,.content{
		width:100%;
	}
	.content img {
		/* width: 100% !important; */
	}
	.list{
		width:30%;
	}
	.thisimg img {
		width: 15%;
	}
	.list:first-child {
		width: 40%;
	}
	.list span {
		font-size: 12px;
	}
	div.content:nth-child(4) > iframe:nth-child(1) {
		height: 1850px;
	}
	
	.contents {
		width: 98%;
		margin: 0px 1%;
	}
	
	.container, .content {
		width: 100%;
		clear: both;
	}
	
	div.list:nth-child(1) {
		width: 50%;
	}
	
	div.list:nth-child(2) {
		width: 50%;
	}
	div.list:nth-child(3) {
		width: 33.3%;
	}
	
	div.list:nth-child(4) {
		width: 33.3%;
	}
	div.list:nth-child(5) {
		width: 33.3%;
	}
	div.list:nth-child(2) > div:nth-child(1) > img:nth-child(1) {
		width: 10%;
	}
	div.list:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
		width: 10%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 600px) {
    .tips_pic3{
		/* display: none; */
		right: 10px;
		left: 0px;
	}

	.tips_pic3 img {
		width: 50%;
		float: right;
	}
} 
