@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;
}
@tranall : {
  transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
@flexcenter : {
  display: flex;
  justify-content: center;
  align-items: center;
}
@wenzi : {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@juzhong : {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
@a : {
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 40px;
  background: #0067a0;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-radius: 30px;
}
/* 通用样式 */
.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结束*/
.top_t {
  background: #eeeeee;
  width: 100%;
  height: 6px;
}
.top {
  background: url(../images/top.jpg) center top no-repeat;
}
.top_z {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  margin-right: 38px;
}
.top_z span {
  margin: 0 5px;
}
.top_tel {
  font-size: 15px;
  color: #777;
  line-height: 30px;
  text-align: right;
  margin-top: 25px;
}
.top_tel span {
  font-size: 32px;
  color: #fc8633;
  font-weight: bold;
}
.dh {
  background: #094bae;
  height: 62px;
}
.dh ul li {
  float: left;
  font-size: 17px;
  color: #fff;
  line-height: 62px;
  border-right: 1px solid #00409e;
  padding: 0 64px;
}
.dh ul li a {
  color: #fff;
}
.dh ul li:hover {
  background: url(../images/dh.jpg) center top no-repeat;
  color: #666;
}
.dh ul li:hover a {
  color: #666;
}
.xwt {
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 68px;
}
.xwt a {
  color: #333;
}
.xwt a:hover {
  color: #0951ba;
}
.xwt span {
  font-size: 15px;
  color: #888;
  line-height: 68px;
  font-weight: normal;
}
.cp_d {
  margin: 80px 0;
}
.bt {
  font-size: 40px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
}
.bt span {
  color: #0951ba;
}
.bt p {
  font-size: 17px;
  color: #777;
  line-height: 30px;
  font-weight: normal;
  line-height: 40px;
}
.cp_dh {
  margin: 34px;
}
.cp_dh ul li {
  width: 190px;
  height: 52px;
  color: #888;
  line-height: 52px;
  background: #ececec;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  float: left;
  margin-left: 20px;
}
.cp_dh ul li a {
  color: #888;
}
.cp_dh ul li:hover {
  background: #0951ba;
  color: #fff;
}
.cp_dh ul li:hover a {
  color: #fff;
}
.cp_t {
  margin-top: 30px;
}
.cp_t p {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  z-index: 9999;
  margin-top: -50px;
  width: 462px;
}
.index_kkd_dsds {
  width: 462px;
  height: 525px;
  overflow: hidden;
  position: relative;
}
.index_kkd_dsds img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.cp_lb {
  margin-top: 30px;
}
.cp_lb ul {
  margin-bottom: 10px;
}
.cp_lb ul li {
  width: 290px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #777;
  line-height: 35px;
  background: #efefef;
  font-weight: normal;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.cp_lb ul li:hover {
  background: #0951ba;
  color: #fff;
}
.index_ccd_ad {
  width: 100%;
  height: 201px;
  overflow: hidden;
  position: relative;
}
.index_ccd_ad img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.ys_d {
  background: url(../images/bj.jpg) center top no-repeat;
  padding: 90px 0 100px 0;
}
.bt1 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.bt_t1 {
  background: url(../images/tiao1.png) center top no-repeat;
}
.bt1 span {
  color: #fd710f;
}
.bt1 p {
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  font-weight: normal;
  line-height: 40px;
}
.ysd {
  background: url(../images/ysy.png) center top no-repeat;
  padding: 32px 0;
  margin-top: 30px;
}
.ysd ul li {
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  font-weight: bold;
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
}
.ysd ul li img {
  margin-right: 10px;
}
.ysd ul li p {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  font-weight: normal;
  margin-top: 8px;
}
.ys1 {
  margin-top: 260px;
}
.gy_d {
  background: url(../images/gyd.jpg) center top no-repeat;
  padding: 90px 0 180px 0;
}
.bt2 {
  font-size: 40px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.bt_t2 {
  background: url(../images/tiao2.png) center top no-repeat;
}
.bt2 span {
  color: #0951ba;
}
.bt2 p {
  font-size: 17px;
  color: #777777;
  line-height: 30px;
  font-weight: normal;
  line-height: 40px;
}
.gyz {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  width: 530px;
  margin-top: 25px;
}
.gyz span {
  font-size: 24px;
  font-weight: normal;
}
.gyz .idas_ggds {
  font-size: 16px;
  color: #777;
  line-height: 28px;
  font-weight: normal;
}
.gym {
  background: none;
  border: 1px solid #dedede;
  width: 148px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color: #777;
  font-weight: normal;
  margin-top: 40px;
}
.gym:hover {
  background: #0951ba;
}
.gym:hover a {
  color: #fff;
}
.gym a {
  color: #777;
}
.xt {
  background: url(../images/xbanner.jpg) center top no-repeat;
  padding: 105px 0 80px 0px;
  width: 100%;
  text-align: right;
}
.xtz {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-right: 46px;
}
.xw {
  margin: 80px 0;
}
.xwz {
  width: 620px;
  margin-top: 40px;
}
.xwz_z {
  font-size: 18px;
  color: 333;
  line-height: 40px;
  width: 480px;
}
.xwz_z p {
  font-size: 16px;
  color: #777;
  line-height: 24px;
}
.xwz_z a {
  color: #777;
}
.xwz_z a:hover {
  color: #0951ba;
}
.rq {
  background: #0951ba;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  padding: 20px 10px 15px 10px;
  line-height: 20px;
}
.rq span {
  font-size: 14px;
  font-weight: normal;
}
.xwz ul {
  border-top: 1px solid #dedede;
  margin-top: 20px;
  padding-top: 40px;
}
.xwz ul li {
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  color: #888;
  line-height: 52px;
}
.xwz ul li a {
  color: #888;
}
.xwz ul li a:hover {
  color: #0951ba;
}
.yl {
  border-top: 1px solid #dedede;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 80px;
}
.yl span {
  color: #0951ba;
}
.yl p {
  width: 1100px;
  text-align: left;
  float: left;
  font-size: 15px;
  color: #777;
  margin-left: 10px;
  font-weight: normal;
}
.yl a {
  color: #777;
}
.yl a:hover {
  color: #000;
}
.dibu {
  background: #111111;
  width: 100%;
  padding-top: 20px;
}
.d_dh {
  width: 1200px;
  height: 70px;
  background: #fff;
  border-radius: 6px;
  font-size: 17px;
  color: #666;
  line-height: 70px;
  text-align: center;
  margin-bottom: 45px;
}
.d_dh span {
  margin: 0 20px;
}
.dtel {
  font-size: 15px;
  color: #777;
  margin-left: 30px;
}
.dtel span {
  font-size: 32px;
  color: #fc8633;
  font-weight: bold;
}
.dtelz {
  margin-top: 20px;
}
.dibuz {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.dd {
  border-top: 1px solid #232323;
  margin-top: 30px;
  font-size: 15px;
  color: #888;
  line-height: 55px;
  text-align: center;
}
.dd a {
  color: #888;
}
