* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}


/*public*/

.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden
}

.cf {
	zoom: 1
}


/*main*/

.tabcontens {
	width: 97%;
	background: #fff;
	margin: 0 auto;
	/*padding: 15px;*/
	/*box-shadow: 0 0 10px #ccc;*/
}

.tabcontens .title {
	width: 100%;
	height: 105px;
	/*border-bottom: 3px solid #95bbea;*/
	/*padding-bottom: 10px;*/
}

.tabcontens .title span {
	width: 17%;
	float: left;
}
.tabcontens .title span a{
	display: block;
	padding-left: 20px;
}
.tabcontens .title span a img {
	width: 206px;
/*	height: 100px;*/
}
.tabcontens .title-list {
	width: 77%;
	float: right;
	position: relative;
	/*top: 6px;*/
}

.tabcontens .title-list li {
	width: 12.5%;
	text-align: center;
	float: left;
	display: inline;
	/*font-size: 22px;*/
	/*background-color: #2581c0;*/
	/*color: #4e4e4e;*/
	
}

.tabcontens .title-list li a {
	text-decoration: none;
	font-size: 22px;
	line-height: 105px;
	color: #4e4e4e;
	display: block;	
}

.on {
	color: #ff6600;
	font-size: 22px;
}

.tabcontens .title-list p {
	position: absolute;
	/*top: 24px;
	left: 0px;*/
	width: 12.5%;
	height: 20px;
	/*border-top: 3px solid #ff6600;*/
	overflow: hidden;
	text-align: center;
}

.tabcontens .title-list b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 20px;
	border-color: #2581c0 #ffffff #ffffff #ffffff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.product {
	height: 310px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 20px;
}

/*.product ul {
	position: absolute;
	left: 0px;
}*/

.product-wrap .show {
	display: block;
}



.product .lffjimg {
	width: 35%;
	float: left;
}
.product .lffjimg img{
	width: 100%;
	height: 300px;
	
}
.product .lftxt {
	width: 60%;
	float: right;
	padding: 10px 20px;
	position: relative;
}
.product p {
	word-wrap: break-word;
	width: 100%;
	line-height: 32px;
    text-align: justify;
}


.gengduo {
	position: absolute;
    bottom: 5px;
    right: 0;
    z-index: 100;
    color: #2581c0;
    padding: 0 10px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

