@charset "utf-8";
/* CSS Document */
.clear {
    clear: both;
}
.fl {
	float:left;
    display: inline;
}
.fr {
	float:right;
    display: inline;
}
.i-search{
	height: 50px;
}
.i-search p.fl{
	line-height: 50px;
}
.i-search b{
	font-size: 14px;
	color: #104eaa;
}
.i-search a{
	display: inline-block;
	padding: 0 14px;
	background: url(../img/bg_li01.png) no-repeat right center;
	color: #888;
	transition: color 500ms ease-in 0ms;
}
.i-search a.last{
	background: none;
}
.i-search a:hover{
	color: #104eaa;
}
.i-search form{
	float: right;
	margin-top: 10px;
}
.i-search input{
	float: left;
	width: 180px;
	height: 30px;
	padding: 0 14px;
	border: 1px solid #dadada;
	border-right: none;
	line-height: 28px;
	color: #cecece;
}
.i-search input.submit{
	width: 36px;
	height: 30px;
	padding: 0;
	border: none;
	background: url(../img/bg_btn01.jpg) no-repeat;
}

.i-products{
	padding: 16px 0 50px;
	
	background: #f5f8fc;
}
.i-products .tit{
	position: relative;
	height: 90px;
	margin: 0 auto;
	text-align: center;
}
.i-products .tit .line{
	position: absolute;
	left: 50%;
	top: 46px;
	width: 980px;
	height: 1px;
	background: #c3c5c9;
	margin-left: -490px;
}
.i-products .tit b{
	position: relative;
	z-index: 2;
	padding: 0 35px;
	background: #f5f8fc;
	font-size: 24px;
	line-height: 90px;
	color: #0045a4;
}
.i-prorec{
	height: 185px;
	margin-bottom: 50px;
}
.i-prorec .btn{
	float: left;
	width: 39px;
	height: 185px;
	cursor: pointer;
}
.i-prorec .prev{
	margin-left: -59px;
	background: url(../img/prev03.jpg) no-repeat left center;
}
.i-prorec .next{
	float: right;
	margin-right: -59px;
	background: url(../img/next03.jpg) no-repeat left center;
}
.i-prorec .btn:hover{
	background-position: right center;
}
.i-prorec .list{
	position: relative;
	overflow: hidden;
	float: left;
	width: 980px;
	height: 185px;
}
.i-prorec ul{
	width: 996px;
}
.i-prorec li{
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 185px;
	margin-right: 17px;
	display: inline;
}
.i-prorec p{
	padding: 0 18px 9px;
	background: #fff;
	font: bold 14px/28px "微软雅黑";
	color: #333;
}
.i-prorec .bg{
	position: absolute;
	left: 0;
	top: 183px;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=68); 
	opacity: 0.68;
}
.i-prorec .price{
	display: inline-block;
	position: absolute;
	left: -100%;
	top: 64px;
	width: 100%;
	font: bold 16px/56px "微软雅黑";
	color: #fff;
	text-align: center;
}
.i-prorec .num{
	font-size: 32px;
	font-family: Arial;
}
.i-prorec .button{
	display: inline-block;
	position: absolute;
	left: -91px;
	top: 120px;
	width: 91px;
	background: url(../img/bg_btn02.png) no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.i-prolist .menu{
	width: 232px;
}
.i-prolist .menu a.name{
	display: inline-block;
	width: 232px;
	padding-left: 41px;
	background: url(../img/bg_btn03.png) no-repeat;
	font: bold 22px/76px "微软雅黑";
	color: #fff;
}
.i-prolist .menu ul{
	background: #fff;
}
.i-prolist .menu li{
	width: 232px;
	border: 1px solid #c7c9cd;
	border-top: none;
}
.i-prolist .menu a.t{
	display: inline-block;
	width: 190px;
	padding-left: 40px;
	/*background: url(../img/bg_li02.png) no-repeat 186px -70px;*/
	font: bold 16px/50px "微软雅黑";
	color: #003;
}
.i-prolist .menu a.t.on{
	color: #FFF;
	background-position: 186px 0;
	background:#036;
}
.i-prolist .sub{
	padding: 14px 0;
	border-top: 1px solid #c7c9cd;
	display: none;
}
.i-prolist .sub a{
	display: inline-block;
	width: 190px;
	padding: 5px 0 5px 40px;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	transition: color 500ms ease-in 0ms;
}
.i-prolist .sub a:hover{
	color: #073eac;
}
.i-prolist .list{
	float: right;
	width: 730px;
}
.i-prolist .list ul{
	width: 747px;
}
.i-prolist .list li{
	width: 169px;
	
	margin: 0 15px 16px 0;
	display: inline;
	float:left;
}
.i-prolist .list .bg{
	
}
.i-prolist .list a.name{
	display: inline-block;
	width: 192px;
	padding-bottom: 4px;
	margin: 0 20px 4px;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	color: #333;
	transition: all 500ms ease-in 0ms;
}

.i-prolist .list li.hover a.name{
	color: #073eac;
	border-bottom: 1px solid #073eac;
}
.i-prolist .list a.more{
	display: inline-block;
	width: 91px;
	margin: 11px 0 17px 20px;
	background: url(../img/bg_btn02.png) no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.i-prolist .list a.name2{
	display: inline-block;
	width:680px;
	padding-bottom: 4px;
	margin: 0 20px 4px;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	color: #333;
	transition: all 500ms ease-in 0ms;
}

.i-prolist .list li.hover a.name2{
	color: #073eac;
	border-bottom: 1px solid #073eac;
}


.i-prolist .list p{
	padding: 0 20px;
	font: bold 14px/32px "微软雅黑";
	color: #333;
}
.i-prolist .list span{
	font-size: 30px;
	font-family: Arial;
	color: #c00725;
}
.i-prolist .line{
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 2px;
	margin-top: 1px;
	background: #87a1d6;
}
.i-prolist .line-in{
	position: absolute;
	left: -232px;
	top: 0;

	width: 232px;
	height: 2px;
	background: #073eac;
}
.i-about{
	position: relative;
	overflow: hidden;
	height: 980px;
	background: url(../img/bg_iabout.jpg) no-repeat center top;
}
.i-about .float{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	width: 1920px;
	height: 1020px;
	margin-left: -960px;
}
.float-fl{
	position: absolute;
	left: 0;
	top: 101px;
	width: 470px;
	height: 595px;
	background: url(../img/bg_float01.png) no-repeat;
}
.float-fr{
	position: absolute;
	right: 35px;
	top: 414px;
	width: 376px;
	height: 453px;
	background: url(../img/bg_float02.png) no-repeat;
}

.rcontent{
	width: 725px;
	border:1px solid #e9e9e9;
}
.rcontent h1{
	height: 66px;
	background: #f8f8f8;
	line-height: 66px;
	padding:0 20px;
	border-bottom:1px solid #e9e9e9;
}
.rcontent h1 span.fl{
	display: inline-block;
	
	font-size: 18px;
	color: #0857b0;
	font-weight: bold;
}
.rcontent h1 span.fr{
	color: #999999;
}
.rcontent h1 span.fr a{
	color: #999;
}
.rcontent h1 span.fr a:hover{
	color: #0857b0;
}
.rcontent h1 img{
	display: inline-block;
	margin:0 12px;
}
.rcontent .conn{
	padding:26px 20px 0 20px;
}
.rcontent .conn .map{
	border:1px solid #dadada;
	height: 370px;
	padding:3px;
}
.rcontent .conn .conn-txt{
	margin-top: 33px;
	padding:0 20px 46px 0;
}
.rcontent .conn .conn-txt h2{
	font-size: 14px;
	color: #1161c5;
	font-weight: bold;
	padding-left: 16px;
}
.rcontent .conn .conn-txt p{
	padding-top: 15px;
}
.rcontent .conn .conn-txt p span{
	width: 95px;
	text-align: right;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}
.rcontent .conn .conn-txt p input[type="text"]{
	border:1px solid #cfcfcf;
	line-height: 12px;
	padding:6px 5px;
	width: 209px;
}
.rcontent .conn .conn-txt p input.input01{
	width: 525px;
}
.rcontent .conn .conn-txt p textarea{
	border:1px solid #cfcfcf;
	padding:5px;
	height: 108px;
	width: 525px;
}
.rcontent .conn .conn-txt .sexbox{
	line-height: 13px;
	padding-top: 16px;
}
.rcontent .conn .conn-txt p label{
	width: 34px;
	padding-left: 2px;
	line-height: 26px;
	font-size: 13px;
	color: #4c4c4c;
}
.rcontent .conn .conn-txt p input[type="radio"]{
	margin-top: 4px;
}
.rcontent .conn .conn-txt p i{
	color: #ff0000;
}
.rcontent .conn .btnbox{
	text-align: center;
}
.rcontent .conn .btnbox .btn{

	width: 86px;
	height: 28px;
	border:none;
	color: #fff;
	line-height: 28px;
	text-align: center;
	display:inline-block;
	margin:11px 25px 0 25px;
}
.rcontent .conn .btnbox .btn01{
	background: url(../images/contact_09.jpg) no-repeat center;
}
.rcontent .conn .btnbox .btn02{
	background: url(../images/contact_12.jpg) no-repeat center;
}
.companycon{
	padding:0 20px 40px 20px;
}

.content{
	width: 727px;
}
.content .path{
	height: 66px;
	border: 1px solid #e4e4e4;
	background: #f8f8f8;
	line-height: 66px;
	color: #999;
}
.content .path h2{
	padding-left: 21px;
	font-size: 18px;
	color: #0857b0;
	
	height: 66px;
	background: #f8f8f8;
	line-height: 66px;
	padding:0 20px;
	border-bottom:1px solid #e9e9e9;
	font-weight: bold;
}
.content .path a{
	color: #999;
	transition: color 500ms ease-in 0ms;
}
.content .path a:hover{
	color: #0857b0;
}
.content .path span{
	display: inline-block;
	font-family: "宋体";
	padding: 0 10px;
}
.content .path span.cur{
	padding: 0 32px 0 0;
	font-family: "微软雅黑";
	color: #0857b0;
}
.inside-wrap{
	padding: 20px 0 52px;
	border: 1px solid #eaeaea;
	border-top: none;
}
.page{
	text-align: center;
}

.products-list .list{
	position: relative;
	overflow: hidden;
}
.products-list ul{
	width: 747px;
	*padding-bottom: 18px;
}
.products-list li{
	width: 228px;
	height: 278px;
	border: 1px solid #e6e6e6;
	margin: 0 20px 18px -1px;
	display: inline;
}
.products-list li .int{
	padding: 0 17px;
	line-height: 32px;
}
.products-list li a.tit{
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	transition: all 500ms ease-in 0ms;
}
.products-list li a.tit:hover{
	color: #0857b0;
	border-bottom: 1px solid #0857b0;
}
.products-list li p.price{
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.products-list li p span{
	font-size: 24px;
	font-family: Arial;
	color: #c00725;
}
.products-list .page{
	margin-top: 32px;
}
.pro-info{
	padding: 34px 20px 31px;
}
.pro-img{
	position: relative;
	float: left;
	width: 280px;
	margin-top: 10px;
}
.pro-img .img{
	position: relative;
	width: 280px;
	height: 201px;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	background: url(../../img/loading.gif) no-repeat center;
}
.jqZoomPup {
	background: #fff;
    border: 1px solid #e6e6e6;
    opacity: 0.5;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}
.zoomdiv {
	background: #fff;
    border: 1px solid #e6e6e6;
    display: none;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 1;
}
.pro-img .list{
	width: 325px;
	height: 75px;
	margin-bottom: 17px;
}
.pro-img .btn{
	float: left;
	width: 17px;
	height: 54px;
	cursor: pointer;
}
.pro-img .prev{
	background: url(../img/prev05.jpg) no-repeat center;
}
.pro-img .next{
	background: url(../img/next05.jpg) no-repeat center;
}
.pro-img .list-in{
	position: relative;
	overflow: hidden;
	float: left;
	width: 262px;
	height: 50px;
	margin: 0 14px;
	display: inline;
	margin-top: 2px;
}
.pro-img .list-in li{
	width: 78px;
	height: 48px;
	border: 1px solid #e6e6e6;
	margin-right: 11px;
	display: inline;
	cursor: pointer;
}
.pro-img .list-in li.active{
	border: 1px solid #0857b0;
}
.pro-tips{
	float: right;
	width: 330px;
}
.pro-tips h2{
	font-size: 22px;
	line-height: 44px;
	color: #333;
}
.pro-tips p.price{
	font-size: 14px;
	line-height: 34px;
	color: #333;
}
.pro-tips p.price span{
	font-size: 36px;
	color: #ca020f;
}
.pro-tips .list{
	margin-top: 18px;
	padding: 18px 0;
	border-top: 1px solid #d9d9d9;
}
.pro-tips .list li{
	width: 330px;
	margin-bottom: 9px;
	line-height: 23px;
	color: #333;
}
.pro-tips .list p{
	width: 72px;
	padding-right: 3px;
	line-height: 20px;
	
}
.pro-tips .list .fr{
	position: relative;
}
.pro-tips .list span{
	display: inline-block;
	position: relative;
	float: left;
	min-width: 21px;
	height: 16px;
	line-height: 16px;
	padding: 0 10px;
	border: 1px solid #b8b7bd;
	margin-right: 6px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 4px;
}
.pro-tips .list span.on{
	border: 1px solid #ce0303;
	background: url(../img/bg_sign12.png) no-repeat right bottom;
}
.pro-tips .list .tips{
	position: absolute;
	left: 105%;
	top: -1px;
	z-index: 5;
	width: 100%;
	padding: 3px;
	background: #fff;
	border: 1px solid #ce0303;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	display: none;
}
.pro-tips .num{
	height: 31px;
	margin-top: 8px;
}
.pro-tips .num input{
	float: left;
	width: 47px;
	height: 29px;
	padding: 0 5px;
	border: 1px solid #b8b7bd;
	margin-right: 4px;
	display: inline;
	line-height: 29px;
	color: #333;
}
.pro-tips .btn{
	float: left;
	width: 18px;
	height: 31px;
}
.pro-tips .btns{
	width: 18px;
	height: 14px;
	cursor: pointer;
}
.pro-tips .up{
	background: url(../img/prev06.jpg) no-repeat;
	margin-bottom: 3px;
}
.pro-tips .down{
	background: url(../img/next06.jpg) no-repeat;
}
.pro-tips .num p{
	width: auto;
	padding-left: 15px;
	line-height: 31px;
}
.pro-tips .num a.meesage{
	display: inline-block;
	width: 54px;
	border: 1px solid #c40000;
	background: #ffeded;
	margin: 2px 0 0 8px;
	font-size: 13px;
	line-height: 25px;
	color: #c40000;
	text-align: center;
}
.pro-tips .list em{
	font-style: normal;
}
.pro-tips .button{
	height: 40px;
	margin-top: 18px;
}
.pro-tips .button a{
	display: inline-block;
	float: left;
	width: 140px;
	height: 38px;
	border: 1px solid #cdcdce;
	margin-right: 16px;
	background: #ddd;
	font-size: 14px;
	line-height: 38px;
	color: #333;
	text-align: center;
	transition: all 500ms ease-in 0ms;
}
.pro-tips .button input{
	float: left;
	width: 140px;
	height: 38px;
	border: 1px solid #cdcdce;
	margin-right: 16px;
	background: #ddd;
	font-size: 14px;
	line-height: 38px;
	color: #333;
	text-align: center;
	transition: all 500ms ease-in 0ms;
}
.pro-tips .button a:hover, .pro-tips .button a.add, .pro-tips .button input.hover{
	border: 1px solid #0c60be;
	background: #0c60be;
	color: #fff;
}
.pro-service{
	margin: 52px 0 25px;
	font-size: 10px;
	line-height: 16px;
}
.pro-service h2{
	font-size: 18px;
	line-height: 32px;
	color: #444;
	margin-bottom: 25px;
}
.pro-service ul{
	width: 708px;
}
.pro-service li{
	width: 236px;
	height: 53px;
}
.pro-service li span{
	display: inline-block;
	float: left;
	width: 53px;
	height: 53px;
}
.pro-service li span.fi{
	background: url(../img/bg_sign13.jpg) no-repeat;
}
.pro-service li span.se{
	background: url(../img/bg_sign14.jpg) no-repeat;
}
.pro-service li span.th{
	background: url(../img/bg_sign15.jpg) no-repeat;
}
.pro-service li .int{
	float: left;
	height: 36px;
	padding: 10px 0 0 13px;
}
.pro-service li p.fz15{
	font-size: 15px;
	line-height: 20px;
	color: #1e1e1e;
}
.pro-detail h2{
	font-size: 18px;
	line-height: 58px;
	color: #444;
}
.pro-detail table{
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.pro-detail th{
	padding-left: 16px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	font-weight: normal;
	font-size: 14px;
	line-height: 45px;
	color: #333;
	text-align: left;
}
.pro-detail td{
	padding: 0 16px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	line-height: 31px;
	color: #666;
}
.pro-detail ul{
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.pro-detail li{
	padding: 0 16px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	line-height: 31px;
	color: #666;
	height: 31px;
	line-height: 31px;
	text-align: center;
}
.pro-detail .detail{
	margin-top: 65px;
}
.pro-detail .detail img{
	/*display: block;
	margin: 0 auto;
	max-width: 100%;*/
}

.main,.nav .cur,.btton,.tabst,.tabst .Lbg,.tabst .Rbg,.tabstR,.tabstR .Lbg,.tabstR .Rbg,.more,.homenews p,.H_T_C .f_r p,.foot .Flbg,.foot .Frbg,.close-link,.loading,.regbtton,.ontit .uherf,.Culture_h p,.sevice_h p,.tit_R,.tit_L,.L_main p a,.L_main p a:hover,.L_main p .active,#images a .icoo,.com_main li,.com_main .selectTag,.tagContent dl dd .icoo3,.AL_main p a,.AL_main p .here,.newslist p,.prtitxx h2{background-image:url(../images/bg.png); background-repeat:no-repeat}

.com_main{ overflow:hidden;padding-bottom:4px; background:url(../images/bg_comline.jpg) repeat-x 0 bottom; }
.bg100{ margin:20px 10px 10px 0px; padding:0 15px}

.com_main li{font-size:9pt;text-align:center; line-height:32px; float:left; width:116px; cursor:pointer; margin-right:4px; height:32px; background-position:-603px -407px; font-weight:600}

.com_main .xd01{ color:#fff; background-position:-395px -407px;}
.com_main .xd02{ color:#000}

.page{ line-height:180%;}
.page02{ line-height:180%; padding:10px 0; clear:both; overflow:hidden}
.companycon li{
	float:none;
	line-height:55px;
	border-bottom:1px dotted #CCC;
	width:680px;
	}

.list_title a{
	color:#FFF;
	font-size:18px;
	
	font-weight:bold;
	
	}
/*固定的在线客服悬浮窗*/

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff4a00 url(/images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff4a00 url(/images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff4a00 url(/images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #ff4a00 url(/images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.w1200
{
	width:1200px;
	margin:0 auto;
}
.content2{
	width: 947px;
}
.content2 .path{
	height: 66px;
	border: 1px solid #e4e4e4;
	background: #f8f8f8;
	line-height: 66px;
	color: #999;
}
.content2 .path h2{
	padding-left: 21px;
	font-size: 18px;
	color: #0857b0;
	
	height: 66px;
	background: #f8f8f8;
	line-height: 66px;
	padding:0 20px;
	border-bottom:1px solid #e9e9e9;
	font-weight: bold;
}

.content2 .path a{
	color: #999;
	transition: color 500ms ease-in 0ms;
}
.content2 .path a:hover{
	color: #0857b0;
}
.content2 .path span{
	display: inline-block;
	font-family: "宋体";
	padding: 0 10px;
}
.content2 .path span.cur{
	padding: 0 32px 0 0;
	font-family: "微软雅黑";
	color: #0857b0;
}

.pro-tips2{
	float: right;
	width: 530px;
}
.pro-tips2 h2{
	font-size: 22px;
	line-height: 44px;
	color: #333;
}

.pro-tips2 .button{
	height: 40px;
	margin-top: 20px;
	margin-bottom:20px;
}
.pro-tips2 .button a{
	display: inline-block;
	float: left;
	width: 140px;
	height: 38px;
	border: 1px solid #cdcdce;
	margin-right: 16px;
	background: #ddd;
	font-size: 14px;
	line-height: 38px;
	color: #333;
	text-align: center;
	transition: all 500ms ease-in 0ms;
}
.pro-tips2 .button input{
	float: left;
	width: 140px;
	height: 38px;
	border: 1px solid #cdcdce;
	margin-right: 16px;
	background: #ddd;
	font-size: 14px;
	line-height: 38px;
	color: #333;
	text-align: center;
	transition: all 500ms ease-in 0ms;
}
.pro-tips2 .button a:hover, .pro-tips2 .button a.add, .pro-tips2 .button input.hover{
	border: 1px solid #0c60be;
	background: #0c60be;
	color: #fff;
}
.menu_head{width:232px;height:47px;line-height:47px;padding-left:38px;font-size:14px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px;font-weight:bold;background:#f1f1f1 url(/images/pro_left.png) center right no-repeat;}
.menu_list .current{background:#f1f1f1 url(/images/pro_down.png) center right no-repeat;}
.menu_body{width:232px;height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;width:232px;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;background:#369;color:#FFF;}
#scrollPic a{
	display:block;
	margin:0px 10px;
	}
#scrollPic a:hover
{
	border:1px solid #F60;
	
	}
.bg a{
	display:block;
	}
		
.bg a:hover img{width:158px;height:113px;border:1px solid #F60;filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;}	