a{
	text-decoration: none;
	color: #333!important;
}
#wrap{
	width: 1200px;
	margin: 0px auto 50px;
}
#header,#top{
	width: 1200px;
	padding: 26px 0;
}
.banner{
	width:100%;
	height: 450px;
	background: url('../images/banner.jpg') no-repeat;
}
.title{
	position: relative;
	margin:80px 0 50px;
}
.tit{
	width: 740px;
	height: 33px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -370px;
}
.info{
	width: 900px;
	height: 240px;
	background: url('../images/info_bj.jpg') no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 150px;
}
.info_p{
	text-align: left;
	font-size: 16px;
	text-indent: 32px;
	line-height: 28px;
	color: #333333;
}
.show_list{
	width: 1200px;
	display: flex;
	/*overflow: hidden;*/
}
.show{
	width: 384px;
	height: 302px;
	margin: 50px 24px 50px 0;
	/*float: left;*/
}
.show:nth-child(3){
	margin-right: 0;
}
.show_img,.show_center{
	width: 376px;
	height: 248px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border:4px solid #ccc;
	position: relative;
}
.show_center{
	flex-direction: row;
	
}
.mask{
	width: 356px;
	height: 208px;
	padding: 20px 10px;
	font-size: 18px;
	color: #fff;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	display: none;
	left: 0;
	text-align: center;
	line-height: 208px;
}
.one{
	display: flex;
}
.one_top_left{
	width: 178px;
	height: 123px;
	background: url('../images/img1.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-right: 4px solid #ccc;
}
.one_top_right{
	width: 194px;
	height: 123px;
	background: url('../detailsImg/2/21.jpg') no-repeat center center;
	background-size: 100% 100%;
}
.one_bottom{
	width: 376px;
	height: 121px;
	border-top: 4px solid #ccc;
	background: url('../detailsImg/1/7.jpg') no-repeat left bottom;
	background-size: 376px 290px;
}
.two_left{
	width: 184px;
	height: 248px;
	background: url('../images/two_left.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-right: 4px solid #ccc;
}
.two_right_top{
	width: 188px;
	height: 124px;
	background: url('../images/two_top.jpg') no-repeat center center;
	background-size: 100% 100%;
}
.two_right_bottom{
	width: 188px;
	height: 121px;
	border-top: 4px solid #ccc;
	background: url('../images/two_bottom.jpg') no-repeat center center;
	background-size: 100% 100%;
}
.three_top{
	width: 376px;
	height: 125px;
}
.three_bottom{
	width: 376px;
	height: 119px;
	border-top: 4px solid #ccc;
}
.show_txt{
	width: 384px;
	height: 50px;
	line-height: 50px;
	background: #f6f6f6;
	font-size: 18px;
	color: #3a3a3a;
	font-weight: bold;
}
.writings{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.write_li{
	width: 578px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}
.show_img:hover{
	opacity: 0.8;
}
.show_img:hover .mask{
	display: block;
}
.show_center:hover{
	opacity: 0.8;
}
