@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
  width: 12px;
  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: #0f5fa4;
  color: #fff;
}
::-moz-selection {
  background-color: #0f5fa4;
  color: #fff;
}
::-webkit-selection {
  background-color: #0f5fa4;
  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: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*: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;
  }
}
.button.dark {
  --shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
}
.button.white {
  --shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
  --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.12);
}
.button {
  --text: #fff;
  --font-size: 16px;
  --duration: 0.5s;
  --move-hover: -4px;
  font-family: 'Roboto';
  font-weight: 500;
  line-height: var(--font-size);
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: 0.5px;
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  text-align: center;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, 0.2);
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
.button.smoke {
  --move: 12px;
  --move-y: -8px;
  --blur: 4px;
}
.button.smoke:hover i {
  --duration: 1s;
  -webkit-animation: smoke var(--duration) linear var(--d);
  animation: smoke var(--duration) linear var(--d);
}
.button.drive {
  --move: 16px;
  --skew: 25deg;
  --skew-fast: 40deg;
  --skew-bounce: -12px;
}
.button.drive:hover i {
  --duration: 1s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: drive var(--duration) linear var(--d);
  animation: drive var(--duration) linear var(--d);
}
.wjdh-ico1,
.wjdh-ico2 {
  vertical-align: middle;
}
.le {
  float: left;
}
.ri {
  float: right;
}
.clear {
  clear: both;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.ny_banner {
  z-index: -1;
}
.mbanner img{
  z-index: -1;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.top > .center {
  position: relative;
}
.top {
  width: 100%;
  height: 100px;
  background: #fff;
}
.top .logo {
  position: absolute;
  left: -140px;
  width: 85px;
}
.top .logo img {
  float: left;
}
.top .dh {
  width: 235px;
  position: absolute;
  right: -280px;
  top: 22px;
  font-size: 16px;
  color: #0f5fa4;
  line-height: 50px;
}
.top .dh p {
  line-height: 28px;
  float: right;
  width: 137px;
  font-family: Arial;
  font-size: 20px;
  color: #0f5fa4;
}
.top .yin {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 25px;
  background: #f6f6f6 url(../images/1yb.png) no-repeat center center;
  cursor: pointer;
}
.top .box {
  z-index: 999;
  display: none;
  width: 250px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 110px;
}
.top .box input {
  width: 180px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  opacity: 0.6;
  line-height: 50px;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 20px;
}
.top .box .sss {
  float: right;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f6f6f6 url('../images/1yb.png') no-repeat center;
  outline: none;
  cursor: pointer;
}
.nav {
  position: absolute;
  left: 50%;
  margin-left: -590px;
  z-index: 999;
  height: 100px;
}
.nav .center {
  position: relative;
  width: 1180px;
}
.nav .center > ul > li {
  min-width: 120px;
  text-align: center;
  height: 100px;
  padding-top: 42px;
  box-sizing: border-box;
}
.nav .center > ul > li > a {
  display: block;
  height: 15px;
  line-height: 14px;
  border-right: 1px solid #e2e2e2;
  transition: 0.3s;
  box-sizing: border-box;
  padding: 0 37px;
}
.nav .center > ul > li > a > p {
  font-family: Arial;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 40px;
  border-top: 1px solid #fff;
  display: inline-block;
  margin-top: 24px;
  display: none;
  text-align: center;
}
.nav .center > ul > .another {
  background-color: #0f5fa4;
  height: 130px;
}
.nav .center > ul > .another > a {
  border: none;
  color: #fff;
}
.nav .center > ul > .another > a p {
  display: inline-block;
}
.nav .center > ul > li:hover {
  background-color: #0f5fa4;
  height: 130px;
}
.nav .center > ul > li:hover > a {
  border: none;
  color: #fff;
}
.nav .center > ul > li:hover > a p {
  display: inline-block;
}
.nav .center > ul > li:last-child a {
  border: none;
}
.nav li {
  transition: 0.3s;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  position: relative;
}
.nav li a {
  font-size: 16px;
  color: #545454;
  transition: 0.3s;
  position: relative;
}
.nav li .kua {
  width: 0;
  position: absolute;
  left: -4px;
  top: 200px;
  z-index: -2;
  opacity: 0;
  transition: 0.5s;
}
.nav li .kua li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #aaa;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.nav li .kua li a {
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}
.nav li .kua li:hover {
  background: #0f5fa4;
}
.nav ul > li:hover {
  overflow: visible;
}
.nav ul > li:hover .kua {
  opacity: 1;
  top: 130px;
  z-index: 9;
  transition: 0.5s;
  width: 150px;
}
.nav ul > li:hover .links {
  top: 130px;
  opacity: 1;
  transition: 0.5s;
  overflow: auto;
  z-index: 9;
  left: 40px;
}
.nav ul .link {
  position: inherit;
}
.nav .links {
  position: absolute;
  top: 200px;
  left: 600px;
  z-index: -2;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
}
.nav .links li {
  line-height: normal;
}
.nav ul > li:hover .content {
  width: 1025px;
  padding: 2.2em 3em;
  border: 1px solid #eee;
}
.nav .content {
  transition: 0.5s;
  width: 0;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0 3px 1px #e6e6e6;
  text-align: left;
  max-height: 600px;
  border-radius: 10px ;
  background: #fff url(../images/y3.png) no-repeat -5px -5px;
}
.nav .content .biao {
  width: 90%;
  float: right;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.nav .content .biao h3 {
  width: 100%;
  height: 55px;
  margin-left: -110px;
  font-size: 24px;
  font-weight: bold;
  color: #262626;
  float: left;
}
.nav .content .biao .zx:hover {
  text-indent: 36px;
}
.nav .content .biao .zx {
  width: 163px;
  height: 40px;
  background-color: #0f5fa4;
  border-radius: 15px;
  transition: 0.5s;
  line-height: 40px;
  position: absolute;
  right: -80px;
  top: -5px;
  text-indent: 32px;
}
.nav .content .biao .zx a {
  font-size: 14px;
  color: #fffefe;
  text-indent: 20px;
}
.nav .content .ti {
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
.nav .content .ti li {
  float: left;
  background: url(../images/y1.png) no-repeat left center;
  padding-left: 20px;
  margin: 15px 0;
  width: 18%;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav .content .ti li:hover {
  background: url(../images/y2.png) no-repeat left center;
}
.nav .content .ti li:hover a {
  color: #000;
}
.nav .content .ti li a {
  color: #808080;
  font-size: 16px;
  transition: 0.4s;
}
.nav .content .tuw {
  width: 100%;
  /* height: 330px; */
  margin-top: 20px;
}
.nav .content .tuw .da {
  font-size: 20px;
  color: #333;
  background: url(../images/jx1.png) no-repeat left center;
  padding-left: 25px;
  margin-left: 2px;
}
.nav .content .tuw li {
  width: 20%;
  height: 130px;
  float: left;
  margin-top: 20px;
  margin-left: 0;
}
.nav .content .tuw li .tu {
  width: 200px;
  height: 130px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0);
}
.nav .content .tuw li .tu img {
  width: 200px;
  height: 130px;
  display: block;
  border-radius: 10px;
}
.nav .content .tuw li .tu:hover .ku {
  opacity: 1;
  width: 165px;
  height: 108px;
  margin: 0;
}
.nav .content .tuw li .tu .ku {
  position: absolute;
  left: 18px;
  top: 10px;
  margin: -10px -15px;
  width: 200px;
  height: 130px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
}
.nav .content .tuw li .tu .ku a {
  width: 100%;
  text-align: center;
  display: block;
  padding: 32px 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixedNav {
  position: fixed;
  top: 0px; 
  left: 0px;
  width: 100%;
  z-index: 100000;
  _position: absolute;
  /* // _top: expression(eval(document.documentElement.scrollTop)) */
  box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}
.footer {
  width: 100%;
  height: 440px;
  background: url("../images/16yb.png") no-repeat center top;
  padding-top: 45px;
  box-sizing: border-box;
}
.footer .lian {
  width: 490px;
  float: left;
}
.footer .lian li:nth-child(2) {
  background: url("../images/24yb.png") no-repeat left center;
  margin-top: 17px;
}
.footer .lian li:nth-child(3) {
  background: url("../images/3yb.png") no-repeat left center;
  margin-top: 17px;
}
.footer .lian li {
  box-sizing: border-box;
  padding-left: 51px;
  line-height: 38px;
  background: url("../images/25yb.png") no-repeat left center;
  font-size: 14px;
  color: #fff;
}
.footer .lian li span {
  color: #d9d9d9;
}
.footer .er {
  float: left;
  width: 141px;
  height: 141px;
  background-color: #0f5fa4;
}
.footer .er img {
  width: 115px;
  height: 115px;
  display: block;
  margin: 13px auto;
}
.footer .ban {
  width: 530px;
  color: #d9d9d9;
  float: right;
}
.footer .ban a {
  color: #d9d9d9;
}
.footer .ban .topxunpan .xp {
  position: relative;
  float: left;
  text-align: center;
  color: #d9d9d9;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}
.footer .ban .topxunpan .xp img {
  margin-right: 2px;
  margin-right: 5px;
  vertical-align: baseline;
}
.footer .ban .topxunpan .topxunpan a {
  line-height: 34px;
  color: #333;
  float: right;
  font-size: 14px;
  display: inline-block;
  transition: 0.7s;
}
.footer .ban .topxunpan .topxunpan a:hover {
  color: #999;
}
.footer .ban .topxunpan .topxunpan a::after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
  color: #aaaaaa;
}
.footer .ban .topxunpan .xp #xunpantip {
  z-index: 999999999999999999999;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  font-size: 14px;
  -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: #fff;
  border-radius: 4px;
  opacity: 0;
}
.footer .ban .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: #fff;
}
.footer .ban .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;
  z-index: 999999999999999999999;
}
.footer .ban .topxunpan .xp #xunpantip {
  z-index: 999999999999999999999;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -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: #0f5fa4;
  border-radius: 4px;
  opacity: 0;
}
.footer .ban .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: #0f5fa4;
}
.footer .ban .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;
  z-index: 999999999999999999999;
}
.footer .ban .ti {
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.footer .ban .ti span {
  float: right;
  margin-top: 5px;
  font-size: 16px;
  color: #d9d9d9;
}
.footer .ban .ti span a {
  color: #d9d9d9;
}
.footer .ban p {
  margin-top: 18px;
  font-size: 14px;
  color: #d9d9d9;
}
.footer .ban p a {
  color: #d9d9d9;
}
.footer .ban .tu a {
  float: left;
  margin-right: 20px;
}
.footer .fle {
  margin-top: 27px;
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0.2);
}
.footer .fle ul:nth-child(even) {
  float: right;
}
.footer .fle ul {
  float: left;
  margin-top: 35px;
  width: 500px;
}
.footer .fle ul .ti {
  width: 120px;
  float: left;
  box-sizing: border-box;
  padding-left: 46px;
  line-height: 20px;
  background: url(../images/8yb.png) no-repeat 20px center;
  font-size: 14px;
  color: #fff;
}
.footer .fle ul li:hover a {
  color: #fff;
}
.footer .fle ul li {
  float: left;
  margin-left: 20px;
  line-height: 20px;
  font-size: 14px;
}
.footer .fle ul li a {
  color: #d9d9d9;
  transition: 0.3s;
}
