@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;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-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: #00377d;
  color: #fff;
}
::-moz-selection {
  background-color: #00377d;
  color: #fff;
}
::-webkit-selection {
  background-color: #00377d;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
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: #00377d;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #00377d;
  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 {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
  -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;
}
img {
  max-width: 100%;
}
.inContent {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .inContent {
    width: 100%;
    padding: 0 15px;
  }
}
html {
  width: 100%;
  overflow: auto;
}
body {
  overflow-x: hidden;
  width: 100%;
}
.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%;
  height: 140px;
}
@media screen and (max-width: 1100px) {
  .header {
    height: 58px;
  }
}
.nav_bg {
  width: 100%;
  height: 140px;
  padding: 30px 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.nav_bg .inContent {
  max-width: 1700px;
}
.nav_bg .logo {
  float: left;
  position: relative;
  height: 100%;
  padding-top: 5px;
  width: 16%;
}
.nav_bg .logo img {
  max-height: 70px;
  display: block;
}
.nav_bg .tel {
  float: right;
  font-size: 28px;
  color: #666666;
  line-height: 80px;
  text-align: right;
  width: 19%;
}
.nav_bg .tel:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 20px;
  background: url(../images/tel.png) 0 center no-repeat;
}
.nav_bg .menu {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 65%;
}
.nav_bg .menu > ul {
  font-size: 0;
  padding: 0;
  margin: 0;
}
.nav_bg .menu > ul > li {
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 12.5%;
  position: relative;
}
.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: inline-block;
  line-height: 1;
  height: 80px;
  padding-top: 18px;
  position: relative;
  text-align: left;
  z-index: 3;
}
.nav_bg .menu > ul > li > a span {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.nav_bg .menu > ul > li > a i {
  font-size: 10px;
  color: #999999;
  font-family: Arial;
  font-weight: normal;
  margin-top: 18px;
  position: relative;
  display: inline-block;
  margin-left: 1.5em;
  text-transform: uppercase;
}
.nav_bg .menu > ul > li > a i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -8px;
  width: 22px;
  height: 1px;
  background-color: #dddddd;
}
.nav_bg .menu > ul > li > a:hover {
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .nav_bg .menu > ul > li.another > a,
  .nav_bg .menu > ul > li:hover > a {
    color: #00377d;
  }
}
.nav_bg .menu .sec {
  min-width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 55, 125, 0.85);
  display: none;
  font-size: 14px;
}
.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 {
  min-width: 100%;
  max-width: 300px;
  z-index: 9999;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  background: rgba(0, 55, 125, 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 ul > li {
  background: none;
}
.nav_bg .menu .secs ul > li > 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 15px;
  font-size: 14px;
  text-align: center;
}
.nav_bg .menu .secs ul > li > a:hover {
  -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;
  left: 100%;
  height: 100%;
  max-width: 300px;
  min-width: 200px;
  visibility: hidden;
  top: 0;
  background: rgba(0, 55, 125, 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 {
  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 15px;
  font-size: 14px;
  text-align: center;
}
.nav_bg .menu .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 1380px) {
  .nav_bg .tel {
    display: none;
  }
  .nav_bg .logo {
    width: 20%;
  }
  .nav_bg .menu {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .menuIco {
    position: absolute;
    z-index: 102;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .menuIco .open {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .menuIco .open i {
    display: block;
    width: 24px;
    height: 2px;
    margin: auto;
    position: relative;
    background: #00377d;
    top: 17px;
  }
  .menuIco .open i:before,
  .menuIco .open i:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    left: 0;
    background: #00377d;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .menuIco .open i:before {
    top: -8px;
  }
  .menuIco .open i:after {
    bottom: -8px;
  }
  .menuIco .close {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .menuIco .close i {
    display: block;
    width: 24px;
    height: 0;
    margin: auto;
    position: relative;
    background: #00377d;
    top: 17px;
  }
  .menuIco .close i:before,
  .menuIco .close i:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    left: 0;
    background: #00377d;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .menuIco .close i:before {
    top: -8px;
  }
  .menuIco .close i:after {
    bottom: -8px;
  }
  .menuIco.menuOn .open {
    top: -100%;
  }
  .menuIco.menuOn .open i:before {
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    top: -1px;
    background-color: #666;
  }
  .menuIco.menuOn .open i:after {
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    bottom: -1px;
    background-color: #666;
  }
  .menuIco.menuOn .close {
    top: -100%;
  }
  .menuIco.menuOn .close i:before {
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    top: -1px;
    background-color: #666;
  }
  .menuIco.menuOn .close i:after {
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    bottom: -1px;
    background-color: #666;
  }
  .nav_bg {
    height: 58px;
    padding: 0;
  }
  .nav_bg .logo {
    margin: 0;
    margin-left: 15px;
    padding-top: 7px;
    width: auto;
  }
  .nav_bg .logo img {
    max-height: 40px;
  }
  .nav_bg .menu {
    float: none;
    position: fixed;
    left: 0;
    transform: rotateX(90deg);
    transform-origin: center top;
    z-index: 2;
    padding: 0;
    background: #fff;
    width: 100%;
    top: 0;
    padding-top: 58px;
    overflow: auto;
    height: 100%;
  }
  .nav_bg .menu > ul {
    font-size: 0;
    text-align: center;
  }
  .nav_bg .menu > ul > li {
    font: none;
    width: 100%;
    border-top: 1px #eee solid;
    padding: 0 20px;
    margin: 0;
    text-align: left;
    display: block;
    position: relative;
  }
  .nav_bg .menu > ul > li:before {
    display: none;
  }
  .nav_bg .menu > ul > li > a {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    padding: 0;
  }
  .nav_bg .menu > ul > li > a span {
    display: inline-block;
  }
  .nav_bg .menu > ul > li > a i {
    display: inline-block;
    margin-top: 0;
  }
  .nav_bg .menu > ul > li > a i:before {
    display: none;
  }
  .nav_bg .menu > ul > li > a:before {
    display: none;
  }
  .nav_bg .menu .sec {
    position: relative;
    top: 0;
    background: none;
    padding-bottom: 10px;
    display: block;
  }
  .nav_bg .menu .sec a {
    color: #555;
    text-align: left;
    padding: 0 30px;
  }
  .nav_bg .menu .secs {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: none;
    padding-bottom: 10px;
    display: block;
  }
  .nav_bg .menu .secs .nlayer1 a {
    color: #555;
    text-align: left;
    padding: 0 30px;
  }
  .nav_bg .menu .secs .nlayer1 .nlayer2 {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: none;
    padding-bottom: 10px;
    max-width: 100%;
    min-width: 100%;
    -webkit-transform: translateX(1);
    transform: translateX(1);
    height: auto;
    visibility: initial;
  }
  .nav_bg .menu .secs .nlayer1 .nlayer2 a {
    color: #999;
    text-align: left;
    padding: 0 30px;
  }
}
.title {
  position: relative;
}
.title:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title .line {
  width: 245px;
  height: 2px;
  background-color: #000000;
}
.title h4 {
  font-size: 20px;
  font-family: Arial;
  line-height: 30px;
  margin-top: 8px;
  text-transform: uppercase;
}
.title h3 {
  margin-top: 10px;
  height: 34px;
  line-height: 34px;
  font-size: 26px;
}
.title h3 span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.title h3 span:before {
  content: "";
  background: url(../images/titl.png) center 0 no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
}
.title h3 span:after {
  content: "";
  background: url(../images/titr.png) center bottom no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 10px;
}
@media screen and (max-width: 640px) {
  .title .line {
    width: 100%;
    height: 1px;
  }
  .title h4 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
  .title h3 {
    margin-top: 6px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
}
.footer .footerBox {
  padding: 90px 0;
}
@media screen and (max-width: 1400px) {
  .footer .footerBox {
    padding: 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .footer .footerBox {
    padding: 30px 15px;
  }
}
.footer * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer a {
  color: #000;
}
.footer a:hover {
  color: #00377d;
}
.footer .footL {
  float: left;
  width: 29%;
  padding-right: 20px;
}
.footer .footL .tip {
  margin-top: 38px;
  line-height: 30px;
  color: #4c4c4c;
}
.footer .footL .xunpan {
  margin-top: 24px;
  height: 30px;
  line-height: 30px;
  padding-left: 28px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #666666;
  background: url(../images/xunpan.png) 0 center no-repeat;
}
.footer .footL .xunpan i {
  color: #fff;
  display: inline-block;
  font-family: Arial;
  height: 20px;
  background-color: #000000;
  border-radius: 10px;
  padding: 0 10px;
  margin: 0 5px;
  vertical-align: middle;
  line-height: 20px;
  position: relative;
  top: -2px;
}
.footer .footL .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 35px;
  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: #00377d;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(0, 55, 125, 0.15);
}
.footer .footL .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: #00377d;
}
.footer .footL .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;
}
.footer .tit {
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.footer .tit i {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin-top: 16px;
}
.footer .text {
  float: left;
  width: 25%;
  padding-right: 20px;
}
.footer .text p {
  line-height: 42px;
  margin-top: 20px;
}
.footer .formbox {
  float: right;
  width: 46%;
}
.footer .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .formbox .form {
  margin: 0 -15px;
}
.footer .formbox label {
  float: left;
  width: 33.33333%;
  display: block;
  position: relative;
  margin-top: 35px;
  padding: 0 15px;
}
.footer .formbox label.w100 {
  width: 100%;
}
.footer .formbox input {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  line-height: 36px;
  padding: 0 5px;
  border: none;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.footer .formbox input.xqcontent {
  width: 100%;
}
.footer .formbox input::-webkit-input-placeholder {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.footer .formbox input:focus,
.footer .formbox input:active {
  border-color: #00377d;
}
.footer .formbox input:focus::-webkit-input-placeholder,
.footer .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .formbox .code .imgCode {
  width: 80px;
  height: 36px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 0;
}
.footer .formbox .submitform {
  margin-top: 45px;
  width: 100%;
  height: 38px;
  background-color: #000000;
  font-size: 14px;
  line-height: 38px;
  border: none;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}
.footer .formbox .submitform:hover {
  background-color: #00377d;
}
@media screen and (max-width: 1100px) {
  .footer .footL {
    display: none;
  }
  .footer .text {
    width: 40%;
  }
  .footer .formbox {
    float: right;
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .footer .tit i {
    margin-top: 10px;
  }
  .footer .text {
    width: 100%;
    float: none;
  }
  .footer .text p {
    line-height: 30px;
    margin-top: 10px;
  }
  .footer .formbox {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .footer .formbox .form {
    margin: 0 -5px;
  }
  .footer .formbox label {
    margin-top: 15px;
    padding: 0 5px;
  }
  .footer .formbox .submitform {
    margin-top: 20px;
  }
  .footer .formbox .code .imgCode {
    width: 50px;
    height: 26px;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 6px;
  }
}
.copyright {
  border-top: 2px #000 solid;
  position: relative;
  padding: 50px 0;
}
.copyright .dow {
  float: left;
}
.copyright .dow > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  line-height: 40px;
}
.copyright .dow > div h4 {
  display: block;
}
.copyright .dow > div.weixin i {
  background: url(../images/weixin.png) center center no-repeat;
  width: 29px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.copyright .dow > div.weibo {
  margin-left: 50px;
}
.copyright .dow > div.weibo i {
  background: url(../images/weibo.png) center center no-repeat;
  width: 25px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.copyright .dow > div .drop {
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 5px;
  left: 50%;
  margin-left: -50px;
  bottom: 120%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.copyright .dow > div .drop img {
  width: 90px;
  height: 90px;
}
.copyright .dow > div:hover {
  overflow: inherit;
}
.copyright .dow > div:hover .drop {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.copyright .copR {
  padding-left: 200px;
  text-align: right;
  line-height: 40px;
}
.copyright .copR span {
  display: inline-block;
  margin-left: 10px;
}
.copyright .copR img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  max-height: 20px;
  margin-left: 5px;
}
@media screen and (max-width: 1100px) {
  .copyright {
    padding: 25px 0;
  }
  .copyright .dow {
    float: left;
  }
  .copyright .dow > div {
    line-height: 30px;
  }
  .copyright .dow > div h4 {
    display: none;
  }
  .copyright .dow > div.weibo {
    margin-left: 10px;
  }
  .copyright .dow > div .drop {
    position: relative;
    padding: 0;
    left: 0;
    margin-left: 0;
    bottom: 0;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .copyright .dow > div .drop img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .copyright .dow {
    float: none;
    text-align: center;
  }
  .copyright .dow > div {
    display: inline-block;
  }
  .copyright .copR {
    padding-left: 0;
    text-align: center;
    line-height: 26px;
    margin-top: 15px;
    font-size: 12px;
  }
}
