﻿@charset "utf-8";
#indexmain_case{
	width: 301px;
	float: left;
	overflow: hidden;
	background-image: url(img/case_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 427px;
	padding-left: 0px;
}
#main_case {
	background-image: url(img/pro_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #E7E7E7;
	margin-top: 10px;

	
}
#main_case .Cont {
	WIDTH: 300px;
	OVERFLOW: hidden;
	margin: auto;
}
#main_case .ScrCont {
	WIDTH: 1342177.27px
}
#main_case #List1 {
	FLOAT: left
}
#main_case #List2 {
	FLOAT: left
}
#main_case .LeftBotton {
	WIDTH: 17px;
	DISPLAY: inline;
	FLOAT: left;
	HEIGHT: 80px;
	OVERFLOW: hidden;
	CURSOR: pointer;
	background-image: url(img/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
#main_case .RightBotton {
	WIDTH: 17px;
	DISPLAY: inline;
	FLOAT: right;
	HEIGHT: 80px;
	OVERFLOW: hidden;
	CURSOR: pointer;
	background-image: url(img/arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

/*-----------首页案例S小图----------*/
#index_case{
	clear: both;
	border: 0px solid #e1e1e1;
	margin: auto;
	padding-top: 0px;
	width: 300px;
}
#index_case li{
	float: left;
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	height: 110px;
	text-align: center;
	background-image: url(img/pbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	}
#index_case li a.indexcase_pic{
	width:100%;
	padding: 0px;
	border: 0px solid #d1d1d1;
	display: block;
}
#index_case li a.indexcase_pic img{
	width: 136px;
	height: 96px;
	padding: 1px;
	border: 1px solid #d1d1d1;
}
#index_case li a{
	background-image: url(img/case_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 20px;
	display: block;
	width: 100%;
	color: #FFF;
	}
