@charset "utf-8";
/*标题*/
.content_right{float: right; width: 714px;}
.content_right p{font-size: 24px;margin-top: 42px;padding-bottom: 30px;border-bottom: 1px dashed #c8c8c8;color: #2b2c2f;}

/*内容*/

.content_right_up p{
	font-size: 12px;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-bottom: 0;
	border:0;
	line-height: 30px;

}
.content_right_down{overflow: hidden;}
.content_left_pic{float: left;width: 331px;}
.content_right_pic{float: right;width: 331px;} 
.content_left_pic .pic,.content_right_pic .pic{height: 193px;}
.content_left_pic .text,.content_right_pic .text{
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #4190de;
	padding: 11px 0;
}

/*图片滚动全局样式*/
body,ul,li{
  margin: 0;
  padding: 0;
}
ul{
  list-style: none outside none;
}
img {
  border: 0 none;
}
a img{
  vertical-align:bottom;
}

a {
  text-decoration: none;
  color:#606060;
}
a:hover {
  text-decoration: underline;
  color:#005aab;
}

/*左右滚动具体样式*/
/*left right scroll detail style*/
/*布局样式*/
/*layout style*/
.product_scroll{background:#fff; width:100%;margin-bottom: 30px;}
.product_scroll .container{height:189px; margin:0 auto; padding:40px 32px 30px; position:relative; width:650px;}
.product_scroll .product_item{height:189px; overflow:hidden; position:relative; /*width:720px;*/}
.product_scroll ul{height:189px; position:relative; width:20000px;}
.product_scroll li{float:left; padding:0 12px; text-align:center; width:140px;position: relative;}
.product_scroll li .product_name{
	display:block; 
	margin-top:16px;

}
.product_scroll .btn_scroll_prev,.product_scroll .btn_scroll_next{height:37px; position:absolute; top:115px; width:23px;}
.product_scroll .btn_scroll_prev{display:""; left:0px;top: 46px%;}
.product_scroll .btn_scroll_next{right:4px;top: 46%;}
.product_scroll .btn_scroll_prev a,.product_scroll .btn_scroll_next a{display:block; height:26px; width:26px;}
/*滚动按钮图片展示*/
/*scroll button picture style*/
.product_scroll .icon_scroll_btn{background-image:url(btn.png) !important; background-repeat:no-repeat;}
.product_scroll .btn_scroll_prev a{background-position:0px  -1014px;}
.product_scroll .btn_scroll_prev a:hover{background-position: 0px -988px;}
.product_scroll .btn_scroll_next a{background-position:0 -1042px;}
.product_scroll .btn_scroll_next a:hover{background-position:0px -962px;}

/*文字*/
/*.js_scroll_products img{position: relative;}*/

.js_scroll_products span{
	position: absolute;
    left: 14px;
    bottom: 2px !important;
    line-height: 25px;
    top: auto;
    color: #fff;
    z-index: 99;
    width: 136px;
    background: #484641;
    opacity: 0.8;
    font-size: 10px;
}
.js_scroll_products b{
	position:absolute; 
	left: 14px;
	bottom: 0;
	color: #fff;
	background: #484641;
	z-index: 98;
	padding:20px 0 8px 8px;
	width: 129px; 
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.main_content .product_scroll .product_item a img{
    height: 189px;
}