@charset "utf-8";
#header .headerBox{	background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#header .logo{background-image:url(../img/head-logo1.png);}
#header .menu ul li a span.cn,
#header .menu ul li a span.en{color: #000;}
#header .menu ul li a:hover{background: rgba(0,0,0,0);}
#header .menu ul li a:hover span.cn,
#header .menu ul li a:hover span.en{ color: #000;}
#header .tel span{color: #000;}
#header .menu ul li.nav6 {background: #000}
#header .menu ul li.nav6 a span.cn{top: -5px; color: #fff;}
#header .menu ul li.nav6 a span.en{opacity: 1; margin-top:2px ; color: #fff;}

#main{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 0 1.5rem;
	margin: 100px auto 0.6rem;
	padding-bottom: .1rem;
}


#main .newsBlock{
	padding: 50px 0;
}

#main .newsList{
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 30px 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#main .newsList a{
	display: block;
	overflow: hidden;
}
#main .newsList .productPic{
	float: right;
	line-height: 0;
	margin-left: 20px;
	width: 200px;
}
#main .newsList .productPic img{
	width: 100%;
	background-position: center center;
	background-size: cover;
}
#main .newsList .deta{
	float: left;
	width: 17%;
	max-width: 200px;
	min-width: 150px;
	font-size: 16px;
	letter-spacing:1px;
	color: #000;
	padding-top: .04rem;
}
#main .newsList .deta .line{
	width: 15px;
	height: 2px;
	background-color: #333;
	display: block;
	margin-top:3px;
}
#main .newsList a:hover .deta .line{
	background-color: #333;
}

#main .newsList .newsCon{
	overflow: hidden;
}
#main .newsList .newsCon h1{
	font-size: .26rem;
	margin-bottom: .15rem;
	letter-spacing:1px;
}
#main .newsList:hover .newsCon h1{
	color: #2C54FA;
}
#main .newsList .newsCon .describe{
	font-size: .2rem;
	line-height: 1.6em;
	color: #888;
	letter-spacing:0.5px;
}



#main.detail{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 50px 0;
	padding-bottom: .1rem;
	max-width: 800px;
}
#main .title{
	padding: 0  0 .30px;
}
#main .title h1{
	color: #2C54FA;
	font-weight: normal;
	font-size: 34px;
	position: relative;
	z-index: 1;
	margin-bottom: 0.2rem;
}
#main .title>div{
	color: #ccc;
	font-size: 14px;
	position: relative;
	z-index: 0;
}
#main .title>div span{
	display: inline-block;
	margin-right: 20px;
}
#main .title>span{
	margin-top: 20px;
	display: block;
	height: 3px;
	width: 40px;
	background: #2C54FA;
}
#main.detail .con{
	margin: .40rem 0 ;
	box-sizing: border-box;
}
#main.detail p{
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 1.2em;
	text-indent: 2em;
}
#main.detail img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}
#main.detail .state{
	font-family: 宋体;
	padding: 20px;
	border: 1px dashed #ccc;
	font-size: 14px;
	color: #888;
}

@media screen and (max-width: 768px) {
	#header .menu ul li a span.cn,
	#header .menu ul li a span.en{color: #fff;}
	#header .menu ul li.nav6 a span.cn{top: 0px; color: #FCE442;}
	#main{
		margin-top: 45px;
		padding: 20px;
	}
	#main .newsBlock{
		padding: 10px 0;
	}
	#main .newsList{
		overflow: hidden;
		border-bottom: 1px dotted  #ddd;
		padding: 10px;
		background: #fff;
		margin-bottom: 10px;
	}
	#main .newsList a{
		display: block;
		overflow: hidden;
	}
	#main .newsList .productPic{
		float: none;
		line-height: 0;
		margin-left: 0px;
		width: 100%;
	}
	#main .newsList .productPic img{
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	#main .newsList .deta{
		float: none;
		margin-bottom: 5px;
		width: 100%;
		font-size: 12px;
		letter-spacing:1px;
		color: #777;
	}
	#main .newsList .deta .line{
		width: 15px;
		height: 2px;
		background-color: #333;
		display: block;
		margin-top:3px;
	}
	#main .newsList a:hover .deta .line{
		background-color: #0e6eb8;
	}
	#main .newsList .category{
		display: none;
		float: none;
		width: 100%;
		font-size: 16px;
		letter-spacing:1px;
		color: #000;
	}

	#main .newsList .newsCon{
		overflow: hidden;
	}
	#main .newsList .newsCon h1{
		font-size: 18px;
		margin-bottom: 15px;
		letter-spacing:1px;
	}
	#main .newsList .newsCon .describe{
		color: #888;
		letter-spacing:0.5px;
	}
}