@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_bj {
  height: 45px;
  background-color: #0080da;
}
.header_bj .ll {
  color: #ffffff;
  font-size: 12px;
  line-height: 45px;
}
.header_bj .rr .ico {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
}
.header_logo_bj {
  height: 128px;
}
.header_logo_bj .rr .nav > li {
  float: left;
}
.header_logo_bj .rr .nav > li > a {
  display: block;
  width: 110px;
  height: 128px;
  color: #000000;
  font-size: 16px;
  line-height: 128px;
  text-align: center;
}
.header_logo_bj .rr .nav > li > a:hover {
  background-color: #0f92ea;
  color: #fff;
}
/*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: #0080da;
  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_cpzs_bj {
  min-height: 1026px;
  background-color: #efefef;
}
.index_cpzs_bj .bt_ll .tt {
  color: #000000;
  font-size: 26px;
}
.index_cpzs_bj .bt_ll .xx {
  width: 16px;
  height: 5px;
  background-color: #086fbe;
  margin-top: 10px;
}
.index_cpzs_bj .bt_rr a {
  color: #000000;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.index_cpzs_bj .bt_rr a:hover {
  color: #086fbe;
}
.index_cpzs_bj .index_lld li {
  width: 246px;
  float: left;
  margin-right: 70px;
}
.index_cpzs_bj .index_lld li .cp {
  width: 246px;
  height: 264px;
  overflow: hidden;
  position: relative;
}
.index_cpzs_bj .index_lld li .cp img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_cpzs_bj .index_lld li .tt {
  text-align: center;
  color: #000000;
  font-size: 14px;
  height: 78px;
  line-height: 78px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_cpzs_bj .index_lld li:nth-of-type(4n) {
  margin-right: 0px;
}
.index_cpzs_bj .gd {
  text-align: center;
}
.index_cpzs_bj .gd a {
  display: inline-block;
  width: 150px;
  height: 40px;
  color: #fff;
  background-color: #393b41;
  margin-left: 10px;
  text-align: center;
  line-height: 40px;
}
.index_cpzs_bj .gd a:hover {
  background-color: #0080da;
}
.index_yyly_bj {
  min-height: 1034px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.index_yyly_bj .bt {  
  color: #000000;
  max-width:1200px;
  margin:0 auto;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.index_yyly_bj .zy {
  color: #000000;
  max-width:1200px;
  margin:0 auto;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
.index_yyly_bj .index_yyll_lb li {
  width: 377px;
  float: left;
  min-height: 380px;
  border-bottom: solid 1px #e4e4e4;
  margin-right: 30px;
  margin-bottom: 30px;
}
.index_yyly_bj .index_yyll_lb li .tt {
  width: 377px;
  height: 221px;
  overflow: hidden;
  position: relative;
}
.index_yyly_bj .index_yyll_lb li .tt .tp img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_yyly_bj .index_yyll_lb li .tt .gd a {
  width: 377px;
  height: 221px;
  position: absolute;
  top: 0px;
  background: url(../images/hover_ddd.png) center no-repeat;
}
.index_yyly_bj .index_yyll_lb li .tt .gd a:hover {
  background: url(../images/hover_dddaad.png) center no-repeat;
}
.index_yyly_bj .index_yyll_lb li .tta {
  color: #000000;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.index_yyly_bj .index_yyll_lb li .ttz {
  color: #696969;
  font-size: 14px;
  line-height: 24px;
}
.index_yyly_bj .index_yyll_lb li:nth-of-type(3n) {
  margin-right: 0px;
}
.index_yyly_bj .ggd {
  text-align: center;
}
.index_yyly_bj .ggd a {
  display: inline-block;
  width: 150px;
  height: 40px;
  background-color: #0080da;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.index_yyly_bj .ggd a:hover {
  background-color: #a0cb18;
}
.index_ab_bj {
  height: 529px;
  background: url(../images/index_ds_bjjddsd_04.jpg) center no-repeat;
}
.index_ab_bj .rr {
  width: 683px;
  min-height: 200px;
  margin-right: 46px;
}
.index_ab_bj .rr .tt {
  color: #086fbe;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index_ab_bj .rr .zz {
  color: #6a6a6a;
  font-size: 15px;
  margin-bottom: 40px;
}
.index_ab_bj .rr .zzx {
  color: #333232;
  font-size: 14px;
  line-height: 24px;
}
.index_ab_bj .rr .gd a {
  display: block;
  width: 137px;
  height: 37px;
  background-color: #0080da;
  color: #fff;
  text-align: center;
  line-height: 37px;
  border-radius: 20px;
}
.index_ab_bj .rr .gd a:hover {
  background-color: #a0cb18;
}
.index_san_bj {
  min-height: 470px;
}
.index_san_bj .llb li {
  float: left;
  width: 377px;
  height: 296px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
.index_san_bj .llb li .tp img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_san_bj .llb li .zz {
  width: 100%;
  height: 100%;
  background: url(../images/ico_ddssddssd.png) center no-repeat;
  top: 0;
  position: absolute;
  z-index: 9999;
  display: none;
}
.index_san_bj .llb li .zz a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 296px;
  color: #fff;
}
.index_san_bj .llb li:hover .zz {
  display: block;
}
.index_san_bj .llb li:nth-of-type(3n) {
  margin-right: 0px;
}
.index_news_bj {
  min-height: 450px; padding:30px 0; background:#efefef;
}
.index_news_bj .ll {
  width: 150px;
}
.index_news_bj .ll .nwsd {
  font-size: 25px;
  color: #000;
  text-align: center;
  text-indent: 15px;
}
.index_news_bj .rr {
  font-size: 16px;
  color: #333333;
}
.index_news_bj .rr a {
  color: #333333;
}
.index_news_bj .rr a:hover {
  color: #a0cb18;
}
.index_news_bj .index_zuoyopu_a .ll {
  width: 768px;
}
.index_news_bj .index_zuoyopu_a .ll .zuo {
  width: 201px;
  height: 132px;
  overflow: hidden;
  position: relative;
}
.index_news_bj .index_zuoyopu_a .ll .zuo img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_news_bj .index_zuoyopu_a .ll .you {
  width: 520px;
}
.index_news_bj .index_zuoyopu_a .ll .you .bt {
  margin-bottom: 10px;
}
.index_news_bj .index_zuoyopu_a .ll .you .bt a {
  font-size: 16px;
  color: #000000;
}
.index_news_bj .index_zuoyopu_a .ll .you .bt a:hover {
  color: #0080da;
}
.index_news_bj .index_zuoyopu_a .ll .you .bt span {
  color: #454444;
  font-size: 12px;
}
.index_news_bj .index_zuoyopu_a .ll .you .zz {
  color: #454444;
  line-height: 24px;
  font-size: 14px;
}
.index_news_bj .index_zuoyopu_a .ll .index_aad_llnm li {
  float: left;
  width: 360px;
  border-bottom: solid 1px #e5e5e5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_news_bj .index_zuoyopu_a .ll .index_aad_llnm li a {
  display: block;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #000000;
}
.index_news_bj .index_zuoyopu_a .ll .index_aad_llnm li a:hover {
  color: #0080da;
}
.index_news_bj .index_zuoyopu_a .ll .index_aad_llnm li a span {
  float: right;
}
.index_news_bj .index_zuoyopu_a .ll .index_aad_llnm li:nth-of-type(2n) {
  float: right;
}
.index_news_bj .index_zuoyopu_a .rra {
  width: 357px;
}
.index_news_bj .index_zuoyopu_a .rra .llb li {
  height: 66px;
  background: #F9F9F9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 1px;
}
.index_news_bj .index_zuoyopu_a .rra .llb li a {
  font-size: 14px;
  display: block;
  height: 66px;
  line-height: 66px;
}
.index_news_bj .index_zuoyopu_a .rra .llb li a span {
  float: right;
}
.index_news_bj .index_zuoyopu_a .rra .llb li:hover {
  background: #0080da;
}
.index_news_bj .index_zuoyopu_a .rra .llb li:hover a {
  color: #fff;
}
.index_link_bj .wz {
  font-size: 14px;
}
.index_link_bj .wz a {
  margin-right: 10px;
}
.index_link_bj .wz a:hover {
  color: #0080da;
}
.footer_bj {
  height: 350px;
  background: #262626;
}
.footer_bj .ll {
  width: 380px;
}
.footer_bj .ll .yw {
  font-size: 28px;
  color: #3e3c3c;
  font-weight: bold;
}
.footer_bj .ll .lx {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.footer_bj .ll .zy {
  color: #939393;
  font-size: 14px;
  line-height: 24px;
}
.footer_bj .rr {
  width: 570px;
}
.footer_bj .rr .zuozuo {
  width: 162px;
}
.footer_bj .rr .zuozuo .aadt {
  text-align: center;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
}
.footer_bj .rr .zuozuo .aadw {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer_bj .rr .youyou {
  width: 250px;
}
.footer_bj .rr .youyou .aadt {
  text-align: right;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
}
.footer_bj .rr .youyou .aadw {
  text-align: right;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer_bj .rr .youyou .fooo_nva a {
  color: #777777;
  display: inline-block;
  width: 50%;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
