@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;}

/*内容*/


/*按钮样式*/
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*/
/*布局样式*/
.content_right_up{margin-bottom: 48px;}
.product_scroll{background:#fff; width:100%;margin-top: 36px;}
.product_scroll .container{height:54px; margin:0 auto; /*padding:40px 8px 30px;*/ position:relative; width:714px;}
.product_scroll .product_item{height:54px; overflow:hidden; position:relative; width:668px;left: 23px;}
.product_scroll ul{height:54px; position:relative; width:20000px;}
.product_scroll li{float:left; padding:0 11px; text-align:center; /*width:140px;*/}
/*.product_scroll li .product_name{
	display: inline-block;
	width:51px; height:52px; background:url(btn.png) no-repeat;
}*/
.product_scroll li span{
	display: inline-block;
	width:53px; height:54px; background:url(btn_white.png) no-repeat;padding-top: 16px;
}
.product_scroll li span:hover{
	display: inline-block;
	width:53px; height:54px; background:url(btn_blue.png) no-repeat;padding-top: 16px;
}

.product_scroll li span.active{
	display: inline-block;
	width:53px; height:54px; background:url(btn_blue.png) no-repeat;padding-top: 16px;
}
/*.product_scroll li{
    background:url(btn_white.png) no-repeat top left;
}
.product_scroll li:hover{
	background:url(btn_blue.png) no-repeat top left;
}*/



.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: 25%;}
.product_scroll .btn_scroll_next{right:4px;top: 25%;}
.product_scroll .btn_scroll_prev a,.product_scroll .btn_scroll_next a{display:block; height:26px; width:26px;}

/*左右按钮*/
.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;}

/*按钮样式*/

/*内容文字图片*/
.content_right_down{margin-bottom: 60px;}
.content_right_down .content_down_text p{
	font-size: 14px;
	color: #6c6c6c;
	border:0;
	margin-top: 0;
	padding-bottom: 0;
	line-height: 22px;
}
.content_down_text h2{color: #4190de;}
.content_right_down .content_down_text img{margin: 10px 0;}
.content_right_down .line{border-bottom: 1px dashed #c8c8c8;margin: 30px 0;}