@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;

}

.w1200 {

  width: 1200px;

  margin: 0 auto;

}

.w1180 {

  width: 1180px;

  margin: 0 auto;

}

::-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: #275fcf;

  color: #fff;

}

::-moz-selection {

  background-color: #275fcf;

  color: #fff;

}

::-webkit-selection {

  background-color: #275fcf;

  color: #fff;

}

* {

  padding: 0;

  margin: 0;

}

body {

  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

  color: #2e3136;

  padding: 0;

  margin: 0;

  line-height: 1.5;

  width: 100%;

}

html {

  width: 100%;

  padding: 0;

  margin: 0;

}

*: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;

}

.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);

}

* {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.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;

}

@media screen and (max-width: 1220px) {

  .inContent {

    width: 100%;

    box-sizing: border-box;

    padding: 0 15px;

  }

}

body {

  overflow-x: hidden;

  cursor: auto !important;

}

.header {

  width: 100%;

  height: 120px;

}

@media screen and (max-width: 1240px) {

  .header {

    height: 100px;

  }

}

@media screen and (max-width: 1024px) {

  .header {

    height: 58px;

  }

}

.nav_bg {

  width: 100%;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

  position: fixed;

  background: #fff;

  z-index: 9999;

}

.nav_bg .logo {

  position: absolute;

  left: 75px;

  top: 20px;

}

.nav_bg .logo img {

  max-height: 80px;

  vertical-align: top;

  float: left;

}

.nav_bg .menu {

  position: relative;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  padding: 0 380px 0 620px;

}

.nav_bg .menu > ul {

  font-size: 0;

  text-align: center;

}

.nav_bg .menu > ul > li {

  display: inline-block;

  text-align: center;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  position: relative;

  width: 14.285714%;

}

.nav_bg .menu > ul > li:first-child {

  margin-left: 0;

  background: none;

}

.nav_bg .menu > ul > li > a {

  display: block;

  line-height: 120px;

  height: 120px;

  font-size: 16px;

  position: relative;

  z-index: 3;

}

.nav_bg .menu > ul > li > a:hover {

  background-color: transparent;

}

.nav_bg .menu > ul > li > a:before {

  content: "";

  position: absolute;

  width: 0;

  height: 2px;

  background-color: #275fcf;

  left: 50%;

  top: 0;

  margin-left: 0;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

}

@media screen and (min-width: 1024px) {

  .nav_bg .menu > ul > li:hover > a,

  .nav_bg .menu > ul > li.another > a {

    color: #275fcf;

  }

  .nav_bg .menu > ul > li:hover > a:before,

  .nav_bg .menu > ul > li.another > a:before {

    width: 76px;

    margin-left: -38px;

  }

}

.nav_bg .menu .sec {

  min-width: 100%;

  overflow: hidden;

  z-index: 9999;

  position: absolute;

  top: 120px;

  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

  background: rgba(39, 95, 207, 0.7);

  display: none;

  font-size: 14px;

  text-align: left;
  overflow: hidden;

}

.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;

  background: url(../images/nav_icon01.png) 20px center no-repeat;

  color: #fff;

  padding: 0 20px 0 40px;

  font-size: 14px;

}

.nav_bg .menu .sec a:hover {

  background: url(../images/nav_icon02.png) 20px center no-repeat;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);

}

.nav_bg .tel {

  position: absolute;

  top: 30px;

  right: 100px;

  text-align: right;

  border-left: 1px #ddd solid;

  padding-left: 36px;

  line-height: 60px;

  font-size: 30px;

  font-family: Arial;

  font-weight: bold;

}

@keyframes msClock {

  0%,

  70%,

  100% {

    transform: rotate(0) scale(1);

  }

  10%,

  30% {

    transform: rotate(-15deg) scale(1.1);

  }

  20%,

  40% {

    transform: rotate(15deg) scale(1.1);

  }

}

.nav_bg .tel:before {

  content: "";

  display: inline-block;

  width: 24px;

  height: 26px;

  vertical-align: middle;

  margin-right: 15px;

  animation: msClock 1.2s linear infinite;

  background: url(../images/tel.png) center center no-repeat;

  position: relative;

  top: -2px;

}

@media screen and (max-width: 1620px) {

  .nav_bg .logo {

    left: 50px;

    top: 30px;

  }

  .nav_bg .logo img {

    height: 60px;

  }

  .nav_bg .menu {

    padding: 0 310px 0 460px;

  }

  .nav_bg .tel {

    position: absolute;

    top: 30px;

    right: 80px;

    padding-left: 26px;

    line-height: 60px;

    font-size: 24px;

    font-family: Arial;

    font-weight: bold;

  }

}

@media screen and (max-width: 1440px) {

  .nav_bg .logo {

    left: 50px;

  }

  .nav_bg .menu {

    padding: 0 40px 0 460px;

  }

  .nav_bg .tel {

    display: none;

  }

}

@media screen and (max-width: 1240px) {

  .nav_bg .logo {

    left: 20px;

    top: 24px;

  }

  .nav_bg .logo img {

    height: 54px;

  }

  .nav_bg .menu {

    padding: 0 40px 0 390px;

  }

  .nav_bg .menu > ul > li > a {

    font-size: 15px;

    line-height: 100px;

    height: 100px;

  }

  .nav_bg .tel {

    display: none;

  }

}

@media screen and (max-width: 1024px) {

  .nav_bg .logo {

    left: 20px;

    top: 10px;

  }

  .nav_bg .logo span {

    font-size: 22px;

    padding-top: 14px;

    padding-left: 92px;

  }

  .nav_bg .logo i {

    font-size: 19px;

    padding-top: 10px;

    font-size: 12px;

    line-height: 18px;

    padding-left: 92px;

  }

  .nav_bg .menu {

    padding: 0 40px 0 390px;

  }

  .nav_bg .menu > ul > li > a {

    font-size: 15px;

    line-height: 100px;

    height: 100px;

  }

  .nav_bg .tel {

    display: none;

  }

}

@media screen and (max-width: 1024px) {

  .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: #275fcf;

    top: 17px;

  }

  .menuIco .open i:before,

  .menuIco .open i:after {

    content: "";

    display: block;

    position: absolute;

    width: 24px;

    height: 2px;

    left: 0;

    background: #275fcf;

    -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: #275fcf;

    top: 17px;

  }

  .menuIco .close i:before,

  .menuIco .close i:after {

    content: "";

    display: block;

    position: absolute;

    width: 24px;

    height: 2px;

    left: 0;

    background: #275fcf;

    -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;

    position: inherit;

  }

  .nav_bg .logo {

    position: relative;

    left: 0;

    top: 0;

    padding: 10px 15px;

  }

  .nav_bg .logo img {

    height: 38px;

  }

  .nav_bg .menu {

    position: absolute;

    right: 0;

    transform: rotateY(90deg);

    transform-origin: right;

    z-index: 20;

    padding: 0;

    background: #fff;

    width: 150px;

    height: 100%;

    top: 58px;

  }

  .nav_bg .menu > ul {

    font-size: 0;

    text-align: center;

  }

  .nav_bg .menu > ul > li {

    width: 100%;

    border-top: 1px #eee solid;

  }

  .nav_bg .menu > ul > li > a {

    line-height: 40px;

    height: 40px;

    font-size: 14px;

  }

  .nav_bg .menu > ul > li > a:before {

    display: none;

  }

  .nav_bg .menu .sec {

    display: none !important;

  }

}

@keyframes menu1 {

  0% {

    opacity: 0;

    transform: translateX(8px);

  }

  100% {

    opacity: 1;

    transform: translateX(0);

  }

}

.footer {

  background-color: #3a3a3a;

  color: #999;

}

.footer a {

  color: #999;

}

.footer a:hover {

  color: #fff;

}

.footer .footerBox {

  width: 90%;

  max-width: 1332px;

  margin: auto;

  padding: 40px 0;

}

.footer .footerBox:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.footer .footerBox .footetText {

  float: left;

  width: 35%;

}

.footer .footerBox .footetText h4 {

  font-size: 16px;

  line-height: 1;

  color: #fff;

  font-weight: bold;

}

.footer .footerBox .footetText p {

  margin-top: 15px;

  line-height: 30px;

}

.footer .footerBox .footetText .footerIco {

  margin-top: 22px;

  font-size: 0;

}

.footer .footerBox .footetText .footerIco a {

  display: inline-block;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  margin-right: 10px;

}

.footer .footerBox .footetText .footerIco a.weibo {

  background: #333333 url(../images/weibo.png) center center no-repeat;

}

.footer .footerBox .footetText .footerIco a.qq {

  background: #333333 url(../images/qq.png) center center no-repeat;

}

.footer .footerBox .footetText .footerIco .wxBox {

  display: inline-block;

  width: 30px;

  height: 30px;

  background: #333333 url(../images/weixin.png) center center no-repeat;

  border-radius: 50%;

  position: relative;

  overflow: hidden;

  margin-right: 10px;

}

.footer .footerBox .footetText .footerIco .wxBox span {

  display: block;

  position: absolute;

  bottom: 80px;

  padding: 5px;

  background: #fff;

  overflow: hidden;

  left: 50%;

  margin-left: -55px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  border-radius: 5px;

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.footer .footerBox .footetText .footerIco .wxBox span img {

  display: block;

  width: 100px;

  height: 100px;

}

.footer .footerBox .footetText .footerIco .wxBox:hover {

  overflow: inherit;

}

.footer .footerBox .footetText .footerIco .wxBox:hover span {

  bottom: 40px;

  opacity: 1;

  filter: alpha(opacity=100);

}

.footer .footerBox .footerNav {

  float: right;

  width: 65%;

  position: relative;

  padding-right: 80px;

}

.footer .footerBox .footerNav ul {

  width: 100%;

}

.footer .footerBox .footerNav ul li {

  width: 33.3333333%;

  float: left;

  overflow: hidden;

  padding-right: 5%;

}

.footer .footerBox .footerNav ul li h4 {

  font-size: 16px;

  line-height: 1;

  font-weight: bold;

  color: #fff;

}

.footer .footerBox .footerNav ul li p {

  overflow: hidden;

  line-height: 30px;

  margin-top: 15px;

}

.footer .footerBox .footerNav ul li p a {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.footer .footerBox .footerNav ul li p a:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

}

.footer .footerBox .footerNav ul li:last-child {

  width: 80px;

  padding-right: 0;

  position: absolute;

  right: 0;

  top: 0;

}

@media screen and (max-width: 768px) {

  .footer .footerBox {

    padding: 20px 0;

  }

  .footer .footerBox .footetText {

    font: none;

    width: 100%;

  }

  .footer .footerBox .footetText p {

    line-height: 24px;

  }

  .footer .footerBox .footetText .footerIco {

    display: none;

  }

  .footer .footerBox .footerNav {

    display: none;

  }

}

.copyright {

  background-color: #333333;

  padding: 10px 15px;

  font-size: 14px;

  text-align: center;

  line-height: 20px;

}

.copyright span {

  margin: 0 5px;

}

@media screen and (max-width: 768px) {

  .copyright span {

    display: block;

  }

}

