
/*index */
.index
{
    color: #333;
    width: 100%;
    min-width: 1000px;
    font-family: Microsoft YaHei;
}

.index_top
{
    width: 1260px;
    height: 120px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0px auto;
}

    .index_top .index_top_logo
    {
        width: 182px;
        height: 68px;
        margin-top: 30px;
        float: left;
    }
.index_top_logo a
{
    width: 182px;
    height: 68px;
	display:block;
	background:url(../images/logo.jpg) no-repeat;
}
    .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;
			color:#333;
        }
		        .index_top a,.index_top_logo a img
        {
			text-decoration:none;
			list-style:none;
			color:#333;
			border:none;
        }

            .index_top .index_top_title a:hover
            {
                color: #0e1d7d;
            }

    .index_top .index_top_practice
    {
        width: 248px;
        height:60px;
        float: right;
        font-size: 12px; margin-top:26px;
    }
.index_center
{
    width: 1260px;
    margin: 30px auto;
}

.index_center_top
{
    width: 100%;
    height: 470px;
    background: #000;
    overflow: hidden;
    position:relative;
}

    .index_center_top .img_div
    {
        height: 470px;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        opacity:0;
        filter: alpha(opacity='0');
    }

.index_center_banner
{
    width: 100%;
    height: 4px;
    z-index: 1;
    position:relative;
    text-align: center;
    bottom: 20px;
}

    .index_center_banner .nav
    {
        display: inline-block;
        width: 24px;
        height: 4px;
        background: #fff;
        margin: 0 6px;
        opacity: 0.6;
        filter: alpha(opacity='60');
        border-radius: 2px;
        position:relative;
        bottom: 20px;
        cursor:pointer;
    }
    .index_center_banner .now
    {
        opacity: 1;
        filter: alpha(opacity='100');
    }

.datu_li1
{
    background: url(../images/index/images_one.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.datu_li2
{
    background: url(../images/index/images_one.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.datu_li3
{
    background: url(../images/index/images_one.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.datu_li4
{
    background: url(../images/index/images_one.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.datu_li5
{
    background: url(../images/index/images_one.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.datu_li6
{
    background: url(/images/index/images_one.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.datu_li7
{
    background: url(../images/index/images_one.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.xiaod_div
{
    text-align: center;
    position: absolute;
    top: 300px;
    z-index: 10;
    right: 45%;
    left: 45%;
}

    .xiaod_div span
    {
        display: inline-block;
        margin-right: 10px;
        width: 12px;
        height: 12px;
        background: url(../images/index/dot.png) no-repeat -29px 0;
        cursor: pointer;
    }

    .xiaod_div .a_active
    {
        background-position: 0 0;
    }

.index_center .index_center_foot
{
    width: 20%;
    height: 120px;
    float: left;
    overflow:hidden;
}

.index_foot
{
    width:: 100%;
    height: 120px;
    border-top: 1px solid #e3e3e3;
    font-size: 12px;
    text-align: center;
    padding-top: 40px;
    clear: both;
	line-height:24px;
}

.index_foot a
{
	text-decoration:none;
	color:#333;
}

.red a{ color:#c40001; font-weight:800;}