﻿.box {
  clear: both;
  width: 100%;
  min-height: 100px;
  position: relative;
  z-index: 99999;
}

.header {
  width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.logo {
  float: left;
  padding-top: 23px;
}

.logo img {
  display: block;
  max-width: 100%;
}

.pc_nav {
  float: right;
}

.pc_nav li {
  float: left;
  line-height: 100px;
  position: relative;
  text-align: center;
}

.pc_nav li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 0;
  background: #0076c2;
  transition: 400ms ease all;
  -moz-transition: 400ms ease all;
}

.pc_nav li:hover:after {
  transition: 800ms ease all;
  width: 100%;
  -moz-transition: 800ms ease all;
  width: 100%;
}

.pc_nav li a {
  color: #413d3c;
  font-size: 18px;
  display: block;
  padding: 0 32px;
}

.pc_nav li:hover a {
  color: #0076c2;
}

.pc_nav li.actin a {
  color: #0076c2;
}

.pc_nav li.actin:after {
  transition: 800ms ease all;
  width: 100%;
  -moz-transition: 800ms ease all;
  width: 100%;
}

.sj_nav {
  display: none;
}

@media (max-width: 1400px) {
  .header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 30px;
  }

  .pc_nav li a {
    color: #413d3c;
    font-size: 18px;
    display: block;
    padding: 0 20px;
  }
}

@media (max-width: 568px) {
  .header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 30px;
  }

  .pc_nav li a {
    color: #413d3c;
    font-size: 18px;
    display: block;
    padding: 0 10px;
  }
}

@media (max-width: 414px) {
  .header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 15px;
  }

  .pc_nav li a {
    color: #413d3c;
    font-size: 18px;
    display: block;
    padding: 0 20px;
  }

  .sj_nav {
    display: block;
    float: right;
    padding-top: 28px;
  }

  .pc_nav {
    float: right;
    display: none;
  }
}

.box6 {
  clear: both;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 68px 0 75px 0;
  padding: 30px 0;
  background: #3d444d;
}

.fotter {
  width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.fotter_l {
  float: left;
  width: 42%;
  height: auto;
  overflow: hidden;
}

.fotter_lt {
  /* min-height: 83px; */
  /* background: url(../image/bg1.jpg) repeat-x left bottom;  */
  margin-bottom: 30px;
  overflow: hidden;
}

.foter_ll {
  float: left;
  display: flex;
}

.foter_ll span {
  display: block;
  padding: 2px;
  border: 1px solid #fff;
  margin-right: 10px;
}

.foter_ll img {
  display: block;
  height: 52px;
  /* margin-right: 10px; */
  /* max-width: 100%; */
}

.foter_ll img:last-child {
  margin-right: 0;
}

.foter_lr {
  float: left;
  margin-left: 30px;
  padding-top: 5px;
}

.foter_lr li {
  float: left;
  line-height: 32px;
  margin-right: 36px;
}

.foter_lr li h1 {
  color: #fff;
  font-size: 16px;
}

.foter_lr li h1 a {
  color: #fff;
  font-size: 16px;
}

.foter_lr li p {
  line-height: 32px;
}

.foter_lr li p a {
  color: #dbdbdb;
  font-size: 14px;
}

.foter_lr li p em {
  margin: 0 20px;
  color: #dbdbdb;
  font-size: 14px;
}

.foter_lr li.qcbj {
  margin-right: 0px;
}

.foter_lr li.qcbj .btn {
  display: inline-block;
  color: #fff;
  line-height: 44px;
  padding: 0 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  font-weight: 600;
 letter-spacing: 2px;
}

.fotter_lb {
  clear: both;
  line-height: 32px;
  color: #dbdbdb;
  font-size: 14px;
}

.fotter_lb p {
  line-height: 32px;
  font-size: 14px;
}

.fotter_lb p a {
  color: #dbdbdb;
  font-size: 14px;
}

.fotter_r {
  float: right;
  width: 40%;
  height: auto;
  overflow: hidden;
}

.fotter_rt {
  float: left;
  width: 69%;
  width: 77%;
  height: auto;
}

.fotter_rt h1 {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  margin-bottom: 10px;
}

.fotter_rt p {
  clear: both;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 15px;
}

.fotter_rt p span {
  display: block;
  float: left;
  width: 26px;
}

.fotter_rt p span img {
  display: block;
  max-width: 100%;
}

.fotter_rt p font {
  float: right;
  display: block;
  width: 85%;
  /* width: 90%; */
  color: #dbdbdb;
  font-size: 14px;
}

.fotter_rt p font i {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.fotter_re {
  float: right;
  /* width: 136px; */
  width: 106px;
}



.fotter_b {
  clear: both;
  width: 100%;
}

.fotter_b p {
  padding: 10px 0;
}

.fotter_b p,
.fotter_b p a {
  line-height: 32px;
  font-size: 14px;
  color: #dbdbdb;
}

.fotter_b .links a {
  padding: 0 5px;
  font-size: inherit;
}

.fotter_b .links {
  background: url(../image/bg1.jpg) repeat-x left top;
  padding-bottom: 0;
  margin-top: 20px;
  font-size: 13px;
}









@media (max-width: 1440px) {
  .fotter_r {
    float: right;
    width: 39%;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 1440px) {
  .fotter_r {
    float: right;
    width: 39%;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 1400px) {
  .fotter {
    width: 100%;
    padding: 0 30px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }

  .fotter_l {
    float: left;
    width: 44%;
    height: auto;
    overflow: hidden;
  }

  .fotter_r {
    float: right;
    width: 40%;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 1366px) {
  .fotter {
    width: 100%;
    padding: 0 30px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }

  .fotter_l {
    float: left;
    width: 46%;
    height: auto;
    overflow: hidden;
  }

  .fotter_r {
    float: right;
    width: 40%;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 1280px) {
  .fotter {
    width: 100%;
    padding: 0 30px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }

  .fotter_l {
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
  }

  .fotter_r {
    float: right;
    width: 40%;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .box6 {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0 40px 0;
    background: #3d444d;
  }

  .fotter {
    width: 100%;
    padding: 0 30px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }

  .fotter_l {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .fotter_r {
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 414px) {
  .box6 {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0 40px 0;
    background: #3d444d;
  }

  .fotter {
    width: 100%;
    padding: 0 15px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }

  .fotter_l {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .fotter_r {
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
  }


  .foter_ll img {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .foter_lr {
    float: right;
    padding-bottom: 10px;
    width: auto;
    margin-left: 0px;
  }

  .fotter_re {
    float: none;
    width: 100%;
  }

  .fotter_re img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .fotter_rt {
    float: left;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 360px) {
  .foter_lr {
    float: right;
    padding-bottom: 10px;
    width: 100%;
    margin-left: 0px;
  }
}

.gbui {
  width: 64px;
  height: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50%;
}