/* CSS Document */
body
{
    margin:0;
}
.Service
{
	width:100%;
}
.panel
{
    position:relative;
    min-height:715px;
}
.index_top
{
    width: 1260px;
    height: 120px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0px auto;
}

.index_top .index_top_logo
{
width: 182px;
height: 48px;
background: url(../images/logo.jpg) no-repeat;
margin-top: 40px;
float: left;
}

.index_top .index_top_title
{
	width: 830px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	float: left;
}

.index_top .index_top_title a
{
	cursor: pointer;
	padding: 0px 20px;
}

.index_top .index_top_title a:hover
{
	color: #c40001;
}

.index_top .index_top_practice
{
        width: 248px;
        height: 100px;
        float: right;
        font-size: 12px;
        padding-top: 20px;
}

.Service_word
{
	width:100%;
	height:100%;
    position:absolute;
    top:0;
    min-height:715px;
	z-index:10;
}

.Service_back
{
	width:100%;
	min-height:715px;
    position:relative;
    top:0;
    min-height:715px;
}
.index_body_left
{
	position:fixed;
	width:67px;
	left:0px;
	top:200px;
	text-align:center;
	opacity:0.3;
	font-size:12px;
	z-index:15;
}
.index_body_left:hover
{
	opacity:1;
}
.index_body_left a
{
	text-decoration:none;
	list-style:none;
	color:#f5f5f5;
	line-height:24px;
	display:block;
}
.index_body_left a:hover
{
	text-decoration:none;
}
.index_body_left ul
{
	margin:0;
	padding:0;
}
.index_body_left li
{
	width:67px;
	height:50px;
	background:url(../images/nav_service.png) no-repeat;
	padding-top:10px;
	margin-top:5px;
	list-style:none;
}
.index_body_left li:hover
{
	background-position:bottom;
}