﻿/*reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

select,
input {
    vertical-align: middle;
}

legend {
    color: #000;
}

.clean:before,
.clean:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clean:after,
.clearfix:after {
    clear: both;
}

.clean,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.break {
    word-wrap: break-word;
    width: inherit;
}

.linkhidden {
    text-indent: -9999em;
    overflow: hidden;
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
}


/*reset*/


/*主要样式*/

.subNavBox {
    width: 200px;
    border: solid 1px #e5e3da;
}

.subNav {
    border-bottom: solid 1px #e5e3da;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    line-height: 35px;
    padding-left: 10px;
    background: url(../images/jiantou1.jpg) no-repeat;
    background-position: 95% 50%;
}

.subNav:hover {
    color: #277fc2;
}

.currentDd {
    color: #277fc2;
}

.currentDt {
    background-image: url(../images/jiantou.jpg);
}

.navContent {
    display: none;
    border-bottom: solid 1px #e5e3da;
}

.navContent li a {
    display: block;
    width: 200px;
    height: 35px;
    text-align: left;
    font-size: 12px;
    line-height: 35px;
    color: #333;
    padding-left: 10px;
}

.navContent li a:hover {
    color: #fff;
    background-color: #277fc2;
}


/*--------------------------------------------字体大小----------------------------*/

.NIndexCont2_2 .NIndexCont2_2_2 .PageCont {
    font-size: 16px;
}

.NIndexCont2_2 .NIndexCont2_2_2 .PageCont p {
    line-height: 30px;
    text-indent: 2em;
}

.NIndexCont2_2 .NIndexCont2_2_2 .PageCont p img {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #999;
    padding: 5px;
}

.NIndexCont2_2 .NIndexCont2_2_2 .PageCont .LightBox li {}


/*---------------------------------------------------------滚动新闻---------------------------------------------------*/

.xwzx {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #f2f2f2;
    background-position: center;
    background-repeat: no-repeat;
}

.xwzx .bodywidth {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0;
    overflow: hidden;
}

.xwzx .title {
    margin-bottom: 30px;
}

.xwzx .content {
    padding: 0px 10px;
    color: #CCCCCC;
}

.xwzx .marquee {
    width: 1200px;
    overflow: hidden;
    height: 520px;
}

.xwzx .marquee .zxzx {
    padding: 10px 0;
    overflow: hidden;
}

.xwzx .zxzx li {
    float: left;
    width: 260px;
    height: 220px;
    text-align: center;
    padding: 20px;
}

.xwzx .marquee .image {
    width: 260px;
    height: 188px;
}

.xwzx .marquee .image img {
    width: 250px;
    height: 188px;
}

.xwzx .zxzx li .name {
    text-align: center;
    padding-top: 5px;
    background-color: #fff;
}

.xwzx .zxzx li .name a {
    line-height: 45px;
    color: #2a8dfc;
    font-size: 16px;
}