﻿@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #2e3136;
  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: #2e3136;
  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;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  _position: absolute;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}
html {
 
}
a {
  
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
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-message * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
body {
  min-width: 1260px;
  overflow-x: hidden;
}
.button {
  --duration: 0.5s;
  --move-hover: -5px;
  cursor: pointer;
  -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 {
  display: inline-block;
}
.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 {
  --move: -5px;
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.header {
  width: 100%;
  background: url(../images/topbg.png) center 0 no-repeat;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .topbar {
  width: 100%;
  line-height: 30px;
  padding: 5px 0;
  color: #666666;
  font-size: 14px;
  background-color: #ffffff;
}
.header .topbar .left a {
  display: inline-block;
  color: #666666;
}
.header .topbar .left a:hover {
  color: #0853ae;
}
.header .topbar .left i {
  display: inline-block;
  margin: 0 5px;
}
.header .topbar img {
  position: relative;
  top: -2px;
}
.header .topbar .xunpan {
  float: right;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  /*background: url(../images/xunpan.png) left center no-repeat;*/
}
.header .topbar .xunpan i {
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
}
.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: #0853ae;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(71, 161, 0, 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: #0853ae;
}
.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 .inTop {
  height: 135px;
}
.header .inTop .logo {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  line-height: 1;
  margin-right: 10px;
}
.header .inTop .logo a img {
  max-height: 90px;
}
.header .inTop .slogan {
  float: left;
  margin-top: 38px;
  min-height: 42px;
  line-height: 1;
  padding-left: 24px;
  position: relative;
}
.header .inTop .slogan:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 1px;
  height: 60px;
  background-color: #cccccc;
}
.header .inTop .slogan .t1 {
  font-weight: bold;
  font-size: 16px;
  color: #444;
}
.header .inTop .slogan .t2 {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.header .inTop .tel {
  margin-top: 28px;
  position: relative;
  height: 55px;
  padding-left: 70px;
  line-height: 1;
  float: right;
}
.header .inTop .tel:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.header .inTop .tel i {
  display: block;
  font-family: Impact;
  font-size: 21px;
}
.header .inTop .tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 59px;
  height: 55px;
  background: url(../images/tel.png) 0 center no-repeat;
}
.header .inTop .tel .t {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #deedff;
  border-radius: 4px;
  float: left;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
}
.header .inTop .tel .c {
  font-family: Impact;
  font-size: 24px;
  margin-left: 10px;
  float: left;
}
.header .inTop .tel .c i {
  display: block;
  color: #444444;
  line-height: 1;
  margin-top: 12px;
}
.header .inTop .tel .c i:first-child {
  margin-top: 0;
}
.nav_bg {
  width: 100%;
  background-color: #0853ae;
}
.nav_bg .menu {
  margin: auto;
  width: 80%;
  position: relative;
  border-top: 0px solid #dddddd;
}
.nav_bg .menu:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nav_bg .menu > ul {
  font-size: 0;
  float: left; width:100%;
}
.nav_bg .menu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav_bg .menu > ul > li:first-child {
  margin-left: 0;
}
.nav_bg .menu > ul > li:first-child:before {
  display: none;
}
.nav_bg .menu > ul > li > a {
  display: block;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    position: relative;
    z-index: 2;
    padding: 0 40px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width:1800px){
	.nav_bg .menu {   width: 80%;}
.nav_bg .menu > ul > li > a { padding: 0 36px;}
}
@media only screen and (max-width:1700px){
	.nav_bg .menu {   width: 80%;}
.nav_bg .menu > ul > li > a { padding: 0 34px;}
}
@media only screen and (max-width:1600px){
	.nav_bg .menu {   width: 80%;}
.nav_bg .menu > ul > li > a { padding: 0 30px;}
}
@media only screen and (max-width:1400px){
	.nav_bg .menu {   width: 90%;}
.nav_bg .menu > ul > li > a { padding: 0 30px;}
}
@media only screen and (max-width:1200px){
	.nav_bg .menu {   width: 100%;}
.nav_bg .menu > ul > li > a { padding: 0 30px;}
}
.nav_bg .menu > ul > li > a:hover {
  background: none;
}
.nav_bg .menu > ul > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #034391;
  border-radius: 4px;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  position: absolute;
  left: 50%;
  margin-left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu > ul > li.another > a,
.nav_bg .menu > ul > li:hover > a {
  color: #fff;
}
.nav_bg .menu > ul > li.another > a:before,
.nav_bg .menu > ul > li:hover > a:before {
  width: 100%;
  left: 0;
}
.nav_bg .menu > ul > li.another > a:after,
.nav_bg .menu > ul > li:hover > a:after {
  width: 8px;
  height: 8px;
  border: solid 1px #ffffff;
  margin-left: -4px;
  border-radius: 50%;
}
.nav_bg .menu > ul > li:hover .sec {
  height: auto;
}
.nav_bg .menu > ul > li:hover .secs {
  height: auto;
}
.nav_bg .menu .sec {
  min-width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(8, 83, 174, 0.85);
  display: none;
  font-size: 14px;
  text-align: left;
}
.nav_bg .menu .sec a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  line-height: 39px;
  height: 39px;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
}
.nav_bg .menu .sec a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .secs {
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -280px;
  padding: 36px 0 36px 40px;
  width: 630px;
  display: none;
  background: rgba(8, 83, 174, 0.85);
  text-align: left;
}
.nav_bg .menu .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nav_bg .menu .secs .navPic {
  float: left;
  width: 315px;
  text-align: center;
}
.nav_bg .menu .secs .navPic .pic {
  width: 100%;
  display: block;
  min-height: 160px;
}
.nav_bg .menu .secs .navPic .pic img {
  width: 100%;
  display: block;
}
.nav_bg .menu .secs .navPic h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin: 20px 0 4px 0;
  line-height: 2;
}
.nav_bg .menu .secs .navPic p {
  font-size: 14px;
  color: #fff;
}
.nav_bg .menu .secs ul {
  float: right;
  width: 230px;
}
.nav_bg .menu .secs ul > li {
  background: none;
}
.nav_bg .menu .secs ul > li > a {
  display: block;
  text-align: left;
  line-height: 24px;
  margin-top: 16px;
  color: #fff;
  padding: 0 30px 0 20px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  font-size: 14px;
}
.nav_bg .menu .secs ul > li > a:hover {
  color: #fff;
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .secs ul > li:first-child > a {
  margin-top: 0;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 {
  height: auto;
  visibility: visible;
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.nav_bg .menu .secs .nlayer2 {
  position: absolute;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
  left: 100%;
  width: 260px;
  padding: 36px 10px 36px 20px;
  height: 100%;
  visibility: hidden;
  top: 0;
  background: rgba(8, 83, 174, 0.85);
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.nav_bg .menu .secs .nlayer2 .nlayer2Box {
  overflow-y: auto;
  padding-right: 10px;
  height: 100%;
}
.nav_bg .menu .secs .nlayer2 a {
  display: block;
  line-height: 24px;
  margin-top: 16px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  color: #fff;
  padding-left: 20px;
  position: relative;
  left: 0;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_bg .menu .secs .nlayer2 a:first-child {
  margin-top: 0;
}
.nav_bg .menu .secs .nlayer2 a:hover {
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  left: 5px;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 {
  height: 100%;
  visibility: visible;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.search {
  padding-top: 6px;
  float: right;
  position: relative;
  width: 200px;
  border-bottom: solid 1px #cccccc;
  height: 40px;
}
.search .searchInp {
  height: 34px;
  width: 170px;
  border: none;
  padding: 0 10px;
  line-height: 34px;
  font-size: 14px;
  background: none;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.search .searchInp::-webkit-input-placeholder {
  color: #999999;
}
.search .searchInp:focus,
.search .searchInp:active {
  border-color: rgba(71, 161, 0, 0.5);
}
.search .searchInp:focus::-webkit-input-placeholder,
.search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  border: none;
  width: 30px;
  height: 34px;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fixedNav {
  top: 0;
  position: fixed;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(-8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 底部 */
.footer {
  background: url(../images/footerbg.jpg) center 0 no-repeat;
  color: #888888;
}
.footer * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer a {
  color: #888888;
}
.footer a:hover {
  color: #fff;
}
.footer .footerBox {
  padding: 50px 0 55px;
}
.footer .text {
  width: 410px;
  float: left;
  color: #cccccc;
  line-height: 20px;
}
.footer .text .li {
  padding-left: 40px;
}
.footer .text .li.li1 {
  background: url(../images/fico1.png) 0 0 no-repeat;
}
.footer .text .li.li2 {
  background: url(../images/fico2.png) 0 0 no-repeat;
  margin-top: 18px;
}
.footer .text .li .tel {
  line-height: 26px;
  color: #fff;
}
.footer .text .li h4 {
  font-size: 16px;
  line-height: 26px;
}
.footer .text .li p {
  margin-top: 10px;
}
.footer .ewm {
  margin-left: 10px;
  text-align: center;
  width: 100px;
  float: left;
}
.footer .ewm img {
  width: 100px;
  height: 100px;
  display: block;
}
.footer .ewm p {
  line-height: 1;
  color: #cccccc;
  margin-top: 8px;
}
.footer .footerNav {
  float: right;
}
.footer .footerNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerNav dl {
  float: left;
  width: 180px;
  height: 134px;
  padding-left: 24px;
  padding-right: 15px;
  position: relative;
  background: url(../images/fnavli.png) 0 center no-repeat;
}
.footer .footerNav dl.dl4 {
  width: 90px;
  padding-right: 0;
}
.footer .footerNav dl dt {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.footer .footerNav dl dd {
  margin-top: 17px;
}
.footer .footerNav dl dd > a {
  font-size: 14px;
  line-height: 26px;
  color: #cccccc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerNav dl dd > a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #fff;
}
.footer .footerNav .ewm {
  margin-left: 0;
}
.footer .footerNav .ewm img {
  display: block;
  width: 89px;
  height: 90px;
}
.footer .copyright {
  text-align: center;
  line-height: 30px;
  padding: 25px 0;
  background-color: #1b2613;
}
.footer .copyright img {
  vertical-align: middle;
  max-height: 22px;
  margin-left: 5px;
}



.joinList li{position:relative;margin:15px 0;padding:38px 250px 38px 325px;background:#F5F5F5}.joinText{overflow:hidden;padding-left:65px;height:90px;border-left:1px solid #eee;color:#888;font-size:14px;line-height:30px}.joinCon{padding-bottom:15px}.joinTip{color:#F39800;font-size:13px;line-height:22px}.joinBtn,.joinIco,.joinInfo,.joinTit{position:absolute}.joinTit{top:60px;left:0;padding-left:90px;width:325px}.joinName{color:#333;font-size:24px}.joinNameEn{color:#e4403e;font-size:14px;font-family:Arial;line-height:200%}.joinInfo{top:190px;left:0;display:none;padding-left:90px;width:325px;color:#888;font-size:14px;line-height:30px}.joinIco{top:50px;right:0;width:250px}.joinIco img{margin:0 auto}.joinBtn{top:70px;right:-15px;width:30px;height:30px;background:#F39800;cursor:pointer}
.joinBtn span{position:absolute;top:50%;left:50%;background:#FFF;transform:translate(-50%,-50%)}.joinBtn span:first-child{width:12px;height:1px}.joinBtn span:last-child{width:1px;height:12px;transition:all .5s ease 0s}.joinList li.active{min-height:300px}.joinList li.active .joinText{height:auto}.joinList li.active .joinInfo{display:block}.joinList li.active .joinBtn span:last-child{height:0}.newsLoad{display:none}#pages{padding:30px 0 0;text-align:center}#pages a,#pages span{display:inline-block;padding:5px 10px;border:1px solid #333;color:#333;vertical-align:middle}#pages span{border:1px solid #F39800;background:#F39800;color:#FFF}

@media (min-width:1260px){.container{width:1230px}}@media (max-width:1600px){.menuBg{width:50px}.mOnLineCon{right:50px}.onLineWx .mOnLineCon{width:100px}.headerBg{padding:25px}.navTop{padding:25px}.navBot{padding-top:80px}.navList li a{padding:50px 0 0 15%}.navEn{font-size:24px}.navCn,.navTel{font-size:18px}.navList li.text-right{padding:50px 0 0}#navPage li{padding-left:25px}#navPage li.active:first-child:after{width:80px}#navPage li:first-child+li.active:after{width:80px}#navPage li:first-child+li+li.active:after{width:95px}#navPage li:first-child+li+li+li.active:after{width:70px}#navPage li:first-child+li+li+li+li.active:after{width:115px}#navPage li:first-child+li+li+li+li+li.active:after{width:100px}#navPage li:first-child+li+li+li+li+li+li.active:after{width:80px}#navPage li:first-child+li+li+li+li+li+li+li.active:after{width:100px}.welcome{width:250px;height:56px;line-height:56px}.banText2{margin:-270px 0 0 -270px;width:540px;height:540px}.banImg3{margin:40px auto 0}
	.footer{padding:15px}.banNews{height:350px}.banEn{font-size:32px}.banCn{font-size:20px}.news{padding:40px 0 30px}.newsList{padding:15px 25px}.newsRig{padding:10px 25px}.newsLoad{margin:30px auto 0}.newsTop{padding:30px 0 0}.newsName{padding:20px 15px;font-size:24px}.hotNewsH2{font-size:22px}.hotNewsMore{padding-right:15px;background-size:10px;font-size:14px}.hotNewsList{margin:0 -6px}.hotNewsList li{padding:6px}.hotNewsText{padding:10px}.hotNewsTime{line-height:26px}.caseBox{padding:30px 2%}.caseList{margin:0 -.5%}.caseList li{padding:5px .5%}.caseBrief{padding:5px 5%}.caseText{padding:14px 5%}.caseTit{font-size:14px}.banCase{height:550px}.banCaseTit{padding:15px 0;font-size:32px}.caseConBg{padding:40px 0}.caseCon{padding:30px 20px}.banContact{height:550px}.contactBg{padding:60px 0}.conTop{padding-bottom:30px}.conTit{padding-bottom:10px}.conH2{font-size:22px}.joinList li{padding:30px 250px 30px 325px}}@media (max-width:1400px){.navEn{font-size:20px}.navCn,.navTel{font-size:16px}.navList li.text-right{line-height:28px}.navBotCon{bottom:15px}.banText2{margin:-200px 0 0 -200px;width:400px;height:400px}.mbox2Text{padding-left:10%}.mbox2TitEn{font-size:28px;line-height:100%}.mbox2TitCn{font-size:20px;line-height:100%}.mbox2Num{margin:10px -10px}.mbox2Num li{padding:5px 10px}.mbox2NumSp{font-size:26px}.mbox2Bot{padding:15px 10px 5px}.mbox3{max-width:900px}.mbox3Tit{margin-left:40px}
		.footCon{padding-right:160px}.FtLogo{max-width:150px}.joinList{padding:0 15px 0 0}}

@media (max-width:1200px){.menuBg{padding:15px 0 0}.headerBg{padding:15px}.logo{height:20px;max-width:190px}.navClose{padding:0;height:20px}.navTop{padding:15px}.navBot{padding-top:50px}.navEn{font-size:18px}.navCn,.navTel{font-size:14px}.navList li.text-right{font-size:12px}#navPage li{padding-left:15px}#navPage li.active:first-child:after{width:70px}#navPage li:first-child+li.active:after{width:70px}#navPage li:first-child+li+li.active:after{width:85px}#navPage li:first-child+li+li+li.active:after{width:60px}#navPage li:first-child+li+li+li+li.active:after{width:105px}#navPage li:first-child+li+li+li+li+li.active:after{width:90px}#navPage li:first-child+li+li+li+li+li+li.active:after{width:70px}#navPage li:first-child+li+li+li+li+li+li+li.active:after{width:90px}#navPage li a{line-height:24px}.banText{width:350px}.banBorder1{right:0;width:140px;height:240px}.ban1Line1{bottom:214px}.ban1Line2{width:138px}.ban1Line3{height:238px}.ban1Line4{width:138px}
.ban1Line5{height:125px}
	.banNews{height:300px}.newsList{padding:25px 15px}.newsRig{padding:15px 15px}.newsList li{padding:10px 0}.newsTabLef li{padding:0 8px}.newsTime{width:50px}.newsTime span{width:50px;height:50px;line-height:50px}.newsText{margin-left:75px}.newsTit{padding:5px 3%;font-size:20px}.newsRigTit{padding:15px 0;font-size:20px}.pagerNext,.pagerPrev,.pagerTit{line-height:50px}.pagerList{margin-left:-25px;padding:20px 0 0;width:50px}.hotNews{padding:0 2% 30px}.hotNewsList li:nth-child(4){display:none}.banCase{height:450px}.banCaseTit{padding:10px 0;font-size:26px}.caseConBg{padding:30px 0}.caseCon{padding:15px 10px}.banContact{height:400px}.conH2{font-size:20px}.conText{margin:0 -5px}.conTextLef,.conTextRig{padding:0 5px}.conText strong{padding-right:10px}.joinList li{padding:25px 150px 25px 280px}.joinInfo,.joinTit{padding-left:50px;width:280px}.joinTit{top:45px}.joinName{font-size:22px}.joinIco{top:30px;width:150px}.joinBtn{top:50px}.joinText{padding-left:25px}}

@media (max-width:992px){.menuBg{position:static;padding:0;width:auto;height:auto}.menuBtn{position:absolute;top:20px;right:20px;z-index:2}.menuBtn img{display:none}.mBtnLine{width:20px;text-align:left}.mBtnLine span{width:100%;height:2px;background:#FFF}.mBtnLine span:nth-child(2){margin:5px 0;width:80%}.mOnLine{position:absolute;right:0;bottom:0;z-index:1;width:50px}.header{margin-right:50px}#navPage{display:none}.navBot{padding-bottom:150px}.navList{overflow-y:auto;padding:10px 0 0}.navList li{float:none;width:100%;height:auto}.navList li a,.navList li a:hover{padding:5px 15px;border:none;border-bottom:1px solid rgba(255,255,255,.08)}.navList li a span{display:inline-block;vertical-align:middle;font-size:14px}.navEn{padding-right:10px;min-width:70px}.navList li.text-right{padding:5px 15px;width:100%;line-height:24px}.navBotCon{position:static;padding:0 15px 15px;width:100%}.banText3{max-width:90%}.box2ImgBg{width:100%;opacity:.1}.fp-viewing-page2 .tel{color:#F39800}.fp-viewing-page2 .telIco{background-image:url(../images/telRed.png)}.fp-viewing-page2 .mBtnLine span{background:#F39800}.mbox2Text{position:relative;z-index:1;padding:40px 15px 0;width:100%}.mbox2Text .mbox2TitEn{font-size:38px;line-height:120%}.mbox2Text .mbox2TitCn{font-size:24px;line-height:120%}.mbox2Bot:after{display:none}.mbox3{padding:0 15px;width:100%;max-width:100%}.mbox3Lef{float:none;padding-bottom:30px;width:100%}.mbox3LefCon{padding-left:40px}.mbox3Rig{float:none;overflow:hidden;width:100%}.mbox3Tit .mbox2TitEn{font-size:24px}.mbox3Tit .mbox2TitCn{font-size:18px}.mbox3H4 img{display:inline!important;max-width:25px}.box3RigText{position:relative;right:auto;bottom:auto;background:rgba(255,255,255,.9)}.box3RigImg{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%)}.box3RigImg img{float:none;width:100%;max-width:100%}.fp-viewing-page4 .logo img.shows{display:none}.fp-viewing-page4 .logo img.hides{display:block}.fp-viewing-page4.active .logo img.shows{display:block}.fp-viewing-page4.active .logo img.hides{display:none}.mbox4LefBtn{position:absolute;top:52px;left:12px;z-index:3;width:30px;height:30px;border-radius:2px;background:#F39800;color:#fff;text-align:center;font-size:18px;line-height:30px;cursor:pointer}.mbox4Lef{left:-250px;z-index:2;width:250px;transition:all .6s ease 0s}.mbox4Lef.active{left:0}.mbox4LefCon{padding-left:30px}.mbox4{margin:0}.mbox5List{max-width:90%}.mbox5Bot{padding:0 50px}.mbox5Btn .mbox5Line{display:none}.mbox5Bot .swiper-pagination-bullet{margin:0 2px;width:20px;height:2px}.mbox7List li{width:100%}.mbox7List li:nth-child(2) a{padding-right:50%;padding-left:0}.mbox7List li:nth-child(3) a{padding-right:0;padding-left:50%}.mbox7List li:nth-child(2) .mbox7Img{right:0;left:auto}.mbox7List li:nth-child(3) .mbox7Img{right:auto;left:0}.mbox8Wrap{padding:0 15px;height:auto;max-width:100%}.mbox8Left{float:none;width:100%;box-shadow:none;transform:rotateY(0)}.mbox8Right{float:none;padding:15px;width:100%;transform:rotateY(0)}.footCon{padding:0;text-align:center}.copyright{padding-bottom:10px;text-align:center}.FtLogo{position:static;margin:0 auto;transform:translateY(0)}.banNews{height:260px}.banEn{padding:5px 0;font-size:26px}.banCn{font-size:17px}.news{padding:30px 0}.newsLef,.newsRig{float:none;width:100%}.newsLoad{margin:25px auto}.newsRigTit{padding:10px 0;font-size:18px}.newsRigList{overflow:hidden;margin:0 -5px}.newsRigList li{float:left;padding:5px;width:50%}.newsRigList li:nth-child(5){display:none}.newsRigBot{padding-bottom:0}.newsName{padding:10px 15px;font-size:22px}.newsCon{line-height:30px}.newsTab2{margin:28px 0}.hotNewsList li:nth-child(4){display:block}.banCase{height:360px}.banCaseCon{bottom:70px}.banCaseLine{margin-bottom:5px;width:40px;height:2px}.banCaseTit{font-size:22px}.banContact{height:340px}.contactBg{padding:30px 0}.conTop{padding-bottom:10px}.conTit{padding:10px 0}.conLef,.conRig{float:none;width:100%}.conLef{padding-bottom:10px}.conH2,.conTip{float:none;display:block;width:100%}.joinList li{margin:10px 0;padding:15px 10px 10px}.joinTit{position:static;padding-left:0;width:90%}.joinInfo{position:static;margin:0 -5px;padding-bottom:10px;padding-left:0;width:100%}.joinInfo p{display:inline-block;padding:0 5px;vertical-align:middle}.joinText{padding-left:0;height:0;border:none}.joinIco{top:20px;width:100px}.joinIco img{max-width:40%}.joinBtn{top:25px}#pages{padding:20px 0}}



.top_tel{
	width: 231px;
	float: right;
	background: url(../images/icon1.png) no-repeat left center;
	padding-left: 52px;    margin-top: 30px;
}
.top_tel span{
	color: #0853ae;
	font-size: 25px;font-weight: bold;
}