﻿@charset "utf-8";

body
{
    text-align: left;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif,;
    background: #bbdffc;
    margin: 0;
    padding: 0;
    font-size: 20px;
    min-width: 1002px;
    color: #333;
}

div, form, img, ul, ol, li, dl, dt, dd, p
{
    margin: 0;
    padding: 0;
    border: 0;
}

li
{
    list-style-type: none;
}

strong
{
    font-weight: normal;
}

em
{
    font-style: normal;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

a:link
{
    color: #333;
    text-decoration: none;
}

a:visited
{
    color: #333;
    text-decoration: none;
}

a:hover
{
    color: #D50100;
    text-decoration: none;
}

a:active
{
    color: #333333;
}

.kong
{
    width: 100%;
    clear: both;
    height: 1px;
    _display: inline;
}
/*=================头部 begin=====================*/
.box
{
    width: 100%;
    clear: both;
    margin: auto;
}

.top
{
    width: 100%;
    clear: both;
    margin: auto;
    height: 228px;
}

.top-t
{
    width: 100%;
    clear: both;
    margin: auto;
    height: 480px;
    background: url(../images/banner.jpg);
}

.top_main
{
    width: 1002px;
    margin: auto;
}

.top_title
{
    margin-top: 0;
    width: 100%;
    float: left;
}
/*=================头部 end=====================*/

.main
{
    width: 1002px;
    clear: both;
    margin: auto;
    position: absolute;
    top: 480px;
    left: 0;
    right: 0;
    color: #333;
}

.row1
{
    float: left;
    width: 980px;
    padding: 10px;
}

    .row1 h2
    {
        color: #Cd0000;
        font-size: 32px;
        background: url(../images/title_bg.png) center center;
        text-align: center;
        width: 100%;
        margin: 20px 0 10px 0;
    }

    .row1 img
    {
        width: 100%;
        height: 500px;
        float: left;
    }

    .row1 label
    {
        background-color: rgba(0,0,0,0.4) !important;
        background:#000;
        filter: alpha(opacity=40);
        width: 96%;
        padding:0 2%;
        float: left;
        line-height: 50px;
        margin-top: -55px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .row1 label a
        {
            color: #fff;
            font-weight:bold;
            font-size:28px;
        }

.ul_list
{
    width: 100%;
    float: left;
}

    .ul_list li
    {
        width: 96%;
        float: left;
        background: url(../images/icon.png) no-repeat left center;
        padding: 0 0 0 30px;
        line-height: 50px;
    }

        .ul_list li a
        {
            width: 100%;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.footer
{
    width: 100%;
    clear: both;
    margin: auto;
    height: 100px;
    border-top: 3px solid #D50100;
    color: #D50100;
    text-align: center;
    line-height: 50px;
}
/*内容*/
.sub_news
{
    width: 962px;
    padding: 20px;
    clear: both;
    background:#fff;
}

    .sub_news h2
    {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .sub_news h3
    {
        line-height: 35px;
        text-align: center;
        margin: 5px 0;
    }

.sub_news_small
{
    width: 100%;
    float: left;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
    color: #333;
}

    .sub_news_small span
    {
        display: block;
        line-height: 25px;
        padding: 5px 10px;
        float: right;
        text-align: center;
        color: #333;
    }

.sub_news_s
{
    width: 700px;
    padding: 20px;
    clear: both;
}

    .sub_news_s h2
    {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 10px;
    }

.news_Intro p
{
    width: 100%;
    float: left;
    text-indent: 2em;
    color: #5f5f5f;
}

.news_attachment
{
    float: left;
}

.news_span
{
    width: 100%;
    float: left;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    color: #D50100;
}

.news_Content video
{
    margin: 0 90px;
}

.sub-dh
{
    width: 960px;
    clear: both;
    margin: auto;
    padding: 0 0 0 30px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 2px solid #D50100;
    background: url(../images/home.png) no-repeat left center;
}
