@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;
}
/*开始*/
/*bnanner开始*/
/*banner*/
/* 本例子css */
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 48%;
  bottom: 15px;
  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: yellow;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  text-align: center;
}
.slideBox .bd img {
  display: inline-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结束*/
.header_logo_bj {
  height: 100px;
  background: url(../images/index_asd_dsdsds.png) top center;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header_logo_bj .right1 {
  margin-left: 25px;
}
.header_logo_bj .right1 .llb_dd > li {
  float: left;
}
.header_logo_bj .right1 .llb_dd > li > a {
  display: block;
  height: 100px;
  width: 160px;
  text-align: center;
  line-height: 100px;
  color: #fff;
}
.header_logo_bj .right1 .llb_dd > li > a:hover {
  background-color: #2f95d3;
  color: #fff;
}
.index_title {
  color: #143f8f;
  font-size: 34px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.index_cpzx_bj .index_fl {
  text-align: center;
}
.index_cpzx_bj .index_fl a {
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  background-color: #2d2d2d;
  color: #fff;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.index_cpzx_bj .index_fl a .tt {
  font-size: 16px;
}
.index_cpzx_bj .index_fl a:hover {
  background-color: #2f95d3;
}
.index_cpzx_bj .llba li {
  width: 370px;
  height: 410px;
  background-color: #f1f1f1;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index_cpzx_bj .llba li .tp {
  width: 100%;
  height: 307px;
  overflow: hidden;
  position: relative;
}
.index_cpzx_bj .llba li .tp img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_cpzx_bj .llba li .tt {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 34px;
}
.index_cpzx_bj .llba li .gd {
  text-align: center;
}
.index_cpzx_bj .llba li .gd a {
  display: inline-block;
  width: 120px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #00589f;
  color: #fff;
  font-size: 14px;
}
.index_cpzx_bj .llba li:hover {
  background-color: #00589f;
}
.index_cpzx_bj .llba li:hover .tt {
  color: #fff;
}
.index_cpzx_bj .llba li:hover .gd a {
  background-color: #ffffff;
  color: #00589f;
}
.index_cpzx_bj .llba li:nth-of-type(3n) {
  margin-right: 0px;
}
.index_jjfa_bj {
  min-height: 600px;
}
.index_jjfa_bj li {
  list-style: none;
  width: 300px;
  height: 417px;
  float: left;
  transition: all 0.3s;
  overflow: hidden;
}
.index_jjfa_bj #box {
  height: 417px;
  margin: 0 auto;
  overflow: hidden;
}
.index_jjfa_bj #box > li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.index_zjhx_s_bj {
  height: 565px;
  background: url(../images/index_gywm_bj_02.jpg) top center no-repeat;
}
.index_zjhx_s_bj .nnr_a {
  width: 865px;
  margin: 0 auto;
  color: #f8f8f8;
  font-size: 18px;
  line-height: 34px;
}
.index_zjhx_s_bj .lln_cd li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.index_zjhx_s_bj .lln_cd li .sz {
  color: #fff;
  font-size: 50px;
  vertical-align: bottom;
  font-weight: bold;
}
.index_zjhx_s_bj .lln_cd li .nyd {
  color: #fff;
  font-size: 18px;
  margin-top: 14px;
}
.index_x_bbj {
  background-color: #143f8f;
}
.index_x_bbj .index_ds_klk_bj1 {
  height: 302px;
  position: relative;
}
.index_x_bbj .index_ds_klk_bj1 .aadzuo {
  position: absolute;
  left: -30px;
  top: 130px;
}
.index_x_bbj .index_ds_klk_bj1 .aadyou {
  position: absolute;
  right: -30px;
  top: 130px;
}
.index_x_bbj .index_ds_klk_bj1 .indedx_cpjz {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.index_x_bbj .index_ds_klk_bj1 .indedx_cpjz .llba li {
  width: 210px;
  margin-right: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.index_x_bbj .index_ds_klk_bj1 .indedx_cpjz .llba li .tpa {
  width: 100%;
  height: 277px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index_x_bbj .index_ds_klk_bj1 .indedx_cpjz .llba li .tpa img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_zxdt_bj {
  min-height: 500px;
}
.index_zxdt_bj .hx {
  background-color: #4d4d4d;
  height: 2px;
}
.index_zxdt_bj .xx_abcd li {
  width: 345px;
  min-height: 410px;
  float: left;
  margin-right: 81px;
}
.index_zxdt_bj .xx_abcd li .tt01 {
  color: #d8dbe5;
  font-size: 75px;
  font-weight: bold;
}
.index_zxdt_bj .xx_abcd li .tt02 a {
  color: #333333;
  font-size: 16px;
}
.index_zxdt_bj .xx_abcd li .tt02 a:hover {
  color: #143f8f;
}
.index_zxdt_bj .xx_abcd li .tt03 {
  color: #143f8f;
}
.index_zxdt_bj .xx_abcd li .tt04 {
  color: #454444;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}
.index_zxdt_bj .xx_abcd li .tt05 {
  text-align: center;
}
.index_zxdt_bj .xx_abcd li:nth-of-type(3n) {
  margin-right: 0px;
}
.footer_bj {
  background-color: #4d4d4d;
  min-height: 323px;
}
.footer_bj .x_aad_bj {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer_bj .x_aad_bj .xad_d {
  min-height: 260px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.footer_bj .llc_ad_cdss .sm {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.footer_bj .llc_ad_cdss li {
  margin-bottom: 15px;
}
.footer_bj .llc_ad_cdss li a {
  font-size: 16px;
  color: #fff;
}
.footer_bj .llc_ad_cdss li a:hover {
  color: #eb6e1c;
}
.footer_bj .list_nnr {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.footer_x_bbbj {
  border-top: solid 1px #676767;
  min-height: 53px;
  background-color: #4d4d4d;
  line-height: 53px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer_x_bbbj a {
  color: #fff;
}
