@charset "UTF-8";

/*!****** lib.css *******/
/*!-----------------[初始化]--------------*/
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ol,
ul {
  list-style: none
}

q:after,
q:before {
  content: ''
}

fieldset,
img {
  border: 0
}

abbr,
acronym {
  border: 0
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.col-c,
.col-l,
.col_c,
.col_l,
.l {
  float: left
}

.col-r,
.col_r,
.r {
  float: right
}

.c {
  clear: both
}

.fix {
  zoom: 1
}

.fix:after,
.fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

em {
  font-weight: 400;
  font-style: normal
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

img {
  max-width: 100%;
  border: none
}

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}

::-webkit-input-placeholder {
  color: #999
}

::-moz-placeholder {
  color: #999
}

::-ms-input-placeholder {
  color: #999
}

select::-ms-expand {
  display: none
}

a {
  color: #333;
  text-decoration: none
}

/*!-----------------[初始化结束]--------------*/
.wp {
  width: 95%;
  max-width: 12rem;
  margin: 0 auto
}

/*!******************************
    -------[=头部]-------
********************************/
body {
  padding-top: 1rem
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  height: 1rem;
  background-color: #fff;
  z-index: 999
}

.header.fixed {
  -webkit-box-shadow: 0 0 .1rem rgba(45, 84, 161, .3);
  -moz-box-shadow: 0 0 .1rem rgba(45, 84, 161, .3);
  -ms-box-shadow: 0 0 .1rem rgba(45, 84, 161, .3);
  -o-box-shadow: 0 0 .1rem rgba(45, 84, 161, .3);
  box-shadow: 0 0 .1rem rgba(45, 84, 161, .3)
}

.logo {
  float: left;
  line-height: 1rem;
  font-size: 0
}

.logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: .74rem
}

.h-r {
  float: right
}

.h-opts {
  float: right
}

.nav {
  float: left
}

.nav li {
  float: left;
  position: relative;
  padding: 0 .28rem
}

.nav .icondrop {
  display: none
}

.nav .v1 {
  font-size: var(--fz18);
  color: #2c2f32;
  position: relative;
  display: block;
  line-height: 1rem
}

.nav .v1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: .1rem;
  width: .2rem;
  background-color: #2d54a1;
  height: .04rem;
  left: 50%;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

.nav .ok .v1::after,
.nav .on .v1::after {
  opacity: 1
}

.nav .v1:hover {
  color: #2d54a1
}

.nav .on .v1 {
  color: #2d54a1;
  font-weight: 700
}

.nav .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  padding: 0 .1rem;
  display: none
}

.nav .sub .v2 {
  display: block;
  font-size: var(--fz16);
  color: #333;
  line-height: .4rem;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  text-align: center;
  padding: 0 .1rem;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  text-transform: uppercase
}

.nav .sub .v2:last-child {
  border-bottom: none
}

.nav .sub .v2:hover {
  background-color: #fff;
  color: #0062a9
}

.h-r .lang {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
}

.h-r .lang a {
  display: block;
  font-size: var(--fz16);
  margin: 0 0.2rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.h-r .lang a.on {
  color: #2d54a1;
  font-weight: bold;
}

.h-r .lang a:hover {
  color: #2d54a1;
}

/*!******************************
    -------[=导航]-------
********************************/
.menuBtn {
  display: none;
  position: fixed;
  top: .24rem;
  right: .24rem;
  width: .6rem;
  height: .6rem;
  cursor: pointer;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s
}

.menuBtn b {
  display: block;
  height: .06rem;
  background-color: #0062a9;
  margin: .08rem 0;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s
}

.menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.08rem;
  width: .6rem
}

.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg)
}

/*!******************************
    -------[=底部]-------
********************************/
.footer {
  background-color: #2c2f32
}

.f-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: .37rem 0 .3rem
}

.f-top .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.f-item {
  margin-right: .75rem
}

.f-item .tit {
  font-size: var(--fz18);
  font-weight: 700;
  color: #fff;
  margin-bottom: .26rem
}

.f-ls .link {
  display: block;
  font-size: var(--fz16);
  line-height: 2.5;
  color: rgba(255, 255, 255, .4);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}

.f-ls .link:hover {
  color: #fff
}

.fd-logo {
  width: 1.34rem;
  height: auto;
  overflow: hidden;
  margin-bottom: .57rem
}

.fd-logo img {
  display: block;
  width: 100%
}

.fd-info {
  overflow: hidden
}

.fd-info .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.fd-info .ico {
  width: .24rem;
  height: .24rem;
  line-height: .24rem;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  margin-right: .12rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.fd-info .ico img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%
}

.fd-info .tt {
  font-size: var(--fz18);
  color: #fff;
  overflow: hidden;
  font-weight: 700
}

.f-copy {
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .4);
  font-size: var(--fz16);
  padding: .29rem 0 .26rem;
  text-align: center
}

.f-copy a {
  color: inherit
}

/*!******************************
    -------[=公用]-------
********************************/
.g-cur {
  background-color: #f5f5f5;
  overflow: hidden
}

.cur,
.cur a {
  font-size: .16rem;
  color: #666
}

.cur {
  padding: .13rem 0 .13rem .28rem;
  background: url(../images/i-cur.png) no-repeat left center;
  -webkit-background-size: .19rem auto;
  -moz-background-size: .19rem auto;
  -ms-background-size: .19rem auto;
  -o-background-size: .19rem auto;
  background-size: .19rem auto
}

.cur a:hover {
  color: #0062a9
}

.pages {
  text-align: center;
  font-size: 0
}

.pages ul {
  display: inline-block
}

.pages ul li {
  float: left;
  margin: 0 .07rem
}

.pages ul li a,
.pages ul li span {
  display: block;
  height: .44rem;
  line-height: .42rem;
  text-align: center;
  font-size: .16rem;
  color: #666;
  border: .01rem solid #dcdcdc;
  padding: 0 .05rem;
  min-width: .44rem;
  border-radius: .05rem;
  -webkit-border-radius: .05rem;
  -moz-border-radius: .05rem;
  -ms-border-radius: .05rem;
  -o-border-radius: .05rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}

.pages ul a:hover,
.pages ul li.on a {
  background-color: #0062a9;
  border-color: #0062a9;
  color: #fff
}

.pages ul li.next,
.pages ul li.prev {
  min-width: 1.51rem
}

#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
  display: none
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #004585;
  z-index: -1
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  font-size: 80px;
  line-height: 80px
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) 0 -100px no-repeat
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) 0 -200px no-repeat
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) 0 -300px no-repeat
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700
}

@media screen and (max-width:1200px) {
  .menuBtn {
    display: block
  }

  .wp {
    padding: 0 .3rem;
    max-width: none;
    width: auto
  }

  body {
    padding-top: 1rem
  }

  .header {
    height: 1rem
  }

  .logo {
    line-height: 1rem
  }

  .logo img {
    max-height: .6rem
  }

  .h-r {
    margin-right: .8rem
  }

  .h-lang,
  .h-opts,
  .h-so {
    height: 1rem
  }

  .h-so .icon {
    margin-top: .25rem
  }

  .h-lang {
    line-height: 1rem
  }

  .h-lang .lang-box .lang {
    line-height: 2
  }

  .h-so .so-pop {
    position: fixed;
    width: 100%;
    top: 1rem
  }

  .h-so .so-pop .inp {
    width: 100%;
    height: .8rem;
    padding-right: .9rem
  }

  .h-so .so-pop .btn {
    width: .8rem;
    height: .8rem
  }

  .nav {
    position: fixed;
    top: 1rem;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(45, 84, 161, .3);
    display: none;
    padding: 0 .3rem
  }

  .nav li {
    float: none;
    width: auto;
    border-bottom: 1px solid rgba(45, 84, 161, .3)
  }

  .nav .v1 {
    line-height: .8rem
  }

  .nav .sub {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
  }

  .nav .sub .v2 {
    line-height: .6rem;
    text-align: left
  }

  .nav .on .dropicon::after {
    content: "-"
  }

  .nav .dropicon {
    display: block;
    position: absolute;
    top: 0;
    right: .28rem;
    width: .8rem;
    height: .8rem;
    pointer-events: none
  }

  .nav .dropicon::after {
    content: "+";
    display: block;
    color: #2d54a1;
    font-size: var(--fz18);
    font-weight: 700;
    line-height: .8rem;
    font-style: normal;
    text-align: right;
    width: 100%
  }

  .nav .ok .v1::after,
  .nav .on .v1::after {
    display: none
  }

  .f-top {
    padding-bottom: .3rem
  }

  .f-item {
    margin-bottom: .3rem
  }

  .f-top .left {
    display: none
  }

  .f-copy {
    padding: .3rem 0
  }

  .fd-logo {
    width: 50%;
    margin: 0 auto .2rem
  }

  .fd-info .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .fd-info .ico {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    margin-right: .2rem
  }

  .f-top {
    display: block
  }
}

:root {
  --fz12: 0.12rem;
  --fz14: 0.14rem;
  --fz16: 0.16rem;
  --fz18: 0.18rem;
  --fz20: 0.2rem;
  --fz22: 0.22rem;
  --fz24: 0.24rem;
  --fz26: 0.26rem;
  --fz28: 0.28rem;
  --fz30: 0.3rem;
  --fz32: 0.32rem;
  --fz34: 0.34rem;
  --fz36: 0.36rem;
  --fz38: 0.38rem;
  --fz40: 0.4rem;
  --fz42: 0.42rem;
  --fz44: 0.44rem;
  --fz46: 0.46rem;
  --fz48: 0.48rem;
  --fz50: 0.5rem
}

.fz12 {
  font-size: var(--fz12)
}

.fz14 {
  font-size: var(--fz14)
}

.fz16 {
  font-size: var(--fz16)
}

.fz18 {
  font-size: var(--fz18)
}

.fz20 {
  font-size: var(--fz20)
}

.fz22 {
  font-size: var(--fz22)
}

.fz24 {
  font-size: var(--fz24)
}

.fz26 {
  font-size: var(--fz26)
}

.fz28 {
  font-size: var(--fz28)
}

.fz30 {
  font-size: var(--fz30)
}

.fz32 {
  font-size: var(--fz32)
}

.fz34 {
  font-size: var(--fz34)
}

.fz36 {
  font-size: var(--fz36)
}

.fz38 {
  font-size: var(--fz38)
}

.fz40 {
  font-size: var(--fz40)
}

.fz42 {
  font-size: var(--fz42)
}

.fz44 {
  font-size: var(--fz44)
}

.fz46 {
  font-size: var(--fz46)
}

.fz48 {
  font-size: var(--fz48)
}

.fz50 {
  font-size: var(--fz50)
}

@media screen and (max-width:1920px) {
  :root {
    --fz12: 12px
  }
}

/* @media screen and (max-width:1525px){
:root{--fz14:0.16rem;--fz16:0.18rem;--fz18:0.2rem;--fz20:0.22rem;--fz22:0.24rem;--fz24:0.26rem;--fz26:0.28rem;--fz28:0.3rem;--fz30:0.32rem;--fz32:0.34rem;--fz34:0.36rem;--fz36:0.38rem;--fz38:0.4rem;--fz40:0.42rem;--fz42:0.44rem;--fz44:0.46rem;--fz46:0.48rem;--fz48:0.5rem;--fz50:0.52rem}
}
@media screen and (max-width:1342px){
:root{--fz14:0.18rem;--fz16:0.2rem;--fz18:0.22rem;--fz20:0.24rem;--fz22:0.26rem;--fz24:0.28rem;--fz26:0.3rem;--fz28:0.32rem;--fz30:0.34rem;--fz32:0.36rem;--fz34:0.38rem;--fz36:0.4rem;--fz38:0.42rem;--fz40:0.44rem;--fz42:0.46rem;--fz44:0.48rem;--fz46:0.5rem;--fz48:0.52rem;--fz50:0.54rem}
} */
@media screen and (max-width:1199px) {
  :root {
    --fz12: 0.2rem;
    --fz14: 0.24rem;
    --fz16: 0.28rem;
    --fz18: 0.32rem;
    --fz20: 0.36rem;
    --fz22: 0.4rem;
    --fz24: 0.44rem;
    --fz26: 0.48rem;
    --fz28: 0.52rem;
    --fz30: 0.56rem;
    --fz32: 0.56rem;
    --fz34: 0.56rem;
    --fz36: 0.56rem;
    --fz38: 0.56rem;
    --fz40: 0.56rem;
    --fz42: 0.56rem;
    --fz44: 0.56rem;
    --fz46: 0.56rem;
    --fz48: 0.56rem;
    --fz50: 0.56rem
  }
}

@media screen and (max-width:959px) {
  :root {
    --fz12: 0.24rem;
    --fz14: 0.26rem;
    --fz16: 0.28rem;
    --fz18: 0.3rem;
    --fz20: 0.32rem;
    --fz22: 0.34rem;
    --fz24: 0.36rem;
    --fz26: 0.38rem;
    --fz28: 0.4rem;
    --fz30: 0.42rem;
    --fz32: 0.42rem;
    --fz34: 0.42rem;
    --fz36: 0.42rem;
    --fz38: 0.42rem;
    --fz40: 0.42rem;
    --fz42: 0.42rem;
    --fz44: 0.42rem;
    --fz46: 0.42rem;
    --fz48: 0.42rem;
    --fz50: 0.42rem
  }
}

/*!****** lib.css end *******/
/*!****** bl *******/
.banner {
  position: relative
}

.banner .swiper-slide {
  overflow: hidden
}

.banner .con {
  position: relative
}

.banner .bg {
  position: relative;
  height: 0;
  padding-top: 44.27%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.banner .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/ban-mk.png) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.banner .inbox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.banner .inbox .txt {
  color: #fff;
  text-transform: capitalize;
  text-align: center
}

.banner .inbox .h4 {
  font-size: .6rem;
  font-weight: 700
}

.banner .inbox .h3 {
  font-size: var(--fz24);
  text-transform: uppercase
}

.banner .swiper-pagination {
  bottom: .4rem;
  left: 0;
  width: 100%
}

.banner .swiper-pagination-bullet {
  width: .1rem;
  height: .1rem;
  margin: 0 .1rem;
  background: #fff
}

.row-a1 {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding: 1.5rem 0 1.8rem
}

.row-a1 .rbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  pointer-events: none
}

.m-txtb1 {
  overflow: hidden
}

.m-txtb1 .title img {
  display: block;
  width: 3.2rem;
  margin-bottom: .16rem
}

.m-txtb1 .title .line {
  width: .6rem;
  height: .04rem;
  background: #2d54a1
}

.m-txtb1 .title .t {
  color: #2d54a1;
  font-weight: 700;
  font-size: .6rem;
  line-height: 1.2
}

.m-txtb1 .ll {
  float: left;
  width: 37%;
  padding-top: .3rem
}

.m-txtb1 .rr {
  overflow: hidden
}

.m-txtb1 .txt {
  font-size: var(--fz16);
  line-height: 2;
  color: #2c2f32
}

.row-a2 {
  overflow: hidden;
  position: relative;
  padding: 1.8rem 0 1.8rem 3.6rem;
  background: url(../images/327_303.png) no-repeat bottom center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.row-a2 .rbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  pointer-events: none
}

.m-boxb2 {
  overflow: hidden
}

.m-boxb2 .ll {
  float: left;
  width: 29%;
  padding-top: .3rem
}

.m-boxb2 .ll .title {
  margin-bottom: 1rem
}

.m-boxb2 .ll .title .t {
  font-size: .6rem;
  font-weight: 700;
  color: #2d54a1
}

.m-boxb2 .ll .title .line {
  width: .6rem;
  height: .04rem;
  background: #2d54a1
}

.m-boxb2 .rr {
  overflow: hidden
}

.type-ls {
  height: 4.2rem;
  overflow-y: auto;
  background: url(../images/home/line.png) no-repeat left center;
  -webkit-background-size: 2px auto;
  -o-background-size: 2px auto;
  background-size: 2px auto;
  padding: .3rem .18rem
}

.type-ls .con {
  cursor: pointer;
  min-height: .6rem
}

.type-ls .t {
  font-size: var(--fz18);
  color: #2c2f32;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  padding-bottom: .14rem
}

.type-ls .t::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: .2rem;
  height: .04rem;
  background: #2d54a1;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s
}

.type-ls .on {
  margin-bottom: .2rem
}

.type-ls .on .t {
  font-size: var(--fz24);
  font-weight: 700;
  color: #2d54a1
}

.type-ls .on .t::before {
  opacity: 1
}

.tab-boxb1 {
  height: 0;
  overflow: hidden;

}

.tab-boxb1.show {
  height: auto;
}

.m-swb1 {
  margin: 0 -.3rem;
  overflow: hidden;
  position: relative
}

.m-swb1 .con {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 .3rem
}

.m-swb1 .con:hover .inbox {
  opacity: 1;
  visibility: visible
}

.m-swb1 .con:hover .box .name {
  opacity: 0
}

.m-swb1 .box {
  background-color: #fff
}

.m-swb1 .box .pic {
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  font-size: 0
}

.m-swb1 .box .pic img {
  display: inline-block;
  vertical-align: middle;
  max-height: 95%
}

.m-swb1 .box .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.2rem;
  overflow: hidden;
  padding: 0 .3rem
}

.m-swb1 .box .name {
  font-size: var(--fz24);
  color: #2c2f32;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.m-swb1 .inbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: url(../images/home/b-mk.png) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: .3rem .3rem .3rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.m-swb1 .inbox .tit {
  font-size: var(--fz24);
  font-weight: 700;
  margin: .32rem -.2rem .36rem 0
}

.m-swb1 .inbox .gps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.m-swb1 .inbox .gp {
  margin-bottom: .2rem
}

.m-swb1 .inbox .gp .t1 {
  font-size: var(--fz16);
  color: rgba(255, 255, 255, .4)
}

.m-swb1 .inbox .gp .line {
  font-size: var(--fz18);
  font-weight: 700;
  padding: .04rem 0
}

.m-swb1 .inbox .gp .line span {
  min-width: 8em;
  display: inline-block;
  vertical-align: middle
}

.ban-opt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: .3rem;
  margin-right: 3.6rem;
  margin-top: .4rem;
  --swiper-pagination-color: #2D54A1;
  --swiper-navigation-size: 0.2rem;
  --swiper-navigation-color: #2D54A1
}

.ban-opt .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ban-opt .swiper-pagination {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px
}

.ban-opt .swiper-pagination-progressbar {
  background: #c5ccda
}

.ban-opt .swiper-button-next,
.ban-opt .swiper-button-prev {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #fff;
  margin-top: 0;
  position: static;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  margin-left: .1rem
}

.ban-opt .swiper-button-next:hover,
.ban-opt .swiper-button-prev:hover {
  background: #2d54a1;
  --swiper-navigation-color: #fff
}

@media screen and (max-width:1199px) {
  .banner .inbox .h4 {
    font-size: .32rem
  }

  .banner .inbox .h3 {
    font-size: .24rem
  }

  .banner .swiper-pagination {
    bottom: 5%
  }

  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }

  .row-a1 {
    padding-top: .6rem;
    padding-bottom: 1rem
  }

  .m-txtb1 .ll {
    float: none;
    width: auto;
    margin-bottom: .5rem
  }

  .row-a2 {
    padding: .6rem .3rem
  }

  .m-boxb2 .ll {
    float: none;
    width: auto
  }

  .m-boxb2 .ll .title {
    margin-bottom: .4rem
  }

  .type-ls {
    margin-bottom: .1rem;
    height: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 0;
    background: 0 0
  }

  .type-ls li {
    display: inline-block;
    vertical-align: top;
    padding: 0 .1rem
  }

  .type-ls .con {
    min-height: .9rem
  }

  .type-ls .t::before {
    width: .8rem
  }

  .type-ls .on {
    margin-bottom: 0
  }

  .m-swb1 {
    margin: 0
  }

  .m-swb1 .con {
    margin: 0
  }

  .m-swb1 .box .name {
    font-size: var(--fz18)
  }

  .m-swb1 .inbox {
    padding: .2rem
  }

  .m-swb1 .inbox .tit {
    font-size: var(--fz18);
    margin: 0 0 .1rem
  }

  .m-swb1 .inbox .gp {
    margin-bottom: .1rem
  }

  .m-swb1 .inbox .gp .t1 {
    font-size: var(--fz14)
  }

  .m-swb1 .inbox .gp .line {
    padding: 2px 0;
    font-size: var(--fz16)
  }

  .ban-opt {
    margin: .4rem 0
  }
}

/*!****** bl end *******/
/*!****** ls *******/
.ban {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 1.55rem 0
}

.ban:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 84, 161, .3)
}

.ban .tit {
  position: relative;
  z-index: 2;
  font-size: .6rem;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-align: center
}

.m-aboutl1 {
  overflow: hidden;
  padding-top: 1.07rem
}

.m-aboutl1 .top {
  padding: 0 1rem;
  overflow: hidden
}

.g-titl1 {
  overflow: hidden
}

.g-titl1 .tit {
  font-size: .6rem;
  line-height: 1.45;
  color: #2d54a1;
  overflow: hidden;
  font-weight: 700;
  position: relative
}

.g-titl1 .tit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: .6rem;
  height: .04rem;
  background: #2d54a1
}

.g-titl1.fff .tit {
  color: #fff
}

.g-titl1.fff .tit:after {
  background: #fff
}

.m-aboutl1 .txt {
  font-size: var(--fz16);
  line-height: 2;
  color: #2c2f32;
  overflow: hidden;
  padding-top: .46rem;
  margin-bottom: 1.06rem
}

.m-aboutl1 .txt p {
  padding: 0 1rem
}

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

.m-linel .line2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.m-linel img {
  display: block;
  width: 100%
}

.m-partnerl {
  overflow: hidden;
  margin-bottom: .69rem
}

.m-partnerl .g-titl1 {
  padding: 0 1rem;
  margin-bottom: .6rem
}

.m-partnerl .txt {
  padding-top: 0;
  margin-bottom: 0.4rem;
}

.m-swiperl1 {
  padding: 0 .78rem;
  margin-bottom: .32rem
}

.m-swiperl1 .bd {
  overflow: hidden;
  position: relative
}

.m-swiperl1 .bd:after,
.m-swiperl1 .bd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 5
}

.m-swiperl1 .bd:after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.m-swiperl1 li {
  float: left;
  margin: 0 .15rem;
  border: 1px solid rgba(45, 84, 161, .1);
  overflow: hidden;
  background: #fff;
  width: 2.4rem
}

.m-swiperl1 .con {
  height: 1.18rem;
  line-height: 1.18rem;
  font-size: 0;
  text-align: center;
  display: block;
  overflow: hidden
}

.m-swiperl1 .con img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%
}

.m-swiperl1.swiperl2 {
  padding: 0
}

.m-teaml {
  overflow: hidden;
  position: relative
}

.m-teaml .pic {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.m-teaml .pic .g-titl1{
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  display: none;
  z-index: 2;
}

.m-teaml .pic img {
  display: block;
  width: 100%
}

.m-teaml .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%)
}

.m-teaml .txt .g-titl1 {
  margin-bottom: .34rem
}

.m-teaml .txt .desc {
  font-size: var(--fz16);
  color: #fff;
  line-height: 2;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-width: 5.65rem
}

.m-servicel1 {
  overflow: hidden;
  padding: 1.07rem 0 0
}

.m-servicel1 .box {
  padding: 0 1rem;
  margin-bottom: .23rem
}

.m-servicel1 .desc {
  color: #2c2f32;
  font-size: var(--fz16);
  line-height: 2;
  overflow: hidden;
  margin-top: .46rem
}

.m-servicel2 {
  overflow: hidden;
  background: linear-gradient(to bottom, #f3f7ff, #fbfcff);
  padding: 1.2rem 0 0;
  position: relative
}

.m-servicel2 .bg {
  position: absolute;
  width: 33.17708%;
  height: auto;
  overflow: hidden;
  top: 1.52rem;
  right: -.43rem
}

.m-servicel2 .bg2 {
  top: auto;
  bottom: .5rem;
  right: auto;
  left: 0
}

.m-servicel2 .bg img {
  display: block;
  width: 100%
}

.ul-listl1 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: .41rem
}

.ul-listl1 li {
  overflow: hidden;
  margin-bottom: 1rem
}

.ul-listl1 li:last-child {
  margin-bottom: 0
}

.ul-listl1 .con {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.ul-listl1 .con .pic {
  width: 68.333%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.ul-listl1 .con .pic .img {
  padding-top: 65.1219%;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}

.ul-listl1 .con .txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -1.75rem;
  background: #fff;
  padding: .5rem .3rem;
  overflow: hidden;
  position: relative
}

.ul-listl1 .con .txt .ico {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: -.1rem;
  right: -.1rem
}

.ul-listl1 .con .txt .ico img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%
}

.ul-listl1 .con .txt .box {
  position: relative;
  z-index: 2
}

.ul-listl1 .con .txt .tit {
  font-size: var(--fz24);
  color: #2c2f32;
  line-height: 1.666;
  font-weight: 700;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .2rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s
}

.ul-listl1 .con .txt .desc {
  font-size: var(--fz16);
  color: #2c2f32;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  overflow: hidden
}

.ul-listl1 li:nth-child(2n) .con {
  flex-direction: row-reverse
}

.ul-listl1 li:nth-child(2n) .con .txt {
  margin-left: 0;
  margin-right: -1.75rem
}

.ul-listl1 .con:hover .pic .img {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08)
}

.ul-listl1 .con:hover .txt .tit {
  color: #2d54a1
}

.m-contactl {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background: url(../images/ls/lxwm-bg-Kuangta.png) bottom right no-repeat;
  background-color: rgba(45, 84, 161, .1);
  -webkit-background-size: 35.7291% auto;
  -moz-background-size: 35.7291% auto;
  -ms-background-size: 35.7291% auto;
  -o-background-size: 35.7291% auto;
  background-size: 35.7291% auto
}

.m-contactl .m-linel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.m-contactl .pic {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 5
}

.m-contactl .pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 84, 161, .3)
}

.m-contactl .pic img {
  display: block;
  width: 100%
}

.m-contactl .txt {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.17rem .7rem 0
}

.m-contactl .txt .desc {
  font-size: var(--fz18);
  color: #2c2f32;
  line-height: 2.666;
  overflow: hidden;
  margin-bottom: .61rem
}

.m-contactl .txt .info {
  overflow: hidden
}

.m-contactl .txt .box {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-contactl .txt .box .ico {
  width: .24rem;
  height: .24rem;
  line-height: .24rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  margin-right: .12rem
}

.m-contactl .txt .box .ico img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%
}

.m-contactl .txt .box .tt {
  font-size: var(--fz18);
  color: #2c2f32;
  overflow: hidden;
  font-weight: 700
}

@media screen and (max-width:1200px) {
  .ban {
    padding: 1rem 0
  }

  .ban .tit {
    font-size: var(--fz50)
  }

  .m-aboutl1,
  .m-servicel1,
  .m-servicel2 {
    padding-top: .6rem
  }

  .m-aboutl1 .top,
  .m-aboutl1 .txt p {
    padding: 0
  }

  .g-titl1 .tit {
    font-size: var(--fz50)
  }

  .m-teaml .txt {
    padding-right: .3rem
  }

  .m-teaml .txt .desc {
    max-width: 100%
  }

  .m-partnerl .g-titl1,
  .m-servicel1 .box {
    padding: 0
  }

  .ul-listl1 li {
    margin-bottom: .4rem
  }

  .m-aboutl1 .txt {
    margin-bottom: .6rem
  }

  .m-partnerl {
    margin-bottom: .3rem
  }

  .m-swiperl1 {
    padding: 0
  }

  .m-swiperl1 li {
    margin: 0 .1rem
  }
}

@media screen and (max-width:768px) {
  .m-teaml .pic .g-titl1{
    display: block;
  }
  .m-teaml  .g-titl1{
    display: none;
  }
  .m-teaml .txt {
    position: static;
    padding: .3rem;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    background: #bc9b4f
  }

  .ul-listl1 .con {
    display: block
  }

  .ul-listl1 .con .pic {
    width: auto
  }

  .ul-listl1 .con .txt,
  .ul-listl1 li:nth-child(2n) .con .txt {
    margin: 0;
    padding: .3rem
  }

  .m-contactl {
    display: block;
    min-height: calc(100vh - 1rem)
  }

  .m-contactl .pic {
    width: auto
  }

  .m-contactl .txt {
    padding: .3rem;
    width: auto
  }

  .m-contactl .txt .desc {
    margin-bottom: .3rem
  }

  .m-contactl .txt .box .ico {
    width: .4rem;
    height: .4rem;
    line-height: .4rem
  }
}

/*!****** ls end *******/
.jl-row1 {
  padding-top: .8rem
}

.jl-about1 {
  display: flex;
  margin-bottom: .96rem
}

.jl-about1 .lbox {
  flex-shrink: 0;
  width: 2.8rem;
  padding-top: .4rem;
  position: relative
}

.jl-about1 .line {
  display: block;
  width: .02rem;
  height: 4.2rem;
  margin-right: .4rem;
  background-image: linear-gradient(to bottom, rgba(45, 84, 161, 0) 0, rgba(45, 84, 161, 1) 15%, rgba(45, 84, 161, 1) 85%, rgba(45, 84, 161, 0) 100%)
}

.jl-about1 .rbox {
  flex: 1;
  overflow: hidden
}

.jl-snv1 {
  position: sticky;
  top: 1.3rem;
  width: 100%;
  max-height: calc(100vh - 1.6rem);
  overflow-y: auto;
  z-index: 9
}

.jl-snv1 li {
  margin-bottom: .3rem
}

.jl-snv1 .v1 {
  display: block;
  font-size: var(--fz18);
  color: #2c2f32;
  line-height: .32rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s
}

.jl-snv1 .v1:hover {
  color: #2d54a1;
  font-weight: 700
}

.jl-snv1 .on .v1 {
  color: #2d54a1;
  font-size: var(--fz24);
  font-weight: 700
}

.jl-snv1 li .v1::after {
  content: '';
  width: .2rem;
  height: .04rem;
  margin-top: .1rem;
  background-color: #2d54a1;
  display: none
}

.jl-snv1 .on .v1::after {
  display: block
}

.jl-box1 {
  margin-bottom: .2rem;
  padding: 0 .2rem .2rem;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(to right, rgba(45, 84, 161, 0), rgba(45, 84, 161, .1))
}

.jl-box1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.6rem;
  height: 1.29rem;
  background-image: url(../images/cpzxKuangta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1
}

.jl-box1 .tit {
  font-size: var(--fz24);
  color: #2d54a1;
  font-weight: 700;
  line-height: .6rem
}

.jl-box1 .dot {
  display: block;
  width: .6rem;
  height: .04rem;
  background-color: #2d54a1;
  margin-bottom: .2rem
}

.jl-box1 .desc {
  font-size: var(--fz16);
  color: #2c2f32;
  line-height: 2
}

.jl-list1 li {
  margin-bottom: .2rem
}

.jl-list1 li:last-child {
  margin-bottom: 0
}

.jl-list1 .con {
  display: flex;
  align-items: center;
  border: 1px solid rgba(44, 47, 50, .1)
}

.jl-list1 .pic {
  flex-shrink: 0;
  font-size: 0;
  width: 2.4rem;
  overflow: hidden
}

.jl-list1 .pic .img {
  padding-top: 116.66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.jl-list1 .info {
  flex: 1;
  padding: .2rem .2rem .1rem;
  line-height: .24rem;
  overflow: hidden
}

.jl-list1 .bigtit {
  font-size: var(--fz24);
  color: #2d54a1;
  font-weight: 700;
  line-height: .36rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.jl-list1 .tag {
  font-size: var(--fz14);
  color: #2c2f32;
  opacity: .4;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.jl-list1 .tag:nth-child(2) {
  margin-bottom: .1rem
}

.jl-list1 .p {
  font-size: var(--fz16);
  color: #2c2f32;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.jl-list1 .list1 {
  display: flex;
  flex-wrap: wrap
}

.jl-list1 .list1 .li {
  display: flex;
  width: 33.33%;
  border-right: 1px solid rgba(44, 47, 50, .4);
  margin-bottom: .1rem
}

.jl-list1 .list1 .li:nth-child(3n) {
  border-right: none
}

.jl-list1 .list1 .p {
  flex: 1;
  text-align: center
}

.jl-list1 .list2 {
  display: flex;
  flex-wrap: wrap
}

.jl-list1 .list2 .li {
  width: 50%;
  margin-bottom: .1rem
}

@media screen and (max-width:1200px) {
  .jl-row1 {
    padding-top: .4rem
  }

  .jl-about1 {
    display: block;
    margin-bottom: .4rem
  }

  .jl-about1 .lbox {
    width: auto;
    padding-top: 0
  }

  .jl-about1 .line {
    width: auto;
    height: 2px;
    margin: 0 0 .2rem;
    background-image: linear-gradient(to right, rgba(45, 84, 161, 0) 0, rgba(45, 84, 161, 1) 15%, rgba(45, 84, 161, 1) 85%, rgba(45, 84, 161, 0) 100%)
  }

  .jl-snv1 {
    position: static
  }

  .jl-snv1 li {
    margin-bottom: .2rem
  }

  .jl-snv1 .v1 {
    font-size: .28rem
  }

  .jl-snv1 .on .v1 {
    font-size: .32rem
  }

  .jl-snv1 li .v1::after {
    width: .4rem
  }

  .jl-box1 .tit {
    font-size: .32rem;
    line-height: .8rem
  }

  .jl-box1 .dot {
    width: 1rem
  }

  .jl-box1 .desc {
    font-size: .28rem;
    line-height: 1.6
  }

  .jl-list1 .con {
    display: block
  }

  .jl-list1 .pic {
    width: auto;
    border-bottom: 1px solid rgba(44, 47, 50, .1)
  }

  .jl-list1 .pic .img {
    padding-top: 60%
  }

  .jl-list1 .info {
    line-height: 2
  }

  .jl-list1 .bigtit {
    font-size: .28rem;
    line-height: 2
  }

  .jl-list1 .tag {
    font-size: .24rem
  }

  .jl-list1 .p {
    font-size: .24rem
  }

  .jl-list1 .list1 .li {
    width: 50%;
    border-right: 1px solid rgba(44, 47, 50, .4)
  }

  .jl-list1 .list1 .li:nth-child(3n) {
    border-right: 1px solid rgba(44, 47, 50, .4)
  }

  .jl-list1 .list1 .li:last-child,
  .jl-list1 .list1 .li:nth-child(2n) {
    border-right: none
  }

  .jl-list1 .list2 .li {
    width: auto;
    min-width: 50%
  }
}