@charset "UTF-8";
:root {
  --logoColor: #db0032;
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
body {
  left: 0px;
  position: relative;
  line-height: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html {
  width: 100%;
  overflow-x: hidden;
}
body,
html {
  outline: 0;
  margin: 0 auto !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  background-color: transparent;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
.m_footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
.m_footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.33;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
span,
pre,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  background-repeat: no-repeat;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
a {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "hr", HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont,
    PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
}
body {
  font-family: "hr", HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont,
    PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.14rem;
  margin: 0px;
  padding: 0px;
  color: #000;
  height: auto;
  clear: both;
}
img {
  border: 0px;
  max-width: 100%;
  vertical-align: bottom;
}
ul,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none !important;
  color: #333;
  outline: none;
  cursor: pointer;
}
a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}

/*鼠标选中文字的样式*/
body::-moz-selection {
  background: red;
  color: #fff;
}
body::selection {
  background: red;
  color: #fff;
}
input:-webkit-autofill {
  /* 设置填充不变色 */
  -webkit-text-fill-color: initial;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
/*网站默认滚动跳的样式*/
*::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
*::-webkit-scrollbar-thumb {
  background: var(--logoColor);
}
*::-webkit-scrollbar-thumb:window-inactive {
  background: var(--logoColor);
}
*::-webkit-scrollbar-thumb:vertical:hover {
  background: var(--logoColor);
}
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: var(--logoColor);
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: var(--logoColor);
}
body::-webkit-scrollbar-thumb:vertical:hover {
  background: var(--logoColor);
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.35vw;
  font-size: 0.83vw;
  width: 8vw;
  height: 2.4vw;
  border: 1px solid #333;
  transition: all 0.5s;
  color: #333333;
}
.more i {
  display: block;
  width: 1.04vw;
  height: 0.63vw;
  background-image: url(../img/more1.svg);
  background-size: 100% 100%;
  margin-left: 0.63vw;
  transition: all 0.5s;
}
.more.act,
.more:hover {
  background-image: linear-gradient(90deg, #db0032, #ff003a);
  border: none;
  color: #fff;
}
.more.act i,
.more:hover i {
  background-image: url(../img/more2.svg);
}
.more.act:hover {
  opacity: 0.8;
}

.btn .prev,
.btn .next {
  width: 3.33vw;
  height: 3.33vw;
  background-image: url("../img/prev.svg");
  background-size: 100% 100%;
  /* transition: all 0.5s; */
  cursor: pointer;
}
.btn .next {
  transform: rotate(180deg);
}
.btn .next:hover{
  transform: rotate(0deg);
}
.btn .prev:hover{
  transform: rotate(180deg);
}
.btn .next:hover,
.btn .prev:hover {
  background-image: url("../img/preva.svg");
}
/* ewm */
.share {
  display: flex;
  align-items: center;
}
.share .sitem {
  width: 1.88vw;
  height: 1.88vw;
  position: relative;
  margin-right: 0.78vw;
}
.share .sitem > img {
  width: 100%;
}
.share .sitem .ewm {
  position: absolute;
  left: 50%;
  top: -0.52vw;
  transform: translate(-50%, -100%);
  width: 10.42vw;
  height: 10.42vw;
  background-color: #fff;
  box-shadow: 0 0 1.56vw rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.share .sitem:hover .ewm {
  opacity: 1;
  z-index: 99;
}

/* 闪烁圆点动画 */

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 0.52vw 0 #001eb4;
  }
}

/* svg-swiper-pagination ------------------------------------------------------ */
.pl_page .part2 .svg-swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.pl_page .part2 .svg-swiper-pagination .swiper-pagination-bullet {
  background: #d6d6d6;
  opacity: 0.47;
  width: 0.42vw;
  height: 0.42vw;
  outline: none;
  margin: 1.77vw 0;
  position: relative;
  transform: rotate(180deg);
  margin-right: 1.98vw;
}
.pl_page .part2 .svg-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d80c1e;
  opacity: 1;
}
.pl_page .part2 .svg-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/* 控制svg圆圈的大小 */
.pl_page .part2 .svg-swiper-pagination .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25vw;
  height: 1.25vw;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(0deg) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
.svg-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0.31vw;
  height: 0.31vw;
  /* background-color: #ffffff; */
  border-radius: 50%;
}

.svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}

.svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}

/* 通用 */
.svg-swiper-pagination .circle1 {
  stroke: #d80c1e;
  opacity: 0.18;
}
.svg-swiper-pagination .circle2 {
  stroke: #d80c1e;
  stroke-dasharray: 0 400;
}

@-webkit-keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}

/* svg-swiper-pagination -end------------------------------------------------------ */

/*示例字体*/
@font-face {
  font-family: "hb";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hm";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hr";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hl";
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hbl";
  src: url("../fonts/HarmonyOS_Sans_SC_Black.ttf");
  font-weight: normal;
  font-style: normal;
}

.hb {
  font-family: hb;
}
.hm {
  font-family: hm;
}
.hr {
  font-family: hr;
}
.hl {
  font-family: hl;
}
.hbl {
  font-family: hbl;
}
/* pc头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.21vw;
  padding: 0 13.54vw;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
header a {
  color: #fff;
}
.m_header {
  display: none;
}
header .headl {
  display: flex;
  align-items: center;
  height: 100%;
}
header .headl .logo {
  display: inline-block;
  width: 7.55vw;
  height: 2.08vw;
}
header .headl .logo img {
  width: 100%;
  height: 100%;
}

header .headr {
  display: flex;
  height: 100%;
  width: 59.38vw;
  justify-content: space-between;
}

header .nav ul {
  display: flex;
  height: 100%;
  align-items: center;
}
header .nav ul li {
  padding: 0 1.98vw;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .nav ul li a {
  color: #fff;
  white-space: nowrap;
}
header .nav ul li .xl {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
header .nav ul li .xl a {
  display: block;
  height: 2.60vw;
  line-height: 2.60vw;
  padding: 0 1.56vw;
  text-align: center;
}
header .headr .tool {
  display: flex;
  align-items: center;
  color: #fff;
}
header .headr .tool img {
  height: 0.83vw;
}
header .headr .tool .lang {
  padding: 0 1.56vw;
  position: relative;
  height: 100%;
}
header .headr .tool .lang .top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

header .headr .tool .lang .top img {
  margin-right: 0.94vw;
}
header .headr .tool .lang .top img:last-child {
  margin-left: 0.52vw;
  margin-right: 0;
  width: 0.42vw;
}
header .headr .tool .lang .xl {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header .headr .tool .lang .xl a {
  display: block;
  padding: 0 1.56vw;
  height: 2.60vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .headr .tool .search {
  padding-left: 1.56vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headr .tool .search img {
  margin-right: 0.52vw;
}
/* 活跃判断 */
header.hover,
header.forever,
header.active {
  background-color: #ffffff;
  box-shadow: 0 0 0.36vw 0 rgb(164 164 166 / 10%);
}
header .act_img {
  display: none;
}
header.forever .comm_img,
header.hover .comm_img,
header.active .comm_img {
  display: none;
}
header.forever .act_img,
header.hover .act_img,
header.active .act_img {
  display: block;
}

header.forever .nav ul li a,
header.hover .nav ul li a,
header.active .nav ul li a {
  color: #000;
}
header.forever .nav ul li.act> a,
header.hover .nav ul li.act >a,
header.active .nav ul li.act >a,
header .nav ul li.act > a {
  color: var(--logoColor);
}
header.forever .headr .tel,
header.hover .headr .tel,
header.active .headr .tel {
  color: #000;
}
header.forever .headr .tel::before,
header.hover .headr .tel::before,
header.active .headr .tel::before {
  background-image: url(../img/nav-tel-hover.png);
}
header.forever .headr .lang a,
header.hover .headr .lang a,
header.active .headr .lang a {
  color: #000;
}

header.forever .headr .search,
header.hover .headr .search,
header.active .headr .search,
header.forever .headr .lang,
header.hover .headr .lang,
header.active .headr .lang {
  color: #000;
}
header .headr .tool .lang .act_img {
  display: none;
}
header.forever .headr .tool .lang .act_img,
header.hover .headr .tool .lang .act_img,
header.active .headr .tool .lang .act_img {
  display: block;
}
header.forever .headr .tool .lang .comm_img,
header.hover .headr .tool .lang .comm_img,
header.active .headr .tool .lang .comm_img {
  display: none;
}

header .headr .tool .search .act_img {
  display: none;
}
header.forever .headr .tool .search .act_img,
header.hover .headr .tool .search .act_img,
header.active .headr .tool .search .act_img {
  display: block;
}
header.forever .headr .tool .search .comm_img,
header.hover .headr .tool .search .comm_img,
header.active .headr .tool .search .comm_img {
  display: none;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .mouse{
  position: absolute;
  left: 50%;
  bottom: 2.34vw;
  transform: translateX( -50%);
  color: #fff;
  z-index: 6;
}
.banner .mouse::before{
  content: "";
  position: absolute;
  width: 0.10vw;
  height: 0.31vw;
  transition: all 0.5s;
  background-color: #fff;
  top: -2.29vw;
  left: 50%;
  transform: translateX(-50%);
}
.banner .mouse::after{
  content: "";
  position: absolute;
  width: 0.63vw;
  height: 1.35vw;
  transition: all 0.5s;
  border: 0.10vw solid #fff;
  border-radius: 0.52vw;
  top: -2.60vw;
  left: 50%;
  transform: translateX(-50%);
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide .slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.banner .img,
.banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .img video,
.banner .img img,
.banner .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
.banner .txt .tit {
  margin-bottom: 0.63vw;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}
.index-ban .txt .tit {
  text-align: left;
}
.banner .txt .more {
  margin-top: 1.46vw;
}
.banner.i_banner .txt {
  left: 0;
  padding: 0 13.54vw;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.banner.i_banner .con{
    width: 10rem;
    width: 100%;
    text-align: center;
}
.banner .txt .con {
  position: relative;
  z-index: 2;
}
.banner .txt .xh{
    position: absolute;
    left: 15.54vw;
    font-size: 14.5vw;
    line-height: 1;
}
.banner .txt .xh1{ 
    top: 50%;
    transform: translateY(-50%);
    opacity: .35;
    backdrop-filter: blur(10px);
}
.banner .txt .xh2{ 
    top: calc(50% + 14.8vw);
    transform: translateY(-50%) rotateX(180deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: linear-gradient(rgb(255 255 255 / 0%),#ffffff21);
}
.banner .txt .pdimg{
    position: absolute;
    /*right: 13.54vw;*/
    /*width: 18vw;*/
    right: 5.54vw;
    width: 27vw;
    top: 50%;
    transform: translateY(-50%);
}
.banner .swiper-pagination {
  bottom: 4.84vw;
  padding-left: 8.85vw;
  display: flex;
  justify-content: flex-start;
}
.banner .swiper-pagination-bullet {
  margin-right: 1.15vw !important;
  margin-left: 0 !important;
  width: 0.42vw;
  height: 0.42vw;
  opacity: 0.3;
  background-color: #fff;
  transition: all 0.5s;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.56vw;
  border-radius: 0.42vw;
  opacity: 1;
}
.banner .btn {
  position: absolute;
  width: 4.90vw;
  display: flex;
  justify-content: space-between;
  bottom: 3.96vw;
  right: 7.29vw;
  z-index: 9;
}

main {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}

footer {
  width: 100%;
  /* overflow: hidden; */
  background-color: #f9fafc;
}
footer .top {
  padding: 4.64vw 0 1.04vw;
  border-bottom: 1px solid #dbdcdd;
}
footer .links {
  width: 9.38vw;
  height: 2.08vw;
  padding-left: 1.25vw;
  border-radius: 1.04vw;
  border: 1px solid #989898;
  position: relative;
  margin-right: 3.54vw;
}
footer .links .tip {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
footer .links .tip i {
  display: block;
  width: 0.83vw;
  height: 0.42vw;
  background-image: url(../img/arrfoot.svg);
  background-size: 100% 100%;
  margin-right: 1.04vw;
}
footer .links .xl {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  display: none;
  border: 1px solid #989898;
  border-bottom: none;
}
footer .links .xl a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.78vw 1.25vw;
  background-color: #fff;
  border-bottom: 1px solid #989898;
}
footer .phone img {
  margin-right: 0.47vw;
}
footer .phone .num {
  color: var(--logoColor);
}
footer .center {
  padding: 3.13vw 0 4.06vw;
  border-bottom: 1px solid #dbdcdd;
  min-height: 20.36vw;
}

footer .center .left{width: 18vw;}

footer .center .item {
  margin-bottom: 0.36vw;
}
footer .center .item img {
  margin-right: 0.31vw;
  width: 1.04vw;
  margin-top: -0.10vw;
}
footer .center .item .con {
  margin-bottom: 0.63vw;
}
footer .share {
  display: flex;
  margin-top: 0.52vw;
}
footer .share .sitem {
  width: 1.88vw;
  height: 1.88vw;
  position: relative;
  margin-right: 0.78vw;
}
footer .share .sitem .ewm {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0.68vw);
  width: 5.00vw;
  height: 5.00vw;
  background-color: #fff;
  box-shadow: 0 0 1.56vw rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  padding: 0.10vw;
}
footer .share .sitem .ewm img {
  width: 100%;
}
footer .share .sitem .ewm .tit {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0.52vw);
  width: 100%;
  text-align: center;
}
footer .share .sitem:hover .ewm {
  opacity: 1;
  z-index: 99;
}
footer .nav {
  width: 50.26vw;
}
footer .nav li > a {
  margin-bottom: 0.94vw;
  line-height: 1.1vw;
  height: 2.2vw;
}
footer .nav li .xl > a {
  margin-bottom: 0.78vw;
}
footer .nav a {
  display: block;
}
footer .btm {
  padding: 1.20vw 0 1.20vw;
}
footer .btm a {
  font-family: hl;
}
.m_footer {
  display: none;
}
/* 新闻分享 */

.nd_page .share .item {
  width: 2.08vw;
  height: 2.08vw;
  position: relative;
}

.nd_page .share .sitem > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: initial;
}
.nd_page .share .sitem > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.nd_page .share .sitem > img.act_img {
  display: none;
}
.nd_page .share .sitem:hover > img.comm_img {
  display: none;
}
.nd_page .share .sitem:hover > img.act_img {
  display: block;
}

.social-share .social-share-icon {
  border: none !important;
}

.social-share .icon-weibo:hover,
.social-share .icon-qq:hover,
.social-share .icon-wechat:hover {
  background-color: transparent !important;
}

.social-share .icon-weibo:before,
.social-share .icon-qq:before,
.social-share .icon-wechat:before {
  opacity: 0 !important;
}

/* 网站地图 */
.article-page01 {
  margin: 0 auto;
  width: 86%;
}

.article-page01.map {
  margin-top: 3.13vw;
  padding: 4.4vw 0 5.21vw;
}

.article-page01 .wrap {
  background-color: #fff;
  box-sizing: border-box;
}

.article-page01 .title1 {
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

.article-page01 dl {
  margin-bottom: 40px;
  border: 1px solid #ccc;
}

.article-page01 dl:last-child {
  margin-bottom: 0;
}

.article-page01 dl dt {
  background: #f8f8f8;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}

.article-page01 dl dt a {
  color: #333;
  font-size: 16px;
}

.article-page01 dl dd {
  padding: 20px;
  display: inline-block;
  margin-right: 20px;
}

.article-page01 dl dd a {
  font-size: 14px;
  color: #666;
}
/* 隐私条款 */
.editor-detail {
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.editor-detail strong {
  font-weight: bold !important;
}
.editor-detail p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 内页banner */
/* 适配 */
@media (max-width: 1680px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
  *::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .article-page01.map,
  .article-page01 {
    padding: 40px 20px;
    margin-top: 50px;
    width: 100%;
  }
  .article-page01 .wrap {
    width: 100%;
    padding: 0;
  }
  /* 移动端头部 */
  header {
    display: none;
  }
  header.i_header {
    display: none;
  }
  .banner {
    /*height: 47.3vw;*/
    margin-top: 50px;
  }
  /*.banner.i_banner {*/
  /*  height: 51.2vw;*/
  /*}*/
  .banner .txt {
    text-align: center;
    padding: 0 5%;
  }
  .banner .txt .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner .txt .con {
    font-size: 14px;
  }
  .more {
    width: 120px;
    height: 30px;
    font-size: 12px;
  }
  .m_header {
    display: block;
  }
  .m_header.act .top {
    background: #fff;
  }
  .m_header .headl {
    display: flex;
    align-items: center;
  }
  .m_header .headl .logo {
    display: block;
    width: 110px;
    position: relative;
  }

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

  .m_header.act .headr img,
  .m_header .headl .logo img.comm_img {
    width: 100%;
  }

  .m_header .headr {
    display: flex;
    align-items: center;
  }
  .m_header .headr div {
    width: 21px;
  }
  .m_header .headr .list {
    margin-left: 21px;
  }
  .m_header .headr .search2,
  .m_header .headr .list2,
  .m_header .headl .logo img.act_img {
    display: none;
  }

  .m_header.act .headr .search1,
  .m_header.act .headr .list1,
  .m_header.act .headl .logo img.comm_img {
    display: none;
  }

  .m_header.act .headr .search2,
  .m_header.act .headr .list2,
  .m_header.act .headl .logo img.act_img {
    display: block;
  }
  .m_header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    height: 50px;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .m_header .top .cha {
    display: none;
  }
  .m_header .top.on .search1,
  .m_header .top.on .search2,
  .m_header .top.on .list1,
  .m_header .top.on .list2 {
    display: none;
  }
  .m_header .top.on .cha {
    display: block;
    width: 24px;
    height: 24px;
    max-width: fit-content;
  }
  .m_menu {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    padding: 70px 0;
  }
  .m_menu.on {
    transform: translateY(0);
    opacity: 1;
  }
  .m_menu .navbar ul li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    width: 100%;
  }
  .m_menu .navbar {
    height: 90vh;
    overflow: auto;
  }
  .m_menu .navbar ul {
    width: 100%;
    padding: 0 24px;
  }
  .m_menu .navbar li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    width: 100%;
  }
  .m_menu .navbar .tit {
    display: block;
    width: 100%;
    line-height: 60px;
    color: #333;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
  }
  .m_menu .navbar .tit > a.tit {
    display: block;
    width: 78%;
  }
  .m_menu .navbar .tit i {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/h_add.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3%;
    transition: all 0.3s linear;
  }
  .m_menu .navbar .tit.on i {
    transform: rotate(180deg);
  }
  .m_menu .navbar .sec_list {
    line-height: 40px;
    display: none;
    position: relative;
  }
  .m_menu .navbar .sec_list p {
    background-size: 3px auto;
    font-size: 14px;
    position: relative;
  }
  .m_menu .navbar .sec_list a {
    padding-left: 3%;
    width: 78%;
    color: #666;
    display: block;
  }
  .m_menu .navbar .sec_list i {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/h_add.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3%;
    transition: all 0.3s linear;
  }
  .m_menu .navbar .sec_list .sec_item.on i {
    transform: rotate(180deg);
  }
  .m_menu .navbar .sec_list .third_list {
    line-height: 40px;
    padding: 10px 4%;
    display: none;
  }
  .m_menu .navbar .sec_list .third_list p {
    background-size: 3px auto;
    font-size: 14px;
  }
  .m_menu .navbar .sec_list .third_list a {
    padding-left: 3%;
    color: #666;
    display: block;
  }

  .m_header .top.on .headl .logo img.hover-img {
    display: block;
  }

  footer {
    display: none;
  }

  .m_footer {
    display: block;
    background-color: #f9fafc;
  }
  .m_footer .nav {
    padding: 10px 20px;
  }

  .m_footer .nav ul li {
    border-bottom: solid #e4e4e4 1px;
  }
  .m_footer .nav ul li .first {
    padding: 24px 0 20px;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m_footer .nav ul li .first .first_item {
    width: 78%;
    height: 100%;
  }
  .m_footer .nav ul li .first i {
    background: url("../img/add1.svg") center no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    transition: all 0.5s;
  }
  .m_footer .nav ul li .first i.on {
    transform: rotate(45deg);
  }
  .m_footer .nav ul li .sec_list {
    display: none;
    padding-bottom: 12px;
  }

  .m_footer .nav ul li .sec_item {
    padding: 12px;
    font-size: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
  }

  .m_footer .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    padding: 20px;
  }
  .m_footer .contact .phone {
    font-size: 24px;
    color: var(--logoColor);
    margin-bottom: 10px;
    text-align: center;
  }

  .m_footer .contact .ma {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .m_footer .contact .ma .img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 110px;
    height: 110px;
    margin-bottom: 5px;
  }
  .m_footer .contact .ma img {
    width: 100px;
    height: 100px;
  }

  .m_footer .info {
    text-align: center;
  }
  .m_footer .contact .ma .txt {
    font-size: 14px;
  }
  .m_footer .advocacy {
    padding: 15px 20px;
  }
  .m_footer .advocacy .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #666;
    line-height: 1.33;
    margin-bottom: 15px;
  }
  .m_footer .advocacy .links a {
    color: #666;
  }
  .m_footer .advocacy .share {
    justify-content: center;
  }

  .m_footer .bottom {
    border-top: 1px solid #dbdcdd;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333;
    /*background-image: linear-gradient(*/
    /*  -90deg,*/
    /*  #00af95,*/
    /*  #00af9e,*/
    /*  #00afa7,*/
    /*  #00afb0,*/
    /*  #00afb9,*/
    /*  #00afc2,*/
    /*  #00aecb,*/
    /*  #00aed4,*/
    /*  #00aedd,*/
    /*  #00aee6,*/
    /*  #00aeef*/
    /*);*/
    line-height: 1.5;
  }

  .m_footer .bottom a {
    color: #333;
  }
}
@media (max-width: 997px) {
}
@media (max-width: 768px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
