/*banner*/
.secd-banner{
	width:100%;
	height:460px;
	background: url(../imgs/banner.jpg) no-repeat center top;
}
/*********/
.secd-box{
	width: 291px;
	background: #fff;
	margin-right: 12px;
	float: left;
	position: relative;
}
.secd-box-img{
	width: 291px;
	height: 201px;
	position: relative;
}
.secd-box-img i.addColor{
	position: absolute;
	top:0;
	left: 0;
	width: 291px;
	height: 201px;
	z-index: 5;
	background: #000;
	opacity: 0.42;
	display: none;
}
.secd-txt{
	position: absolute;
	top:26px;
	left: 12px;
	width: 265px;
	height: 201px;
	z-index: 8;
	display: none;
}
.secd-box-img:hover i.addColor,.secd-box-img:hover .secd-txt{
	display: block;
}

.secd-txt h3{
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 28px;
	
	font-weight: normal;
}
.secd-txt h3 span{
	font-family: MicrosoftYaHei;
	font-size: 17px;
}
.secd-txt a{
	color: #fff;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	display: block;
	text-indent: 2em;
	text-align: justify;
	margin-top: 22px;
	line-height: 22px;
}
.secd-box-ul{
	width: 291px;
	margin: 15px 0 20px 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.secd-box-ul li{
	list-style-type: disc;
	color: #333;
}
.secd-box-ul li a{
	font-size: 14px;
	color: #333;
	font-family: MicrosoftYaHei;
	line-height: 22px;
}
.secd-box-ul li a:hover{
	color: #0e86ff;
}
.secd-box-ul li:hover{
	color: #0e86ff;
}
/*系列轮播*/
.type-h6{
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #000;
	padding: 30px 0 10px 0;
}
.type-h6 span{
	padding: 0 30px;
	border-right: 1px solid #000;
	cursor: pointer;
}
.type-h6 span:last-child{
	border: none;
}

.select{
	color: #0175ff;
}
.type-cont{
	width: 1200px;
	overflow: hidden;
	box-sizing: border-box;
}
.type-ul{
	margin: 20px 0 40px 0px;
     float: left;
}
.type-ul li{
	float: left;
	width: 364px;
	height: 241px;
	margin:30px 54px 30px 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.type-ul li:nth-child(3n){
	margin-right: 0;
}
.type-txt{
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 364px;
	height: 85px;
	background: rgba(0,0,0,.36);
	text-align: center;
	color: #fff;
	font-family: MicrosoftYaHei;
	z-index: 8;
}
.type-txt h6{
	font-size: 22px;
	line-height: 46px;
	font-weight: normal;
	margin-top: 5px;
}
.type-txt p{
	font-size: 16px;
	line-height: 20px;
}
.type-ul li i{
	position: absolute;
	top:0;
	left:0;
	width: 364px;
	height: 241px;
	background-color: rgba(231, 242, 249, 0.3);
}


