@charset "utf-8";

/* CSS Document font-family:"微软雅黑";*/

body,
p,
dl,
dt,
dd,
ul,
li,
img,
button,
box,
h1,
span {
    margin: 0;
    padding: 0;
    list-style: none;
    color: inherit;
    font-size: 14px;
    font-family: "微软雅黑";
}

input {
    margin: 0;
    padding: 0;
}

img,
input,
button {
    border: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}


/*头*/

.headerbj {
    width: 100%;
    height: 110px;
    background: #fff;
}

.header_l {
    float: left;
}

.header_l img {
    margin: 30px 20px 0 0;
}

.header_r {
    float: right;
    width: 330px;
    margin: 30px 0 0 0;
}

.header_r img {
    float: left;
}

.header_r .csrx {
    float: left;
    position: relative;
}

.header_r .csrx .xx {
    position: absolute;
    right: -18px;
    top: 23px;
}

.header_r .csrx p {
    font-size: 20px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
}

.header_r .csrx div {
    display: none;
    width: 170px;
    position: absolute;
    left: 0px;
    top: -13px;
    z-index: 9;
    background: #fff;
    padding: 14px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
    /* For IE 8 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 0px 0px 4px #cccccc;
    /* for firefox */
    -webkit-box-shadow: 0px 0px 4px #cccccc;
    /* for safari or chrome */
    box-shadow: 0px 0px 4px #cccccc;
    /* for opera or ie9 */
}

.header_r .csrx div img {
    position: absolute;
    right: 10px;
    top: 36px;
}

.header_r .csrx:hover div {
    display: block;
}

.navbj {
    width: 100%;
    height: 52px;
    background: #1a5995;
}

.navbj ul {
    line-height: 52px;
}

.navbj ul li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0 40px;
    position: relative;
}

.navbj ul li a {
    color: #ffffff;
}

.navbj ul li:hover .jxms {
    display: block;
}

.navbj ul li .jxms {
    display: none;
    z-index: 9;
    width: 260px;
    padding: 15px 0;
    background: url(../img/lx_nav.png);
    position: absolute;
    left: 30px;
    top: 52px;
}

.navbj ul li .jxms dt {
    line-height: 40px;
}

.navbj ul li .jxms dt a {
    width: 240px;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    padding: 0 0 0 20px;
    display: block;
}

.navbj ul li .jxms dt:hover .ddt {
    background: #1a5995;
}


/*尾*/

.footbj {
    width: 100%;
    height: 163px;
    background: #1d5e9e;
    padding: 37px 0 0;
    margin: 10px 0 0;
}

.foot_l {
    float: left;
    width: 840px;
}

.foot_l dl {
    color: #fff;
    margin: 0 0 32px;
    font-size: 15px!important;
}

.foot_l dl a {
    font-size: 15px!important;
}

.foot_l dl dt {
    float: left;
}

.foot_l dl dd {
    float: left;
}

.foot_l dl dd span {
    margin: 0 20px;
    color: #fff;
}

.foot_l p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.foot_r {
    float: right;
}

.foot_r p {
    word-wrap: break-word;
    width: 20px;
    float: left;
    color: #fff;
    margin: 0 20px 0 0;
    line-height: 18px;
}

.foot_r div {
    float: left;
}
/*分页*/
#pages {
  height: 30px;
  overflow: hidden;
  display: table;
  margin: 20px auto 30px;
}

#pages .current {
  background: #1d5e9e;
  border-color: #1d5e9e;
  color: #FFF;
}

#pages a,#pages span {
    float: left;
    padding: 2px 10px;
    line-height: 22px;
    border: 1px solid #eee;
    color: #333;
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
  }
/*banner大图*/
 .xxgkbj{
 	width:100%;
    height:100%;
    position: relative;
    top:80px;
 }
.xxgkbj img{
  width:100%;
  height:100%;
}