.index_products_bg{ min-width:1190px; max-width:1920px; margin:auto; padding-top:18px; background:url(../ZERO/img/pro_bg.jpg) top center repeat-x #fff;}
.index_products_title{width:478px; height:71px; margin:auto; margin-bottom:15px; background:url(../ZERO/img/pro_head.png) center bottom no-repeat; text-align:center; font-size:28px; color:#ffffff; line-height:50px;}
.index_products_title2{width:100%; margin:auto; text-align:center; font-size:16px; color:#ffffff; line-height:25px;}
.index_products_title3{width:696px; margin:auto; margin-top:15px; margin-bottom:15px;  border-bottom:1px solid #62b3ff; border-top:1px solid #62b3ff; text-align:center; font-size:16px; color:#ffffff; line-height:29px;}
.index_products_zwbg{width:1190px; margin:auto; margin-top:15px; margin-bottom:17px; overflow:hidden;}
.index_products_left{width:339px; float:left; height:440px;}
#index_products_pic{width:753px; float:right;}

#col {
	width: 753px;
	clear: both;
}
ul.thumb {
	width: 753px;
	list-style: none;
	margin: 0 auto; 
}
#pg { 
	position: relative; 
	height: 440px; 
}
#pg li { 
	width: 240px; 
	height: 208px; 
	position: relative; 
	list-style: none; 
	overflow: hidden; 
	float: left; 
	z-index: 2; 
	opacity: 1; 
	cursor: pointer;
	margin:0 5px 20px 0;
}
#pg li.active { 
	opacity: 1; 
	filter: alpha(opacity=100);
}
#pg li.selected { 
	opacity: 1; 
	filter: alpha(opacity=100); 
	z-index: 99; 
	-moz-box-shadow: 0px 0px 10px #333; 
	background:#FFFFFF;
	-webkit-box-shadow: 0px 0px 10px #333; 
}
#pg li img { 
	display: block; 
	width: 100%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.index_products_list{width:385px; float:left; overflow:hidden; margin-bottom:27px;}
.index_products_propic{width:385px; overflow:hidden; position:relative; border-radius:6px 6px 0 0;}
.index_products_propic img{display:block; width:385px; height:272px;}
.index_products_proname {width:100%; background:#0069b7; border-radius:0 0 6px 6px; padding:8px 0; text-align:center;}
.index_products_proname a{color:#fff; font-size:18px; line-height:22px; font-weight:normal;}
.index_products_list:hover .index_products_proname{ background:#0069b7;}
.index_products_list .rsp{width:240px;height:170px; overflow:hidden;position: absolute; top:0px;left:0px; cursor:pointer;z-index: 99;background: url(../ZERO/img/pro_hover.png) no-repeat;}
.index_products_list .rsv{width:240px;height:170px; background:url(../ZERO/img/asd.png) no-repeat 100px 70px; overflow:hidden;position: absolute; top:0px;left:200px; cursor:pointer;z-index: 99;border-radius: 50%;}

.index_products_more{width:134px; margin:auto; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; margin-bottom:56px; height:35px; background:#0064aa; text-align:center; line-height:35px;}
.index_products_more a{ font-size:16px; color:#ffffff;}

#index_products_animate,#index_products_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}