	.prove_index,
	.next_index {
		background: url(../js/focus/images/ico_sliding.png);
		top: 48%;
		width: 72px;
		height: 72px;
		position: absolute;
		margin-top: -23px;
		z-index: 999;
		cursor: pointer
	}
	
	.prove_index {
		left: 20px;
		background-position: 0 0;
		display: none;
	}
	
	.next_index {
		right: 20px;
		background-position: 0 -72px;
		display: none;
	}
	
	.prove_index:hover {
		background-position: 0 -144px;
	}
	
	.next_index:hover {
		background-position: 0 -216px;
	}
	
	ul.banner_nav,
	ul.banner_nav li {
		list-style: none;
	}
	/***focus***/
		
	.productWrapper {
		width: 1200px;
		margin: 25px auto 0;
	}
	
	ul.product-display {
		margin: 0;
		padding:  0;
		list-style: none;
	}
	
	ul.product-display li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
		float: left;
	}
	
	.roll_row .roll__list li {
		display: block;
		float: left;
		width: 240px;
		overflow: hidden;
		height: 240px;
	}
	
	.productWrapper .product-display {
		display: table;
		margin: 10px 0;
	}
	
	.productWrapper .product-display a {
		display: block;
		float: left;
		border-right: solid 0px #EFEFEF;
		width: 240px;
		overflow: hidden;
		height: 240px;
	}
	
	.productWrapper .product-display a img {
		display: block;
		margin: 0 auto;
		width: 218px;
		height: 218px;
		position: relative;
	}
	
	.productWrapper .product-display a div.d {
		margin: 0 auto;
		width: 218px;
		height: 218px;
		overflow: hidden;
		border: solid 1px #EFEFEF;
	}
	
	.productWrapper .product-display a div.d span {
		width: 94%;
		padding: 0 3%;
		height: 50px;
		line-height: 50px;
		background: #067CC2;
		color: #FFFFFF;
		text-align: center;
		display: block;
		font-size: 14px;
		letter-spacing: 1px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		
	}
	
	.roll-wrap:hover .control {
		display: block;
	}
	
	.roll-wrap {
		position: relative;
		width: 100%;
		height: 240px;
		overflow: hidden;
	}
	
	.roll-wrap .roll__list {}
	
	.roll_row .roll__list::before,
	.roll_row .roll__list::after {
		content: "";
		display: table;
		line-height: 0;
	}
	
	.roll_row .roll__list::after {
		clear: both;
	}
	
	.roll_row .roll__list {
		width: 9999px;
	}
	
	.control {
		position: absolute;
		top: 65px;
		display: none;
		width: 53px;
		height: 108px;
		color: #fff;
		filter: alpha(Opacity=40);
		opacity: 0.40;
		-moz-opacity: 0.40;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		z-index: 9999;
	}
	
	.control.pre {
		left: 3px;
		background: url(../js/rollSlide/static/images/prev.png) no-repeat;
	}
	
	.control.next {
		right: 3px;
		background: url(../js/rollSlide/static/images/next.png) no-repeat;
	}
	
	.roll_col {
		width: 100%;
		height: 240px;
		overflow: hidden;
	}
	
	.roll_col .roll__list {
		width: 100%;
	}
	/***product***/
	
	.newsWrapper {
		width: 1200px;
		margin: 35px auto 0;
	}	
	.newsWrapper .newsContent {
		width: 100%;
		margin: 20px 0 0;
		display: table;
	}
	
	.newsWrapper .newsContent a {
		display: table;
		height: 100%;
		width: 100%;
		z-index: 30;
	}
	
	.newsWrapper .newsContent a .nImg {
		height: 157px;
		width: 277px;
		overflow: hidden;
		float: left;
	}
	
	.newsWrapper .newsContent a img {
		display: block;
		height: 157px;
		width: 277px;
		transition: all .4s;
		-moz-transform: all .4s;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	
	.newsWrapper .newsContent a:hover img {
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	
	.newsWrapper .newsContent a .newInfo {
		width: 284px;
		height: 125px;
		padding: 15px;
		float: right;
		/*background: #F2F2F2;*/
		border: solid 1px #F2F2F2;
		border-left: none;
	}
	
	.newsWrapper .newsContent a .nTitle {
		width: 100%;
		height: 25px;
		line-height: 25px;
		font-size: 16px;
		letter-spacing: 1px;
		color: #343434;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	
	.newsWrapper .newsContent a .nBrief {
		margin-top: 10px;
		width: 100%;
		height: 44px;
		line-height: 22px;
		font-size: 12px;
		letter-spacing: 1px;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #898989;
	}
	
	.newsWrapper .newsContent a .nDate {
		margin-top: 27px;
		width: 100%;
		height: 15px;
		font-size: 12px;
		letter-spacing: 1px;
		color: #343434;
	}
	
	.newsWrapper .newsContent a .nDate span {
		position: relative;
		top: 2px;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	}
	
	.newsWrapper .newsContent .newDiv:hover a .nDate span {
		color: #067CC2;
	}
	
	.newsWrapper .newsContent a:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 0;
		width: 100%;
		background: #067CC2;
		z-index: -1;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	/****/
	
	.newDiv {
		position: relative;
		height: 157px;
		width: 592px;
		border: solid 1px transparent;
		float: left;
		margin-bottom: 14px;
	}
	
	.newDiv .border-left {
		width: 2px;
		height: 0px;
		background: #067CC2;
		position: absolute;
		left: -1px;
		bottom: 0;
	}
	
	.newDiv .border-bottom {
		width: 0px;
		height: 2px;
		background: #067CC2;
		position: absolute;
		left: 0;
		bottom: 0px;
	}
	
	.newDiv .border-top {
		width: 0px;
		height: 2px;
		background: #067CC2;
		position: absolute;
		right: 0;
		top: 0px;
	}
	
	.newDiv .border-right {
		width: 2px;
		height: 0px;
		background: #067CC2;
		position: absolute;
		right: -1px;
		top: 0;
	}
	/***news***/