a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  padding: 0;
}
a,
button,
input,
label,
select {
  outline: 0;
}
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.clearfix:before,
.container:before {
  display: table;
  content: ' ';
}
.clearfix:after,
.container:after {
  display: table;
  content: ' ';
  clear: both;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 16px;
  color: #666;
  font-family: 'Microsoft YaHei', Helvetica, 'Heiti SC';
}
a {
  color: inherit;
  cursor: pointer;
}
a:hover {
  color: #333;
  text-decoration: none;
}
* {
  background-position: center center;
  background-repeat: no-repeat;
}
.mobile ul.news-list li {
  padding: 0.24rem 0;
  margin-top: 0;
}
.mobile ul.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile ul.news-list li a .img {
  width: 2.26rem;
  height: 1.76rem;
  background-color: #fff;
  border-radius: 0.05rem;
  border: solid 1px #dfdfdf;
  overflow: hidden;
  margin-right: 0.36rem;
}
.mobile ul.news-list li a h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 0.58rem;
  font-size: 0.36rem;
  max-height: inherit;
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: inherit;
  text-align: justify;
  white-space: inherit;
  margin-bottom: 0;
  font-weight: 400;
}
.mobile ul.news-list li a .text {
  padding: 0;
  background: 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mobile ul.news-list li a .text p {
  display: none;
}
.mobile ul.news-list li a .img ~ .text {
  width: auto;
  padding: 0;
}
.mobile ul.news-list li a .img ~ .text h4 {
  height: auto;
  max-height: 1.74rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  white-space: inherit !important;
}
.mobile ul.news-list li a .more {
  margin-top: 0.24rem;
  line-height: 0.3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.22rem;
  color: grey;
}
.mobile ul.news-list li a .more i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0.42rem;
  background: url(../images/ico-date.png?vr=8e86e0) left center no-repeat;
  background-size: 0.26rem 0.28rem;
}
.mobile ul.news-list li + li {
  border-top: 1px solid #cacaca;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
#body {
  opacity: 0;
  height: auto;
}
#body.inited,
#body.show {
  opacity: 1;
}
#body.mobile {
  font-size: 0.36rem;
  min-width: auto;
  background: #f1f1f1;
}
#body.mobile .footer {
  margin-top: 0.4rem;
  padding: 0.2rem 0.3rem;
  line-height: 0.36rem;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
    overflow-x: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
    background-image: url(../../../h5/img/bg-top.png);
  background-size:100% 100%;
  background-position:center;
}
#body.mobile .tools {
  position: fixed;
  z-index: 998;
  right: 0.4rem;
  bottom: 0.6rem;
  display: none;
}
#body.mobile .tools.on {
  display: block;
}
#body.mobile .tools a {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.3rem;
  border-radius: 50%;
  background: #b6b6b6 center center no-repeat;
}
#body.mobile .tools a.btn-top {
  background-image: url(../images/ico-top.png?vr=8e86e0);
  background-size: 0.24rem 0.3rem;
}
#body.mobile .container {
  width: 100%;
  min-width: auto;
  padding: 0;
  position: static;
}
#body.mobile .header {
  background: #fff;
  position: fixed;
  z-index: 9;
  width: 100%;
  height:2.5rem;
  overflow-x: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
    background-image: url(../../../h5/img/bg-top.png);
  background-size:100% 100%;
  background-position:center;

}
#body.mobile .header .top {
  position: relative;
  padding: 0.3rem 0.4rem;
  margin-bottom: 0.02rem;
  display:flex;
  flex-direction:row;
  align-items:center;
justify-content: space-between;
}
#body.mobile .header .logo {
     width: 2.5rem;
    height: 0.85rem;
    display: block;
}
#body.mobile .header .top .right-menu{
	  display:flex;
    flex-dreciton:row;
    align-items:center;
    color:#fff;
    font-size:0.28rem;
}
#body.mobile .header .top .right-menu .search{
	width:.5rem;
	height:.5rem;
   background-image: url(../../../h5/img/search-icon.png);
  background-size:100% 100%;
  background-position:center;
	margin-right:.2rem;
}
#body.mobile .header .top .right-menu .pc{
	display:flex;
flex-direction:row;
align-items:center;
}
#body.mobile .header .top .right-menu .pc:hover{
	color:#fff;
}
#body.mobile .header .top .right-menu .pc img{
	width:.5rem;
	height:.5rem;
	margin-right:.1rem
}
#body.mobile .header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#body.mobile .header .more {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -0.26rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #f7f7f7 url(../images/mobile/more.png?vr=8e86e0) center center
    no-repeat;
  background-size: 100% 100%;
}
#body.mobile .header .btn-toggle {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/mobile/ico-menu.png?vr=8e86e0) center center
    no-repeat;
  background-size: 0.42rem 0.42rem;
}
#body.mobile .header .menu-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  padding: 0.9rem 0.4rem 2.4rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
}
#body.mobile .header .menu-modal.on {
  z-index: 999;
  opacity: 1;
}
#body.mobile .header .menu-modal .close {
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  right: 0.4rem;
  top: 0.4rem;
  background: url(../images/mobile/ico-close.png?vr=8e86e0) center center
    no-repeat;
  background-size: 0.36rem 0.36rem;
}
#body.mobile .header .menu-modal ul {
  font-size: 0;
  padding: 0.36rem 0;
  border-bottom: 1px dashed #fff;
}
#body.mobile .header .menu-modal ul li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 0.36rem;
  line-height: 0.96rem;
}
#body.mobile .header .menu-modal ul.nav {
  line-height: 1rem;
}
#body.mobile .header .menu-modal ul.nav li {
  font-size: 0;
}
#body.mobile .header .menu-modal ul.nav i,
#body.mobile .header .menu-modal ul.nav span {
  display: inline-block;
  vertical-align: top;
}
#body.mobile .header .menu-modal ul.nav span {
  font-size: 0.36rem;
}
#body.mobile .header .menu-modal ul.nav i {
  width: 1rem;
  height: 1rem;
  background: center center no-repeat;
  background-size: 100% 100%;
}
#body.mobile .header .menu-modal ul.nav i.ico-zhanlue {
  background-image: url(../../mobile/res/images/ico-zhanlue.png?vr=8e86e0);
}
#body.mobile .header .menu-modal ul.nav i.ico-jizhi {
  background-image: url(../../mobile/res/images/ico-jizhi.png?vr=8e86e0);
}
#body.mobile .header .menu-modal ul.nav i.ico-tongdao {
  background-image: url(../../mobile/res/images/ico-tongdao.png?vr=8e86e0);
}
#body.mobile .header .menu-modal ul.nav i.ico-pingtai {
  background-image: url(../../mobile/res/images/ico-pingtai.png?vr=8e86e0);
}
#body.mobile .header .menu-modal ul.nav i.ico-jihua {
  background-image: url(../../mobile/res/images/ico-jihua.png?vr=8e86e0);
}
#body.mobile .header .menu-modal ul.nav i.ico-lianmeng {
  background-image: url(../../mobile/res/images/ico-lianmeng.png?vr=8e86e0);
}
#body.mobile .header .menu-modal ul.nav i.ico-xiangmu {
  background-image: url(../../mobile/res/images/ico-xiangmu.png?vr=8e86e0);
}
#body.mobile .header .menu-modal ul.nav i.ico-chengguo {
  background-image: url(../../mobile/res/images/ico-chengguo.png?vr=8e86e0);
}
#body.mobile .header .menu-modal .what {
  padding: 0.54rem 0; 
  border-bottom: 1px dashed #fff;
}
#body.mobile .header .swiper-container {
  line-height: 0.74rem;
  padding: 0 0.3rem;
  text-align: center;
}
#body.mobile .header .swiper-container a {
  color: #fff;
}
#body.mobile .header .swiper-container .swiper-slide.on a {
  color: #fff;
  border-bottom: 3px solid #fff;
 
  height: 100%;
  display: inline-block;

}
#body.mobile .breadcrumb {
  display: none;
}
#body.mobile .page-news,
#body.mobile .page-news-list {
  padding: 0.6rem 0.4rem 1rem;
}
#body.mobile .page-news-list .content {
  border: 0;
}
#body.mobile .page-news-list .tabs-nav {
  display: none;
}
#body.mobile .page-news-list .tabs-content {
  width: auto;
  float: none;
}
#body.mobile .page-news-list .tabs-content h1 {
  text-align: left;
  font-weight: 700;
  font-size: 0.48rem;
  color: #2f2f2f;
  line-height: 0.6rem;
  margin-bottom: 0.3rem;
  padding: 0;
  border: 0;
}
#body.mobile .page-news-list .tabs-content h1 span {
  padding: 0;
  background: 0 0;
}
#body.mobile .page-news-list .tabs-content h1 span::before {
  content: none;
}
#body.mobile .page-news-list .tabs-content ul.list-newss {
  padding: 0;
}
#body.mobile
  .page-news-list
  .tabs-content
  ul.list-newss:first-of-type
  li:first-of-type {
  border: 0;
}
#body.mobile .page-news-list .tabs-content ul.list-newss li {
  padding: 0;
  padding: 0.2rem 0 0.3rem;
  border-top: 1px solid #cacaca;
}
#body.mobile .page-news-list .tabs-content ul.list-newss li a {
  padding: 0;
}
#body.mobile .page-news-list .tabs-content ul.list-newss li a::before {
  content: none;
}
#body.mobile .page-news-list .tabs-content ul.list-newss li a span {
  display: block;
  line-height: 0.56rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
#body.mobile .page-news-list .tabs-content ul.list-newss li a i {
  display: block;
  color: grey;
  padding: 0;
  position: static;
  padding-left: 0.42rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  background: url(../../mobile/res/images/ico-date.png?vr=8e86e0) left center
    no-repeat;
  background-size: 0.26rem 0.28rem;
}
#body.mobile .page-news-list .tabs-content hr {
  display: none;
}
#body.mobile .page-news .content {
  border: 0;
}
#body.mobile .page-news .article {
  padding: 0;
}
#body.mobile .page-news .article-title {
  text-align: left;
  font-weight: 700;
  font-size: 0.48rem;
  color: #2f2f2f;
  line-height: 0.6rem;
  margin-bottom: 0.3rem;
}
#body.mobile .page-news .article-info {
  line-height: 0.58rem;
  color: grey;
  font-size: 0.28rem;
  text-align: left;
  margin-bottom: 0.3rem;
  border: 0;
}
#body.mobile .page-news .article-info span {
  display: block;
  padding-left: 0.44rem;
  margin: 0;
}
#body.mobile .page-news .article-info span:first-of-type {
  background: url(../../mobile/res/images/ico-source.png?vr=8e86e0) 0.04rem
    center no-repeat;
  background-size: 0.22rem 0.28rem;
}
#body.mobile .page-news .article-info span:nth-child(2) {
  background: url(../../mobile/res/images/ico-date.png?vr=8e86e0) 0 center
    no-repeat;
  background-size: 0.26rem 0.28rem;
}
#body.mobile .page-news .article-info span:last-of-type {
  display: none;
}
#body.mobile .page-news .article-tools {
  display: none;
}
#body.mobile #content {
  font-family: inherit;
  font-size: 0.36rem;
  line-height: 0.58rem;
  text-align: justify;
  color: #262626;
  padding: 0;
}
#body.mobile #content p {
  margin-bottom: 0.3rem;
}
#body.mobile #content img,
#body.mobile #content video {
  height: auto !important;
  max-width: 6.7rem;
  display: block;
}
#body.mobile ul.pages {
  display: none;
}
#body.mobile .news_list_tp {
  width: 100%;
  overflow: auto;
}
#body.mobile .news_list_tp ul.list {
  width: 100%;
}
#body.mobile .news_list_tp ul.list li {
  width: 100%;
  height: 4.2rem;
  margin: 0;
  float: none;
  border: 0;
  padding: 0;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
#body.mobile .news_list_tp ul.list li h1 {
  display: none;
}
#body.mobile .news_list_tp ul.list li .jqthumb {
  width: 100% !important;
  height: 100% !important;
}
#body.mobile .news_list_tp ul.list li img {
  width: 100%;
  height: 100%;
}
#body.mobile .page-load-done,
#body.mobile .page-load-wait {
  text-align: center;
  color: #083b90;
  font-size: 0.2rem;
  display: block;
}
#body.mobile .page-load-done i,
#body.mobile .page-load-wait i {
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  background: center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0.16rem;
}
#body.mobile .page-load-wait i {
  background-image: url(../images/wait.png?vr=8e86e0);
  -webkit-animation: rotate 3s infinite linear;
  animation: rotate 3s infinite linear;
}
#body.mobile .page-load-done i {
  background-image: url(../images/home.png?vr=8e86e0);
}
#body.mobile .page-index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex: 1;
  background:#eaf0f9;
}
#body.mobile .page-index div.pages {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden !important;
}
#body.mobile .page-index div.pages > div {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  opacity: 0;
  overflow: auto !important;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#body.mobile .page-index div.pages > div.on {
  position: static;
  z-index: 1;
  height: auto;
  opacity: 1;
}
#body.mobile .page-index div.pages > div .swiper-container {
}
#body.mobile .page-index div.pages > div .swiper-container a {
  position: relative;
  display: block;
  background-color: #fff;
}
#body.mobile .page-index div.pages > div .swiper-container a .img {
  width: 100%;
  height: 2.5rem;
}
#body.mobile .page-index div.pages > div .swiper-container a p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgb(0 0 0 / 19%) 0%, #000000 100%);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    background-size: auto 100%;
    line-height: 0.5rem;
    padding: 0.15rem 0.3rem 0.15rem 0.3rem;
    color: #fff;
    overflow: hidden;
font-size:.32rem;
}
#body .modal {
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#body .modal.shown {
  opacity: 1;
  z-index: 999;
}
#body .modal .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
  padding: 0.4rem 0.4rem 0.2rem 0.4rem;
  color: #333;
  text-align: center;
}
#body .modal .content h4 {
  font-size: 0.3rem;
}
#body .modal .content .qrcode {
  width: 3.4rem;
  height: 3.4rem;
  position: relative;
  margin: 0.2rem auto 0;
}
#body .modal .content .qrcode img {
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
}
#body .modal .content .qrcode img.shown {
  z-index: 2;
  opacity: 1;
  position: relative;
}
#body .modal .content .text {
  color: #c9c9c9;
  line-height: 0.7rem;
  position: relative;
}
#body .modal .content .text:before {
  content: '';
  position: absolute;
  height: 0.3rem;
  margin-top: -0.15rem;
  width: 1px;
  left: 50%;
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
}
#body .modal .content .text span {
  cursor: pointer;
  display: inline-block;
  width: 50%;
}
#body .modal .content .text span.shown {
  color: #333;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mb-lanmu {
  width: 100%;
  height: 0.6rem;
  margin-top: 0.4rem;
}
.mb-lanmu .lmm {
  float: left;
  font-size: 0.4rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #000;
}
.mb-lanmu .lmgd {
  float: right;
  font-size: 0.28rem;
  line-height: 0.6rem;
}
#body.mobile .header {
  z-index: 998;
  position: static !important;
}
#body.mobile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}

html,
body {
  height: 100% !important;
}

html {
  color-scheme: light;
}
