@charset "utf-8";

::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #1b4b6e;
  color: #fff;
}
::-moz-selection {
  background-color: #1b4b6e;
  color: #fff;
}
::-webkit-selection {
  background-color: #1b4b6e;
  color: #fff;
}
#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
  box-sizing: content-box;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 18px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.webqq_ewm {
  box-sizing: content-box;
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}
input,
button {
  outline: none;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
.wjdh-ico1,
.wjdh-ico2 {
  vertical-align: middle;
}
/* xunpan S */
.container1 {
  height: auto;
  margin: 0 auto;
}
.topxunpan {
  text-align: left;
  box-sizing: border-box;
  height: 120px;
}
.topxunpan > i {
  display: block;
  width: 65px;
  height: 65px;
  margin: 18px auto 10px;
}
.topxunpan .xp {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 120px;
  cursor: pointer;
}
.topxunpan .xp img {
  vertical-align: middle;
}
.topxunpan .rx img {
  vertical-align: middle;
  margin-right: 5px;
}
.topxunpan .xp i {
  font-size: 16px !important;
  margin-top: 5px;
  line-height: 43px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: 15px;
  width: 42px;
  height: 42px;
  background: #1b4b6e;
  border-radius: 50%;
  color: #fff;
}
.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 95px !important;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #1b4b6e;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
}
.topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #1b4b6e;
}
.topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.xcConfirm .xc_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #666666;
  opacity: 0.5;
  transition: 0.3s;
  z-index: 2147000000;
}
.xcConfirm .popBox {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  z-index: 2147000001;
  width: 10px;
  height: 0px;
  margin-left: -285px;
  margin-top: -150px;
  border-radius: 5px;
  font-weight: bold;
  color: #535e66;
  transition: 0.3s;
  overflow: hidden;
}
.xcConfirm .popBox .ttBox {
  height: 30px;
  line-height: 30px;
  padding: 14px 30px;
  border-bottom: solid 1px #eef0f1;
  height: 59px;
  box-sizing: border-box;
}
.xcConfirm .popBox .ttBox .tt {
  font-size: 18px;
  display: block;
  float: left;
  height: 30px;
  position: relative;
}
.xcConfirm .popBox .txtBox {
  margin: 40px 68px;
  height: 68px;
  overflow: hidden;
}
.xcConfirm .popBox .txtBox p {
  height: 68px;
  margin-top: 16px;
  line-height: 26px;
  overflow-x: hidden;
  overflow-y: auto;
}
.xcConfirm .popBox .txtBox p input {
  width: 364px;
  height: 30px;
  border: solid 1px #eef0f1;
  font-size: 18px;
  margin-top: 6px;
}
.xcConfirm .popBox .btnArea {
  border-top: solid 1px #eef0f1;
}
.xcConfirm .popBox .btnGroup {
  float: right;
}
.xcConfirm .popBox .btnGroup .sgBtn {
  margin-top: 14px;
  margin-right: 10px;
}
.xcConfirm .popBox .sgBtn {
  display: block;
  cursor: pointer;
  float: left;
  width: 95px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
}
.xcConfirm .popBox .sgBtn.ok {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #1b4b6e;
  cursor: pointer;
}
.xcConfirm .popBox .sgBtn.ok::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1b4b6e;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.xcConfirm .popBox .sgBtn.ok:hover {
  color: #1b4b6e;
  background-color: #fff;
}
.xcConfirm .popBox .sgBtn.ok:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.xcConfirm .popBox .sgBtn.cancel {
  background-color: #546a79;
  color: #FFFFFF;
}
.xcConfirm {
  transition: 0.7s;
}
.xcConfirm .openh {
  height: 100%;
}
.xcConfirm .openw1 {
  width: 511px;
}
.xcConfirm .openw {
  height: 275px;
}
/* *************************NAV********************************* */
.box-nav {
  height: 80px;
}
.box-nav .nav {
  position: relative;
  width: 65%;
  display: flex;
  justify-content: space-between;
}

.box-nav .nav::after{
  display: none;
}
.box-nav .nav .m {
  float: left;
  position: relative;
  height: 80px;
}
.box-nav .nav .m .mmm {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 20;
}
.box-nav .nav .another .mmm {
  color: #c9002c;
}
.box-nav .nav .m .sub {
  display: none;
  position: absolute;
  left: 50%;
  top: 80px;
  z-index: 50;
  transform: translateX(-50%);
}
.box-nav .nav .m:hover .sub{ display:block}


.box-nav .nav .m .cp {
  transform: translateX(-50%);
}
.box-nav .nav .m .sub .nav-con {
  width: 1280px;
  height: 460px;
  background: #fcfcfc;
  border-radius: 10px;
  background: url(../images/na-bj.png) no-repeat center;
}
.box-nav .nav .m .sub .nav-con .fl {
  margin-top: 64px;
  width: 830px;
}
.box-nav .nav .m .sub .nav-con .fl .top-a {
  width: 730px;
  height: 38px;
}
.box-nav .nav .m .sub .nav-con .fl .top-a .btt {
  font-size: 24px;
  line-height: 38px;
  color: #444;
  font-weight: bolder;
  float: left;
  position: relative;
}
.box-nav .nav .m .sub .nav-con .fl .top-a .btt::before {
  content: "";
  width: 188px;
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  top: 50%;
  right: -215%;
}
.box-nav .nav .m .sub .nav-con .fl .navList {
  margin: 45px -45px 0 0;
  background-color: #ffffff;
  border-radius: 5px;
  width: 764px;
  height: 268px;
  padding: 35px 0px 35px 23px;
  box-sizing: border-box;
}
.box-nav .nav .m .sub .nav-con .fl .navList :hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.box-nav .nav .m .sub .nav-con .fl .navList li {
  width: 202px;
  height: 40px;
  float: left;
  overflow: hidden;
  margin: 0 45px 40px 0;
  box-sizing: border-box;
  border: solid 1px #7d7d7d;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.box-nav .nav .m .sub .nav-con .fl .navList li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1b4b6e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box-nav .nav .m .sub .nav-con .fl .navList li:hover {
  color: #fff;
}
.box-nav .nav .m .sub .nav-con .fl .navList li:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.box-nav .nav .m .sub .nav-con .fl .navList li::before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background: url(../images/nav-arr.png) no-repeat;
  position: absolute;
  top: 12px;
  right: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box-nav .nav .m .sub .nav-con .fl .navList li:hover::before {
  background: url(../images/nav-arrs.png) no-repeat;
}
.box-nav .nav .m .sub .nav-con .fl .navList li a {
  display: block;
  line-height: 40px;
  text-align: center;
  padding-right: 28px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box-nav .nav .m .sub .nav-con .fl .navList li:hover a {
  color: #fff;
}
.box-nav .nav .m .sub .nav-con .fl .navList li:hover {
  border: none;
}
.box-nav .nav .m .sub .nav-con .fr {
  width: 450px;
  padding-top: 60px;
  box-sizing: border-box;
}
.box-nav .nav .m .sub .nav-con .fr img {
  width: 334px;
  height: 195px;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box-nav .nav .m .sub .nav-con .fr img:hover {
  transform: scale(1.05);
}
.box-nav .nav .m .sub .nav-con .fr p {
  width: 336px;
  margin: 0 auto;
  color: #666;
  line-height: 28px;
  font-size: 16px;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 85px;
}
.box-nav .nav .m .sub .nav-con .fr .more {
  width: 36px;
  height: 36px;
  background: #1b4b6e;
  border-radius: 50%;
  display: block;
  text-indent: -9999px;
  position: relative;
  margin: 28px 0 0 65px;
}
.box-nav .nav .m .sub .nav-con .fr .more::before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/nav-add.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -8px;
}
.box-nav .nav .m .ne {
  display: inline-block;
  color: #999;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box-nav .nav .another .ne {
  top: 100px;
}
.top-a {
  margin-left: 22px;
}
.top-a .line {
  display: block;
  float: right;
  width: 146px;
  height: 38px;
  border-radius: 19px;
  line-height: 38px;
  padding-left: 51px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  background: url(../images/nav-qq.png) no-repeat left center;
  background-color: #1b4b6e;
  background-position-x: 21px;
}
.box-nav .nav .m .sub .er a {
  display: block;
  height: 50px;
  background: #333;
  color: #fff;
  width: 150px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.box-nav .nav .m .sub .er a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b4b6e;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box-nav .nav .m .sub .er a:hover {
  color: #fff;
}
.box-nav .nav .m .sub .er a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* *************************NAV********************************* */
.jy {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.jy::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b4b6e;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.jy:hover {
  color: #fff;
}
.jy:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #1b4b6e;
  border-top-color: #1b4b6e;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #1b4b6e;
  border-bottom-color: #1b4b6e;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.header {
  padding: 0 7%;
  height: 40px;
  background: #08437d;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 90;
}
.header .num {
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  position: relative;
}
.header .num::before {
  content: "";
  display: block;
  width: 23px;
  height: 40px;
  position: absolute;
  background: url(../images/tel1.png) no-repeat center;
  top: 0;
  left: 0;
  -webkit-animation: zyuo linear 2s infinite;
}
.header .num i {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.header .btn {
  width: 143px;
  height: 40px;
  border: 1px solid rgba(221, 221, 221, 0.2);
  border-top: none;
  border-bottom: none;
  box-sizing: border-box;
  padding-left: 41px;
  position: relative;
}
.header .btn p {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  background: url(../images/z.png) no-repeat center left;
  background-position-x: 50px;
}
.header .btn .eng {
  width: 143px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: rgba(27, 75, 110, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  text-align: center;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .btn:hover .eng {
  top: 0;
  left: -143px;
  opacity: 1;
  pointer-events: all;
}
.banner {
  position: relative;
}
.banner .video::before{
  content: "";
  display: block;
  width: 1010px;
  height: 69px;
  background: url(../images/zl.png) no-repeat center;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -505px;
  z-index: 50;
}

.banner #default-popup .video::before{
  display: none;
}
.banner .video {
  width: 100%;
  max-height: 960px;
  height: 100%;
}
.banner .video video {
  width: 100%;
  height: 100%;
}
.banner #open {
  width: 100%;
  height: 49px;
  background: url(../images/bo.png) no-repeat center;
  border: none;
  text-indent: -99999px;
  margin: 5% 0 0 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 90;
}
.banner #close {
  width: 80px;
  height: 80px;
  background: url(../images/close.png) no-repeat center;
  background-size: 100% 100%;
  border: none;
  position: absolute;
  top: 2%;
  left: 0%;
  text-indent: -999999px;
  cursor: pointer;
  z-index: 99999999;
}
.banner #default-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999999;
}
.box-nav {
  width: 100%;
  padding: 0 7%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
}
.box-nav .logo {
  width: 168px;
  height: 39px;
  display: block;
  margin-top: 14px;
}
.box-nav .ser {
  width: 179px;
  height: 35px;
  border: 1px solid #797878;
  padding: 0 40px 0 11px;
  box-sizing: border-box;
  position: relative;
  margin-top: 27px;
}
.box-nav .ser input {
  width: 114px;
  height: 35px;
  background: none;
  color: #696767;
}
.box-nav .ser input::placeholder {
  color: #696767;
}
.box-nav .ser button {
  width: 18px;
  height: 35px;
  background: url(../images/ser.png) no-repeat center;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 9px;
  border: none;
  cursor: pointer;
}
.footer {
  height: 422px;
  background: url(../images/footer.jpg) no-repeat center top;
  padding: 0 7%;
  overflow: hidden;
}
.footer .warp {
  height: 316px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer .warp .list {
  display: flex;
  justify-content: space-between;
  width: 980px;
  padding-top: 37px;
  box-sizing: border-box;
}
.footer .warp .list li {
  width: 267px;
}
.footer .warp .list li p {
  font-size: 24px;
  color: #fff;
  position: relative;
  line-height: 32px;
}
.footer .warp .list li p::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 50px;
  left: 0;
}
.footer .warp .list li .er {
  margin-top: 45px;
}
.footer .warp .list li .er a {
  display: block;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .warp .plaet {
  width: 465px;
  padding-top: 29px;
}
.footer .warp .plaet .aside {
  width: 275px;
  display: flex;
  justify-content: space-between;
}
.footer .warp .plaet .aside .title {
  font-size: 24px;
  color: #fff;
  position: relative;
}
.footer .warp .plaet .aside .title a{
  font-size: 24px;
  color: #fff;
  position: relative;
}
.footer .warp .plaet .aside .title::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  background: #999;
  top: 50px;
  left: 0;
}
.footer .warp .plaet .aside .title:nth-child(2)::before {
  display: none;
}
.footer .warp .plaet .num {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  margin-top: 35px;
}
.footer .warp .plaet .num i {
  font-family: Arial;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.footer .warp .plaet .text {
  width: 330px;
}
.footer .warp .plaet .text p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  height: 44px;
  margin-bottom: 7px;
}
.footer .warp .plaet  p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  height: 24px;
  margin-bottom: 7px;
}
.footer .warp .plaet .erm {
  position: relative;
  height: 24px;
  margin: 5px 0;
}
.footer .warp .plaet .erm p {
  line-height: 24px;
  padding-left: 34px;
  background: url(../images/erm.png) no-repeat center left;
  font-size: 18px;
  color: #fff;
}
.footer .warp .plaet .erm img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .warp .plaet .erm:hover img {
  top: 30px;
  opacity: 1;
  pointer-events: all;
}
.footer .ban {
  font-size: 16px;
  color: #fff;
  height: 105px;
  line-height: 105px;
  text-align: center;
}
.footer .ban a {
  font-size: 16px;
  color: #fff !important;
  height: 105px;
  line-height: 105px;
  text-align: center;
}

.footer .ban a p{
  color: #fff !important;
}
.ny-dn {
  position: absolute;
  top: 0;
  left: 0;
}
.fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #1e7cc1 !important;
}
@media (max-width: 1690px) {
  .box-nav .nav .m .mmm {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .header {
    padding: 0 3%;
  }
  .box-nav {
    padding: 0 3%;
  }
  .banner .box-nav {
    padding: 0 4.5%;
  }
  .box-nav .nav .m .mmm {
    /* padding: 0 18px; */
  }
  .footer {
    padding: 0 4.5%;
  }
  .footer .warp .plaet .num i {
    font-size: 18px;
  }
  .footer .warp .plaet .text p i {
    font-size: 16px;
  }
  .footer .warp .list{
    width: 800px;
  }
  .footer .warp .plaet{
    width: 400px;
  }
}


.addpage{
  height: 50px;
}
.addpage .black{
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
 .addpage a { display: inline-block; padding: 5px 15px; background: #f8f8f8; margin: 0 8px; cursor: pointer;  -webkit-transition: .5s;
 transition: .5s;
}
 .addpage span{display: inline-block; padding: 0; background: none; margin: 0; cursor: pointer;  -webkit-transition: .5s;
 transition: .5s;}
.addpage span:hover,  .addpage a:hover {  color: #fff;}



span.page-status{color:#555;display:block;padding: 15px 10px;  margin: 0 5px;}


  a.page-num-current{ background:#ddd;}
span.page-num{ display:none}

/**********************/
.left { float: left; }
.right { float: right; }
.clearboth { clear: both; }
.content-1 { width: 1200px; margin: 0 auto; }
.content-all { width: 1200px; margin: 0 auto; position: relative; }




.newsAddL a { padding: 10px 20px; display: inline-block; margin-right: 10px;  -webkit-transition: .5s;
 transition: .5s;
}
.newsAddL { overflow: hidden; margin-top: 30px; padding-bottom:10px } 
.newsAddL a.active,  .newsAddL a:hover {  background:#1B4B6E ; color:#fff}



.newsAddR img { vertical-align: sub; padding-right: 10px; }


.newsAddR a { color: #666; }
.newsAddR { margin-top: 38px; color: #666; }
.newsAddR img { vertical-align: sub; padding-right: 10px; }
.newsAddR a { color: #666; }
.newsAddR { margin-top: 38px; color: #666; }
