/* 整体样式 */
html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #333333;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -webkit-tap-highlight-color: transparent; /*把高亮颜色设置为透明，也可以使用rgba的形式*/
}

@media (max-width: 1000px) {
  html,
  body {
    font-size: 13px;
  }
}

/* 样式重置 */
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
span,
p,
a {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a,
a:focus,
a:hover {
  color: #333333;
  text-decoration: none;
}
i,
s,
em {
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: middle;
}
input,
textarea,
select {
  border: 0;
  outline: 0;
  background-color: transparent;
  resize: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}

/* 屏幕划分尺寸 */
@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
  .row {
    margin: 0;
    overflow: visible;
  }
}

/* 内宽--1400px */
.inside {
  max-width: 1520px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.inside16 {
  max-width: 1600px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.inside13 {
  max-width: 1320px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.inside12 {
  max-width: 1240px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  clear: both;
  position:relative;
  z-index:2
}

.inside-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position:relative;
  z-index:2
}

@media (max-width: 1740px) {
  .inside,
  .inside16,
  .inside13,
  .inside12 {
    padding-left: 160px;
  }
}

@media (max-width: 1000px) {
  .inside,
  .inside16,
  .inside13,
  .inside12 {
    padding-left: 0;
  }
}

.dis-top {
  margin-top: 120px;
}

.dis-top-first {
  margin-top: 60px;
}

.dis-top-lg {
  margin-top: 170px;
}

.dis-bom {
  margin-bottom: 140px;
  /* margin-left: 200px; */
}
.lxwm-bj{
  background:#fff;
  position:relative;
  z-index:2;
  padding:10px 0;
}
.dis-cons-top {
    margin-top: 60px;
}
.dis-cons-top img{
    width:80%!important;
    margin:0 auto;
    display:block;
}

.dis-cons-top-lg {
  margin-top: 80px;
}

.dis-cons-top-sm {
  margin-top: 40px;
}

.fill {
  padding: 70px 0 90px;
}

.empty {
  width: 100%;
  height: 0;
  margin-top: 100px;
}

.lex {
  flex-wrap: wrap;
}

.bg-blove {
  background-color: #fff;
  position:relative;
  z-index:2
}

.bg-img {
 /* background: url(./../images/bg.png) no-repeat;*/
  background-position: right -240px top -240px;
  background-size: 999px auto;
}

@media (max-width: 1400px) {
  .dis-top {
    margin-top: 90px;
  }
  .dis-top-first {
    margin-top: 90px;
  }
  .dis-top-lg {
    margin-top: 120px;
  }
  .dis-cons-top-lg {
    margin-top: 60px;
  }
  .dis-bom {
    margin-bottom: 120px;
  }
  .empty {
    margin-top: 75px;
  }
}

@media (max-width: 1000px) {
  .dis-top {
    margin-top: 60px;
  }
  .dis-top-first {
    margin-top: 80px;
  }
  .dis-top-lg {
    margin-top: 90px;
  }
  .dis-cons-top-lg {
    margin-top: 30px;
  }
  .dis-bom {
    margin-bottom: 50px;
  }
  .dis-cons-top {
    margin-top: 30px;
  }
  .dis-cons-top-sm {
    margin-top: 30px;
  }
  .fill {
    padding: 40px 0 20px;
  }
  .empty {
    margin-top: 47px;
  }
  .dis-cons-top img{
    width:100%!important;
}
}

.pic,
.map {
  width: 100%;
}

.img img,
.pic img,
.ico img,
.map img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

/* 1.导航 */
.nav-bj {
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    background:rgb(0 0 0 / 0.56);
    z-index:2;
    display:none
}
nav {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 300;
    right: auto;
    display: block;
    width: 160px;
    height: auto;
    background-color: #ffffff;
    /* 阴影 */
    box-shadow: 0 2px 10px rgba(221, 227, 238, 1);
    background: #fff;
    z-index: 8
}

nav .hide-nav{
    position:absolute;
    top:0;
    left:-50vw;
    background:#fff;
    width:50vw;
    height:100%;  
    display:flex;
    justify-content:flex-end;
    align-items:center;
    z-index:1;
     box-shadow: 0 2px 10px rgba(221, 227, 238, 1);
    transition:all 0.5s
}
nav .hide-nav div{
    padding:40px 100px 40px 40px;

    width:500px
}
nav .hide-nav a{
    position:relative;
    display:block;
    font-size:32px;
    line-height:90px;
    text-align:right;   
    color:#333
}
    nav .hide-nav a.adh1 {
        animation: adh 0.5s linear;
        animation-fill-mode: forwards;
    }
    nav .hide-nav a.adh2 {
        animation: adh 0.7s linear;
        animation-fill-mode: forwards;
    }
    nav .hide-nav a.adh3 {
        animation: adh 0.9s linear;
        animation-fill-mode: forwards;
    }
    nav .hide-nav a.adh4 {
        animation: adh 1.1s linear;
        animation-fill-mode: forwards;
    }
    nav .hide-nav a.adh5 {
        animation: adh 1.3s linear;
        animation-fill-mode: forwards;
    }
    nav .hide-nav a:hover {
        color: #201c70
    }


@keyframes adh {
    0% {
        left:-300px;
        opacity:0
    }

    100% {
        left: 0px;
        opacity: 1
    }
}
nav .hide-nav a:before{
    content:'';
    position:absolute;
    width:40px;
    height:4px;
    background-color:#333;
    right:-50px;
    top:38px
}
 nav .hide-nav a:hover:before {
        background-color: #201c70
    }

nav .sanjo {
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f3;
    position:relative;
    z-index:2;
     background:#fff;
}

nav .sanjo img {
  width: 28px;
  height: auto;
}
nav .gation {
    position:relative;
    z-index:2;
     background:#fff;
}
nav .gation li {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #f1f1f3;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

nav .gation li.active {
  border-right: 2px solid #201c70;
}

nav .gation li a {
  width: 100%;
  height: 100%;
  color: #98989a;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

nav .gation li:hover a,
nav .gation li.active a {
  color: #201c70;
}

nav .gation li .ico {
  width: 100%;
  height: 28px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

nav .gation li .ico img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

nav .gation li .ico img:first-child {
  opacity: 1;
}

nav .gation li .ico img:last-child {
  opacity: 0;
}

nav .gation li:hover .ico img:first-child,
nav .gation li.active .ico img:first-child {
  opacity: 0;
}

nav .gation li:hover .ico img:last-child,
nav .gation li.active .ico img:last-child {
  opacity: 1;
}

nav .social {
  padding: 20px 0 40px;
}

nav .social a {
  display: block;
  text-align: center;
}

nav .social a:last-child {
  margin-top: 20px;
}

nav .social a img {
  width: 28px;
  height: auto;
}

@media (max-width: 1540px) {
  nav {
    width: 120px;
  }
  nav .sanjo {
    height: 90px;
    line-height: 90px;
  }
  nav .sanjo img,
  nav .social a img {
    width: 24px;
  }
  nav .gation li {
    height: 90px;
  }
  nav .gation li a {
    font-size: 16px;
  }
  nav .gation li .ico {
    height: 21px;
  }
  nav .social {
    padding: 20px 0 30px;
  }
}

@media (max-width: 1000px) {
  nav {
    display: none;
    width: 100%;
    top: 47px;
    transform: translateY(0);
    border-top: 1px solid #201c70;
  }
  nav .sanjo {
    display: none;
  }
  nav .gation {
    padding: 15px 0 20px;
  }
  nav .gation li {
    height: 42px;
    border-bottom: 0 solid #f1f1f3;
  }
  nav .gation li .ico {
    display: none;
  }
  nav .gation li a {
    font-size: 15px;
  }
  nav .social {
    display: none;
  }
}

/* 2.页头 */
header {
  width: 100%;
  height: 100px;
  z-index: 300;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  /* background-color: #ffffff; */
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08); */
}

header .logo {
  float: left;
  display: block;
  width: auto;
  height: 55px;
  margin-top: 23px;
}

header .logo img {
  width: auto;
  height: 100%;
}

header .logo img:first-child {
  display: block;
}

header .logo img:last-child {
  display: none;
}

header .logo-inner img:first-child {
  display: none;
}

header .logo-inner img:last-child {
  display: block;
}

header .gatopen {
  display: none;
  float: right;
  width: 18px;
  height: 18px;
  cursor: pointer;
  line-height: 47px;
  cursor: pointer;
}

header .gatopen img {
  width: 100%;
  height: 100%;
}

header .social {
  display: none;
  float: right;
  margin-right: 30px;
  line-height: 47px;
}

header .social a {
  display: inline-block;
}

header .social a:last-child {
  margin-left: 10px;
}

header .social a img {
  width: 20px;
  height: auto;
}

@media (max-width: 1540px) {
  header {
    height: 75px;
  }
  header .logo {
    height: 41px;
    margin-top: 17px;
  }
}

@media (max-width: 1000px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    height: 47px;
    background-color: #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }
  header .logo {
    height: 31px;
    margin-top: 8px;
  }
  header .logo img:first-child {
    display: none;
  }
  header .logo img:last-child {
    display: block;
  }
  header .gatopen,
  header .social {
    display: block;
  }
}

/* 3.轮播图 */
.lz-mian {
    position: relative;
    /*top: 100vh;*/
    background-color: #f7f7f7;
    z-index:3;
    overflow:hidden;
    margin-top:100vh
}
@media (max-width: 540px) {
    .lz-mian {
   
        overflow: hidden;
        margin-top: 360px
    }
}
.index-swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    /*    margin-top: -100px;*/
    z-index:2
}

.index-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-swiper .img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.index-swiper .img img {
    animation: asd 7s linear infinite alternate;
}

@keyframes asd {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

.index-swiper .cons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  /* background-color: rgba(0, 0, 0, 0.3); */
  text-align: left;
  color: #ffffff;
}

.index-swiper .inside12 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index-swiper .cons h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
}

.index-swiper .cons p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 38px;
}

.index-swiper .cons .gp {
  margin-top: 50px;
}

.index-swiper .cons .gp a {
    position:relative;
  display: inline-block;
  width: 220px;
  height: 62px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 32px;
  margin-right: 30px;
  font-size: 18px;
  overflow:hidden
}
.index-swiper .cons .gp a:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
      border-radius: 32px;
    width:0;
    transition:all 0.5s;
    height:100%;
    background:#201c70;
    z-index:-1
} 
.index-swiper .cons .gp a:hover:before{
    width:100%;
}

@media (max-width: 1540px) {
  .index-swiper .cons h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .index-swiper .cons p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 30px;
  }
  .index-swiper .cons .gp a {
    width: 180px;
    height: 48px;
    line-height: 46px;
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 47px;
  }
  .index-swiper .cons h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .index-swiper .cons p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px;
  }
  .index-swiper .cons .gp {
    margin-top: 30px;
  }
  .index-swiper .cons .gp a {
    width: 120px;
    height: 34px;
    line-height: 32px;
    font-size: 13px;
    margin-right: 20px;
    border-radius: 23px;
  }
}

@media (max-width: 768px) {
  .index-swiper .cons h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .index-swiper .cons p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 27px;
  }
  .index-swiper .cons .gp {
    margin-top: 20px;
  }
}

@media (max-width: 540px) {
  .index-swiper {
    height: 300px;
  }
}

/* 4.页脚 */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  /* background-color: #1c2028; */
  color: #ffffff;
  background: url("../image/footer.png"/*tpa=http://www.jpkjgf.com/static/image/footer.png*/) no-repeat center/cover;
  position:relative;
  z-index:2
}
footer .inside{
    display:flex;
   justify-content:space-between;
    align-items:center
}
footer .above {
  padding-top: 70px;
  padding-bottom: 90px;
}

footer .top,
footer .bom {
  display: flex;
  justify-content: space-between;
}

footer .logo {
  width: 260px;
  height: auto;
  cursor: pointer;
  margin-left: 20px;
}

footer .logo img {
  width: 100%;
}

footer .bom {
/*  width: 30%;
  margin-top: -120px;*/
}


footer .info li:not(:first-child) {
  margin-top: 13px;
}

footer .info li span {
  font-size: 15px;
}

footer .info li img {
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
footer .info .place1 {
  margin-left: 40px;
}

footer .link {
  display: flex;
}

footer .link li:not(:last-child) {
  margin-right: 100px;
}

footer .link a {
  display: block;
  color: #c6cddb;
  font-size: 15px;
  line-height: 38px;
  /* text-align: center; */
  font-weight: bold;
  text-transform: uppercase;
}

footer .link a:first-child {
  font-size: 17px;
  margin-bottom: 10px;
  color: #ffffff;
}

footer .link a:hover {
  transform: scale(1.1);
}

footer .code {
  margin-top: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .code h3 {
  font-size: 16px;
  color: #707070;
}

footer .code ul {
  display: flex;
  margin-left: 30px;
}

footer .code ul li:not(:last-child) {
  margin-right: 32px;
}

footer .code ul li {
  position: relative;
}

footer .code ul li .qr {
  width: 86px;
  height: 96px;
  display: none;
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

footer .code ul li .icon {
  width: 37px;
  height: 37px;
  cursor: pointer;
}

footer .code ul li:first-child .icon {
  width: 19px;
  height: 24px;
}

footer .code ul li:hover .qr,
footer .code ul li.active .qr {
  display: block;
}

footer .copy {
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  background-color: #1C222D;
}

footer .copy a {
  color: #c6cddb;
  font-size: 14px;
}

footer .copy a:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 1400px) {
  footer .top {
    flex-direction: column;
    align-items: center;
  }
  footer .logo {
    margin-bottom: 40px;
  }
  footer .link {
    width: 100%;
    justify-content: space-between;
  }
  footer .link li:not(:last-child) {
    margin-right: 0;
  }
/*  footer .bom {
    width: 100%;
    margin-top: 30px;
  }*/
}

@media (max-width: 1000px) {
    footer .inside {
        display: block;
    }
  footer .above {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  footer .bom {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
  footer .link {
    display: none;
  }
  footer .logo {
    width: 120px;
  }
  footer .info li span {
    font-size: 13px;
  }
  footer .info li img {
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
  footer .code {
    margin-top: 100px;
  }
  footer .code h3 {
    font-size: 15px;
  }
  footer .code ul li .qr {
    width: 56px;
    height: 66px;
    top: -70px;
  }
  footer .code ul li .icon {
    width: 27px;
    height: 27px;
  }
  footer .code ul li:first-child .icon {
    width: 12px;
    height: 16px;
    margin-top: 4px;
  }
  footer .copy a {
    display: block;
    font-size: 12px;
    line-height: 27px;
  }
  footer .copy a:not(:last-child) {
    margin-right: 0;
  }
}

/* 5.标题 */
.title {
  text-align: center;
}

.title-lf {
  text-align: left;
}

.title h2 {
  font-size: 55px;
  font-weight: bold;
  padding-left: 42px;
}

.title p {
  font-size: 18px;
  color: #626262;
  margin-top: 10px;
}

@media (max-width: 1540px) {
  .title h2 {
    font-size: 20px;
  }
  .title p {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .title h2 {
    font-size: 20px;
  }
  .title p {
    font-size: 14px;
    line-height: 28px;
  }
}
.more:hover{background-color:#332ee3e0!important}