@import url(bootstrap.css);
@import url(bootstrap-theme.css);
@import url(swiper-bundle.min.css);
@import url(icon.css);
@import url(gd.css);

@media (max-width: 768px) {
  .container [class*="col-"] {
    padding-right: 2px;
    padding-left: 2px
  }
}

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  outline: none;
  text-decoration: none
}

.hidden {
  overflow: hidden
}

a {
  color: #1a1a1a;
  transition: color 0.3s
}

a:hover,
a.active {
  color: #ed1c24;
  text-decoration: none
}

.imgs img {
  max-width: 100%
}

.bg-white {
  background-color: #fff
}

.bg-gray {
  background-color: #f2f2f2
}

.bg-blue {
  background-color: #f36e21 !important
}

.bg-green {
  background-color: #6ec800
}

.bg-black {
  background-color: #141414
}

.bg-f9 {
  background-color: #f9f9f9
}

.color-blue {
  color: #ed1c24
}

.color-q-blue {
  color: #c4e7f9
}

.color-white {
  color: #fff
}

.color-green {
  color: #6ec800
}

.color-black {
  color: #333
}

.color-666 {
  color: #666
}

.color-gray {
  color: #9f9f9f
}

.color-d1 {
  color: #d1d1d1
}

.color-70 {
  color: #707070
}

.color-999 {
  color: #999
}

.color-red {
  color: red
}

.font-22 {
  font-size: 22px
}

.font-18 {
  font-size: 18px
}

@media (max-width: 768px) {
  .font-22 {
    font-size: 18px
  }

  .font-18 {
    font-size: 15px
  }
}

.flex {
  display: flex
}

.flex.j-c-c {
  justify-content: center
}

.flex.j-c-s-b {
  justify-content: space-between
}

.flex.j-c-e {
  justify-content: end
}

.flex.f-w-w {
  flex-wrap: wrap
}

.flex.a-i-c {
  align-items: center
}

.flex.a-i-e {
  align-items: end
}

body {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", STHeiti,
    MingLiu;
  font-size: 16px
}

@media (max-width: 768px) {
  body {
    font-size: 14px
  }
}

.a-line {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.clear::after {
  display: block;
  content: "";
  clear: both
}

.top-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%
}

.p-xl-r {
  padding-right: 50px
}

.p-xl-b {
  padding-bottom: 60px
}

.m {
  margin: 10px
}

.m-auto {
  margin: 0 auto
}

.m-l {
  margin-left: 10px
}

.m-r {
  margin-right: 10px
}

.m-t {
  margin-top: 10px
}

.m-b {
  margin-bottom: 10px
}

.m-tb {
  margin-top: 10px;
  margin-bottom: 10px
}

.m-lg-l {
  margin-left: 20px
}

.m-lg-tb {
  margin-top: 20px;
  margin-bottom: 20px
}

.m-xl-r {
  margin-right: 50px
}

.m-xl-t {
  margin-top: 60px
}

.m-xl-b {
  margin-bottom: 60px
}

.head .navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.218)
}

.head .navbar-toggle {
  margin-top: -4px;
  border: 1px solid #fff;
  margin-right: 0
}

.head .navbar-header {
  height: 50px
}

.head .navbar-header .navbar-brand {
  height: 100%;
  padding: 0
}

.head .navbar-header .navbar-brand img {
  height: 100%
}

.head .icon-bar {
  background-color: #fff
}

.head .navbar-nav {
  margin-left: 28px
}

.head .navbar-nav li a {
  font-size: 16px;
  padding: 10px 16px;
  color: #fff
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:active,
.head .navbar-nav li a:focus {
  background: none
}

.head .navbar-nav li .dropdown-menu {
  border: none;
  background-color: rgba(0, 0, 0, 0.507)
}

.head .navbar-nav li .dropdown-menu li a,
.head .navbar-nav li .dropdown-menu li .navss {
  font-size: 14px;
  padding: 8px 10px;
  color: #fff
}

.head .navbar-nav li .dropdown-menu li a:hover,
.head .navbar-nav li .dropdown-menu li a.act,
.head .navbar-nav li .dropdown-menu li .navss:hover,
.head .navbar-nav li .dropdown-menu li .navss.act {
  color: #ed1c24
}

.head .navbar-nav li .dropdown-submenu {
  position: relative
}

.head .navbar-nav li .dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%
}

.head .navbar-nav li .dropdown-submenu>.navss:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-left-color: #000;
  margin-top: 7px;
  margin-right: 10px
}

.head .navbar-nav li .dropdown-submenu:hover>.navss :after {
  border-left-color: #ed1c24
}

.head .navbar-nav.lm li.active,
.head .navbar-nav.lm>li:hover {
  position: relative;
  display: block
}

.head .navbar-nav.lm li.active>a,
.head .navbar-nav.lm>li:hover>a {
  color: #ed1c24
}

.head .nav-list .pc-link {
  position: relative;
  float: right;
  margin: 8px 0;
  margin-bottom: 8px
}

.head .nav-list .pc-link .iconfont {
  color: #fff;
  font-size: 20px;
  margin: 0 5px
}

.head .nav-list .pc-link .iconfont:hover {
  color: red
}

.head .nav-list .pc-link .rem {
  position: relative
}

.head .nav-list .pc-link .rem .rem-con {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  left: 0;
  top: 35px;
  margin-left: -60px;
  transition: top .5s;
  display: none
}

.head .nav-list .pc-link .rem .rem-con.rshow {
  top: 28px
}

@media (max-width: 768px) {
  .head {
    background-color: rgba(0, 0, 0, 0.901)
  }

  .head .navbar {
    height: 60px;
    display: block
  }

  .head .navbar .navbar-header {
    height: 40px;
    position: relative;
    top: 15px
  }

  .head .navbar .navbar-header .navbar-brand {
    height: 40px;
    margin-top: 0
  }

  .head .navbar .navbar-collapse {
    overflow: initial;
    padding-right: 0;
    padding-left: 0
  }

  .head .navbar .navbar-collapse.in {
    overflow: initial;
    padding-right: 0;
    padding-left: 0
  }

  .head .navbar-nav {
    margin-left: -15px;
    margin-top: 15px
  }

  .head .navbar-nav li .dropdown-menu {
    background: none
  }

  .head .navbar-nav li .dropdown-menu li {
    padding-left: 30px
  }

  .head .dropdown-submenu>.dropdown-menu {
    padding-left: 25px
  }

  .head .nav-list {
    width: 100%
  }
}

.sou-con {
  position: fixed;
  top: -200px;
  width: 100%;
  left: 0;
  background-color: #000;
  z-index: 999;
  transition: top .5s
}

.sou-con.show {
  top: 0
}

.sou-con .guanbi {
  float: right
}

.sou-con .guanbi .iconfont {
  color: #fff;
  font-size: 28px;
  cursor: pointer
}

.sou-con .form-inline .form-control {
  width: 280px
}

@media (max-width: 768px) {
  .sou-con .form-inline .form-control {
    width: 200px
  }
}

.sou-con .container {
  padding-top: 30px;
  padding-bottom: 30px
}

.banner {
  height: 800px;
  width: 100%
}

@media (max-width: 768px) {
  .banner {
    height: 500px
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none
  }
}

.banner .swp-banner {
  height: 100%;
  width: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption {
  padding: 0 100px;
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption a {
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 4.5em/1.2 "Europa", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title {
    font-size: 15px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title:after {
  content: " ";
  display: block;
  height: 4px;
  margin-top: 15px;
  background: #cc3333
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 16pt;
  line-height: 1.4
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .text {
    font-size: 14px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn {
  margin: 15px 0 0;
  border-color: #fff
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn {
    margin: 5px 0 0
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn .btn-inner {
  position: relative;
  z-index: 2
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn:hover {
  color: #cc3333;
  background-color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
  display: none;
  width: 100%
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
    display: block
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .bgcon {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0b0f21;
  text-align: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .bgcon .banner-video {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%, -50%)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.39);
  z-index: 20
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
  height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx {
  text-align: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx h1 {
  font-size: 75px;
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx h2 {
  font-size: 33px;
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn {
  padding: 8px 30px;
  font-size: 16px;
  margin: 0 10px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn .iconfont {
  font-size: 28px
}

@media (max-width: 768px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx h1 {
    font-size: 28px;
    font-weight: 600
  }

  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx h2 {
    font-size: 16px
  }

  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn {
    font-size: 14px
  }

  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn .iconfont {
    font-size: 20px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn-outline-inverse {
  background-color: rgba(255, 255, 255, 0.267);
  border-color: rgba(255, 255, 255, 0.267)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn-outline-inverse:hover {
  background-color: #fff;
  border-color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-byxx .btn-outline {
  background-color: #fff;
  border-color: #fff
}

.banner .swp-banner .s-wp {
  position: absolute;
  top: 50%;
  width: 100%
}

.banner .swp-banner .s-wp .swiper-button-next,
.banner .swp-banner .s-wp .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%
}

.banner .swp-banner .s-wp .swiper-button-next::after,
.banner .swp-banner .s-wp .swiper-button-prev::after {
  font-size: 23px;
  color: #e7e8e9;
  font-weight: 600
}

.banner .swp-banner .s-wp .swiper-button-next:hover,
.banner .swp-banner .s-wp .swiper-button-prev:hover {
  background: #fff
}

.banner .swp-banner .s-wp .swiper-button-next:hover::after,
.banner .swp-banner .s-wp .swiper-button-prev:hover::after {
  color: #cc3333
}

.banner .swp-banner .swiper-pagination {
  bottom: 20px
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-pagination {
    bottom: 5px
  }
}

.banner .swp-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background-color: #fff;
  opacity: 1
}

.banner .swp-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc3333
}

.index_banner {
  width: 100%;
  height: 100vh;
  position: relative
}

.index_banner .bgcon {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0b0f21;
  text-align: center
}

.index_banner .bgcon .banner-video {
  position: absolute;
  top: 50%;
  height: 100%;
  max-width: 100%;
  z-index: 1;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%, -50%)
}

.index_banner .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.39);
  z-index: 20
}

.index_banner .info .container {
  height: 100%
}

.index_banner .info .container .ban-byxx {
  text-align: center
}

.index_banner .info .container .ban-byxx h1 {
  font-size: 75px;
  color: #fff
}

.index_banner .info .container .ban-byxx h2 {
  font-size: 33px;
  color: #fff
}

.index_banner .info .container .ban-byxx .btn {
  padding: 8px 30px;
  font-size: 16px;
  margin: 0 10px
}

.index_banner .info .container .ban-byxx .btn .iconfont {
  font-size: 28px
}

@media (max-width: 768px) {
  .index_banner .info .container .ban-byxx h1 {
    font-size: 28px;
    font-weight: 600
  }

  .index_banner .info .container .ban-byxx h2 {
    font-size: 16px
  }

  .index_banner .info .container .ban-byxx .btn {
    font-size: 14px
  }

  .index_banner .info .container .ban-byxx .btn .iconfont {
    font-size: 20px
  }
}

.index_banner .info .container .ban-byxx .btn-outline-inverse {
  background-color: rgba(255, 255, 255, 0.267);
  border-color: rgba(255, 255, 255, 0.267)
}

.index_banner .info .container .ban-byxx .btn-outline-inverse:hover {
  background-color: #fff;
  border-color: #fff
}

.index_banner .info .container .ban-byxx .btn-outline {
  background-color: #fff;
  border-color: #fff
}

.index-gb {
  background-color: #000;
  margin-top: -90px;
  padding: 35px;
  position: relative;
  z-index: 99
}

.index-gb .font-18 {
  position: relative
}

.index-gb [class*="col-"] {
  padding-left: 0;
  padding-right: 0
}

.index-gb .yy {
  position: relative
}

.index-gb .yy::after {
  position: absolute;
  content: "";
  height: 20px;
  border-right: 2px solid #fff;
  right: 30px;
  top: 7px
}

.index-gb .yyrs {
  text-align: right
}

@media (max-width: 768px) {
  .index-gb .title {
    text-align: center
  }

  .index-gb .title .yy::after {
    border: none
  }

  .index-gb .title .yyrs {
    text-align: center
  }
}

.index-gb .form .form-inline .form-group {
  width: calc(100% / 4)
}

.index-gb .form .form-inline .form-group:nth-child(3) {
  width: calc(100% / 4 + ((100% / 4) / 2))
}

.index-gb .form .form-inline .form-group:nth-child(4) {
  width: calc(100% / 4 - ((100% / 4) / 2) - 15px)
}

.index-gb .form .form-inline .form-group:nth-child(4) .btn {
  width: 100%
}

.index-gb .form .form-inline .form-group .form-control {
  width: 100%
}

@media (max-width: 768px) {
  .index-gb .form .form-inline .form-group {
    width: 100% !important
  }
}

.n-ban {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #000
}

.n-ban img {
  display: none
}

@media (max-width: 768px) {
  .n-ban {
    height: inherit;
    margin-top: 60px;
  }

  .n-ban img {
    display: block;
    max-width: 100%
  }
}

.titlex {
  text-align: center;
  margin: 20px 0
}

.titlex>div {
  font-size: 30px
}

.titlexp {
  margin-top: 5px
}

.tab-con .tabs li {
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .tab-con .tabs {
    justify-content: flex-start;
  }
}

.tab-con .tabs li a {
  padding: 5px 15px;
  border: 1px solid #ededed;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  transition: all .3s
}

.tab-con .tabs li a:hover,
.tab-con .tabs li a.active {
  background-color: #de1d25;
  color: #fff
}

.tab-con .t-con {
  position: relative;
  width: 100%
}

.tab-con .t-con .con {
  position: relative;
  display: none;
  width: 100%
}

.tab-con .t-con .con.show {
  display: block
}

.vrlist {
  width: calc(100% + 30px);
  margin: 60px 0
}

.vrlist .v-li {
  width: calc(100% / 3 - 30px);
  margin-right: 30px;
  float: left;
  margin-bottom: 20px
}

.vrlist .v-li .img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
  position: relative
}

.vrlist .v-li .img img {
  width: 100%;
  transition: all .3s;
  transform: scale(1)
}

.vrlist .v-li .img .hv-img {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.281);
  background-image: url("../images/vr-link.png");
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: none
}

.vrlist .v-li .title {
  font-size: 18px;
  margin: 10px 0
}

.vrlist .v-li .tag {
  font-size: 12px;
  color: #9fb0bd
}

.vrlist .v-li .tag i {
  font-size: 12px
}

.vrlist .v-li:hover .img {
  box-shadow: 0 0 10px #ccc
}

.vrlist .v-li:hover .img img {
  transform: scale(1.1)
}

.vrlist .v-li:hover .img .hv-img {
  display: block
}

@media (max-width: 768px) {
  .vrlist {
    margin: 30px 0;
    width: calc(100% + 10px)
  }

  .vrlist .v-li {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 30px
  }

  .vrlist .v-li .title {
    font-size: 16px
  }

  .vrlist .v-li .img {
    height: 130px
  }
}

.dingzhi {
  background: #000000;
  padding: 60px 0;
  margin-top: 60px
}

.dingzhi .title {
  font-size: 30px;
  text-align: center
}

.dingzhi .title .t {
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
  color: #fff
}

.dingzhi .title .t::after {
  content: "";
  height: 3px;
  width: 80px;
  background-color: #de1d25;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -40px
}

.vr {
  position: relative;
  margin: 60px 0
}

.vr .img {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden
}

@media (max-width: 768px) {
  .vr .img {
    height: 200px
  }

  .vr .img img {
    max-width: 140%
  }
}

.vr .vr-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}

.vr .vr-bg img {
  width: 100%
}

.vr-info {
  width: 100%;
  margin-top: 70px;
  color: #fff
}

.vr-info .info {
  width: calc(100% / 2 - 20px);
  display: block;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer
}

.vr-info .info .icon {
  width: 70px;
  height: 40px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block
}

.vr-info .info .icon.qj {
  background-image: url("../images/720.png")
}

.vr-info .info .icon.dc {
  background-image: url("../images/360.png")
}

.vr-info .info .icon.wrj {
  background-image: url("../images/wrj.png")
}

.vr-info .info .icon.ps {
  background-size: auto 100%;
  background-image: url("../images/vr.png")
}

.vr-info .info .title {
  font-size: 18px;
  margin: 20px auto
}

.vr-info .info .des {
  font-size: 14px
}

.vr-info .info:hover .icon.qj {
  background-image: url("../images/720_h.png")
}

.vr-info .info:hover .icon.dc {
  background-image: url("../images/360_h.png")
}

.vr-info .info:hover .icon.wrj {
  background-image: url("../images/wrj_h.png")
}

.vr-info .info:hover .icon.ps {
  background-size: auto 100%;
  background-image: url("../images/vr_h.png")
}

.vr-info .info:hover .title {
  color: #ed1c24
}

.hangye {
  margin-top: 60px
}

.hangye [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}

.hangye .hy-con {
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 10px
}

.hangye .hy-con .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.hangye .hy-con .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all .3s;
  transform: scale(1)
}

.hangye .hy-con .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  text-align: center;
  color: #fff
}

.hangye .hy-con .info .title {
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  top: calc(50% - 15px);
  transition: top .3s
}

@media (max-width: 768px) {
  .hangye .hy-con .info .title {
    font-size: 19px
  }
}

.hangye .hy-con .info .nav {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transition: all .5s;
  left: calc(50% - 25%);
  height: 100%;
  overflow: hidden;
  opacity: 0
}

@media (max-width: 768px) {
  .hangye .hy-con .info .nav {
    width: 80%;
    left: calc(50% - 40%)
  }
}

.hangye .hy-con .info .nav li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
  text-align: left
}

.hangye .hy-con .info .nav li a {
  color: #fff;
  font-size: 18px
}

@media (max-width: 768px) {
  .hangye .hy-con .info .nav li a {
    font-size: 16px
  }
}

.hangye .hy-con .info .nav li a:hover {
  color: #ed1c24
}

.hangye .hy-con .info .nav.ns {
  width: 80%;
  left: calc(50% - 40%)
}

.hangye .hy-con .info .nav.ns li {
  text-align: center;
  width: 100%
}

.hangye .hy-con:hover .img img {
  transform: scale(1.1)
}

.hangye .hy-con:hover .info .title {
  top: calc(20% - 15px)
}

.hangye .hy-con:hover .info .nav {
  opacity: 1;
  top: calc(20% + 45px)
}

.index-news {
  padding: 60px 0;
  background-color: #f7f7f7;
  margin-top: 60px
}

.index-news [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}

@media (max-width: 768px) {
  .index-news {
    padding: 30px 0
  }

  .index-news .m-lg-l {
    margin-left: 0
  }

  .hangye .container>div:nth-child(1) .hy-con .info .title {
    top: calc(20% - 15px)
  }

  .hangye .container>div:nth-child(1) .hy-con .info .nav {
    opacity: 1;
    top: calc(20% + 45px)
  }
}

.index-news .newslis .img {
  width: 220px;
  margin-right: 30px
}

@media (max-width: 768px) {
  .index-news .newslis .img {
    width: 100px;
    margin-right: 10px
  }
}

.index-news .newslis .img img {
  width: 100%
}

.index-news .newslis .info {
  width: calc(100% - 250px)
}

@media (max-width: 768px) {
  .index-news .newslis .info {
    width: calc(100% - 110px)
  }
}

.index-news .newslis .info .title {
  font-size: 18px;
  font-weight: 600
}

.index-news .newslis .info .time {
  margin: 10px 0
}

.index-news .newslis .info .time,
.index-news .newslis .info .des {
  font-size: 14px;
  color: #474747
}

.index-news .news-li {
  font-size: 16px;
  margin: 10px 0
}

.index-news .news-li span {
  float: right
}

.index-rmhy {
  margin: 60px 0
}

.index-rmhy [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}

.index-rmhy .rmhy {
  height: 300px;
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .index-rmhy .rmhy {
    height: 80px
  }
}

.index-rmhy .rmhy .swiper {
  height: calc(100% + 100px)
}

.index-rmhy .rmhy .swiper-slide {
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  transition: transform 1s;
  overflow: hidden
}

.index-rmhy .rmhy .swiper-slide .img {
  height: 250px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center
}

@media (max-width: 768px) {
  .index-rmhy .rmhy .swiper-slide .img {
    height: 90px
  }
}

.index-rmhy .rmhy .swiper-slide .img img {
  height: 100%
}

.index-rmhy .rmhy .swiper-slide-active,
.index-rmhy .rmhy .swiper-slide-duplicate-active {
  transform: scale(1.2);
  position: relative;
  z-index: 10
}

.index-rmhy .rmhy .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background-color: #b9b9b9;
  opacity: 1
}

.index-rmhy .rmhy .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000
}

.foot {
  background-color: #101010
}

.foot [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}

.foot .foot-logo {
  height: 230px
}

.foot .foot-logo img {
  width: 80%
}

.foot .f-title {
  color: #fff;
  font-size: 18px;
  padding-top: 50px
}

.foot .f-nav {
  margin-top: 20px;
  position: relative
}

.foot .f-nav::after {
  position: absolute;
  content: "";
  right: 20px;
  top: -40px;
  height: calc(100% + 50px);
  border-right: 1px solid #232425
}

@media (max-width: 768px) {
  .foot .f-nav::after {
    border-right: none
  }
}

.foot .f-nav li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px
}

.foot .f-nav li span {
  margin-right: 5px
}

.foot .f-nav li a {
  color: #fff;
  font-size: 14px
}

.foot .f-nav li a:hover {
  color: #ed1c24
}

@media (max-width: 768px) {
  .foot .j-c-e {
    justify-content: center
  }
}

.foot .foot-ewm {
  width: 120px;
  text-align: center;
  margin-top: 60px
}

.foot .foot-ewm img {
  width: 100%
}

.foot .foot-ewm p {
  color: #fff;
  font-size: 13px;
  margin-top: 5px
}

.foot .foot-bq {
  min-height: 50px;
  background-color: #000000;
  color: #fff;
  line-height: 50px
}

@media (max-width: 768px) {
  .foot .foot-bq {
    line-height: initial;
    text-align: center !important
  }

  .foot .foot-bq .text-right {
    text-align: center
  }
}

.foot .foot-bq a {
  color: #fff
}

.foot .m-f-nav {
  display: none
}

.foot .m-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.226);
  padding-bottom: 10px
}

.foot .m-nav .glyphicon {
  float: right;
  font-size: 12px;
  position: relative;
  top: 4px;
  transition: all .3s
}

.foot .m-nav .active .glyphicon-plus {
  transform: rotate(45deg)
}

.newslb {
  margin-top: 60px;
  margin-bottom: 30px
}

.newslb .news-li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cccccc
}

.newslb .news-li .img {
  width: 180px;
  height: 150px;
  overflow: hidden
}

@media (max-width: 768px) {
  .newslb .news-li .img {
    width: 100%;
  }
}

.newslb .news-li .img img {
  width: 100%
}

.newslb .news-li .info {
  margin-left: 20px;
  width: calc(100% - 200px)
}

@media (max-width: 768px) {
  .newslb .news-li .info {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.newslb .news-li .info .infos .title {
  font-size: 18px
}

.newslb .news-li .info .infos .time {
  font-size: 12px;
  margin: 5px 0
}

.newslb .news-li .info .infos .dsc {
  font-size: 14px
}

.news-info .news-con {
  font-size: 14px;
  margin-top: 10px
}

.news-info .news-con img {
  max-width: 100%
}

.lxwm .icon {
  font-size: 40px
}

.lxwm .title {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0
}

.lxwm .des {
  font-size: 14px
}

.lx-map {
  padding: 30px 0;
  background-color: #f4f4f4
}

.lx-map .img {
  width: 500px
}

.lx-map .img img {
  width: 100%
}

.page {
  margin: 30px 0
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem
}

.page-num,
.page-link {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #eaeaea;
  border: 1px solid #dee2e6;
  margin: 0 5px;
  border-radius: 5px
}

.page-num:hover,
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none
}

.page-num:not(:disabled) {
  cursor: pointer
}

.page-num-current {
  z-index: 1;
  color: #fff;
  background-color: #5b5b5b;
  border-color: #5b5b5b
}

.ce_nav {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9
}

.ce_nav li {
  margin-bottom: 5px
}

.ce_nav li:after {
  content: '';
  display: block;
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px
}

.ce_nav li>a {
  float: right;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #198ede;
  font-size: 12px;
  text-align: center;
  box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.5);
  border: 1px solid #198ede
}

.ce_nav li a span {
  display: block;
  line-height: 12px
}

.ce_nav .ceNav-icon {
  font-size: 22px;
  line-height: 30px;
  padding-top: 5px
}

.ce_nav .li-codeBtn {
  position: relative
}

.ce_nav .code-con {
  position: absolute;
  right: 60px;
  bottom: -30px;
  padding-right: 20px;
  display: none
}

.ce_nav .code-con-m {
  width: 155px;
  background-color: #fff;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden
}

.ce_nav .code-con img {
  width: 120px;
  height: 120px;
  border: 2px solid #eaeaea;
  display: inline-block;
  margin: 15px 0
}

.ce_nav .code-con p {
  line-height: 34px;
  width: 100%;
  background-color: #46dba4;
  font-size: 14px;
  color: #fff
}

.ce_nav .code-con:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 55px;
  right: 5px;
  border: 7px solid transparent;
  border-left: 8px solid #fff;
  width: 0;
  height: 0px
}

.ce_nav .li-codeBtn:hover .code-con {
  display: block
}

.ce_nav li:hover a {
  background: #46dba4;
  color: #fff
}

.ce_nav li:active a {
  background: #3fcb97
}

.ce_nav li.li-cxBtn a {
  background-color: #fb5a00;
  border-color: #fb5a00;
  color: #fff
}

.ce_nav li.li-cxBtn img {
  display: inline-block;
  padding: 7px 0 5px
}

.ce_nav li.li-designBtn a {
  color: #fff;
  background-color: #00c36e;
  border-color: #00c36e
}

.ce_nav li.li-designBtn img {
  display: inline-block;
  padding: 8px 0 5px
}

.ce_nav li.li-cxBtn a:hover,
.ce_nav li.li-designBtn a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9
}

.ce_nav li.li-downBtn a {
  padding: 3px 0;
  height: auto
}

.ce_nav li.li-downBtn img {
  height: 25px
}

.ce_nav li.li-downBtn span {
  margin-top: 3px;
  line-height: 14px
}

.ce_nav li.li-phoneBtn a {
  position: relative;
  right: 0;
  cursor: default;
  overflow: hidden;
  transition: all .3s
}

.ce_nav li.li-phoneBtn a p {
  display: none
}

.ce_nav li.li-phoneBtn.on a {
  background: #46dba4
}

.ce_nav li.li-phoneBtn.on .ceNav-icon {
  display: none
}

.ce_nav li.li-phoneBtn.on a span {
  display: none
}

.ce_nav li.li-phoneBtn.on a p {
  display: block;
  color: #fff;
  font-size: 13px;
  text-align: left;
  background: url(../images/main.png) no-repeat;
  background-position: -230px -603px;
  line-height: 22px;
  padding: 6px 0 0 13px
}

.ce_nav li.li-phoneBtn.on a p i {
  font-size: 19px;
  display: block
}

.ce_nav .gg-pic {
  position: absolute;
  right: 70px;
  bottom: 0
}

.ce_nav .gg-pic span {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/gg-close.png) no-repeat center top;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer
}

.ce_nav .gg-pic span:hover {
  background-position: center bottom
}