.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.header-wrap .header {
  width: 100%;
  height: 100%;
}
.header-wrap .header.no-bg-color {
  background: none;
}
.header-wrap .header.bg-color {
  background: #1e2f54;
}
.header-wrap .header:hover {
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.header-wrap .header:hover .nav-wrap .logo {
  background: url(../images/logo-se.png) no-repeat center;
  background-size: contain;
}
.header-wrap .header:hover .nav-wrap .logo span {
  color: #666;
}
.header-wrap .header:hover .nav-wrap .nav-list .nav-item .lk {
  color: #333;
}
.header-wrap .header .nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  padding: 0 10px;
  height: 100%;
  margin: 0 auto;
}
.header-wrap .header .nav-wrap .logo {
  position: relative;
  width: 150px;
  height: 60px;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}
.header-wrap .header .nav-wrap .logo span {
  position: absolute;
  top: 30%;
  right: -138px;
  width: 134px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.header-wrap .header .nav-wrap .nav-list {
  width: auto;
}
.header-wrap .header .nav-wrap .nav-list .nav-item {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 100%;
  margin-left: 15px;
  text-align: center;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:hover .lk {
  color: #0e57a2;
}
.header-wrap .header .nav-wrap .nav-list .nav-item.cur:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  height: 2px;
  background: #fff;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .lk {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu-wrap {
  display: none;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu-wrap .sub-menu {
  position: absolute;
  top: 60px;
  width: auto;
  padding: 5px 30px 25px;
  background-color: #fff;
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu {
  width: 180px;
  left: -30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/nav-icon-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/nav-icon-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(3) a {
  background: url(../images/nav-icon-se3.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 950px;
  padding: 25px 40px 25px;
  left: 0;
  left: -305%;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item {
  width: auto;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .sub-item-list {
  display: flex;
  flex-wrap: wrap;
  width: 440px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .sub-item-list .sub-item-list_item {
  width: 220px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(2) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(3) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se3.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .title {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .title:after {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  padding-left: 35px;
  font-weight: 600;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list {
  margin-top: 30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list_item {
  height: 30px;
  margin-bottom: 15px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list_item a {
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  margin-top: 0;
  line-height: 30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu {
  width: 180px;
  left: -30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/bhdt-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/bhdt-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu {
  width: 180px;
  left: -28px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/icon_gsjs1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/icon_zp.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(3) a {
  background: url(../images/icon_lxwm.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu {
  width: 100%;
  right: 0;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  transition: all .2s linear;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu .sub-item a:hover {
  color: #0e57a2;
  transform: translate(0, -2px);
}

.footer {
  position: relative;
  width: 100%;
  height: 448px;
  background: url(../images/home_buttom_bgimg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.footer .address {
  position: relative;
  margin-top: 55px;
}
.footer .address .foot-logo {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .footer .address .foot-logo {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.footer .address .foot-logo img {
  width: 152px !important;
  width: 26px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.footer .address-info {
  display: flex;
  flex-direction: row;
  width: 997px;
  margin-top: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer .address-info .branch {
  margin-left: 40px;
}
.footer .address-info .tit {
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .footer .address-info .tit {
    font-size: 16px;
  }
}
.footer .address-info .info {
  margin: 15px 0;
}
.footer .address-info .info p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
@media screen and (max-width: 1440px) {
  .footer .address-info .info p {
    font-size: 12px;
  }
}
.footer .wx-code {
  position: absolute;
  top: 48%;
  right: 80px;
}
@media screen and (max-width: 1440px) {
  .footer .wx-code {
    top: 43%;
    right: 48px;
  }
}
.footer .wx-code img {
  width: 68px;
  height: 68px;
}
.footer .wx-code .tit {
  width: 80px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.footer .coptype {
  position: absolute;
  bottom: 15px;
  width: 288px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer .coptype a {
  font-size: 12px;
  color: #fff;
}

.ny-banner {
  position: relative;
  width: 100%;
  max-height: 740px;
  overflow: hidden;
}
.ny-banner img {
  width: 100%;
  height: 100%;
  animation: mymove 30s;
}
@keyframes mymove {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.ny-banner .tit-wrap {
  position: absolute;
  top: 50%;
  left: 362px;
  margin-top: -33px;
  z-index: 6;
}
.ny-banner .tit-wrap span {
  display: block;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .ny-banner .tit-wrap span {
    font-size: 14px;
  }
}
.ny-banner .tit-wrap .tit {
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(to right, #3dfcff, #5cc1ff);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 3px;
}
@media screen and (max-width: 1440px) {
  .ny-banner .tit-wrap .tit {
    font-size: 32px;
  }
}

.about {
  width: 100%;
}
.about .profile {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}
.about .profile .tit {
  margin-top: 60px;
  font-size: 32px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.about .profile .profile-info {
  width: 80%;
  margin: 60px auto;
}
.about .profile .profile-info .item {
  text-indent: 2em;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 30px;
}
.about .history {
  width: 100%;
  height: 100%;
  min-height: 940px;
  max-height: 940px;
  overflow: hidden;
  background: url(../images/gsjs_img_lc.jpg) no-repeat center;
}
@media screen and (max-width: 1400px) {
  .about .history {
    min-height: 750px;
    max-height: 750px;
  }
}
.about .history .tit {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.about .history .lc-list {
  position: relative;
  width: 1200px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/gsjs_img_line.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1320px) {
  .about .history .lc-list {
    width: 1160px;
    padding: 0 20px;
  }
  .about .history .lc-list .lc-item {
    position: absolute;
  }
  .about .history .lc-list .lc-item:nth-child(1) {
    bottom: 13% !important;
    left: 5%;
  }
  .about .history .lc-list .lc-item:nth-child(2) {
    bottom: 21% !important;
    left: 18%;
  }
  .about .history .lc-list .lc-item:nth-child(3) {
    bottom: 28% !important;
    left: 30%;
  }
  .about .history .lc-list .lc-item:nth-child(4) {
    bottom: 34.5% !important;
    left: 37% !important;
  }
  .about .history .lc-list .lc-item:nth-child(5) {
    bottom: 40% !important;
    left: 48% !important;
  }
  .about .history .lc-list .lc-item:nth-child(6) {
    bottom: 44.5% !important;
    left: 59% !important;
  }
  .about .history .lc-list .lc-item:nth-child(7) {
    bottom: 47% !important;
    left: 70% !important;
  }
  .about .history .lc-list .lc-item:nth-child(8) {
    bottom: 62% !important;
    left: 82% !important;
  }
  .about .history .lc-list .lc-item:before {
    content: '';
    position: absolute;
    top: 67px;
    left: 70px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: transform .3s linear;
  }
  .about .history .lc-list .lc-item:after {
    content: '';
    position: absolute;
    top: 70px;
    left: 73px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    transition: transform .3s linear;
  }
}
.about .history .lc-list .lc-item {
  position: absolute;
}
.about .history .lc-list .lc-item:nth-child(1) {
  bottom: 12%;
  left: 2%;
}
.about .history .lc-list .lc-item:nth-child(2) {
  bottom: 20%;
  left: 13%;
}
.about .history .lc-list .lc-item:nth-child(3) {
  bottom: 28%;
  left: 25%;
}
.about .history .lc-list .lc-item:nth-child(4) {
  bottom: 35%;
  left: 39%;
}
.about .history .lc-list .lc-item:nth-child(5) {
  bottom: 42%;
  left: 54%;
}
.about .history .lc-list .lc-item:nth-child(6) {
  bottom: 49%;
  left: 67%;
}
.about .history .lc-list .lc-item:nth-child(7) {
  bottom: 56%;
  left: 79%;
}
.about .history .lc-list .lc-item:nth-child(8) {
  bottom: 72%;
  left: 89%;
}
.about .history .lc-list .lc-item:before {
  content: '';
  position: absolute;
  top: 55.5px;
  left: 70px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: transform .3s linear;
}
.about .history .lc-list .lc-item:after {
  content: '';
  position: absolute;
  top: 59px;
  left: 73px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  transition: transform .3s linear;
}
.about .history .lc-list .lc-item:hover:before, .about .history .lc-list .lc-item:hover:after {
  transform: scale(1.5);
}
.about .history .lc-list .lc-item:hover .time,
.about .history .lc-list .lc-item:hover .info {
  opacity: 1;
}
.about .history .lc-list .lc-item .time {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  opacity: .5;
  margin-bottom: 50px;
  color: #fff;
  font-family: "bebas";
  transition: opacity .3s linear;
}
.about .history .lc-list .lc-item .info {
  width: 175px;
  font-size: 16px;
  color: #fff;
  opacity: .5;
  margin-left: 80px;
  font-size: 14px;
  transition: opacity .3s linear;
}
.about .map {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../images/map.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.about .map .tit {
  margin-top: 60px;
  font-size: 32px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.about .map .map-canvas {
  position: relative;
  width: 1200px;
  height: 700px;
  margin: 0 auto 60px;
}
.about .map .map-canvas .map-logo {
  display: none;
  position: absolute;
  top: 36%;
  right: 31%;
  width: 93px;
  height: 16px;
}
.about .map #china-map {
  display: none;
  width: 1200px;
  height: 700px;
}
.about .culture {
  position: relative;
  width: 100%;
  background: url(../images/gsjs_img_wh.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.about .culture .tit {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.about .culture .sub-tit {
  font-size: 18px;
  color: #0e5baf;
  margin: 15px 0 0;
  text-align: center;
}
.about .culture .culture-info {
  width: 578px;
  margin-top: 30px;
}
.about .culture .culture-info img {
  width: 240px;
}
.about .culture .culture-info .info-wrap {
  margin-bottom: 86px;
}
.about .culture .culture-info .info {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}
.about .culture .culture-info .info:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=about.css.map */
