/*flash的轮播css开始*/
#container {
	width: 1300px;
	height: 480px;
	border: 1px solid #333;
	overflow: hidden;
	/*重要*/
	position: relative;
	margin: 0 auto;
}

#list {
	width: 3900px;
	/*图片列表总的宽度要比轮播区域框框的宽度宽很多*/
	height: 480px;
	position: absolute;
	z-index: 1;
}

#list img {
	float: left;
	max-width: 100%;
	height: 480px;
}

#buttons {
	position: absolute;
	height: 10px;
	width: 235px;
	z-index: 2;
	bottom: 20px;
	left: 533px;
}

#buttons span {
	cursor: pointer;
	float: left;
	width: 66px;
	height: 4px;
	margin-right: 12px;
	background-color: #fff;
}


.arrow {
	cursor: pointer;
	display: none;
	line-height: 39px;
	text-align: center;
	font-size: 0px;
	font-weight: bold;
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 2;
	top: 180px;
	background-color: #eaeaea;
}

.arrow:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

#container:hover .arrow {
	display: block;
}

#prev {
	left: 20px;
}

#next {
	right: 20px;
}
/*flash的轮播css开始*/

/*三级联动开始*/

.zi_left {
	display: block;
	float: left;
	width: 361px;
	position: relative;
}

.ul_center {
	display: block;
	float: left;
	width: 520px;
	padding: 0px 0px 0px 18px;
	box-sizing: border-box;
	overflow: hidden;
}

.ul_center a {
	display: block;
	color: #777777;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 21px;
	margin-bottom: 7px;
	padding-bottom: 2.5px;
	width: 500px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ul_center a:hover{
	color: #7b6549;
}
.ul_center a:hover h3{
	color: #7b6549;
}
.ul_center h3 {
	color: #3e3e3e;
	font-size: 16px;
	font-weight: normal;
	text-overflow:ellipsis;
	 overflow:hidden; 
	 white-space:nowrap; 
}

.ul_centerate{
	color: #7b6549;
}
.ul_centerate h3{
	color: #7b6549;
}
.reporte_left {
	display: block;
	float: left;
	width: 100%;
	height: 202.5px;
}

.xuan_nei {
	display: block;
	padding: 20px;
}

.xuan_five {
	font-family: 'Aparajita';
	display: inline-block;
	font-size: 19px;
	color: #fefefe;
	float: right;
}

.xuan_span {
	font-family: '宋体';
	font-size: 12px;
	color: #fefefe;
	line-height: 20px;
}


/* outer */

#outer {
	width: 360px;
	height: 202.5px;
	float: left;
	position: relative;
	overflow: hidden;
	background: #eee;
}


/* iner代表ul */

#inner {
	display: block;
	width: 4800px;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
}

#inner li {
	display: block;
	width: 360px;
	height: 202.5px;
	float: left;
	font-size: 72px;
	text-shadow: 3px 3px 2px #999, 5px 5px 2px #ccc;
	background: #eee;
}


/* 动态添加的1234的样式 */

#nav {
	width: 100px;
	height: 14px;
	position: absolute;
	bottom: 12px;
	right: 8px;
}

.nav em {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	color: #1e1e1e;
	font-style: normal;
	font-family: Arial;
	background: #fff;
	cursor: pointer;
}

.ehover {
	background-color: #31271c!important;
	color: #fff!important;
}
.ehover1{
	color: #7b6549!important;
}

.ehover1 h3 {
	color: #7b6549;
}


/*三级联动结束*/




/*项目类型的轮播css开始*/
.picMarquee-left {
	width: 1300px;
	overflow: hidden;
	position: relative;
}

.picMarquee-left .hd {}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	position: absolute;
	width: 30px;
	height: 40px;
	z-index: 999;
	opacity: 0;
}

.picMarquee-left .hd .prev {
	background:url(../img/ib_qh.png) no-repeat center center;
	top: 100px;
	left: 0px;
}

.picMarquee-left .hd .next {
	background:url(../img/ib_hh.png) no-repeat center center;
	top: 100px;
	right: 0px;
}
.picMarquee-left:hover .prev{
	opacity: 1;
}
.picMarquee-left:hover .next{
	opacity: 1;
}
.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;	
}

.picMarquee-left .bd ul li {
	margin-right: 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;	
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
	overflow: hidden;
	width: 316px;
	height: 177.75px;
	position: relative;
}

.picMarquee-left .bd ul li .pic img {
	/* width:316px; height:246px; */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
	height: 100%;
}

.picMarquee-left .bd ul li:hover .pic img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	color: #fff;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	background-color: rgba(80, 80, 80,0.2);
}

.tempWrap {
	width: 1300px!important;
}


/*项目类型的轮播css结束*/



/*响应式*/
/*960-1199*/
@media (max-width: 1300px) {
	
.picMarquee-left {
    width: 940px;  
}
.ul_center {   
    width: 200px;   
}
.ul_center a {   
    width: 166px;   
}

}

/*响应式*/
/*640-959*/
@media (max-width:959px ) {
	
.picMarquee-left {
    width: 640px;  
}
.zi_left,.ul_center{
	display: none;
}
.picMarquee-left{
	display: none;
}
}