@charset "utf-8";
@font-face {
  font-family: 'hmosl';
  src: url('../font/hmoslight.woff2') format('woff2'),
    url('../font/hmoslight.woff') format('woff'),
    url('../font/hmoslight.ttf') format('truetype'),
    url('../font/hmoslight.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'hmosb';
  src: url('../font/hmosbold.woff2') format('woff2'),
    url('../font/hmosbold.woff') format('woff'),
    url('../font/hmosbold.ttf') format('truetype'),
    url('../font/hmosbold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'jpfont'; /* Project id 4209681 */
  src: url('../font/iconfont.eot?t=1691997734486'); /* IE9 */
  src: url('../font/iconfont.eot?t=1691997734486#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('../font/iconfont.woff2?t=1691997734486') format('woff2'),
    url('../font/iconfont.woff?t=1691997734486') format('woff'),
    url('../font/iconfont.ttf?t=1691997734486') format('truetype'),
    url('../font/iconfont.svg?t=1691997734486#jpfont') format('svg');
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: 'hmosl';
  color: #343434;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: top;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges; /* Firefox             */
  image-rendering: -o-crisp-edges; /* Opera               */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
  /*image-rendering: pixelated; Chrome as of 2019   */
  image-rendering: optimize-contrast; /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a {
  color: #343434;
  transition: all 0.3s;
}
a:hover {
  color: #000;
}
a,
input,
button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
i {
  font-style: inherit;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
html {
  font-size: 18px;
}
.jpfont {
  font-family: 'jpfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1600px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
.container {
  padding: 0 4.375%;
}

/* header*/
.head {
  max-width: 1920px;
  width: 100%;
  height: 5.14rem;
  display: flex;
  align-items: center;
  z-index: 999;
}
.home_head,
.head.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.head:hover,
.head.fixed {
  background-color: #fff;
  box-shadow: 0 0 0.56rem rgba(0, 0, 0, 0.1);
}
.head .logo {
  width: 12.55rem;
}
.head .logo img {
  width: 100%;
}
.head .logo .two,
.head.fixed .logo .one,
.head:hover .logo .one {
  display: none;
}
.head.fixed .logo .two,
.head:hover .logo .two {
  display: block;
}
.head .nav {
  width: 59.1%;
  margin: 0 4.83rem 0 auto;
}
.head .nav > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.head .nav > ul > li {
  width: calc(100% / 8);
  position: relative;
}
.head .nav > ul > li > span {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 5.14rem;
  text-align: center;
}
.head.fixed .nav > ul > li > span,
.head:hover .nav > ul > li > span {
  color: #1e1e1e;
}
.head.fixed .nav > ul > li:hover > span,
.head:hover .nav > ul > li:hover > span,
.head .nav > ul > li.on > span,
.head .nav > ul > li.on > span {
  color: #3d519f;
}
.head .nav > ul > li .drop {
  position: absolute;
  display: flex;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: all 0.3s;
}
.head .nav > ul > li:last-child .drop {
  right: 0;
}
.head .nav > ul > li:hover .drop {
  transform: rotate(0);
}
.head .nav > ul > li .drop .text {
  width: 14.94rem;
  min-height: 16.72rem;
  background-color: #222225;
  padding: 2.5rem 2.22rem;
}
.head .nav > ul > li .drop .text .tit {
  font-size: 1.33rem;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 1.94rem;
  color: #fff;
}
.head .nav > ul > li .drop .text p {
  font-size: 0.88rem;
  line-height: 1.67rem;
  color: rgba(255, 255, 255, 0.6);
}
.head .nav > ul > li .drop ul {
  width: 14.78rem;
  min-height: 14.72rem;
  background-color: #ffffff;
  padding: 2rem;
}
.head .nav > ul > li .drop ul li {
}
.head .nav > ul > li .drop ul li + li {
  margin-top: 0.78rem;
}
.head .nav > ul > li .drop ul li a {
  font-size: 1rem;
  line-height: 1.67rem;
  color: rgba(30, 30, 30, 0.72);
  display: flex;
  align-items: center;
}
.head .nav > ul > li .drop ul li:hover > a,
.head .nav > ul > li .drop ul li.ons > a {
  font-weight: bold;
}
.head .nav > ul > li .drop ul li a .jpfont {
  font-size: 0.89rem;
  font-weight: normal;
  line-height: 1.67rem;
  color: rgba(30, 30, 30, 0.72);
  margin-left: 0.83rem;
}
.head .use {
  display: flex;
  align-items: center;
}
.head .use .seach {
  position: relative;
  margin-right: 1rem;
}
.head .use .seach input {
  width: 10.78rem;
  height: 1.67rem;
  text-indent: 2rem;
  border-radius: 0.84rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #ffffff;
  color: #fff;
}
.head.fixed .use .seach input,
.head:hover .use .seach input {
  border-color: #a2a2a2;
  color: #a2a2a2;
}
.head .use .seach .icon {
  width: 1.39rem;
  height: 1.12rem;
  padding-right: 0.28rem;
  border-right: 1px solid rgba(255, 255, 255, 0.54);
  position: absolute;
  top: 50%;
  left: 0.39rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
}
.head.fixed .use .seach .icon,
.head:hover .use .seach .icon {
  color: #a2a2a2;
  border-right-color: #a1a1a1;
}
.head .use .seach .icon img {
}
.head .use .lag {
  position: relative;
}
.head .use .lag .lag_box {
  position: relative;
}
.head .use .lag .lag_box span {
  font-size: 1rem;
  color: #ffffff;
}
.head.fixed .use .lag .lag_box span,
.head:hover .use .lag .lag_box span {
  color: #a2a2a2;
}
.head .use .lag .lag_box .icon {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: -0.28rem;
  font-size: 0.7rem;
  color: #fff;
}
.head.fixed .use .lag .lag_box .icon,
.head:hover .use .lag .lag_box .icon {
  color: #a2a2a2;
}
.head .use .lag ul {
  padding: 0.5rem 1.2rem;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.head .use .lag:hover ul {
  display: block;
}
.head .use .lag ul li {
}
.head .use .lag ul li a {
  font-size: 16px;
}
/* banner*/
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  width: 2.78rem;
  opacity: 0.65;
  border-radius: 0.39rem;
}
.banner .swiper-button-prev {
  left: -30px;
  opacity: 0;
  transition: all 0.3s;
}
.banner .swiper-button-next {
  right: -30px;
  opacity: 0;
  transition: all 0.3s;
}
.banner:hover .swiper-button-prev {
  left: 20px;
  opacity: 1;
}
.banner:hover .swiper-button-next {
  right: 20px;
  opacity: 1;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  color: #fff;
}
.banner .swiper-slide img {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 7.8rem;
}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
/* superior*/
.superior {
  /* max-width: 1920px; */
  width: 100%;
  display: flex;
  background-color: rgba(30, 30, 30, 0.47);
  margin: -5rem auto 0;
  position: relative;
  z-index: 99;
}
.superior dl {
  width: calc(100% / 3);
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ffffff;
}
.superior dl:last-child {
  border-right: 1px solid #fff;
}
.superior dl dt {
  font-size: 2.22rem;
  color: #fff;
  margin-right: 1.67rem;
}
.superior dl dd {
  font-size: 1.33rem;
  font-family: 'hmosb';
  color: #fff;
}
/* title*/
.title {
  text-align: center;
}
.title h2 {
  font-size: 2.33rem;
  font-family: 'hmosb';
  line-height: 100%;
  margin-bottom: 1.33rem;
}
.title p {
  font-size: 0.89rem;
  color: #1e1e1e;
  line-height: 1.67rem;
}

@media (max-width: 650px){
  .title h2{
    font-size: 2rem;
  }
}
@media (max-width: 500px){
  .title h2{
    font-size: 1.67rem;
  }
}
/* introduction*/
.intro {
  padding: 6.8rem 0 0;
}
.intro .num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4.56rem;
  margin-bottom: 8rem;
  margin-top: 3.89rem;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}
.intro .num dl {
  margin: 0 2.78rem;
}
.intro .num dl dt {
  font-family: 'hmosb';
  line-height: 3.6rem;
  position: relative;
  display: inline-block;
}
.intro .num dl dt b {
  font-size: 4rem;
  font-weight: normal;
  display: block;
}
.intro .num dl dt span {
  font-size: 1rem;
  font-weight: normal;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 0.44rem;
  right: -0.28rem;
  transform: translateX(100%);
}
.intro .num dl dd {
  font-size: 1rem;
  color: #1e1e1e;
  margin-top: 0.56rem;
}
.intro .wrap {
  max-width: 1920px;
  margin: 0 auto;
  height: 47.11rem;
  padding-left: 4.67rem;
  background: url(../images/super_img.jpg) no-repeat center;
  display: flex;
  position: relative;
}
.intro .wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.intro .wrap .item {
  width: 19.44rem;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 13.89rem 5rem 0;
  border-left: 1px solid #fff;
  transition: all 0.3s;
}
.intro .wrap .item.on {
  width: calc(100% - 58.333333333333336rem);
  padding: 13.89rem 1.67rem 0;
}
.intro .wrap .item .tit {
  text-align: center;
}
.intro .wrap .item.on .tit {
  text-align: left;
  margin-bottom: 3.89rem;
}
.intro .wrap .item .tit i {
  font-family: 'jpfont';
  font-size: 9rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 5rem;
  transition: all 0.3s;
  display: none;
  text-indent: -15px;
}
.intro .wrap .item.on .tit i {
  left: 1.67rem;
  display: block;
}
.intro .wrap .item .tit h2 {
  font-size: 2.11rem;
  font-family: 'hmosb';
  color: #fff;
  line-height: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}
.intro .wrap .item .tit h2::before {
  content: '';
  width: 0.28rem;
  height: 2rem;
  background-color: #3d519f;
  position: absolute;
  top: 0;
  left: -5rem;
}
.intro .wrap .item.on .tit h2::before {
  left: -1.67rem;
}
.intro .wrap .item .tit p {
  font-size: 1rem;
  line-height: 180%;
  color: #ffffff;
}
.intro .wrap .item .con {
  font-size: 0.89rem;
  line-height: 1.89rem;
  color: #ffffff;
  display: none;
}
.intro .wrap .item.on .con {
  display: block;
}
.intro .wrap .item .more {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  padding-right: 2.05rem;
  line-height: 100%;
  padding-bottom: 0.44rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  position: absolute;
  left: 1.67rem;
  bottom: 11rem;
  display: none;
}
.intro .wrap .item.on .more {
  display: block;
}
.intro .wrap .item .more i {
  font-size: 0.56rem;
  position: absolute;
  top: 0.16rem;
  right: 0;
}
.intro .wrap .item .nums {
  font-size: 2.22rem;
  font-family: 'hmosb';
  color: #fff;
  font-style: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.61rem;
}
.intro .wrap .item.on .nums {
  left: 1.67rem;
  transform: translateX(0);
}
/* core*/
.core {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 5.8rem;
  padding-bottom: 5.8rem;
}
.core .title {
  margin-bottom: 5.56rem;
}
.core .wrap {
  display: flex;
  justify-content: space-between;
}
.core .wrap .class {
  width: 21.05rem;
  display: flex;
  flex-wrap: wrap;
}
.core .wrap .class .list {
  width: 100%;
  height: calc((100% - 15.96rem) / 5);
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.17);
  padding-left: 2.22rem;
  padding-right: 4.22rem;
  cursor: pointer;
}
.core .wrap .class .list + .list {
  margin-top: 0.56rem;
}
.core .wrap .class .list.on {
  height: 13.16rem;
  background-color: #242427;
  position: relative;
}
.core .wrap .class .list.on::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 0.612rem;
  border-style: solid;
  border-color: transparent transparent transparent #242427;
  position: absolute;
  right: -1.22rem;
  top: 2.22rem;
}
.core .wrap .class .list .tit {
  font-size: 1.33rem;
  font-family: 'hmosb';
}
.core .wrap .class .list.on .tit {
  color: #fff;
}
.core .wrap .class .list .para {
  font-size: 0.89rem;
  line-height: 1.33rem;
  color: rgba(255, 255, 255, 0.55);
  display: none;
  margin-top: 1.67rem;
}
.core .wrap .class .list.on .para {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.core .wrap .class .list .more {
  font-size: 2rem;
  color: #8d8d8d;
  margin-top: 2rem;
  display: none;
}
.core .wrap .class .list.on .more {
  display: block;
}
.core .wrap .cont {
  width: calc(100% - 22.39rem);
}
.core .wrap .cont .co_li {
  width: 100%;
}
.core .wrap .cont .co_li img {
  width: 100%;
}
.core .wrap .cont .co_li video {
  display: block;
}
.core .wrap .cont .co_li + .co_li {
  display: none;
}
.core .swripe_txt{
  display: none;
}

/* publi */
.publi {
  position: relative;
}
.publi video {
  display: block;
}
.publi .pub_con {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.publi .pub_con .text {
  text-align: center;
}
.publi .pub_con .text .tit {
  font-family: hmosb;
  font-size: 1.67rem;
  color: #fff;
  line-height: 2.33rem;
}
.publi .pub_con .text .txt {
}
.publi .pub_con .click_icon {
  position: absolute;
  bottom: 5.56rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
}
.publi .pub_con .click_icon .jpfont {
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 32px;
  color: #fff;
  position: relative;
}
.publi .pub_con .click_icon .jpfont::after,
.publi .pub_con .click_icon .jpfont::before {
  content: '';
  position: absolute;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: popcircle;
  animation-name: popcircle;
  background-color: #ffffff;
  border-radius: 100%;
}
.publi .pub_con .click_icon .jpfont::before {
  width: 4rem;
  height: 4rem;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  opacity: 0.25;
}
.publi .pub_con .click_icon .jpfont::after {
  width: 3rem;
  height: 3rem;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  opacity: 0.5;
}
.publi .pub_con .click_icon p {
  font-size: 1rem;
  line-height: 100%;
  margin-top: 1.11rem;
  color: rgba(255, 255, 255, 0.7);
}
.publi .pub_con .pub_comvideo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.publi .pub_con .pub_comvideo .pubco_cons {
  width: 60%;
  position: relative;
}
.publi .pub_con .pub_comvideo .pubco_cons .clos {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  cursor: pointer;
}
.publi .pub_con .pub_comvideo .pubco_cons .clos:hover {
  background-color: #fff;
}
.publi .pub_con .pub_comvideo .pubco_cons .clos .icon1 {
  font-size: 32px;
  color: #fff;
}
.publi .pub_con .pub_comvideo .pubco_cons .clos:hover .icon1,
.publi .pub_con .pub_comvideo .pubco_cons .clos .icon2 {
  display: none;
}
.publi .pub_con .pub_comvideo .pubco_cons .clos:hover .icon2 {
  font-size: 32px;
  color: #3d519f;
  display: block;
}
.publi .pub_con .pub_comvideo .pubco_cons video {
}

@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

.news_bg {
  padding-top: 6rem;
  padding-bottom: 9.05rem;
  background-color: rgba(238, 238, 238, 0.68);
}
.news {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.news .news_con {
  display: flex;
  justify-content: space-between;
  margin-top: 3.78rem;
}
.news .item {
  width: calc((100% - 5.67rem) / 4);
  padding: 2.33rem 1.39rem 1.67rem;
  background-color: #fff;
}
.news .item:hover {
  box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.17);
}
.news .item .tit {
  font-size: 1.17rem;
  font-family: 'hmosb';
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.11rem;
}
.news .item .data {
  font-size: 0.89rem;
  color: rgba(36, 36, 39, 0.49);
  line-height: 100%;
  margin-bottom: 1.94rem;
}
.news .item .pic img {
  width: 100%;
}
.news .item .txt {
  font-size: 0.83rem;
  line-height: 1.33rem;
  min-height: 2.67rem;
  color: rgba(36, 36, 39, 0.66);
  margin-top: 1.67rem;
  margin-bottom: 1.78rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .item .more {
  width: 7.94rem;
  height: 2.22rem;
  border-radius: 1.11rem;
  font-size: 0.89rem;
  color: rgba(0, 0, 0, 0.5);
  border: solid 1px rgba(141, 141, 141, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.11rem;
}
.news .item:hover .more {
  background-color: #28282b;
  color: #fff;
}
.news .item .more i {
  font-size: 0.83rem;
  color: rgba(141, 141, 141, 0.5);
  margin-left: 1.78rem;
}
.news .item:hover .more i {
  color: #fff;
}
.news .ne_more {
  width: 10rem;
  height: 2.5rem;
  background-color: #28282b;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.78rem;
  margin-left: auto;
}
.news .ne_more .jpfont {
  margin-left: 2.22rem;
}
.news .ne_more:hover {
  background-color: #3d519f;
}
/* copy*/
.copy_bg {
  width: 100%;
  background-color: #28282b;
}
.copy {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 3.05rem;
}
.copy_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.05rem;
}
.copy_cons {
  width: 30.65%;
}
.copy_cons .cons {
  background: url(../images/copy_zx.jpg) no-repeat center;
  padding: 3.33rem 4.56rem 2.44rem 4rem;
  margin-top: -6.389rem;
}
.copy_cons .cons .tit {
  font-size: 1.56rem;
  color: #fff;
  line-height: 100%;
  margin-bottom: 2.5rem;
}
.copy_cons .cons .para {
  font-size: 0.89rem;
  line-height: 1.56rem;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.copy_cons .cons .more {
  width: 8rem;
  height: 2.22rem;
  border: solid 1px #8d8d8d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.89rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.11rem;
  margin-top: 2.05rem;
  transition: all 0.3s;
}
.copy_cons .cons .more:hover {
  background-color: #3d519f;
  border-color: #3d519f;
  color: #fff;
}
.copy_cons .cons .more i {
  font-size: 0.83rem;
  color: #8d8d8d;
  margin-left: 1.94rem;
}
.copy_cons .cons .more:hover i {
  color: #fff;
}
.copy_cons .ewm {
  margin-top: 1.83rem;
  padding-left: 4.11rem;
}
.copy_cons .ewm ul {
  display: flex;
}
.copy_cons .ewm li {
}
.copy_cons .ewm li + li {
  margin-left: 1.67rem;
}
.copy_cons .ewm li p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 100%;
  text-align: center;
  margin-top: 1.11rem;
}
.copy_nav {
  width: 63.41%;
}
.copy_nav .contact {
  width: 100%;
  height: 5.11rem;
  background-color: #222225;
  margin-bottom: 3.66rem;
}
.copy_nav .contact ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.copy_nav .contact li {
  font-size: 0.89rem;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.copy_nav .contact ul i {
  height: 30%;
  width: 1px;
  background-color: #8d8d8d;
}
.copy_nav .bnav {
  display: flex;
  justify-content: space-between;
}
.copy_nav .bnav dl {
  max-width: 6.11rem;
  /* margin: 0 auto; */
}
.copy_nav .bnav dl.font4 {
  width: 4.89rem;
}
.copy_nav .bnav dl.font5 {
  width: 6.11rem;
}
.copy_nav .bnav dl:first-child {
  margin-left: 0;
}
.copy_nav .bnav dl:last-child {
  margin-right: 0;
}
.copy_nav .bnav dl dt {
  font-size: 1rem;
  line-height: 100%;
  color: #fff;
  margin-bottom: 1.22rem;
}
.copy_nav .bnav dl dd a {
  font-size: 14px;
  line-height: 1.33rem;
  color: rgba(255, 255, 255, 0.22);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.copy_nav .bnav dl dd a:hover {
  color: #fff;
}
.copy_btm {
}
.copy_btm .copy_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 1.89rem;
  border-bottom: 1px solid #8e8e8e;
}
.copy_btm .copy_link .link {
  font-size: 14px;
  color: #fff;
  margin-right: 1.33rem;
}
.copy_btm .copy_link a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  /* margin: 0 auto; */
  margin-right: 1.33rem;
}
.copy_btm .copy_link a:last-child {
  margin-right: 0;
}
.copy_btm .copyright {
  line-height: 5rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}
.copy_btm .copyright .cpr_le a,
.copy_btm .copyright .cpr_ri a {
  color: rgba(255, 255, 255, 0.4);
}

/* 在线客服 */
.zxkf {
  width: 5rem;
  border-radius: 2.5rem;
  background-color: #fff;
  box-shadow: 0px 9px 33px 0px rgba(0, 0, 0, 0.13);
  position: fixed;
  bottom: 50%;
  right: 2.6rem;
  transform: translateY(50%);
  /* padding: 0 15px; */
  z-index: 998;
  transition: all 0.3s;
}
.zxkf .list {
  position: relative;
  /* overflow: hidden; */
  z-index: 2;
}
.zxkf .list:hover {
  overflow: visible;
}
.zxkf .list + .list {
  border-top: 1px solid #c9c9c9;
}
.zxkf .list > .jpfont {
  height: 5.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.44rem;
  color: #c9c9c9;
  line-height: 100%;
  text-align: center;
}
.zxkf .list:hover > .jpfont {
  color: #323333;
}
.zxkf .list .popup {
  width: 16.89rem;
  border-radius: 0.89rem;
  padding: 1.22rem;
  border: solid 2px rgba(165, 165, 165, 0.36);
  background-color: rgba(0, 0, 0, 0.84);
  box-shadow: 0px 9px 1.83rem 0px rgba(0, 0, 0, 0.13);
  position: absolute;
  top: 0;
  right: 6.11rem;
  opacity: 0;
  transform: translateX(155%);
  transition: all 0.3s;
  z-index: -1;
}
.zxkf .list:hover .popup {
  transform: translateX(0);
  opacity: 1;
}
.zxkf .list .popup::before,
.zxkf .list .popup::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 3.06rem;
  transform: translateY(-50%);
  right: 0;
}
.zxkf .list .popup::before {
  border-color: transparent transparent transparent rgba(165, 165, 165, 0.56);
  transform: translateX(calc(100% + 2px));
}
.zxkf .list .popup::after {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.64);

  transform: translateX(100%);
}
.zxkf .list .popup .icon {
  font-size: 3.11rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.32);
  line-height: 100%;
  margin-bottom: 1.11rem;
}
.zxkf .list .popup dl + dl {
  border-top: 1px dashed rgba(255, 255, 255, 0.27);
  margin-top: 1.89rem;
  padding-top: 1.89rem;
}
.zxkf .list .popup dl dt {
  width: 10.28rem;
  height: 1.72rem;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 0.89rem;
  margin: 0 auto 1.11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zxkf .list .popup dl dt i {
  font-size: 1rem;
}
.zxkf .list .popup dl dt p {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 15px;
}
.zxkf .list .popup dl dd {
  text-align: center;
}
.zxkf .list .popup dl dd p,
.zxkf .list .popup dl dd div {
  font-size: 1rem;
  line-height: 36px;
  color: #fff;
}
.zxkf .list .popup .img {
  padding-top: 2.22rem;
  padding-bottom: 1.11rem;
  text-align: center;
}
.zxkf .list .popup .img img {
  width: 10.56rem;
}
.zxkf .list .popup .tit {
  width: 10.28rem;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 16px;
  margin: 0 auto 40px;
  font-size: 1rem;
  text-align: center;
  line-height: 32px;
  color: #323333;
}
.zxkf .gotop {
  cursor: pointer;
}
.zxkf .gotop .jpfont {
  font-size: 17px;
}

/* 底部导航 */
.mf-buttom {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
}
.mf-buttom img {
  max-width: 100%;
  vertical-align: middle;
}
.mf-buttom a {
  text-decoration: none;
}
.mf-buttom .db {
  z-index: 999;
  display: flex;
  width: 100%;
  background: #1f1f21;
  text-align: center;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 8px;
}
.mf-buttom .db li img {
  width: 30px;
}
.mf-buttom .db li.dt img {
  width: 40px;
  transform: translateY(2px);
}
.mf-buttom .db li a {
  color: #fff;
  font-size: 12px;
}
.mf-buttom .db li a p {
  margin-top: 5px;
}
.mf-buttom .wx-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  z-index: -99;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.wx-mask .marsk-it {
  width: 240px;
  text-align: center;
  padding: 10px 10px;
  border-radius: 10px;
  background: #fff;
}
.mf-buttom .wx-mask .marsk-it .close {
  width: 25px;
  margin-top: 3px;
}
.mf-buttom .wx-mask .marsk-close {
  width: 100%;
  text-align: left;
  height: 35px;
}
.mf-buttom .wx-mask .marsk-close span {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
}

.mf-buttom .wx-mask .marsk-fz {
  margin: 10px 0;
}

.mf-buttom .wx-mask .marsk-fz input {
  font-size: 14px;
  width: 50%;
  outline: none;
  border: none;
}

.mf-buttom .wx-mask .all {
  line-height: 35px;
  font-size: 16px;
}

.mf-buttom .wx-mask .all a {
  display: block;
  color: #333;
}

.mf-buttom .wx-mask .good {
  line-height: 35px;
  font-size: 16px;
}

.mf-buttom .wx-mask .success {
  display: none;
}

.mf-buttom .wx-mask .wm-marsk {
  width: 200px;
  margin: 0 auto;
}

.mf-buttom .wx-mask.open {
  opacity: 1;
  z-index: 9999;
}
/*滚动条*/
::-webkit-scrollbar{width: 9px;background-color: #fff;}
::-webkit-scrollbar-thumb{border: solid 2px #fff;width: 5px;border-radius: 4px;background-color: #373c41;}
::-webkit-scrollbar-corner{background-color: #fff;}
::-webkit-scrollbar:horizontal{height: 9px;}
::-webkit-selection{background: #dcdddc;color: #000;}
/*返回首页*/
#tip{width: 100%;padding-top: 80px;min-height: 360px;}
#tip span{color: #333;font-size: 18px;}
#tip b{color:#3d519f;}
/*播放器相关*/
:root {--plyr-color-main: #3d519f;}