﻿* {
    margin: 0;
    padding: 0;
}

html,body{
    height: 100%;
    width: 100%;
}

a{
    text-decoration: none;
}

.banner {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1002px;
    height: 300px;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../image/banner.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/banner.png',sizingMethod='scale');
}

.banner_mask {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1002px;
    height: 300px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    position: absolute;
    background-color: #8a0d1c;
}

.banner_title {
    top: 0;
    left: 0;
    color: #FFFFFF;
    width: 100%;
    min-width: 1002px;
    height: 300px;
    position: absolute;
    text-align: center;
}

.banner_title h1 {
    font-size: 50px;
    margin-top: 100px;
}

.banner_title h2 {
    font-size: 40px;
    margin-top: 30px;
    font-family: 'KaiTi';
}

.header {
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.nav_warp {
    position: relative;
    width: 1002px;
    height: 100%;
    margin: 0 auto;
    background-color: #1A7CB7;
}

.header_nav {
    display: inline-block;
    width: 15%;
    color: #FFFFFF;
    font-family: 'SimSun';
    font-size: 20px;
}

.header_nav a{
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
}
.header_nav a:hover{
    color: #b51266;
}

.report-zone{
    position: relative;
    width: 1002px;
    height: 273px;
    padding: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../image/bg01.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/bg01.png',sizingMethod='scale');
    zoom: 1;
}

.report-zone:after{
    clear: both;
}

.report-zone ul{
    float: left;
    margin-left: 120px;
    font-weight: bold;
}

.report-zone ul li{
    margin-bottom: 8px;
    width: 174px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
}

.report-zone ul li span{
    font-size: 16px;
    font-family: 'SimSun';
}

.head-a{
    color: #2780e3;
}
.head-a:hover{
    color: #b51266;
    text-decoration: none;
}

.report-zone div{
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    width: 656px;
    padding: 0 50px;
    background: #fff;
}

.report-zone div h2{
    text-align: left;
    font-size: 18px;
    color: #c1121c;
}

.report-zone div p{
    font-size: 16px;
    line-height: 180%;
}

.report-zone div a{
    margin: 0 auto;
    display: block;
    width: 148px;
    text-align: center;
    background-color: #c82300;
    height: 39px;
    line-height: 39px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-family:"Microsoft YaHei"
}

li{
    list-style: none;
}

.p3_box01{
    background: url(../image/bg02.png) top center repeat-x #fff;
    margin-bottom: 20px;
}

.news_warp{
    width: 30%;
    display: inline-block;
    background-image: url('../image/bg02.png')
}
