body{
	background: #f9f9f9;
}
.header{
	background: #fff;
}
.weizhi{
	width: 1200px;
	margin: auto;
	margin-top: 20px;
	border-bottom: 1px solid #dedede;
	height: 40px;
	line-height: 40px;
}
.weizhi h1{
	float: left;
	height: 39px;
	border-bottom: 2px solid #0290b1;
	color: #0290b1;
	font-size: 20px;
}
.weizhi h1 font{
	float: left;
	font-size: 22px;
	margin:1px 5px 0 0;
}
.weizhi span{
	float: right;
}
.weizhi span font{
	float: left;
	font-weight: bold;
}
.tab{
	width: 1200px;
	margin: auto;
	padding: 5px;
	overflow: hidden;
}
.tab a{
	float: left;
	background: #fff;
	margin: 15px 25px 0 0;
	padding: 10px 25px;
	box-shadow: 0 0 5px #dedede;
	border-radius: 3px;
}
.tab a:hover,.tab a.clickclass{
	background: #0290b1;
	color: #fff;
}
.pages{
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
}

.content{
	width: 1200px;
	margin:20px auto 0 auto;
	background: #fff;
	box-shadow: 0 0 10px #dedede;
	overflow: hidden;
}
.content .tit{
	margin: 20px 20px 0 20px;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px dashed #dedede;
	overflow: hidden;
}
.content .date{
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-top: 5px;
}
.content article{
	margin: 20px;
	font-size: 18px;
	line-height: 40px;
	color: #555;
	text-align: justify;
	overflow: hidden;
}
.content article img{
    max-width: 100%;
}
.content .page{
	padding: 20px 0;
	margin: 0 20px;
	border-top: 1px dotted #dedede;
	overflow: hidden;
}
.content .page span{
	float: left;
	width: 45%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content .page span:last-child{
	text-align: right;
	float: right;
}
.content .pic{
	border: 1px solid #dedede;
	padding: 1px;
	width: 576px;
	margin: 20px 0 0 20px;
	float: left;
}
.content .pic img{
	display: block;
	width: 100%;
}
.content .rt{
	float: left;
	margin: 20px 0 0 50px;
	width: 530px;
	overflow: hidden;
}
.content .rt h1{
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px dotted #dedede;
	line-height: 40px;
}
.content .rt h2{
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
}
.content .rt p{
	line-height: 30px;
	overflow: hidden;
}
.content .rt p b{
	float: left;
	font-size: 18px;
	width: 60px;
	font-weight: 500;
}
.content .rt p span{
	float: left;
	width: 470px;
	font-size: 15px;
	overflow: hidden;
}
.content .tt{
	background: url(../img/main05.png) no-repeat center;
	line-height: 40px;
	margin-top: 20px;
	overflow: hidden;
}
.content .tt fieldset{
	border: 0;
	text-align: center;
}
.content .tt fieldset legend{
	margin: auto;
	font-size: 25px;
	font-weight: bold;
}

.newslist{
	padding: 0 10px 10px 10px;
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.newslist ul li{
	float: left;
	background: #fff;
	box-shadow: 0 0 5px #dedede;
	padding: 20px 15px 20px 20px;
	width: 550px;
	margin: 30px 30px 0 0;
	overflow: hidden;
}
.newslist ul li:nth-child(2n){
	margin-right: 0;
}
.newslist ul li .tu{
	float: left;
	border: 1px solid #f1f1f1;
	padding: 1px;
	width: 216px;
	overflow: hidden;
}
.newslist ul li .tu img{
	display: block;
	width: 100%;
	height: 140px;
	transition: all 0.5s;
}
.newslist ul li:hover .tu img{
	transform: scale(1.1);
}
.newslist ul li dl{
	width: 305px;
	float: left;
	margin-left: 20px;
	transition: all 0.5s;
	overflow: hidden;
}
.newslist ul li:hover dl{
	margin-left: 25px;
}
.newslist ul li dl dt a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	line-height: 40px;
}
.newslist ul li dl dd{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
	color: #666;
	height: 78px;
}
.newslist ul li dl p{
	font-size: 12px;
	color: #666;
}
.newslist ul li dl p a{
	float: right;
	color: #666;
}
.newslist ul li dl p a:hover{
	color: #0290b1;
}
.productlist{
	width: 1200px;
	margin: auto;
	padding: 0 10px 10px 10px;
	overflow: hidden;
}
.productlist ul li{
	float: left;
	width: 380px;
	background: #fff;
	margin: 30px 30px 0 0;
	box-shadow: 0 0 5px #dedede;
	overflow: hidden;
}
.productlist ul li:nth-child(3n){
	margin-right: 0;
}
.productlist ul li .tu{
	display: block;
	margin: 1px;
	overflow: hidden;
}
.productlist ul li .tu img{
	width: 100%;
	height: 245px;
	display: block;
	transition: all 0.5s;
}
.productlist ul li:hover .tu img{
	transform: scale(1.1);
}
.productlist ul li h4 a{
	display: block;
	margin: 0 10px;
	line-height: 40px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.piclist ul li{
	width: 285px;
	margin: 20px 20px 0 0;
}
.piclist ul li:nth-child(3n){
	margin-right: 20px;
}
.piclist ul li:nth-child(4n){
	margin-right: 0;
}
.piclist ul li .tu img{
	height: 350px;
}

@media (max-width: 1080px){
	.weizhi{
		width: 94%;
		margin-top: 0.37037rem;/*20px*/
		height: 1.481481rem;/*80px*/
		line-height: 1.481481rem;/*80px*/
	}
	.weizhi h1{
		height: 1.462963rem;/*79px*/
		font-size: 0.925926rem;/*50px*/
	}
	.weizhi h1 font{
		font-size: 1rem;
		margin:0.055556rem 0.092593rem 0 0;/*3px 5px 0 0*/
	}
	.weizhi span font{
		font-size: 1rem;
	}
	.tab{
		width: 100%;
		padding: 0 0 0.185185rem 0;/*10px*/
	}
	.tab a{
		margin: 0.592593rem 0 0 3%;
		padding: 0;
		width: 29.3333%;
		box-shadow: 0 0 0.185185rem #dedede;/*10px*/
		border-radius: 0.2rem;
		line-height: 2rem;
		text-align: center;
	}
	.content{
		width: 94%;
		margin:0.37037rem auto 0 auto;/*20px*/
		box-shadow: 0 0 0.185185rem #dedede;/*10px*/
	}
	.content .tit{
		margin: 0.38rem 0.38rem 0 0.38rem;
		font-size: 1rem;/*54px*/
		line-height: 1.5rem;
	}
	.content .date{
		font-size: 0.648148rem;
		margin-top: 0.185185rem;/*10px*/
	}
	.content article{
		margin: 0.37037rem;
		font-size: 0.740741rem;
		line-height: 1.481481rem;
	}
	.content .page{
		padding: 0.37037rem 0;/*20px*/
		margin: 0 0.37037rem;/*20px*/
	}
	.content .page span{
		width: 100%;
	}
	.content .page span:last-child{
		text-align: left;
	}
	.content .pic{
		width: 95.8%;
		margin: 0.37037rem 2.1% 0 2.1%;/*20px*/
		box-sizing: border-box;
	}
	.content .rt{
		margin: 0.37037rem 2.1% 0 2.1%;
		width: 95.8%;
	}
	.content .rt h1{
		font-size: 1rem;
		line-height: 1.481481rem;/*80px*/
	}
	.content .rt h2{
		font-size: 0.833333rem;/*45px*/
		line-height: 1.481481rem;/*80px*/
	}
	.content .rt p{
		line-height: 1.481481rem;
	}
	.content .rt p b{
		font-size: 0.833333rem;
		width: 14%;
	}
	.content .rt p span{
		width: 86%;
		font-size: 0.740741rem;/*40px*/
	}
	.content .tt{
		background: none;
		line-height: 1.481481rem;/*80px*/
		margin: 0.37037rem 0.37037rem 0 0.37037rem;/*20px 20px 0 20px*/
	}
	.content .tt fieldset{
		border: 0;
		border-top: 1px solid #dedede;
	}
	.content .tt fieldset legend{
		margin: auto;
		font-size: 1rem;
		padding: 0 0.277778rem;/*0 15px*/
	}
	.newslist{
		padding: 0 3% 0.185185rem 3%;/*0 3% 10px 3%*/
		width: 94%;
	}
	.newslist ul li{
		padding: 0.407407rem 2.1%;
		width: 95.8%;
		margin: 0.592593rem 0 0 0;/*32px 0 0 0*/
	}
	.newslist ul li .tu{
		width: 45%;
		box-sizing: border-box;/*不计算内边距和描边的参数*/
	}
	.newslist ul li .tu img{
		height: 5.240741rem;/*283px*/
	}
	.newslist ul li dl{
		width: 52%;
		margin-left: 3%;
	}
	.newslist ul li:hover dl{
		margin-left: 3%;
	}
	.newslist ul li dl dt a{
		font-size: 1rem;
		line-height: 1.481481rem;/*80px*/
	}
	.newslist ul li dl dd{
		-webkit-line-clamp: 2;
		height: 2.62963rem;/*142px*/
		line-height: 1.314815rem;/*71px*/
	}
	.newslist ul li dl p{
		font-size: 0.648148rem;/*35px*/
	}
	.productlist{
		width: 100%;
		padding: 0 0 0.185185rem 0;/*10px*/
	}
	.productlist ul li{
		width: 45.5%;
		margin: 0.592593rem 0 0 3%;
		box-shadow: 0 0 0.185185rem #dedede;/*10px*/
	}
	.productlist ul li .tu img{
		height: 5.87037rem;
	}
	.productlist ul li h4 a{
		margin: 0 0.2rem;
		line-height: 1.5rem;/*81px*/
		font-size: 0.740741rem;
	}
	.piclist ul li{
		width: 45.5%;
		margin: 0.592593rem 0 0 3%;/*32px 0 0 3%*/
	}
	.piclist ul li:nth-child(3n){
		margin-right: 0;
	}
	.piclist ul li .tu img{
		height: 11.148148rem;/*602px*/
	}
}