@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
a {
  text-decoration: none;
  color: #323232;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.middle {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
/*开始*/
.header_s_bj {
  height: 50px;
  background: url(../images/header_s_bj_01.jpg) center no-repeat;
}
.header_s_bj .left {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
}
.header_s_bj .right {
  color: #ffffff;
  font-size: 14px;
  margin-right: 15px;
}
.header_logo .right {
  width: 715px;
}
.header_logo .right .llb > li {
  float: left;
}
.header_logo .right .llb > li > a {
  display: block;
  width: 115px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.header_logo .right .llb > li > a:hover {
  color: #bd0000;
}
/*bnanner开始*/
/*banner*/
/* 本例子css */
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 5px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  display: block;
  max-width: 100%;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
/*bnanner结束*/
.index_aad_bttt .tt {
  text-align: center;
}
.index_aad_bttt .zz {
  text-align: center;
  color: #333333;
  font-size: 26px;
  margin-top: 9px;
}
.index_cp_bj {
  min-height: 773px;
  background: url(../images/index_cp_bj_02.jpg) top center no-repeat;
  background-color: #f5f5f5;
}
.index_cp_bj .fl a {
  display: inline-block;
  background: url(../images/index_dfd_lkl.png);
  width: 151px;
  height: 29px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.index_cp_bj .fl a:hover {
  color: yellow;
}
.index_cp_bj .x_llb_c li {
  width: 285px;
  min-height: 285px;
  box-shadow: 0 0 5px #d6d4d4;
  float: left;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index_cp_bj .x_llb_c li .tp {
  width: 284px;
  height: 243px;
  overflow: hidden;
  position: relative;
}
.index_cp_bj .x_llb_c li .tp img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_cp_bj .x_llb_c li .bbt {
  height: 40px;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_cp_bj .x_llb_c li:hover .bbt {
  background-color: #f7aa02;
}
.index_cp_bj .x_llb_c li:nth-of-type(4n) {
  margin-right: 0px;
}
.index_cp_td_bj {
  min-height: 677px;
  background: url(../images/index_ds_bbj_02.jpg) top center no-repeat;
}
.index_cp_td_bj .llb li {
  width: 50%;
  float: left;
  min-height: 151px;
}
.index_cp_td_bj .llb li .xx {
  width: 365px;
  min-height: 75px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.index_cp_td_bj .llb li .xx img {
  float: left;
  margin-right: 5px;
}
.index_cp_td_bj .llb li:nth-of-type(2n) {
  float: right;
}
.index_xw_bj {
  min-height: 565px;
}
.index_xw_bj .index_aad_dssds {
  font-size: 14px;
  color: #666666;
}
.index_xw_bj .index_aad_dssds a {
  color: #666666;
  padding-left: 5px;
  padding-right: 5px;
}
.index_xw_bj .index_aad_dssds a:hover {
  color: #bd0000;
}
.index_xw_bj .llb_ccd .zuo {
  width: 480px;
}
.index_xw_bj .llb_ccd .zuo .tp {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.index_xw_bj .llb_ccd .zuo .tp img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_xw_bj .llb_ccd .zuo .tt .zuoa {
  width: 400px;
  height: 80px;
  background-color: #666666;
}
.index_xw_bj .llb_ccd .zuo .tt .zuoa a {
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
}
.index_xw_bj .llb_ccd .zuo .tt .zuoa a:hover {
  color: yellow;
}
.index_xw_bj .llb_ccd .zuo .tt .youa a {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #0b44ad;
  line-height: 80px;
  text-align: center;
  color: #fff;
}
.index_xw_bj .llb_ccd .zuo .tt .youa a:hover {
  color: yellow;
}
.index_xw_bj .llb_ccd .you {
  width: 690px;
}
.index_xw_bj .llb_ccd .you .llnbn li {
  height: 70px;
  background-color: #f7f7f7;
  margin-bottom: 8px;
}
.index_xw_bj .llb_ccd .you .llnbn li .ll {
  width: 620px;
}
.index_xw_bj .llb_ccd .you .llnbn li .ll a {
  font-size: 16px;
  color: #666666;
}
.index_xw_bj .llb_ccd .you .llnbn li .ll a:hover {
  color: #bd0000;
}
.index_xw_bj .llb_ccd .you .llnbn li .rr {
  width: 70px;
}
.index_xw_bj .llb_ccd .you .llnbn li .rr a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #bfbfbf;
  text-align: center;
  line-height: 70px;
}
.index_xw_bj .llb_ccd .you .llnbn li .rr a:hover {
  background-color: royalblue;
  color: #fff;
}
.index_gsys_bj {
  min-height: 1120px;
  background-color: #f6f6f6;
}
.index_gsys_bj .index_gg_ad_bbj {
  height: 929px;
  background: url(../images/index_s_hbbnjkdssd_03.jpg) top center no-repeat;
}
.index_gsys_bj .index_gg_ad_bbj .diyic {
  width: 580px;
  height: 300px;
}
.index_gsys_bj .index_gg_ad_bbj .diyic .jz {
  width: 500px;
  margin: 0 auto;
}
.index_gsys_bj .index_gg_ad_bbj .diyic .jz .ttad_ds .ad1 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
}
.index_gsys_bj .index_gg_ad_bbj .diyic .jz .ttad_ds .ad2 {
  color: #333333;
  font-size: 20px;
}
.index_gsys_bj .index_gg_ad_bbj .diyic .jz .zz {
  width: 410px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.index_03_bj {
  height: 605px;
  background: url(../images/index_03_bj_02.jpg) center no-repeat;
}
.index_03_bj .left {
  width: 510px;
}
.index_03_bj .left .ttad_ds .ad1 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.index_03_bj .left .ttad_ds .ad2 {
  color: #fff;
  font-size: 20px;
}
.index_03_bj .left .zz {
  width: 410px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.index_03_bj .index_sods_lld li {
  width: 280px;
  height: 200px;
  border: solid 1px #fff;
  float: left;
  margin-right: 20px;
}
.index_03_bj .index_sods_lld li .tp {
  text-align: center;
  margin-bottom: 10px;
}
.index_03_bj .index_sods_lld li .basi {
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.index_gsjj_bj {
  min-height: 707px;
  background: url(../images/index_dsds_dssd_02.jpg) top center no-repeat;
}
.index_gsjj_bj .jhj {
  width: 526px;
}
.index_gsjj_bj .jhj .sjz {
  width: 467px;
}
.index_gsjj_bj .jhj .sjz .tt {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 20px;
}
.index_gsjj_bj .jhj .sjz .zz {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.index_link_bj {
  min-height: 41px;
  line-height: 41px;
  color: #666666;
  font-size: 16px;
}
.index_link_bj a {
  font-size: 14px;
  color: #666666;
}
.index_link_bj a:hover {
  color: #0b44ad;
}
.footer_bj {
  min-height: 200px;
  background-color: #0b44ad;
}
.footer_bj .llb > li {
  float: left;
}
.footer_bj .llb .ll {
  width: 355px;
  margin-right: 135px;
}
.footer_bj .llb .dz {
  width: 450px;
  margin-right: 45px;
}
.footer_bj .llb .dz .fooo_ooo {
  color: #fff;
  font-size: 14px;
}
.footer_bj .llb .dz .fooo_ooo li {
  margin-bottom: 10px;
}
.footer_bj .llb .dz .fooo_ooo img {
  margin-right: 10px;
}
.footer_bj .llb .erw {
  width: 202px;
}
.footer_x_bbbj {
  min-height: 53px;
  background-color: #0b44ad;
  line-height: 53px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer_x_bbbj a {
  color: #fff;
}
