﻿@charset "utf-8";

/* Div1 */
.Div1{z-index:99;width:100%;height:75px;margin:auto;overflow:hidden;position:relative;
	background: #141414;
	  filter:alpha(opacity=70);  
      -moz-opacity:0.7;  
      -khtml-opacity: 0.7;  
      opacity: 0.7; 
      top: -75px;
      padding-top: 20px;
}
.Div1_title{height:auto;width:1000px;padding-bottom:3px;}
.Div1_title em{float:left;font-style:normal;line-height:auto;padding-left:13px;font-size:14px;}
.Div1_title span{float:right;display:block;padding:8px 15px 0 0;height: auto;}
.Div1_title span b , .Div1_title span a{display:block;float:left;}
.Div1_title span b , .Div1_title span b img{width:11px;height:auto;}
.Div1_title span b img{cursor:pointer;}

.Div1_prev:after{
	content: '>';
	color: #f77724;
}
.Div1_next:after{
	content: '<';
	color: #f77724;
}


.Div1_title span a{font-size:12px; padding-left:15px;margin-right:10px;}
.Div1_title span a:hover{color:#f34d01;}
.Div1_title span a.Div1_title_a1{color:#f34d01;}

.Div1_main{height:40px;width:10000px;overflow:hidden;position:relative;z-index:1;line-height: 40px;}
.Div1_main div{width:1200px;height:auto;float:left;}
.Div1_main div span{width:1000px;padding:0 16px;height:auto;display:block;float:left;}
.Div1_main div span a{display:block;}
.Div1_main_a1{padding:4px 3px 4px 4px;margin-bottom:4px;}
.Div1_main_a1 , .Div1_main_a1 img{width:210px;height:auto;}
.Div1_main div span b{display:block;padding-left:10px;color:#787878;}
.Div1_main div span p{line-height:auto;padding:0 10px;height:87px;color:#787878;}
.Div1_main_a2{color:#fff;text-align:left;}



.Div1 .Div1_prev1 ,.Div1 .Div1_next1{display:block;width:31px;height:auto;position:absolute;cursor:pointer;z-index:2;}
.Div1 .Div1_prev1 img ,.Div1 .Div1_next1 img{width:31px;height:auto;}
.Div1 .Div1_prev1:hover ,.Div1 .Div1_next1:hover{background: #f66b00;}
.Div1 .Div1_prev1:hover:after,.Div1 .Div1_next1:hover:after{color: #fff;}
.Div1 .Div1_prev1,
.Div1 .Div1_next1{
	width: 27px;
	height: 33px;
	background: #fff;
	text-align: center;
	right: 0px;
	line-height: 32px;
}
.Div1 .Div1_next1{
	right: 35px;
}


