@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: 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: 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结束*/
/*bnanner开始*/
/*banner*/
/* 本例子css */
.slideBox1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox1 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 5px;
  z-index: 1;
}
.slideBox1 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox1 .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;
}
.slideBox1 .hd ul li.on {
  background: yellow;
  color: #fff;
}
.slideBox1 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox1 .bd li {
  zoom: 1;
  vertical-align: middle;
  text-align: center;
}
.slideBox1 .bd img {
  display: inline-block;
  max-width: 100%;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .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;
}
.slideBox1 .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox1 .prev:hover,
.slideBox1.next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox1 .prevStop {
  display: none;
}
.slideBox1 .nextStop {
  display: none;
}
/*bnanner结束*/
.header_logo_bj {
  height: 168px;
  background: url(../images/index_logobj_01.jpg) top center no-repeat;
}
.header_logo_bj .right .llb_dd > li {
  float: left;
}
.header_logo_bj .right .llb_dd > li > a {
  display: block;
  height: 135px;
  width: 115px;
  text-align: center;
  line-height: 130px;
  color: #333333;
}
.header_logo_bj .right .llb_dd > li > a:hover {
  background-color: #ee1a37;
  color: #fff;
}
.header_dh_bj {
  height: 60px;
  background-color: #255aac;
  overflow: hidden;
}
.header_dh_bj .llb > li {
  float: left;
  line-height: 60px;
  color: #ffffff;
  position: relative;
}
.header_dh_bj .llb > li > a {
  color: #fff;
  display: inline-block;
  width: 109px;
  text-align: center;
  line-height: 60px;
}
.header_dh_bj .llb > li > a:hover {
  background-color: #fa752e;
  color: #fff;
}
.header_dh_bj .llb > li .index_aadd {
  background-color: #255aac;
  position: absolute;
  z-index: 9999;
  display: none;
}
.header_dh_bj .llb > li .index_aadd li {
  border-right: none;
}
.header_dh_bj .llb > li .index_aadd li a {
  display: inline-block;
  width: 170px;
  text-align: center;
  color: #fff;
}
.header_dh_bj .llb > li .index_aadd li a:hover {
  background-color: #bf1a20;
  color: #fff;
}
.header_dh_bj .zz_ad {
  width: 890px;
}
.header_dh_bj .yy_ad {
  width: 185px;
}
.header_dh_bj .yy_ad .sd_bj {
  width: 185px;
  height: 32px;
  background: url(../images/ico_aasd_03.jpg) top center no-repeat;
}
.header_dh_bj .yy_ad .sd_bj .text {
  width: 120px;
  height: 25px;
  border: none;
  text-indent: 5px;
  font-size: 12px;
  color: #323232;
}
.header_dh_bj .yy_ad .sd_bj .button {
  width: 55px;
  height: 28px;
  border: none;
  background: none;
  cursor: pointer;
}
.index_ggbj {
  height: 66px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
}
.index_ggbj .zzcd_l {
  width: 140px;
  background-color: #255aac;
  height: 66px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 66px;
}
.index_ggbj .yycd_r {
  width: 1030px;
  height: 140px;
  overflow: hidden;
}
.index_ggbj .yycd_r .index_adsd {
  height: 30px;
  overflow: hidden;
}
.index_ggbj .yycd_r .index_adsd li {
  margin-bottom: 10px;
}
.index_ggbj .yycd_r .index_adsd li a {
  color: #8c8c8c;
  font-size: 14px;
}
.index_ggc_bj {
  height: 369px;
}
.index_ggc_bj .zuobian {
  width: 495px;
}
.index_ggc_bj .zuobian .tp {
  width: 495px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.index_ggc_bj .zuobian .tp img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_ggc_bj .zuobian .bbt {
  height: 49px;
  background-color: #255aac;
  line-height: 49px;
  text-indent: 20px;
}
.index_ggc_bj .zuobian .bbt a {
  color: #fefefe;
}
.index_ggc_bj .zuobian .bbt a:hover {
  color: yellow;
}
.index_ggc_bj .youbian {
  width: 687px;
}
.index_ggc_bj .youbian .ggtz_xbj {
  height: 50px;
  background-color: #eeeeee;
}
.index_ggc_bj .youbian .ggtz_xbj .zzc {
  color: #080808;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}
.index_ggc_bj .youbian .ggtz_xbj .yyc a {
  color: #080808;
  font-size: 14px;
  display: block;
  line-height: 50px;
}
.index_ggc_bj .youbian .ggtz_xbj .yyc a:hover {
  color: #255aac;
}
.index_ggc_bj .youbian .index_xx_llb {
  font-size: 16px;
}
.index_ggc_bj .youbian .index_xx_llb li {
  border-bottom: solid 1px #e5e5e5;
}
.index_ggc_bj .youbian .index_xx_llb a {
  font-size: 16px;
  display: block;
  color: #666666;
  height: 40px;
  line-height: 40px;
}
.index_ggc_bj .youbian .index_xx_llb a:hover {
  color: #162953;
}
.index_title_gy {
  text-align: center;
}
.index_title_gy .tt01 {
  color: #010101;
  font-size: 35px;
  font-weight: bold;
}
.index_title_gy .tt02 {
  color: #bcbcbc;
  font-size: 50px;
  font-weight: bold;
}
.index_gywm_bj {
  height: 715px;
  background: url(../images/index_gywm_cd_02.jpg) top center no-repeat;
}
.index_gywm_bj .zhaiyao {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 34px;
}
.index_gywm_bj .ggd_cdc {
  text-align: center;
}
.index_gywm_bj .ggd_cdc a {
  display: inline-block;
  width: 135px;
  height: 45px;
  background-color: #255aac;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.index_gywm_bj .ggd_cdc a:hover {
  background-color: #323232;
}
.index_title_gy1 {
  text-align: center;
}
.index_title_gy1 .tt01 {
  color: #255aac;
  font-size: 35px;
  font-weight: bold;
}
.index_title_gy1 .tt02 {
  color: #bcbcbc;
  font-size: 16px;
  color: #010101;
  margin-top: 10px;
  margin-bottom: 10px;
}
.index_title_gy1 .tt03 {
  color: #255aac;
  font-weight: bold;
}
.index_qyfc_bj {
  height: 739px;
}
.index_qyfc_bj .al_llb li {
  width: 269px;
  height: 217px;
  position: relative;
  overflow: hidden;
  
  margin-right: 25px;

}
.index_qyfc_bj .al_llb li .tp img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.index_afoos {
  background-color: #25252c;
  height: 285px;
  border-bottom: solid 1px #2e2e34;
}
.index_afoos .index_xad {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.index_afoos .index_xad > li {
  width: 270px;
}
.index_afoos .index_xad > li .bbt {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.index_afoos .index_xad > li .llbdf li {
  margin-bottom: 10px;
}
.index_afoos .index_xad > li .llbdf li a {
  color: #7d7d80;
  font-size: 14px;
}
.index_afoos .index_xad > li .llbdf li a:hover {
  color: yellow;
}
.index_afoos .index_xad > li .wmnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.index_afoos .index_xad > li .wmnr > div {
  width: 122px;
}
.footer_xx {
  height: 125px;
  background-color: #25252c;
}
.footer_xx .xx_ads_ds {
  text-align: center;
  color: #cbcbcc;
  font-size: 14px;
  line-height: 28px;
}
.footer_xx .xx_ads_ds a{
  color: #cbcbcc;
}

.footer_xx .xx_ads_ds a:hover{
  color: yellow;
}