@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -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: #1d7bd5;
  color: #fff;
}
::-moz-selection {
  background-color: #1d7bd5;
  color: #fff;
}
::-webkit-selection {
  background-color: #1d7bd5;
  color: #fff;
}
* {
  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;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
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;
}
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;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
body {
  min-width: 1220px;
  overflow-x: hidden;
}
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.header {
  width: 100%;
  height: 197px;
}
.header * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header .topbar {
  width: 100%;
  border-bottom: 1px #cccccc solid;
}
.header .topbar .topbarBox {
  width: 1200px;
  margin: 0 auto;
  height: 28px;
  line-height: 28px;
  color: #666;
  padding: 5px 0;
}
.header .topbar .topbarBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.header .topbar .topbarBox a {
  color: #666;
}
.header .topbar .topbarBox a:hover {
  color: #1d7bd5;
}
.header .topbar .topbarBox img {
  position: relative;
  top: -2px;
}
.header .topbar .left {
  background: url(../images/tophome.png) left center no-repeat;
  padding-left: 25px;
}
.header .topbar .right img {
  margin-right: 5px;
  vertical-align: middle;
}
.header .topbar .xunpan {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
}
.header .topbar .xunpan i:before {
  content: "【";
}
.header .topbar .xunpan i:after {
  content: "】";
}
.header .topbar .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  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: #1d7bd5;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(29, 123, 213, 0.15);
}
.header .topbar .xunpan #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: #1d7bd5;
}
.header .topbar .xunpan #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;
}
.header .top {
  width: 1200px;
  margin: 0 auto;
  height: 108px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header .top .logo {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 26px;
  line-height: 1;
  margin-right: 30px;
}
.header .top .logo a {
  display: block;
}
.header .top .logo a span {
  display: block;
}
.header .top .logo a span.cn {
  font-weight: bold;
  color: #1d7bd5;
  font-size: 26px;
}
.header .top .logo a span.en {
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 3px;
  height: 14px;
  text-align: justify;
  text-transform: uppercase;
}
.header .top .logo a span.en:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.header .top .slogan {
  margin-top: 12px;
  background: url(../images/sloganline.png) 0 center no-repeat;
  padding-left: 30px;
  float: left;
  line-height: 1;
  height: 59px;
  padding-top: 15px;
}
.header .top .slogan .t1 {
  font-size: 18px;
  color: #1d7bd5;
}
.header .top .slogan .t2 {
  font-size: 16px;
  margin-top: 12px;
}
.header .top .tel {
  margin-top: 25px;
  float: right;
  background: url(../images/toptel.png) left center no-repeat;
  padding-left: 68px;
  height: 50px;
  line-height: 30px;
  font-size: 0;
}
.header .top .tel span {
  font-family: Arial;
  font-size: 24px;
  color: #de2b00;
  margin-top: 11px;
  font-weight: bold;
  vertical-align: middle;
}
.nav_bg {
  background: #1d7bd5;
  height: 50px;
  width: 100%;
}
.nav_bg .menu {
  width: 1210px;
  margin: 0 auto;
  height: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .nav {
  height: 50px;
  text-align: center;
  font-size: 0;
  margin: 0;
}
.nav_bg .menu .nav > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 1px;
}
.nav_bg .menu .nav > li:first-child {
  margin-left: 0;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0;
  width: 132.33333333px;
}
.nav_bg .menu .nav > li > a:hover {
  background: none;
}
.nav_bg .menu .nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px 7px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  left: 50%;
  margin-left: -8px;
  top: -8px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  background: #de2b00;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li:hover > a:before,
.nav_bg .menu .nav > li.another > a:before,
.nav_bg .menu .nav > li.on > a:before {
  height: 100%;
}
.nav_bg .menu .nav > li:hover > a:after,
.nav_bg .menu .nav > li.another > a:after,
.nav_bg .menu .nav > li.on > a:after {
  top: 0;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 50px;
  left: 0;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
}
.nav_bg .menu .nav .sec a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  padding: 0 10px;
  border-top: 1px #eee solid;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #de2b00, #de2b00);
  background-image: linear-gradient(to right, #de2b00, #de2b00);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .sec a:hover {
  background-size: 100% 100%;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs {
  background: #fff;
  width: 1180px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 50px;
  left: -533px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding: 0 10px 20px;
  display: none;
}
.nav_bg .menu .nav .secs:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.nav_bg .menu .nav .secs li.nlayer1 {
  float: left;
  width: 275px;
  padding: 10px 10px 0;
  background: none;
  margin: 12px 0 0;
}
.nav_bg .menu .nav .secs li.nlayer1 img {
  width: 275px;
  height: 150px;
}
.nav_bg .menu .nav .secs li.nlayer1:nth-child(4) {
  border-right: none;
}
.nav_bg .menu .nav .secs li.nlayer1 > a {
  text-align: center;
  line-height: 34px;
  height: 34px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a {
  background: #d9d9d9;
  margin-top: 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #de2b00, #de2b00);
  background-image: linear-gradient(to right, #de2b00, #de2b00);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 265px;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #de2b00, #de2b00);
  background-image: linear-gradient(to right, #de2b00, #de2b00);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs .nlayer2 a:after {
  content: "";
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.footer {
  color: #fff;
  background: url(../images/footerbg.jpg) center 0 no-repeat;
  height: 534px;
}
.footer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer .footerL {
  float: left;
  padding-top: 100px;
  width: 740px;
}
.footer .footerL .fontnNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerL .fontnNav dl {
  float: left;
  width: 110px;
  margin-right: 25px;
}
.footer .footerL .fontnNav dl dt {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-decoration: underline;
}
.footer .footerL .fontnNav dl dd {
  margin-top: 28px;
}
.footer .footerL .fontnNav dl dd a {
  line-height: 34px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerL .fontnNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerL .fontnNav .ewm {
  float: left;
  text-align: center;
  padding-left: 60px;
}
.footer .footerL .fontnNav .ewm img {
  background: url(../images/ewmbg.png) center 0 no-repeat;
  width: 92px;
  height: 92px;
  padding: 9px;
}
.footer .footerL .fontnNav .ewm p {
  line-height: 1;
  font-size: 12px;
  margin-top: 10px;
}
.footer .footerL .footerText {
  margin-top: 50px;
}
.footer .footerL .footerText p {
  line-height: 30px;
  position: relative;
  top: -7px;
}
.footer .footerL .copyright {
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  padding: 12px 0;
}
.footer .footerL .copyright a {
  color: #ffffff;
}
.footer .footerL .copyright img {
  vertical-align: middle;
  margin-left: 5px;
}
.footer .message {
  float: right;
  width: 388px;
  height: 470px;
  background-color: rgba(29, 123, 213, 0.8);
  border-radius: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -42px;
  padding: 42px 55px 0;
}
.footer .message .tit {
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  height: 78px;
}
.footer .message .tit:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 34px;
  background: url(../images/lyico.png) center center no-repeat;
  margin-right: 15px;
  vertical-align: top;
}
.footer .message .tit span {
  font-size: 20px;
  vertical-align: top;
}
.footer .message .tit i {
  font-size: 16px;
  font-family: Arial;
  margin-left: 10px;
  vertical-align: top;
}
.footer .message .formbox label input {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 278px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  border: none;
  line-height: 52px;
  padding: 0 10px 0 70px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.footer .message .formbox label input.username {
  background: #fff url(../images/inpxm.png) 0 center no-repeat;
}
.footer .message .formbox label input.usertel {
  background: #fff url(../images/inpdh.png) 0 center no-repeat;
}
.footer .message .formbox label input::-webkit-input-placeholder {
  color: #666666;
}
.footer .message .formbox label input:focus,
.footer .message .formbox label input:active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.footer .message .formbox label input:focus::-webkit-input-placeholder,
.footer .message .formbox label input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .message .formbox .xqcontent {
  width: 278px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  color: #666;
  line-height: 24px;
}
.footer .message .formbox .xqcontent::-webkit-input-placeholder {
  color: #666666;
}
.footer .message .formbox .xqcontent:focus,
.footer .message .formbox .xqcontent:active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.footer .message .formbox .xqcontent:focus::-webkit-input-placeholder,
.footer .message .formbox .xqcontent:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .message .formbox .code {
  margin-top: 10px;
}
.footer .message .formbox .code .codeText {
  width: 90px;
  background: none;
  border-bottom: 1px #fff solid;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .message .formbox .code .codeText::-webkit-input-placeholder {
  color: #fff;
}
.footer .message .formbox .code .codeText:focus::-webkit-input-placeholder,
.footer .message .formbox .code .codeText:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .message .formbox .imgCode {
  width: 90px;
  height: 28px;
  border: none;
  display: block;
  float: left;
  margin-top: 12px;
}
.footer .message .formbox .submitform {
  width: 84px;
  height: 40px;
  background-color: #1a60bd;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  line-height: 40px;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.footer .message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  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;
}
.footer .message .formbox .submitform:hover {
  color: #fff;
  background: none;
}
.footer .message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
