@charset "utf-8";
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
em,
i,
span,
u {
  font-weight: 400;
  font-style: normal;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-input-placeholder {
  color: #999;
}
textarea::-ms-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
p {
  text-align: justify;
}
*::after,
*::before {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
/* 滚动条 */
.ma352-srco::-webkit-scrollbar {
  width: 3px;
}
.ma352-srco::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.ma352-srco::-webkit-scrollbar-thumb {
  background: #18da46;
  border-radius: 25px;
}
.ma352-srco::-webkit-scrollbar-corner {
  background: #179a16;
}
/* 图片盒子 */
.ma352-img-box {
  width: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ma352-img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ma352-img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*过渡*/
.ma352-img_hover img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.ma352-pro_show_js_con * {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
/*延迟*/
.ma352-sy_t_box:nth-child(2),
.ma352-xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.ma352-sy_t_box:nth-child(3),
.ma352-xinw_nr_box:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
.ma352-sy_t_box:nth-child(4),
.ma352-xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.ma352-sy_t_box:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  /* Safari 和 Chrome */
}
.ma352-sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.ma352-team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ma352-wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 公共 */
/* 普通移入效果 */
.ma352-mov_08 {
  transition: all 0.3s;
}
.ma352-mov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.ma352-sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .ma352-sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.ma352-img_qh .ma352-img2 {
  display: none;
}
.ma352-img_qh:hover .ma352-img1 {
  display: none;
}
.ma352-img_qh:hover .ma352-img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.ma352-xs,
.ma352-xs2 {
  display: block;
}
.ma352-yc,
.ma352-yc2 {
  display: none;
}
@media (max-width: 767px) {
  .ma352-xs,
  .ma352-xs2 {
    display: none;
  }
  .ma352-yc,
  .ma352-yc2 {
    display: block;
  }
}
/* 图片移入效果 */
.ma352-img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* 头部图文 */
.ma352-tuw {
  display: flex;
  align-items: center;
}
.ma352-tuw img {
  width: 0.28rem;
  height: auto;
}
.ma352-tuw p {
  margin-left: 0.1rem;
}
/* banner中间小图标 */
.ma352-banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.ma352-gw {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .ma352-gw {
    margin-top: 60px;
  }
}
/* banner */
.ma352-h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.ma352-h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
}
.ma352-h_b_img .ma352-img1 {
  z-index: 1;
}
.ma352-h_b_img .ma352-img2 {
  z-index: 2;
  display: none;
}
.ma352-h_b_img video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ma352-h_b_img .ma352-img1 {
    z-index: 1;
    display: none;
  }
  .ma352-h_b_img .ma352-img2 {
    z-index: 2;
    display: block;
  }
  .ma352-h_b_img video {
    z-index: -1;
    display: none;
  }
}
.ma352-ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ma352-font14 {
  font-size: 14px;
}
.ma352-font18 {
  font-size: 18px;
}
.ma352-font20 {
  font-size: 20px;
}
.ma352-font22 {
  font-size: 22px;
}
.ma352-font24 {
  font-size: 24px;
}
.ma352-font26 {
  font-size: 26px;
}
.ma352-font28 {
  font-size: 28px;
}
@media (max-width: 1580px) {
  .ma352-font14 {
    font-size: 12px;
  }
  .ma352-font18 {
    font-size: 16px;
  }
  .ma352-font20 {
    font-size: 18px;
  }
  .ma352-font22 {
    font-size: 20px;
  }
  .ma352-font24 {
    font-size: 22px;
  }
  .ma352-font26 {
    font-size: 24px;
  }
  .ma352-font28 {
    font-size: 26px;
  }
}
@media (max-width: 1460px) {
  .ma352-font24 {
    font-size: 20px;
  }
  .ma352-font26 {
    font-size: 22px;
  }
  .ma352-font28 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ma352-font18 {
    font-size: 14px;
  }
}
/*延迟*/
.ma352-yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.ma352-yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.ma352-yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.ma352-yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.ma352-yanchi5 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.ma352-yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.ma352-yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.ma352-yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.ma352-yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.ma352-yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.ma352-yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.ma352-yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.ma352-yanchi13 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.ma352-yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.ma352-yanchi15 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.ma352-yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.ma352-yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.ma352-yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.ma352-yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.ma352-yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 开始 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.ma352-slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.ma352-slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.ma352-slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.ma352-slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.ma352-slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.ma352-slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
.ma352-ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ma352-ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ma352-ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ma352-ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ma352-ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ma352-ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ma352-ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ma352-ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ma352-ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ma352-ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ma352-ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ma352-ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ma352-ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航 */
nav {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ma352-logo {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 100;
}
.ma352-logo img {
  width: 1.71rem;
  height: auto;
}
.ma352-logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
}
.nav > ul > li > a {
  color: #fff;
  margin: 0 0.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 50%;
  background: #1072e0;
  transform: translateX(-50%);
}
.nav > ul > li > a:hover p,
.nav > ul > .ma352-on > a p {
  color: #333 !important;
}
.nav > ul > li > a:hover p::after,
.nav > ul > .ma352-on > a p::after {
  width: 100%;
}
.nav > ul > .ma352-on > a .ma352-xs {
  display: none;
}
.nav > ul > .ma352-on > a .ma352-yc {
  display: block;
}
/* .nav>ul>li:first-child a{margin-left: 0;} */
.nav > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
.nav > ul > li > a .ma352-img2 {
  display: none;
}
.nav > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
}
.nav > ul > li > a > svg path {
  fill: #fff;
}
.nav > ul > li > a:hover .ma352-img1,
.nav > ul > .ma352-on > a .ma352-img1 {
  display: none !important;
}
.nav > ul > li > a:hover .ma352-img2,
.nav > ul > .ma352-on > a .ma352-img2 {
  display: block !important;
}
.nav_rr {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.ma352-search {
  height: 100%;
  display: flex;
  align-items: center;
}
.ma352-search form {
  height: 20px;
  display: flex;
}
.ma352-search img {
  width: 20px;
  cursor: pointer;
}
.ma352-language {
  display: flex;
  align-items: center;
  margin-left: 0.32rem;
  padding-left: 0.28rem;
  position: relative;
}
.ma352-language::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 13px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ma352-language_a {
  position: absolute;
  top: 120%;
  background: #fff;
  left: calc(0.48rem - 5px);
  text-align: center;
  padding: 3px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 14px;
  height: auto;
  width: auto;
  white-space: nowrap;
  border-radius: 5px;
}
.ma352-language_a a {
  padding: 7px 15px;
  text-align: left;
  display: block;
  margin: 0 10px;
  border-radius: 5px;
}
.ma352-language_a a:hover {
  background: #01c390;
  color: #fff;
}
.ma352-language p {
  color: #fff;
  margin-right: 0.1rem;
}
.ma352-language > img {
  width: 20px;
  margin-right: 0.2rem;
}
.ma352-language_icon img {
  width: 8px;
}
.nav_jm {
  display: flex;
  align-items: center;
}
.nav_jm img {
  width: 20px;
  margin-right: 0.1rem;
}
.nav_tel {
  display: flex;
  align-items: center;
  padding-left: 133px;
  position: relative;
}
.nav_tel img {
  width: 17px;
  margin-left: 0.2rem;
}
.nav_tel p {
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: calc(17px + 0.2rem);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-end;
}
.nav_tel:hover p {
  width: 133px;
}
.nav1_none {
  top: -80px !important;
}
.nav2_none {
  top: 80px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
.nav_on {
  background: #fff;
}
.nav_on .nav > ul > li > a > .ma352-img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .ma352-img2 {
  display: block;
}
.nav_on .nav_col {
  color: #fff !important;
}
.nav_on .ma352-xs {
  display: none;
}
.nav_on .ma352-yc {
  display: block;
}
.nav_on .nav > ul > li > a {
  color: #333;
}
.nav_on .nav_login {
  color: #333;
}
.nav_on .nav > ul > li > a > p {
  color: #333;
}
.nav_on .nav_rr .nav_sea svg path {
  fill: #333;
}
.nav_on .nav_rr .nav_lan a {
  color: #333;
}
.nav_on .nav > ul > li > a > svg path {
  fill: #333;
}
.nav_on .nav_rr .nav_lan i {
  background-color: #535353;
}
.show_nav .nav_rr .nav_lan i {
  background-color: #535353;
}
.nav_on .nav_lan .nav_lan_box a {
  color: #333 !important;
}
.nav_on .nav_lan .nav_lan_box svg path {
  fill: #333 !important;
}
.nav_on2 {
  background: #fff;
}
.nav_on2 .nav > ul > li > a > .ma352-img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .ma352-img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #fff;
}
.nav_on2 .nav_login {
  color: #fff !important;
}
.nav_on2 .nav_col {
  color: #fff !important;
}
.nav_on2 .ma352-xs {
  display: none;
}
.nav_on2 .ma352-yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #333;
}
.nav_on2 .nav_login {
  color: #333;
}
.nav_on2 .nav > ul > li > a > p {
  color: #333;
}
.nav_on2 .nav_rr .nav_sea svg path {
  fill: #333;
}
.nav_on2 .nav_rr .nav_lan a {
  color: #333;
}
.nav_on2 .nav > ul > li > a > svg path {
  fill: #333;
}
.nav_sub {
  background: #161522;
}
.nav_sub .ma352-xs {
  display: none;
}
.nav_sub .ma352-yc {
  display: block;
}
.nav_sub .nav > ul > li > a {
  color: #fff;
}
.show_nav {
  background: #fff;
}
.show_nav .ma352-sear_btn path {
  fill: #666;
}
.show_nav .nav > ul > li > a > .ma352-img1 {
  display: none;
}
.show_nav .nav > ul > li > a > .ma352-img2 {
  display: block;
}
.show_nav .nav > ul > li > a > p {
  color: #333;
}
.show_nav .nav_login {
  color: #fff !important;
}
.show_nav .ma352-xs {
  display: none;
}
.show_nav .ma352-yc {
  display: block;
}
.show_nav .ma352-logo p {
  color: #333;
  border-color: #333;
}
.show_nav svg path {
  fill: #333 !important;
}
.show_nav .ma352-language::after {
  background: #ddd;
}
.show_nav .nav > ul > li > a {
  color: #333;
}
.show_nav .nav_login {
  color: #333;
}
.show_nav .nav > ul > li > a > p {
  color: #333;
}
.show_nav .nav_rr .nav_sea svg path {
  fill: #333;
}
.show_nav .nav_rr .nav_lan a {
  color: #333;
}
.show_nav .nav > ul > li > a > svg path {
  fill: #333;
}
.show_nav .nav_lan .nav_lan_box a {
  color: #333 !important;
}
.show_nav .nav_lan .nav_lan_box svg path {
  fill: #333 !important;
}
.nav_sub {
  top: 0;
}
.ma352-pro_nav2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 990;
  background: #fff;
  padding: 10px 0;
  width: 100%;
  white-space: nowrap;
  padding: 0.52rem 0 1.04rem;
  border-top: 1px solid #cfcfcf;
  display: none;
}
.ma352-pro_nav2_nr {
  display: flex;
  justify-content: center;
}
.ma352-pro_nav2_a a:hover {
  color: #0c7dfc;
}
.ma352-pro_nav2_box {
  display: flex;
  justify-content: center;
  border-right: 1px solid #cfcfcf;
  padding: 0.14rem 0 0;
  width: 2.48rem;
}
.ma352-pro_nav2_box:first-child {
  border-left: 1px solid #cfcfcf;
}
.ma352-pro_nav2_tit {
  margin-bottom: 0.22rem;
  color: #222;
  display: block;
  font-weight: bold;
}
.ma352-pro_nav2_tit:hover {
  color: #0c7dfc;
}
.ma352-pro_nav2_a {
  display: flex;
  flex-direction: column;
}
.ma352-pro_nav2_a a {
  color: #666;
  margin-bottom: 0.12rem;
}
/* 下拉导航 */
.ma352-pro_nav {
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
  height: 5.8rem;
  display: none;
}
.ma352-pro_nav_bj:after {
  content: '';
  width: 50%;
  height: 100%;
  background: #f1f9f9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ma352-pro_nav_bj:before {
  content: '';
  width: 50%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.ma352-p_one_logo img {
  height: 16px;
  width: auto;
}
.ma352-p_one_icon img {
  width: 8px;
  height: auto;
}
.ma352-p_two_con img {
  width: 8px;
  height: auto;
}
.ma352-pro_nav_box {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.ma352-pro_nav_one {
  width: 17.5%;
  padding-top: 0.51rem;
  height: 100%;
}
.ma352-pro_nav_one .ma352-p_one.on {
  background: #e8eced;
}
.ma352-pro_nav_one .ma352-p_one.on .ma352-xs2 {
  display: none;
}
.ma352-pro_nav_one .ma352-p_one.on .ma352-yc2 {
  display: block;
}
.ma352-p_one {
  display: flex;
  align-items: center;
  height: 0.58rem;
  padding-left: 0.22rem;
  margin-left: -0.22rem;
}
.ma352-p_one_logo {
  width: 0.7rem;
}
.ma352-p_one > p {
  width: 1.3rem;
}
.ma352-pro_nav_two {
  width: 82.5%;
  height: 100%;
  overflow: hidden;
}
.ma352-p_two_l {
  width: 22.5%;
  padding-top: 0.51rem;
  background: #e8eced;
  height: 100%;
}
.ma352-p_two {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.ma352-p_two_con {
  display: flex;
  align-items: center;
  height: 0.58rem;
  padding: 0 15%;
}
.ma352-p_two_l .ma352-p_two_con.on {
  background: #f9f9f9;
  color: #1c4898;
}
.ma352-p_two_con p {
  width: 100%;
}
.ma352-p_two_r {
  width: 77.5%;
  background: #f9f9f9;
  height: 100%;
}
.ma352-p_two_r_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.ma352-p_two_r_nav {
  width: 24%;
  padding: 0.7rem 0 0 0.25rem;
}
.ma352-p_two_r_nav > h1 {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 0.38rem;
}
.ma352-p_two_r_nav > ul > li.on a {
  color: #275caa;
  text-decoration: underline;
}
.ma352-p_two_r_nav > ul > li > a {
  margin-bottom: 0.3rem;
  display: block;
}
.ma352-p_two_r_con {
  width: 76%;
  height: 100%;
}
.ma352-p_two_r_nr {
  padding: 0.6rem 0 0 0.66rem;
  height: 100%;
}
.ma352-p_two_r_nr > h2 {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.ma352-p_two_r_nr > h2 img {
  width: 9px;
  margin-left: 0.18rem;
}
.ma352-p_two_r_img {
  width: 100%;
  height: 2.8rem;
  margin: 0.36rem 0;
}
.ma352-p_two_r_img img {
  object-fit: contain;
}
.ma352-p_two_r_text {
  display: flex;
  justify-content: space-between;
}
.ma352-p_two_r_text_box {
  width: 33%;
  background: #efefef;
  height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ma352-p_two_r_text_box p {
  color: #565656;
}
.ma352-p_two_r_text_box b {
  font-weight: bold;
}
/* 移动端导航 */
.ma352-c-nav2-box {
  width: 100%;
  height: 100%;
}
#c-header .ma352-c-nav2 {
  position: absolute;
  right: -100%;
  width: 100%;
  top: 60px;
  height: calc(100vh - 60px);
  /* height: -webkit-calc(0vh); */
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .ma352-c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .ma352-c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#c-header .ma352-c-nav2 li .ma352-c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .ma352-c-nav2 li .ma352-c-title-box svg {
  width: 10px;
  height: auto;
}
#c-header .ma352-c-nav2 li .ma352-c-title-box svg path {
  fill: #333;
}
#c-header .ma352-c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#c-header .ma352-c-nav2 li a i {
  font-size: 20px;
}
#c-header .ma352-c-nav2 li ul {
  display: none;
}
.ma352-c-open #c-header .ma352-c-nav2 {
  right: 0;
}
.nav_box2 {
  display: none;
}
/*顶部导航开关*/
#c-header .ma352-c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .ma352-c-switch {
    display: block;
  }
}
#c-header .ma352-c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .ma352-c-switch i:nth-child(1) {
  top: 0;
}
#c-header .ma352-c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .ma352-c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#c-header .ma352-c-switch i {
  background: #fff;
}
#c-header .ma352-c-nav2 li .ma352-c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #c-header .ma352-c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .ma352-c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .ma352-c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ma352-c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
}
.nav_two_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_two_tit > a {
  color: #666 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.nav_two_tit svg {
  width: 8px;
  height: auto;
}
.nav_two_tit svg path {
  fill: #666;
}
.nav_three {
  display: none;
}
.nav_three > a {
  color: #999 !important;
  display: block;
  padding-left: 30px;
  line-height: 36px;
}
@media (max-width: 1600px) {
  .ma352-logo p,
  .nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .nav ul li a {
    font-size: 14px;
  }
  .ma352-search img {
    width: 16px;
  }
  .ma352-search form {
    height: 16px;
  }
  .ma352-language > img {
    width: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .nav_r {
    display: none;
  }
  .nav_box2 {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
  #c-header .ma352-c-switch i {
    background: #fff;
  }
  nav {
    background: #fff;
  }
  /* .ma352-h_banner{margin-top: 60px;height: calc(100vh - 60px);} */
  nav .ma352-xs {
    display: none;
  }
  nav .ma352-yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #c-header .ma352-c-switch i {
    background: #333;
  }
}
@media screen and (max-width: 991px) {
  .nav ul li a {
    font-size: 12px;
  }
  .ma352-search img {
    width: 16px;
  }
  .ma352-search form {
    height: 16px;
  }
  .ma352-language img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ma352-logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  .nav_r {
    display: flex !important;
    margin: 0 0 0 1.5rem;
  }
  .nav {
    display: none !important;
  }
  .nav_rr .nav_sea {
    display: none !important;
  }
  .nav_lan {
    display: flex !important;
  }
  .nav_rr .nav_lan a {
    color: #333 !important;
  }
  .nav_rr .nav_lan i {
    background: #999 !important;
  }
}
.nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.06rem 0 0.88rem;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}
.nav_ra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0.47rem;
}
.nav_ys {
  margin-left: 0.55rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.6s;
}
.nav_ys:hover {
  opacity: 0.8;
}
.nav_login {
  color: #fff;
}
.nav_rr_inp {
  width: 4.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav_rr_inp form {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.4rem;
  position: relative;
}
.nav_rr_inp form button {
  position: absolute;
  right: 0.5rem;
}
.nav_rr_inp form input {
  border: 0px solid #ccc;
  width: 0;
  border-radius: 50px;
  height: 30px;
  padding-left: 0;
  opacity: 0;
}
.nav_rr_inp form.on input {
  border: 1px solid #ccc;
  width: 2.4rem;
  padding-left: 10px;
  opacity: 1;
}
.nav_ss {
  width: 20px;
  height: 20px;
}
.nav_ss img {
  object-fit: contain;
}
.ma352-h_b_box {
  width: 100%;
  height: 100vh;
}
.ma352-home_swi .swiper-slide:last-child .ma352-h_b_box {
  height: auto;
}
@media screen and (max-width: 767px) {
  .ma352-h_b_box {
    height: auto;
  }
  .nav_ljbox {
    padding: 0 5%;
  }
  .ma352-logo img {
    width: 2.6rem;
  }
  .ma352-home_swi > .swiper-wrapper {
    height: auto;
    display: block;
  }
  .ma352-h_banner {
    margin-top: 60px;
  }
}
/* 开始 */
.nav_rr .nav_sea {
  margin-right: 0.27rem;
  display: flex;
  align-items: center;
}
.nav_rr .nav_sea svg {
  width: 16px;
  height: auto;
}
.nav_rr .nav_sea svg path {
  fill: #fff;
}
.nav_rr .nav_lan {
  margin-left: 0.2rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav_rr .nav_lan > svg {
  margin-right: 0.1rem;
}
.nav_rr .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
.nav_rr .nav_lan .nav_lan_box p,
.nav_rr .nav_lan .nav_lan_box a {
  color: #fff;
  margin-right: 0.06rem;
}
.nav_rr .nav_lan .nav_lan_box svg {
  width: 6px;
  height: auto;
}
.nav_rr .nav_lan .nav_lan_box svg path {
  fill: #fff;
}
.nav_rr .nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
.nav_rr .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_rr .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
  white-space: nowrap;
}
.nav_rr .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #0c7dfc;
}
.ma352-pub_a {
  height: 0.5rem;
  padding: 0 0.48rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  transition: all 0.3s;
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .ma352-pub_a {
    height: 0.8rem;
    padding: 0 0.6rem;
  }
}
.ma352-pub_a:hover {
  background: #0c7dfc;
  border: 1px solid #0c7dfc;
}
.ma352-pub_a.pub_a2 {
  background: none;
  border: 1px solid #fff;
}
.ma352-pub_a.pub_a2:hover {
  background: #0c7dfc;
  border: 1px solid #0c7dfc;
}
.ma352-pub_a.pub_a3 {
  background: none;
  border: 1px solid #555;
  color: #555;
}
.ma352-pub_a.pub_a3:hover {
  background: #0974e6;
  border: 1px solid #0974e6;
  color: #fff;
}
.ma352-pub_a p {
  color: #fff;
  transition: all 0.3s;
}
.ma352-pub_a.pub_a4 {
  background: none;
  border: 1px solid #555;
}
.ma352-pub_a.pub_a4:hover {
  background: #0974e6;
  border: 1px solid #0974e6;
}
.ma352-pub_a.pub_a4:hover p {
  color: #fff;
}
.ma352-pub_a.pub_a4 p {
  color: #555;
}
.ma352-h_fir_swi .ma352-swip2_pag {
  bottom: 0.4rem;
  display: flex;
  justify-content: center;
}
.ma352-h_fir_swi .ma352-swip2_pag .swiper-pagination-bullet {
  width: 0.26rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 0.05rem;
  border-radius: 0;
  opacity: 1;
  transition: all 0.4s;
}
.ma352-h_fir_swi .ma352-swip2_pag .swiper-pagination-bullet-active {
  width: 0.5rem;
  background: #ffffff;
}
.ma352-h_fir {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .ma352-h_fir .ma352-h_b_img {
    height: 100vh;
  }
}
.ma352-h_fir .ma352-h_fir_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: ;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
  padding-bottom: 16vh;
}
.ma352-h_fir .ma352-h_fir_box h2 {
  font-size: 0.5rem;
  color: #fff;
  line-height: 1.32;
  margin-bottom: 0.78rem;
  font-weight: bold;
}
.ma352-h_pro {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-h_pro {
    flex-direction: column;
  }
}
.ma352-h_pro .ma352-list {
  width: 50%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .ma352-h_pro .ma352-list.on {
    width: 37%;
    flex-shrink: 0;
  }
  .ma352-h_pro .ma352-list.on .txt {
    background: rgba(0, 0, 0, 0);
    padding: 0 1.4rem 1.04rem;
    align-items: flex-start;
  }
  .ma352-h_pro .ma352-list.on .txt h3 {
    margin-bottom: 0.15rem;
  }
  .ma352-h_pro .ma352-list.on .txt .ma352-g_p {
    margin-bottom: 0.42rem;
    height: auto;
    opacity: 1;
  }
  .ma352-h_pro .ma352-list.on .txt .ma352-pub_a {
    height: 0.5rem;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ma352-h_pro .ma352-list.on .txt {
    padding: 0 0.4rem 1.22rem;
  }
}
.ma352-h_pro .ma352-list .ma352-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .ma352-img {
    height: 10rem;
  }
}
.ma352-h_pro .ma352-list .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 1.22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .txt {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 5%;
    align-items: flex-start;
    justify-content: center;
  }
}
.ma352-h_pro .ma352-list .txt h3 {
  white-space: nowrap;
  font-size: 0.3rem;
  font-weight: bold;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .txt h3 {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
}
.ma352-h_pro .ma352-list .txt .ma352-g_p {
  width: 3.24rem;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .txt .ma352-g_p {
    width: auto;
    height: auto;
    opacity: 1;
    margin-bottom: 1.5rem;
  }
}
.ma352-h_pro .ma352-list .txt .ma352-pub_a {
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .txt .ma352-pub_a {
    height: 0.8rem;
    opacity: 1;
  }
}
.ma352-h_abo {
  width: 100%;
  height: 100%;
  position: relative;
}
.ma352-h_abo .ma352-bjImg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-h_abo .ma352-bjImg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ma352-h_abo .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
  padding-top: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-h_abo .container {
    flex-direction: column;
    position: initial;
    transform: translateX(0%);
    padding: 0.8rem 0;
  }
}
.ma352-h_abo .container .ma352-left {
  width: 36.33%;
}
@media (max-width: 767px) {
  .ma352-h_abo .container .ma352-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.ma352-h_abo .container .ma352-left h2 {
  font-size: 0.46rem;
  line-height: 1.21;
  margin-bottom: 0.28rem;
  font-weight: bold;
}
.ma352-h_abo .container .ma352-left > p {
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .ma352-h_abo .container .ma352-left > p {
    margin-bottom: 0.4rem;
  }
}
.ma352-h_abo .container .ma352-right {
  width: 4rem;
}
@media (max-width: 767px) {
  .ma352-h_abo .container .ma352-right {
    width: 100%;
  }
}
.ma352-h_abo .container .ma352-right .ma352-list {
  width: 100%;
  margin-bottom: 0.28rem;
  border-bottom: 1px solid #b0bed7;
  padding: 0 0.28rem 5px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ma352-h_abo .container .ma352-right .ma352-list .ma352-num .ma352-t_num {
  display: flex;
  align-items: flex-end;
}
.ma352-h_abo .container .ma352-right .ma352-list .ma352-num .ma352-t_num > p {
  font-size: 0.58rem;
  font-weight: bold;
  line-height: 0.8;
}
.ma352-h_abo .container .ma352-right .ma352-list .ma352-num .ma352-t_num .ma352-r_num {
  margin-left: 0.08rem;
}
.ma352-h_abo .container .ma352-right .ma352-list .ma352-g_svg {
  width: 0.52rem;
  height: 0.52rem;
}
@media (max-width: 767px) {
  .ma352-h_abo .container .ma352-right .ma352-list .ma352-g_svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.ma352-h_sus {
  width: 100%;
  height: 100%;
  position: relative;
}
.ma352-h_sus .ma352-bjImg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-h_sus .ma352-bjImg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ma352-h_sus .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
  padding-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-h_sus .container {
    flex-direction: column;
    position: initial;
    transform: translateX(0%);
    padding: 0.8rem 0;
  }
}
.ma352-h_sus .container h2 {
  font-size: 0.46rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.15rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .ma352-h_sus .container h2 {
    margin-bottom: 0.7rem;
  }
}
.ma352-h_sus .container .ma352-box {
  display: flex;
  flex-wrap: wrap;
}
.ma352-h_sus .container .ma352-box .ma352-list {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.ma352-h_sus .container .ma352-box .ma352-list:nth-child(4n-1),
.ma352-h_sus .container .ma352-box .ma352-list:nth-child(4n) {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .ma352-h_sus .container .ma352-box .ma352-list {
    /* width: 100%; */
  }
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo {
  width: 50%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.23);
  padding: 0.3rem 0.3rem 0.25rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo {
    width: 100%;
  }
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo:hover {
  background: rgba(255, 255, 255, 0.78);
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo:hover .ma352-g_h3 {
  border-bottom: 2px solid #e2e0dc;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo:hover .ma352-g_h3 h3 {
  color: #333;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo:hover .ma352-g_h3 .ma352-g_svg .ma352-svg1 {
  display: none;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo:hover .ma352-g_h3 .ma352-g_svg .ma352-svg2 {
  display: block;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo:hover .ma352-g_p p {
  opacity: 1;
  top: 0;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo:hover .ma352-b_svg .ma352-svg1 {
  opacity: 1;
  top: 0;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo:hover .ma352-b_svg .ma352-svg2 {
  opacity: 0;
  top: 0.3rem;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 {
  padding-bottom: 0.11rem;
  border-bottom: 2px solid transparent;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 h3 {
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  line-height: 1.8;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 .ma352-g_svg .ma352-svg1 {
  width: 0.2rem;
  height: auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 .ma352-g_svg .ma352-svg1 {
    width: 0.3rem;
  }
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 .ma352-g_svg .ma352-svg1 svg {
  width: 100%;
  height: auto;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 .ma352-g_svg .ma352-svg1 svg path {
  fill: #fff;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 .ma352-g_svg .ma352-svg2 {
  width: 0.4rem;
  height: 0.4rem;
  transition: all 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 .ma352-g_svg .ma352-svg2 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 .ma352-g_svg .ma352-svg2 svg {
  width: 100%;
  height: auto;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_h3 .ma352-g_svg .ma352-svg2 svg path {
  fill: #707070;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-g_p p {
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.3rem;
  height: 3em;
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  top: 0.3rem;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg .ma352-svg1 {
  opacity: 0;
  width: 0.2rem;
  height: auto;
  transition: all 0.3s;
  position: relative;
  top: 0.15rem;
}
@media (max-width: 767px) {
  .ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg .ma352-svg1 {
    width: 0.3rem;
  }
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg .ma352-svg1 svg {
  width: 100%;
  height: auto;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg .ma352-svg1 svg path {
  fill: #5c5c5c;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg .ma352-svg2 {
  width: 0.4rem;
  height: 0.4rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg .ma352-svg2 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg .ma352-svg2 svg {
  width: 100%;
  height: auto;
}
.ma352-h_sus .container .ma352-box .ma352-list .ma352-g_bo .ma352-b_svg .ma352-svg2 svg path {
  fill: #fff;
}
.ma352-textC {
  text-align: center;
}
.ma352-h_occ {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .ma352-h_occ {
    margin-top: -1px;
  }
}
.ma352-h_occ .ma352-pub_a {
  margin: 0 0.1rem;
}
.ma352-h_occ .ma352-bjImg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-h_occ .ma352-bjImg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ma352-h_occ .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.85rem;
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-h_occ .container {
    flex-direction: column;
    position: initial;
    transform: translateX(0%);
    padding: 0.8rem 0;
  }
}
.ma352-h_occ .container .ma352-g_h2 {
  text-align: center;
  margin-bottom: 0.42rem;
}
@media (max-width: 767px) {
  .ma352-h_occ .container .ma352-g_h2 {
    margin-bottom: 0.8rem;
  }
}
.ma352-h_occ .container .ma352-g_h2 h2 {
  font-size: 0.46rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.ma352-h_occ .container .ma352-box {
  display: flex;
  justify-content: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .ma352-h_occ .container .ma352-box {
    flex-direction: column;
    align-items: center;
  }
}
.ma352-h_occ .container .ma352-box .ma352-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 -0.19rem;
  width: 4.12rem;
  height: 4.12rem;
}
@media (max-width: 767px) {
  .ma352-h_occ .container .ma352-box .ma352-list {
    margin-bottom: 0.4rem;
  }
}
.ma352-h_occ .container .ma352-box .ma352-list:nth-child(2) img {
  transform: rotate(80deg);
}
.ma352-h_occ .container .ma352-box .ma352-list:nth-child(3) img {
  transform: rotate(250deg);
}
.ma352-h_occ .container .ma352-box .ma352-list img {
  position: absolute;
  top: 0;
}
.ma352-h_occ .container .ma352-box .ma352-list span {
  font-size: 0.3rem;
  text-transform: uppercase;
  margin-bottom: 0.16rem;
}
.ma352-h_news {
  width: 100%;
  height: 100%;
  position: relative;
}
.ma352-h_news .ma352-bjImg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-h_news .ma352-bjImg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ma352-h_news .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-h_news .container {
    flex-direction: column;
    position: initial;
    transform: translateX(0%);
    padding: 0.8rem 0;
  }
}
.ma352-h_news .container .ma352-h_news_box {
  width: 100%;
}
.ma352-h_news .container .ma352-h_news_box .ma352-qie.qie3 .ma352-pub_prev {
  left: -1rem;
  right: auto;
}
.ma352-h_news .container .ma352-h_news_box .ma352-qie.qie3 .ma352-pub_next {
  right: -1rem;
}
.ma352-h_news .container .ma352-h_news_box .ma352-tit {
  margin-bottom: 0.78rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ma352-h_news .container .ma352-h_news_box .ma352-tit h2 {
  font-size: 0.46rem;
  font-weight: bold;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper {
  margin-bottom: 0.86rem;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 4rem;
  border-radius: 3px;
  background: #fff;
  padding: 0.5rem 0.4rem 0.58rem;
  transition: all 0.3s;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box:hover {
  background: #3066d0;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box:hover h3,
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box:hover span {
  color: #fff !important;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box:hover path {
  fill: #fff !important;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box h3 {
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-t_svg {
  margin-bottom: 0.09rem;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-t_svg svg {
  width: auto;
  height: 0.3rem;
}
@media (max-width: 767px) {
  .ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-t_svg svg {
    height: 0.45rem;
  }
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-t_svg svg path {
  fill: #444;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-date span {
  color: #787777;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-date svg {
  width: 0.18rem;
  height: auto;
}
@media (max-width: 767px) {
  .ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-date svg {
    width: 0.27rem;
  }
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .swiper-wrapper .ma352-box .ma352-bbo .ma352-date svg path {
  fill: #7c7c7c;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .ma352-h_news_pag {
  position: initial;
  overflow: initial;
  background: #625f5c;
  height: 3px;
}
.ma352-h_news .container .ma352-h_news_box .ma352-h_news_swi .ma352-h_news_pag .swiper-pagination-progressbar-fill {
  background: #3066d0;
  height: 5px;
  bottom: 0;
  top: auto;
}
footer {
  background: #1d1d1d;
}
footer .ma352-top {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 1.94rem;
}
@media (max-width: 991px) {
  footer .ma352-top {
    flex-direction: column;
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  footer .ma352-top {
    padding: 0.8rem 0 0;
  }
}
@media (max-width: 991px) {
  footer .ma352-top .ma352-left {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  footer .ma352-top .ma352-left {
    margin-bottom: 0;
  }
}
footer .ma352-top .ma352-left .ma352-l_logo > a {
  width: 2.35rem;
  height: auto;
  display: block;
  margin-bottom: 0.42rem;
}
@media (max-width: 767px) {
  footer .ma352-top .ma352-left .ma352-l_logo > a {
    width: 3rem;
  }
}
footer .ma352-top .ma352-left .ma352-l_logo > a img {
  object-fit: contain;
}
footer .ma352-top .ma352-left .ma352-l_logo .ma352-num {
  margin-bottom: 0.55rem;
}
footer .ma352-top .ma352-left .ma352-l_logo .ma352-num p {
  color: #fff;
  margin-bottom: 0.1rem;
}
footer .ma352-top .ma352-left .ma352-l_logo .ma352-num span {
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .ma352-top .ma352-right {
    display: none;
  }
}
footer .ma352-top .ma352-right ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .ma352-top .ma352-right ul {
    justify-content: flex-start;
  }
}
footer .ma352-top .ma352-right ul li {
  margin-left: 1rem;
}
@media (max-width: 1260px) {
  footer .ma352-top .ma352-right ul li {
    margin-left: 0.6rem;
  }
}
footer .ma352-top .ma352-right ul li > a {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.35rem;
  display: block;
}
footer .ma352-top .ma352-right ul li .ma352-lia {
  display: flex;
  flex-direction: column;
}
footer .ma352-top .ma352-right ul li .ma352-lia a {
  color: #fff;
  opacity: 0.46;
  margin-bottom: 0.2rem;
}
footer .ma352-top .ma352-right ul li .ma352-lia a:hover {
  opacity: 1;
}
footer .ma352-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.48rem 0 0.66rem;
}
@media (max-width: 767px) {
  footer .ma352-bottom {
    padding: 0.4rem 0;
  }
}
footer .ma352-bottom .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .ma352-bottom .container {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  footer .ma352-bottom .container .ma352-left {
    margin-bottom: 0.2rem;
  }
}
footer .ma352-bottom .container .ma352-left p {
  color: #626262;
}
footer .ma352-bottom .container .ma352-left p a {
  margin-left: 0.14rem;
  color: #626262;
}
footer .ma352-bottom .container .ma352-left p a:hover {
  color: #fff;
}
footer .ma352-bottom .container .ma352-right a {
  color: #626262;
  margin-left: 0.28rem;
}
@media (max-width: 991px) {
  footer .ma352-bottom .container .ma352-right a {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  footer .ma352-bottom .container .ma352-right a {
    margin: 0 0.2rem 0 0;
  }
}
footer .ma352-bottom .container .ma352-right a:hover {
  color: #fff;
}
.ma352-b_ewm {
  display: flex;
}
.ma352-b_ewm .ma352-foot_t_r_box {
  position: relative;
}
.ma352-b_ewm .ma352-foot_t_r_box.on .ma352-foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
@media (max-width: 767px) {
  .ma352-b_ewm .ma352-foot_t_r_box.on .ma352-foot_t_r_ewm {
    transform: translateX(0%) scale(1);
  }
}
.ma352-b_ewm .ma352-foot_t_r_box.on .ma352-foot_t_r_con svg path {
  fill: #fff;
}
.ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_ewm {
  position: absolute;
  top: 200%;
  left: 50%;
  background: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 1;
  transform: translateX(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 160px;
  height: 160px;
  padding: 5px;
}
@media (max-width: 767px) {
  .ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_ewm {
    transform: translateX(0%) scale(0);
    right: 0;
    left: auto;
  }
}
.ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_ewm img {
  object-fit: contain;
}
.ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_ewm svg {
    display: none;
  }
}
.ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_ewm svg path {
  fill: #fff;
}
.ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_con {
  width: 22px;
  height: 22px;
  margin: 0 0.18rem;
  display: block;
}
.ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_con svg {
  width: 100%;
  height: 100%;
}
.ma352-b_ewm .ma352-foot_t_r_box .ma352-foot_t_r_con svg path {
  fill: #8e8e8e;
}
.ma352-pop {
  position: fixed;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}
.ma352-pop.pop2 {
  display: none;
}
.ma352-pop.pop2 .ma352-pop_a {
  background: #f7f7f7;
}
.ma352-pop.pop2 .ma352-pop_a.pop_a2 {
  display: none;
}
.ma352-pop.pop2 .ma352-pop_a .ma352-pop_a_box .ma352-pop_a_img svg path {
  fill: #7f7f7f;
}
.ma352-pop .ma352-pop_a {
  display: block;
  cursor: pointer;
  width: 0.88rem;
  height: 0.88rem;
  margin-bottom: 2px;
  border-radius: 4px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 1580px) {
  .ma352-pop .ma352-pop_a {
    width: 1rem;
    height: 1rem;
  }
}
.ma352-pop .ma352-pop_a.pop_a2 {
  position: absolute;
  bottom: calc(-0.88rem - 2px);
  left: 0;
  display: block;
}
@media (max-width: 1580px) {
  .ma352-pop .ma352-pop_a.pop_a2 {
    bottom: calc(-1rem - 2px);
  }
}
.ma352-pop .ma352-pop_a.pop_a2 .ma352-pop_a_box .ma352-pop_a_img svg {
  height: 30px;
}
@media (max-width: 1580px) {
  .ma352-pop .ma352-pop_a.pop_a2 .ma352-pop_a_box .ma352-pop_a_img svg {
    height: 22px;
  }
}
@media (max-width: 767px) {
  .ma352-pop .ma352-pop_a.pop_a2 .ma352-pop_a_box .ma352-pop_a_img svg {
    height: 18px;
  }
}
.ma352-pop .ma352-pop_a.on {
  background: #1072e0;
}
.ma352-pop .ma352-pop_a.on .ma352-pop_a_box .ma352-pop_a_img svg path {
  fill: #fff;
}
.ma352-pop .ma352-pop_a .ma352-pop_a_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ma352-pop .ma352-pop_a .ma352-pop_a_box .ma352-pop_a_img {
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ma352-pop .ma352-pop_a .ma352-pop_a_box .ma352-pop_a_img svg {
  width: 100%;
  height: auto;
}
.ma352-pop .ma352-pop_a .ma352-pop_a_box .ma352-pop_a_img svg path {
  transition: all 0.3s;
  fill: #fff;
}
.ma352-pop .ma352-pop_a .ma352-pop_a_box .ma352-pop_text {
  overflow: hidden;
  display: none;
}
.ma352-pop .ma352-pop_a .ma352-pop_a_box .ma352-pop_text p {
  color: #fff;
}
@media screen and (max-width: 1580px) {
  .ma352-pop .ma352-pop_a .ma352-pop_a_box .ma352-pop_text p {
    font-size: 12px;
  }
}
.ma352-sub_banner {
  height: 7.18rem;
  position: relative;
  width: 100%;
}
@media (max-width: 1260px) {
  .ma352-sub_banner {
    margin-top: 60px;
  }
}
.ma352-sub_banner .ma352-mob_pc {
  width: 100%;
  height: 100%;
}
.ma352-sub_banner .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1260px) {
  .ma352-sub_banner .txt {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ma352-sub_banner .txt {
    padding: 0 0.1rem;
  }
}
.ma352-sub_banner .txt h2 {
  display: none;
  font-size: 0.42rem;
  margin-bottom: 0.15rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ma352-sub_banner .txt h2 {
    font-size: 0.5rem;
  }
}
.ma352-sub_banner .txt > p {
  text-align: center;
  font-size: 0.44rem;
}
@media (max-width: 767px) {
  .ma352-sub_banner .txt > p {
    font-size: 0.44rem;
  }
}
.ma352-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ma352-crumbs {
    overflow: auto;
    flex-wrap: initial;
  }
}
@media (max-width: 767px) {
  .ma352-crumbs p {
    flex-shrink: 0;
  }
}
.ma352-crumbs p > a {
  margin-right: 0.06rem;
  color: #666;
}
@media (max-width: 767px) {
  .ma352-crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.ma352-crumbs p:last-child svg {
  display: none;
}
.ma352-crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.12rem;
}
.ma352-crumbs p svg path {
  fill: #666;
}
.ma352-sub_nav {
  border-bottom: 1px solid #ddd;
  height: 0.68rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
@media (max-width: 991px) {
  .ma352-sub_nav {
    height: auto;
    padding: 0.2rem 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ma352-sub_nav {
    position: initial;
  }
}
.ma352-sub_nav .container2 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .ma352-sub_nav .container2 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .ma352-sub_nav .container2 .ma352-crumbs {
    margin-bottom: 0.15rem;
  }
}
.ma352-sub_nav .container2 .ma352-sub_nav_box {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .ma352-sub_nav .container2 .ma352-sub_nav_box {
    overflow: auto;
  }
}
.ma352-sub_nav .container2 .ma352-sub_nav_box a {
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .ma352-sub_nav .container2 .ma352-sub_nav_box a {
    flex-shrink: 0;
    margin-right: 0.4rem;
  }
}
.ma352-sub_nav .container2 .ma352-sub_nav_box a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #3066d0;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .ma352-sub_nav .container2 .ma352-sub_nav_box a:after {
    bottom: 0;
    height: 1px;
  }
}
.ma352-sub_nav .container2 .ma352-sub_nav_box a.on,
.ma352-sub_nav .container2 .ma352-sub_nav_box a:hover {
  font-weight: bold;
  color: #3066d0;
}
.ma352-sub_nav .container2 .ma352-sub_nav_box a.on:after,
.ma352-sub_nav .container2 .ma352-sub_nav_box a:hover:after {
  width: calc(100% + 0.4rem);
}
@media (max-width: 991px) {
  .ma352-sub_nav .container2 .ma352-sub_nav_box a.on:after,
  .ma352-sub_nav .container2 .ma352-sub_nav_box a:hover:after {
    width: 100%;
  }
}
.ma352-pub_h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ma352-pub_h2 h2 {
  font-size: 0.46rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.ma352-pub_h2 p {
  text-align: center;
  line-height: 2;
  color: #444;
  max-width: 9.25rem;
}
@media (max-width: 1580px) {
  .ma352-pub_h2 p {
    max-width: 57% !important;
  }
}
@media (max-width: 991px) {
  .ma352-pub_h2 p {
    max-width: 100% !important;
    line-height: 1.5;
    padding: 0 5%;
  }
}
.ma352-cul_wh {
  padding: 0.8rem 0 1.3rem;
}
@media (max-width: 767px) {
  .ma352-cul_wh {
    padding: 0.7rem 0;
  }
}
@media (max-width: 991px) {
  .ma352-cul_wh .container2 .ma352-pub_h2 p {
    max-width: 100% !important;
  }
}
.ma352-cul_wh .container2 .ma352-box {
  margin-top: 0.94rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ma352-cul_wh .container2 .ma352-box {
    flex-direction: column;
  }
}
.ma352-cul_wh .container2 .ma352-box .ma352-list {
  width: 30.92%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .ma352-cul_wh .container2 .ma352-box .ma352-list {
    width: 100%;
    margin: 0 auto 0.4rem;
  }
}
.ma352-cul_wh .container2 .ma352-box .ma352-list:hover .txt {
  transform: scale(1.05);
}
.ma352-cul_wh .container2 .ma352-box .ma352-list .ma352-img {
  position: relative;
}
.ma352-cul_wh .container2 .ma352-box .ma352-list .ma352-img:before {
  padding-top: 114.31%;
}
.ma352-cul_wh .container2 .ma352-box .ma352-list .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.55rem 0.6rem;
  z-index: 1;
  color: #fff;
  transition: all 0.3s;
  padding-bottom: 45%;
  background: rgba(0, 41, 105, 0.5);
}
@media (max-width: 1580px) {
  .ma352-cul_wh .container2 .ma352-box .ma352-list .txt {
    padding-bottom: 50%;
  }
}
@media (max-width: 1260px) {
  .ma352-cul_wh .container2 .ma352-box .ma352-list .txt {
    padding-bottom: 45%;
    padding: 0 0.25rem 0.6rem;
  }
}
@media (max-width: 991px) {
  .ma352-cul_wh .container2 .ma352-box .ma352-list .txt {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .ma352-cul_wh .container2 .ma352-box .ma352-list .txt {
    padding: 0 0.3rem !important;
    justify-content: center;
    background: rgba(0, 41, 105, 0.5);
  }
}
.ma352-cul_wh .container2 .ma352-box .ma352-list .txt span {
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.ma352-cul_wh .container2 .ma352-box .ma352-list .txt p {
  font-weight: bold;
  text-align: center;
}
.ma352-cul_b .ma352-h_occ {
  height: 100vh;
}
@media (max-width: 1580px) {
  .ma352-cul_b .ma352-h_occ {
    height: 9.3rem;
  }
}
@media (max-width: 767px) {
  .ma352-cul_b .ma352-h_occ {
    height: auto;
  }
}
.ma352-sub_t {
  background: #f7f7f7;
}
.ma352-sub_t.sub_t2 {
  background: #fff;
}
.ma352-sub_t.sub_t2 .container2 {
  padding: 0 1rem;
}
@media (max-width: 1260px) {
  .ma352-sub_t.sub_t2 .container2 {
    padding: 0;
  }
}
.ma352-sub_t.sub_t3 .container2 {
  padding: 0 1rem;
}
@media (max-width: 1260px) {
  .ma352-sub_t.sub_t3 .container2 {
    padding: 0;
  }
}
.ma352-sub_t .container2 .ma352-crumbs {
  padding: 0.3rem 0;
}
.ma352-sub_t .container2 .ma352-newsLits_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 2.46rem 0.78rem 0;
}
@media (max-width: 767px) {
  .ma352-sub_t .container2 .ma352-newsLits_search {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 1260px) {
  .ma352-sub_t .container2 .ma352-newsLits_search {
    padding: 0.45rem 0 0.78rem;
  }
}
.ma352-sub_t .container2 .ma352-newsLits_search h2 {
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .ma352-sub_t .container2 .ma352-newsLits_search h2 {
    margin-bottom: 0.3rem;
  }
}
.ma352-sub_t .container2 .ma352-newsLits_search form {
  padding: 0 0.3rem;
  border: 1px solid #aeaeae;
  border-radius: 52px;
  width: 6rem;
  height: 0.52rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-sub_t .container2 .ma352-newsLits_search form {
    height: 0.8rem;
    width: 100%;
  }
}
.ma352-sub_t .container2 .ma352-newsLits_search form input {
  width: 100%;
}
.ma352-sub_t .container2 .ma352-newsLits_search form input::-webkit-input-placeholder {
  color: #666;
}
.ma352-sub_t .container2 .ma352-newsLits_search form button {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  flex-shrink: 0;
  cursor: pointer;
  width: 0.16rem;
  height: 0.16rem;
}
@media (max-width: 767px) {
  .ma352-sub_t .container2 .ma352-newsLits_search form button {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.ma352-sub_t .container2 .ma352-newsLits_search form button svg {
  width: 100%;
  height: 100%;
}
.ma352-sub_t .container2 .ma352-newsLits_search form button svg path {
  fill: #353535;
}
.ma352-newsList {
  padding: 0.78rem 0 1.53rem;
}
.ma352-newsList .container2 .ma352-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.ma352-newsList .container2 .ma352-box .ma352-list {
  width: calc((100% - 0.4rem)/3);
  margin: 0 0.2rem 0.2rem 0;
  background: #f7f7f7;
  padding: 12px;
}
@media (max-width: 767px) {
  .ma352-newsList .container2 .ma352-box .ma352-list {
    width: 100%;
    margin: 0 0 0.3rem !important;
    padding: 8px;
  }
}
.ma352-newsList .container2 .ma352-box .ma352-list:nth-child(3n) {
  margin-right: 0;
}
.ma352-newsList .container2 .ma352-box .ma352-list:hover .txt span {
  color: #222;
}
.ma352-newsList .container2 .ma352-box .ma352-list:hover .txt h3 {
  color: #222;
  font-weight: bold;
}
.ma352-newsList .container2 .ma352-box .ma352-list:hover .txt .ma352-txt_a p {
  background: #1072e0;
  border: none;
  color: #fff;
}
.ma352-newsList .container2 .ma352-box .ma352-list:hover .ma352-img_hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.ma352-newsList .container2 .ma352-box .ma352-list .ma352-img:before {
  padding-top: 42.59%;
}
.ma352-newsList .container2 .ma352-box .ma352-list .txt {
  padding: 0.36rem 0.75rem 0.34rem 0.2rem;
}
@media (max-width: 991px) {
  .ma352-newsList .container2 .ma352-box .ma352-list .txt {
    padding: 0.36rem 0.2rem 0.34rem;
  }
}
.ma352-newsList .container2 .ma352-box .ma352-list .txt span {
  color: #666;
  transition: all 0.3s;
}
.ma352-newsList .container2 .ma352-box .ma352-list .txt h3 {
  margin: 12px 0 0.34rem;
  line-height: 1.36;
  height: 2.72em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
.ma352-newsList .container2 .ma352-box .ma352-list .txt .ma352-txt_a p {
  border: 1px solid #c9c9c9;
  border-radius: 38px;
  height: 0.38rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.28rem;
  color: #666;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-newsList .container2 .ma352-box .ma352-list .txt .ma352-txt_a p {
    height: 0.6rem;
    padding: 0 0.4rem;
  }
}
.ma352-page_jt {
  display: none;
}
.ma352-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ma352-page.page2 a,
.ma352-page.page2 .active {
  background: #fff;
}
.ma352-page a,
.ma352-page .active {
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2.5px;
  background: #f7f7f7;
}
.ma352-page .active {
  background: #1072e0 !important;
  color: #fff !important;
}
.ma352-page .ma352-prev:hover svg path {
  fill: #3d3330;
}
.ma352-page .ma352-prev svg {
  width: 13.5%;
  height: auto;
  display: inline-block;
  transform: rotate(180deg);
}
.ma352-page .ma352-prev svg path {
  fill: #3f3f3f;
}
.ma352-page .ma352-next:hover svg path {
  fill: #3d3330;
}
.ma352-page .ma352-next svg {
  width: 13.5%;
  height: auto;
  display: inline-block;
}
.ma352-page .ma352-next svg path {
  fill: #3f3f3f;
}
.ma352-newsInfo {
  padding: 0.1rem 0 2.05rem;
}
.ma352-newsInfo.newsInfo2 {
  background: #f7f7f7;
  padding: 0.1rem 0 1.1rem;
}
.ma352-newsInfo .container2 {
  padding: 0 1rem;
}
@media (max-width: 1260px) {
  .ma352-newsInfo .container2 {
    padding: 0;
  }
}
.ma352-newsInfo .container2 .ma352-tit h1 {
  font-size: 0.4rem;
  font-weight: bold;
}
.ma352-newsInfo .container2 .ma352-tit .ma352-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding: 0.16rem 0 0.2rem;
}
@media (max-width: 767px) {
  .ma352-newsInfo .container2 .ma352-tit .ma352-box {
    flex-direction: column;
  }
}
.ma352-newsInfo .container2 .ma352-tit .ma352-box .ma352-left {
  color: #777;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-newsInfo .container2 .ma352-tit .ma352-box .ma352-left {
    margin-bottom: 0.1rem;
  }
}
.ma352-newsInfo .container2 .ma352-tit .ma352-box .ma352-left p {
  margin-right: 0.4rem;
}
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox {
  padding: 0.35rem 0 0.6rem;
}
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox ul,
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox ol {
  padding-left: 20px;
}
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox ul li,
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox ol li {
  list-style: auto;
}
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox h1,
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox h2,
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox h3,
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox h4,
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox h5,
.ma352-newsInfo .container2 .ma352-tit .ma352-txtBox h6 {
  font-weight: bold;
}
.ma352-pag {
  display: flex;
  justify-content: space-between;
  padding-top: 0.46rem;
  border-top: 2px solid #e1e1e1;
}
.ma352-pag .ma352-fh {
  display: flex;
  align-items: center;
}
.ma352-pag .ma352-fh:hover p {
  color: #1072e0;
}
.ma352-pag .ma352-fh p {
  color: #222;
}
.ma352-pag .ma352-fh svg {
  width: 14px;
  height: 14px;
  margin-left: 0.15rem;
}
.ma352-pag .ma352-fh svg path {
  fill: #1072e0;
}
.ma352-pag .ma352-pag_l,
.ma352-pag .ma352-pag_r {
  display: flex;
  align-items: center;
  width: 40%;
}
@media (max-width: 767px) {
  .ma352-pag .ma352-pag_l,
  .ma352-pag .ma352-pag_r {
    width: 30%;
  }
}
.ma352-pag .ma352-pag_l:hover span,
.ma352-pag .ma352-pag_r:hover span {
  color: #1072e0;
}
.ma352-pag .ma352-pag_l:hover p,
.ma352-pag .ma352-pag_r:hover p {
  color: #1072e0;
}
.ma352-pag .ma352-pag_l span,
.ma352-pag .ma352-pag_r span {
  flex-shrink: 0;
  color: #666;
}
.ma352-pag .ma352-pag_l p,
.ma352-pag .ma352-pag_r p {
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ma352-pag .ma352-pag_r {
  justify-content: flex-end;
}
.ma352-ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ma352-ins_det_fxr_box * {
  transition: all 0.6s;
}
.ma352-ins_det_fxr_box > p {
  margin-right: 0.25rem;
}
.ma352-ins_det_fxr_box .ma352-bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ma352-ins_det_fxr_box .ma352-bshare-custom a {
  width: 32px;
  height: 32px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  margin: 0 0.07rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ma352-ins_det_fxr_box .ma352-bshare-custom a {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.ma352-ins_det_fxr_box .ma352-bshare-custom a:hover {
  background: #1072e0;
}
.ma352-ins_det_fxr_box .ma352-bshare-custom a:hover svg path {
  fill: #fff;
  opacity: 1;
}
.ma352-ins_det_fxr_box .ma352-bshare-custom a svg {
  width: 55%;
  height: auto;
  pointer-events: none;
}
.ma352-ins_det_fxr_box .ma352-bshare-custom a svg path {
  fill: #666;
  opacity: 1;
}
.ma352-bsBox {
  box-sizing: initial;
}
.ma352-sub_nav3 {
  background: #fbfbfb;
}
.ma352-cont_t {
  padding: 0.66rem 0 0.84rem;
  background: #fbfbfb;
}
.ma352-cont_t .ma352-cont_t_nh2 h2 {
  font-size: 0.5rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.ma352-cont_t .container2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ma352-cont_t .container2 {
    flex-direction: column;
  }
}
.ma352-cont_t .container2 .ma352-left {
  width: 29.57%;
  padding: 0.32rem 0.68rem 0 0.44rem;
}
@media (max-width: 1260px) {
  .ma352-cont_t .container2 .ma352-left {
    padding: 0.32rem 0.3rem 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .ma352-cont_t .container2 .ma352-left {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.8rem 0.4rem;
  }
}
.ma352-cont_t .container2 .ma352-left h2 {
  font-size: 0.46rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.ma352-cont_t .container2 .ma352-left .ma352-add .ma352-add_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.ma352-cont_t .container2 .ma352-left .ma352-add .ma352-add_box svg {
  margin: 0.03rem 0.18rem 0 0;
  flex-shrink: 0;
  width: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .ma352-cont_t .container2 .ma352-left .ma352-add .ma352-add_box svg {
    width: 14px;
    margin: 0.06rem 0.18rem 0 0;
  }
}
.ma352-cont_t .container2 .ma352-left .ma352-add .ma352-add_box svg path {
  fill: #3066d0;
}
.ma352-cont_t .container2 .ma352-right {
  width: 68.57%;
}
@media (max-width: 991px) {
  .ma352-cont_t .container2 .ma352-right {
    width: 100%;
  }
}
#map {
  width: 100%;
  height: 5.15rem;
}
@media (max-width: 767px) {
  #map {
    height: 7rem;
  }
}
.ma352-BMap_Marker img {
  width: auto;
  height: auto;
}
#map img {
  max-width: initial;
}
.ma352-sub_tit {
  border-bottom: 1px solid #ddd;
  padding-top: 0.48rem;
}
.ma352-sub_tit .container2 {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ma352-sub_tit .container2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ma352-sub_tit .container2 h2 {
  font-size: 0.46rem;
  font-weight: bold;
  margin: 0 1.6rem 0.15rem 0;
}
.ma352-sub_tit .container2 .ma352-g_nav {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-sub_tit .container2 .ma352-g_nav {
    overflow: auto;
  }
}
.ma352-sub_tit .container2 .ma352-g_nav a {
  display: flex;
  align-items: center;
  margin-right: 0.95rem;
  padding-bottom: 0.2rem;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .ma352-sub_tit .container2 .ma352-g_nav a {
    flex-shrink: 0;
    margin-right: 0.4rem;
    font-size: 0.28rem;
  }
}
.ma352-sub_tit .container2 .ma352-g_nav a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #3066d0;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .ma352-sub_tit .container2 .ma352-g_nav a:after {
    bottom: 0;
    height: 1;
  }
}
.ma352-sub_tit .container2 .ma352-g_nav a.on {
  font-weight: bold;
  color: #3066d0;
}
.ma352-sub_tit .container2 .ma352-g_nav a.on:after {
  width: calc(100% + 0.4rem);
}
@media (max-width: 767px) {
  .ma352-sub_tit .container2 .ma352-g_nav a.on:after {
    width: 100%;
  }
}
.ma352-sub_tit2 {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ma352-sub_tit2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ma352-sub_tit2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0 1rem 0.15rem 0;
}
@media (max-width: 767px) {
  .ma352-sub_tit2 h2 {
    font-size: 0.4rem;
  }
}
.ma352-sub_tit2 .ma352-g_nav {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-sub_tit2 .ma352-g_nav {
    overflow: auto;
  }
}
.ma352-sub_tit2 .ma352-g_nav a {
  display: flex;
  align-items: center;
  margin-right: 0.95rem;
  padding-bottom: 0.2rem;
  height: 100%;
  position: relative;
  color: #666;
}
@media (max-width: 991px) {
  .ma352-sub_tit2 .ma352-g_nav a {
    margin-right: 0.55rem;
  }
}
@media (max-width: 767px) {
  .ma352-sub_tit2 .ma352-g_nav a {
    flex-shrink: 0;
    margin-right: 0.4rem;
    font-size: 0.28rem;
  }
}
.ma352-sub_tit2 .ma352-g_nav a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #3066d0;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .ma352-sub_tit2 .ma352-g_nav a:after {
    bottom: 0;
    height: 1;
  }
}
.ma352-sub_tit2 .ma352-g_nav a.on {
  font-weight: bold;
  color: #3066d0;
}
.ma352-sub_tit2 .ma352-g_nav a.on:after {
  width: calc(100% + 0.4rem);
}
@media (max-width: 767px) {
  .ma352-sub_tit2 .ma352-g_nav a.on:after {
    width: 100%;
  }
}
.ma352-cont_zz .ma352-box {
  padding: 0.52rem 0 0.5rem;
}
.ma352-cont_zz .ma352-box .ma352-box_fl {
  display: flex;
  flex-wrap: wrap;
}
.ma352-cont_zz .ma352-box .ma352-box_fl .ma352-list {
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
  padding: 0.46rem 0.64rem 0.36rem 0.44rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .ma352-cont_zz .ma352-box .ma352-box_fl .ma352-list {
    width: 100%;
  }
}
.ma352-cont_zz .ma352-box .ma352-box_fl .ma352-list:nth-child(3n) {
  margin-right: 0;
}
.ma352-cont_zz .ma352-box .ma352-box_fl .ma352-list h3 {
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.ma352-cont_zz .ma352-box .ma352-box_fl .ma352-list p {
  color: #444;
}
.ma352-cont_ly {
  background: #fafafa;
  padding: 0.6rem 0 1.93rem;
}
@media (max-width: 767px) {
  .ma352-cont_ly {
    padding: 0.6rem 0 1.2rem;
  }
}
.ma352-cont_ly .container2 h2 {
  font-size: 0.46rem;
  font-weight: bold;
  margin-bottom: 0.42rem;
}
.ma352-cont_ly .container2 form .ma352-inp {
  display: flex;
  flex-wrap: wrap;
}
.ma352-cont_ly .container2 form .ma352-inp.inp_tex .ma352-inp_box {
  width: 100%;
  margin-right: 0;
}
.ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box {
  width: calc((100% - 0.88rem)/3);
  margin: 0 0.44rem 0.28rem 0;
}
@media (max-width: 767px) {
  .ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box {
    width: 100%;
    margin-right: 0;
  }
}
.ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box:nth-child(3n) {
  margin-right: 0;
}
.ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box p {
  color: #666;
  margin-bottom: 0.1rem;
}
.ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box p span {
  color: #ff0000;
}
.ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box input {
  border: 1px solid #dadada;
  width: 100%;
  height: 0.46rem;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box input {
    height: 0.8rem;
  }
}
.ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box textarea {
  width: 100%;
  border: 1px solid #dadada;
  height: 1.95rem;
  padding: 0.1rem 0 0 0.2rem;
}
@media (max-width: 767px) {
  .ma352-cont_ly .container2 form .ma352-inp .ma352-inp_box textarea {
    height: 2.5rem;
  }
}
.ma352-cont_ly .container2 form .ma352-yz_but {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ma352-cont_ly .container2 form .ma352-yz_but {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .ma352-cont_ly .container2 form .ma352-yz_but .ma352-left {
    margin-bottom: 0.4rem;
  }
}
.ma352-cont_ly .container2 form .ma352-yz_but .ma352-left p {
  color: #666;
  margin-bottom: 0.1rem;
}
.ma352-cont_ly .container2 form .ma352-yz_but .ma352-left p span {
  color: #ff0000;
}
.ma352-cont_ly .container2 form .ma352-yz_but .ma352-left .ma352-inp_yz {
  display: flex;
  align-items: center;
}
.ma352-cont_ly .container2 form .ma352-yz_but .ma352-left .ma352-inp_yz input {
  width: 2.28rem;
  border: 1px solid #dadada;
  height: 0.46rem;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .ma352-cont_ly .container2 form .ma352-yz_but .ma352-left .ma352-inp_yz input {
    height: 0.8rem;
    width: 3.4rem;
  }
}
.ma352-cont_ly .container2 form .ma352-yz_but .ma352-left .ma352-inp_yz img {
  height: 0.44rem;
  margin-left: 0.09rem;
}
@media (max-width: 767px) {
  .ma352-cont_ly .container2 form .ma352-yz_but .ma352-left .ma352-inp_yz img {
    height: 0.76rem;
  }
}
.ma352-cont_ly .container2 form .ma352-yz_but .ma352-right button {
  color: #666;
  border-color: #dadada;
}
.ma352-cont_ly .container2 form .ma352-yz_but .ma352-right button:hover {
  color: #fff;
  border-color: #0c7dfc;
}
.ma352-bri_num {
  overflow: hidden;
  width: 100%;
  padding: 1.2rem 0 1.44rem;
}
@media (max-width: 767px) {
  .ma352-bri_num {
    padding: 0.5rem 0 0.8rem;
  }
}
.ma352-bri_num .ma352-pub_h2 h2 {
  line-height: 1;
  margin-bottom: 0.3rem;
}
.ma352-bri_num .ma352-bri_num_box {
  margin-top: 1.15rem;
}
.ma352-bri_num .ma352-bri_num_box.bri_num_box2 .ma352-list:after {
  display: none !important;
}
.ma352-bri_num .ma352-bri_num_box .container2 {
  display: flex;
  flex-wrap: wrap;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list {
  width: 25%;
  position: relative;
  padding: 0 0 0.55rem 0.4rem;
}
@media (max-width: 767px) {
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list {
    width: 50%;
    margin-bottom: 0.8rem;
    padding: 0 0.2rem 0 0 !important;
  }
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:after {
    display: none;
  }
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:before {
    display: none;
  }
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:nth-child(n+5) {
  padding: 0.78rem 0 0 0.4rem;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:nth-child(n+5):after {
  display: none;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:nth-child(n+5):before {
  top: 15px;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:nth-child(4):after {
  width: 1000px;
  left: 15px;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:nth-child(4):before {
  display: none;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:first-child:after {
  width: 1000px;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:last-child:before {
  display: none;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 15px);
  background: #d2d2d2;
  right: 0;
  top: 0;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list:after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  background: #d2d2d2;
  right: 15px;
  bottom: 0;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num {
  display: flex;
  align-items: flex-start;
  height: 72px;
}
@media (max-width: 1580px) {
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num {
    height: 40px;
  }
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num p {
  font-size: 0.6rem;
  color: #3066d0;
  line-height: 0.8;
  /* margin: 0 0.1rem 0 0; */
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num p {
    font-size: 0.6rem;
  }
}
@media (max-width: 991px) {
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num p {
    font-size: 0.5rem;
    margin: 0 0.1rem 0.15rem 0;
  }
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num p .ma352-chin {
  /* font-size: 0.4rem;
							line-height: 1;
							margin-bottom: 0.1rem;
							display: block; */
}
@media (max-width: 767px) {
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num p .ma352-chin {
    margin-bottom: 0;
  }
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num p .ma352-chin2 {
  margin-top: -0.13rem;
  display: block;
  font-size: 0.3rem;
  line-height: 1.26;
  margin-bottom: 0.1rem;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num p .ma352-chin3 {
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num p .ma352-chin3 {
    font-size: 0.6rem;
  }
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list .ma352-t_num span {
  color: #444;
}
.ma352-bri_num .ma352-bri_num_box .container2 .ma352-list > span {
  color: #444;
}
.ma352-bri_bj {
  position: relative;
}
.ma352-bri_bj .ma352-imgBj {
  width: 100%;
  height: 7.7rem;
}
@media (max-width: 767px) {
  .ma352-bri_bj .ma352-imgBj {
    height: 6rem;
  }
}
.ma352-bri_bj .container2 {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .ma352-bri_bj .container2 {
    position: initial;
    transform: translateX(0%);
  }
}
@media (max-width: 991px) {
  .ma352-bri_bj .container2 .ma352-box {
    width: 100%;
    padding: 0.6rem 0 0.8rem;
  }
}
.ma352-bri_bj .container2 .ma352-box h2 {
  font-size: 0.46rem;
  font-weight: bold;
  margin-bottom: 0.45rem;
}
.ma352-bri_bj .container2 .ma352-box .ma352-add {
  margin-bottom: 0.6rem;
  width: 4.2rem;
}
@media (max-width: 767px) {
  .ma352-bri_bj .container2 .ma352-box .ma352-add {
    width: 100%;
  }
}
.ma352-bri_bj .container2 .ma352-box .ma352-add .ma352-list {
  display: flex;
  padding-bottom: 0.18rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #cfcfcf;
}
.ma352-bri_bj .container2 .ma352-box .ma352-add .ma352-list svg {
  margin-right: 0.18rem;
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
.ma352-bri_bj .container2 .ma352-box .ma352-add .ma352-list svg path {
  fill: #1072e0;
}
.ma352-bri_bj .container2 .ma352-box .ma352-add .ma352-list p {
  color: #444;
}
.ma352-bri_bj .container2 .ma352-box .ma352-add .ma352-list:nth-child(2) svg path {
  fill: #2bb45f;
}
.ma352-bri_bj .container2 .ma352-box .ma352-add .ma352-list:nth-child(3) svg path {
  fill: #efa02e;
}
.ma352-bri_bj .container2 .ma352-box .ma352-add .ma352-list:nth-child(4) svg path {
  fill: #04a1c2;
}
.ma352-bri_bj .container2 .ma352-box .ma352-pub_a {
  background: none;
  border: 1px solid #555;
}
.ma352-bri_bj .container2 .ma352-box .ma352-pub_a:hover {
  background: #1072e0;
  border: 1px solid #1072e0;
}
.ma352-bri_bj .container2 .ma352-box .ma352-pub_a:hover p {
  color: #fff;
}
.ma352-bri_bj .container2 .ma352-box .ma352-pub_a p {
  color: #555;
}
.ma352-bri_odm {
  height: 7.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .ma352-bri_odm {
    height: auto;
  }
}
.ma352-bri_odm .ma352-bjImg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-bri_odm .ma352-bjImg {
    position: absolute;
    top: 0;
  }
}
.ma352-bri_odm .container2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 1.3rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-bri_odm .container2 {
    position: initial;
    transform: translateX(0%);
    flex-direction: column;
    padding: 1rem 0;
  }
}
.ma352-bri_odm .container2 .ma352-left {
  width: 6.5rem;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .ma352-bri_odm .container2 .ma352-left {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.ma352-bri_odm .container2 .ma352-left h2 {
  font-size: 0.46rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.ma352-bri_odm .container2 .ma352-left .ma352-g_p p {
  margin-bottom: 0.18rem;
}
.ma352-bri_odm .container2 .ma352-right {
  margin-right: 1.1rem;
  width: 4.64rem;
  height: 4.64rem;
  position: relative;
}
@media (max-width: 991px) {
  .ma352-bri_odm .container2 .ma352-right {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .ma352-bri_odm .container2 .ma352-right {
    margin: 0 auto;
  }
}
.ma352-bri_odm .container2 .ma352-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ma352-bri_odm .container2 .ma352-right p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.34rem;
  text-align: center;
  line-height: 1.2;
  display: none;
}
.ma352-sub_h2 {
  font-size: 0.46rem;
  font-weight: bold;
}
.ma352-qie {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.ma352-qie.qie2 .ma352-pub_nav {
  position: absolute;
  margin: 0;
  top: 40%;
  transform: translateY(-50%);
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .ma352-qie.qie2 .ma352-pub_nav {
    top: 34%;
  }
}
@media (max-width: 1260px) {
  .ma352-qie.qie2 .ma352-pub_nav {
    display: none;
  }
}
.ma352-qie.qie2 .ma352-pub_nav:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  background: #0e7efc;
}
.ma352-qie.qie2 .ma352-pub_nav:hover svg path {
  fill: #fff;
}
.ma352-qie.qie2 .ma352-pub_next {
  right: 0.4rem;
}
.ma352-qie.qie2 .ma352-pub_prev {
  left: 0.4rem;
  right: auto;
}
.ma352-qie.qie3 .ma352-pub_nav {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  width: 0.7rem;
  height: 0.7rem;
  border: none;
}
@media (max-width: 1260px) {
  .ma352-qie.qie3 .ma352-pub_nav {
    display: none;
  }
}
.ma352-qie.qie3 .ma352-pub_nav:hover {
  border: none;
  background: #0e7efc;
}
.ma352-qie.qie3 .ma352-pub_nav:hover svg path {
  fill: #fff;
}
.ma352-qie.qie3 .ma352-pub_nav svg path {
  fill: #fff;
}
.ma352-qie.qie3 .ma352-pub_next {
  right: 1.22rem;
}
@media (max-width: 1580px) {
  .ma352-qie.qie3 .ma352-pub_next {
    right: 0.5rem;
  }
}
.ma352-qie.qie3 .ma352-pub_prev {
  left: 1.22rem;
  right: auto;
}
@media (max-width: 1580px) {
  .ma352-qie.qie3 .ma352-pub_prev {
    left: 0.5rem;
  }
}
.ma352-qie .ma352-pub_nav {
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  z-index: 10;
  cursor: pointer;
  margin-left: 0.2rem;
  transition: all 0.3s;
}
.ma352-qie .ma352-pub_nav:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.03);
  border: 1px solid #0e7efc;
}
.ma352-qie .ma352-pub_nav:hover svg path {
  fill: #0e7efc;
}
.ma352-qie .ma352-pub_nav svg {
  width: 16%;
  height: auto;
}
.ma352-qie .ma352-pub_nav svg path {
  fill: #999;
  opacity: 1;
}
.ma352-qie .ma352-pub_prev svg {
  transform: rotate(180deg);
}
.ma352-qie .ma352-pub_next {
  right: 0.8rem;
}
.ma352-swi_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ma352-swi_tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ma352-swi_tit .ma352-swi_tit_h2 {
  max-width: 80.71%;
}
@media (max-width: 767px) {
  .ma352-swi_tit .ma352-swi_tit_h2 {
    max-width: 100%;
    margin-bottom: 0.3rem;
  }
}
.ma352-swi_tit .ma352-swi_tit_h2 h2 {
  font-size: 0.36rem;
}
@media (max-width: 767px) {
  .ma352-swi_tit .ma352-swi_tit_h2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-swi_tit .ma352-swi_tit_h2 p {
  margin-top: 0.06rem;
}
@media (max-width: 767px) {
  .ma352-swi_tit .ma352-pub_a {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .ma352-swi_tit .ma352-qie {
    display: none;
  }
}
.ma352-bri_fz {
  padding-top: 0.95rem;
  background: #f7f7f7;
}
.ma352-bri_fz .container2 .ma352-bri_fz_swi {
  margin: 0.9rem 0 -0.35rem;
}
@media (max-width: 767px) {
  .ma352-bri_fz .container2 .ma352-bri_fz_swi {
    margin: 0.8rem 0 0.4rem;
  }
}
.ma352-bri_fz .container2 .ma352-bri_fz_swi .swiper-wrapper {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ma352-bri_fz .container2 .ma352-bri_fz_swi .swiper-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .ma352-bri_fz .container2 .ma352-bri_fz_swi .swiper-wrapper .swiper-slide {
    margin-bottom: 0.4rem;
  }
}
.ma352-bri_fz .container2 .ma352-bri_fz_swi .ma352-box {
  padding-left: 0.7rem;
}
@media (max-width: 1260px) {
  .ma352-bri_fz .container2 .ma352-bri_fz_swi .ma352-box {
    padding-left: 0.3rem;
  }
}
.ma352-bri_fz .container2 .ma352-bri_fz_swi .ma352-box h3 {
  font-size: 0.38rem;
  color: #3066d0;
}
.ma352-bri_fz .container2 .ma352-bri_fz_swi .ma352-box .ma352-g_p {
  margin-top: 0.05rem;
}
.ma352-bri_fz .container2 .ma352-bri_fz_swi .ma352-box .ma352-g_p p {
  padding-left: 16px;
  line-height: 1.9;
  position: relative;
}
.ma352-bri_fz .container2 .ma352-bri_fz_swi .ma352-box .ma352-g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #878787;
  left: 0;
  top: 0.12rem;
}
@media (max-width: 1260px) {
  .ma352-bri_fz .container2 .ma352-bri_fz_swi .ma352-box .ma352-g_p p:after {
    top: 0.15rem;
  }
}
.ma352-bri_fz .container2 .ma352-b_img {
  overflow: hidden;
}
.ma352-bri_fz .container2 .ma352-b_img img {
  width: calc(100% + 0.52rem);
  max-width: initial;
  margin-left: -0.26rem;
  position: relative;
  top: 0.7rem;
}
.ma352-glo_t {
  position: relative;
}
.ma352-glo_t > .container2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.34rem;
  z-index: 10;
}
.ma352-glo_t .ma352-bri_bj .container2 .ma352-box h2 {
  margin-bottom: 0.16rem;
}
.ma352-glo_t .ma352-bri_bj .container2 .ma352-box .ma352-t_p {
  width: 6.5rem;
  margin-bottom: 0.65rem;
}
@media (max-width: 991px) {
  .ma352-glo_t .ma352-bri_bj .container2 .ma352-box .ma352-t_p {
    width: 100%;
  }
}
.ma352-glo_yf {
  padding-bottom: 0.7rem;
}
.ma352-glo_yf .container2 {
  padding-top: 0.65rem;
}
.ma352-glo_yf .container2 .ma352-glo_yf_swi {
  margin-top: 0.36rem;
  width: calc(100% + 0.42rem);
  padding: 0.21rem;
  margin-left: -0.21rem;
}
.ma352-glo_yf .container2 .ma352-glo_yf_swi .swiper-wrapper .ma352-box .ma352-img:before {
  padding-top: 70.68%;
}
.ma352-glo_yf .container2 .ma352-glo_yf_swi .swiper-wrapper .ma352-box .txt {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 0 0.21rem rgba(121, 121, 121, 0.04);
  height: 2.64rem;
  padding: 0.32rem 0.44rem 0;
}
.ma352-glo_yf .container2 .ma352-glo_yf_swi .swiper-wrapper .ma352-box .txt h3 {
  font-size: 0.3rem;
  color: #3066d0;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 0.15rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .ma352-glo_yf .container2 .ma352-glo_yf_swi .swiper-wrapper .ma352-box .txt h3 {
    font-size: 0.4rem;
  }
}
.ma352-glo_yf .container2 .ma352-glo_yf_swi .swiper-wrapper .ma352-box .txt .ma352-g_p p {
  color: #666;
  margin-bottom: 0.14rem;
}
.ma352-glo_yf .container2 .ma352-glo_yf_swi .swiper-wrapper .ma352-box .txt .ma352-g_p p span {
  color: #222;
}
.ma352-glo_yf_hz {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
  position: relative;
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
  .ma352-glo_yf_hz .ma352-glo_yf_hz_swi {
    overflow: initial;
  }
}
@media (max-width: 767px) {
  .ma352-glo_yf_hz .ma352-glo_yf_hz_swi .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .ma352-glo_yf_hz .ma352-glo_yf_hz_swi .swiper-slide {
    height: auto;
  }
}
.ma352-glo_yf_hz .ma352-box {
  width: 100%;
  margin-right: 0.4rem;
}
.ma352-glo_yf_hz .ma352-box:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .ma352-glo_yf_hz .ma352-box {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.ma352-glo_yf_hz .ma352-box .ma352-img:before {
  padding-top: 70.68%;
}
.ma352-glo_yf_hz .ma352-box .txt {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 0 0.21rem rgba(121, 121, 121, 0.04);
  height: 2.64rem;
  padding: 0.32rem 0.44rem 0;
}
.ma352-glo_yf_hz .ma352-box .txt h3 {
  font-size: 0.3rem;
  color: #3066d0;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 0.15rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .ma352-glo_yf_hz .ma352-box .txt h3 {
    font-size: 0.4rem;
  }
}
.ma352-glo_yf_hz .ma352-box .txt .ma352-g_p p {
  color: #666;
  margin-bottom: 0.14rem;
}
.ma352-glo_yf_hz .ma352-box .txt .ma352-g_p p span {
  color: #222;
}
.ma352-glo_yf_hz .ma352-pub_prev1 {
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  z-index: 10;
  cursor: pointer;
  margin-left: 0.2rem;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .ma352-glo_yf_hz .ma352-pub_prev1 {
    left: -0.8rem;
  }
}
@media (max-width: 991px) {
  .ma352-glo_yf_hz .ma352-pub_prev1 {
    display: none;
  }
}
.ma352-glo_yf_hz .ma352-pub_prev1:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.03);
  border: 1px solid #0e7efc;
}
.ma352-glo_yf_hz .ma352-pub_prev1:hover svg path {
  fill: #0e7efc;
}
.ma352-glo_yf_hz .ma352-pub_prev1 svg {
  width: 16%;
  height: auto;
  transform: rotate(180deg);
}
.ma352-glo_yf_hz .ma352-pub_prev1 svg path {
  fill: #999;
  opacity: 1;
}
.ma352-glo_yf_hz .ma352-pub_next1 {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  z-index: 10;
  cursor: pointer;
  margin-left: 0.2rem;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .ma352-glo_yf_hz .ma352-pub_next1 {
    right: -0.8rem;
  }
}
@media (max-width: 991px) {
  .ma352-glo_yf_hz .ma352-pub_next1 {
    display: none;
  }
}
.ma352-glo_yf_hz .ma352-pub_next1:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.03);
  border: 1px solid #0e7efc;
}
.ma352-glo_yf_hz .ma352-pub_next1:hover svg path {
  fill: #0e7efc;
}
.ma352-glo_yf_hz .ma352-pub_next1 svg {
  width: 16%;
  height: auto;
}
.ma352-glo_yf_hz .ma352-pub_next1 svg path {
  fill: #999;
  opacity: 1;
}
.ma352-glo_newj {
  padding: 0.55rem 0 1.38rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .ma352-glo_newj {
    padding: 0.8rem 0;
  }
}
.ma352-glo_newj .ma352-glo_newj_box {
  margin-top: 0.35rem;
  overflow: hidden;
  width: 100%;
}
.ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi {
  overflow: initial;
}
.ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide.swiper-slide-active .ma352-box .txt {
  right: 0;
  opacity: 1;
}
.ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box {
  height: 5.26rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box {
    height: auto;
  }
}
.ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box .ma352-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box .ma352-img {
    height: 3.4rem;
  }
}
.ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box .txt {
  position: absolute;
  width: 3.75rem;
  height: 100%;
  z-index: 5;
  background: #fff;
  top: 0;
  right: -1.4rem;
  opacity: 0;
  padding: 1.12rem 0.7rem 0;
  transition: all 1.3s;
}
@media (max-width: 767px) {
  .ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box .txt {
    height: auto;
    position: initial;
    width: 100%;
    padding: 0.4rem;
  }
}
.ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box .txt h3 {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box .txt h3 {
    font-size: 0.4rem;
  }
}
.ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box .txt .ma352-g_p p {
  color: #666;
  margin-bottom: 0.1rem;
  text-align: left;
}
.ma352-glo_newj .ma352-glo_newj_box .ma352-glo_newj_swi .swiper-slide .ma352-box .txt .ma352-g_p p span {
  color: #222;
}
.ma352-down {
  padding-bottom: 1.93rem;
}
@media (max-width: 767px) {
  .ma352-down {
    padding-bottom: 1rem;
  }
}
.ma352-down_box {
  padding: 0.5rem 0 0.67rem;
  display: flex;
  flex-wrap: wrap;
}
.ma352-down_box.down_box3 .ma352-list:hover .ma352-g_b svg {
  transform: rotate(-90deg);
}
.ma352-down_box.down_box3 .ma352-list .ma352-g_h3 {
  margin-bottom: 0.5rem;
}
.ma352-down_box.down_box3 .ma352-list .ma352-g_h3 h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
  height: 3em;
  padding-right: 0.45rem;
}
@media (max-width: 767px) {
  .ma352-down_box.down_box3 .ma352-list .ma352-g_h3 h3 {
    font-size: 0.36rem;
  }
}
.ma352-down_box.down_box3 .ma352-list .ma352-g_b svg {
  width: 17px;
  height: 17px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-down_box.down_box3 .ma352-list .ma352-g_b svg {
    width: 12px;
  }
}
.ma352-down_box.down_box2 .ma352-list {
  background: #fff;
}
.ma352-down_box .ma352-list {
  background: #f7f7f7;
  width: calc((100% - 0.3rem)/3);
  margin: 0 0.15rem 0.15rem 0;
  padding: 0.35rem 0.52rem 0.62rem 0.4rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-down_box .ma352-list {
    width: 100%;
  }
}
.ma352-down_box .ma352-list:nth-child(3n) {
  margin-right: 0;
}
.ma352-down_box .ma352-list:hover {
  background: url("https://www.ecotraitorrioni.com/static/modules/cms/images/hqdw.jpg") no-repeat;
  background-size: cover;
}
.ma352-down_box .ma352-list:hover path {
  fill: #fff !important;
}
.ma352-down_box .ma352-list:hover h3,
.ma352-down_box .ma352-list:hover span {
  color: #fff !important;
}
.ma352-down_box .ma352-list .ma352-g_h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.ma352-down_box .ma352-list .ma352-g_h3 svg {
  margin-right: 0.2rem;
  width: 21px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ma352-down_box .ma352-list .ma352-g_h3 svg {
    width: 16px;
  }
}
.ma352-down_box .ma352-list .ma352-g_h3 svg path {
  fill: #494949;
}
.ma352-down_box .ma352-list .ma352-g_h3 h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-down_box .ma352-list .ma352-g_h3 h3 {
    font-size: 0.36rem;
  }
}
.ma352-down_box .ma352-list .ma352-g_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ma352-down_box .ma352-list .ma352-g_b span {
  color: #555;
  transition: all 0.3s;
}
.ma352-down_box .ma352-list .ma352-g_b svg {
  width: 19px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ma352-down_box .ma352-list .ma352-g_b svg {
    width: 15px;
  }
}
.ma352-down_box .ma352-list .ma352-g_b svg path {
  fill: #1072e0;
}
.ma352-bri_bj2 .ma352-imgBj {
  background: url("https://www.ecotraitorrioni.com/static/modules/cms/images/about.jpg") no-repeat;
  background-size: cover ;
}
@media (max-width: 767px) {
  .ma352-bri_bj2 .ma352-imgBj {
    background-position: 17%;
  }
}
.ma352-let {
  padding: 1.2rem 0 1.35rem;
}
.ma352-let .txt {
  width: 8.96rem;
  margin: 0.35rem auto 0;
}
@media (max-width: 991px) {
  .ma352-let .txt {
    width: 100%;
    padding: 0 5%;
  }
}
.ma352-gov_t {
  padding: 0.62rem 0 0.65rem;
}
@media (max-width: 1260px) {
  .ma352-gov_t br {
    display: none;
  }
}
.ma352-fina_tit h2 {
  font-size: 0.46rem;
  padding: 1rem 0 0.38rem;
  font-weight: bold;
  text-align: center;
}
.ma352-gov_jg {
  padding: 0.8rem 0 0.9rem;
  background: #f7f7f7;
}
.ma352-gov_jg .container2 h2 {
  font-size: 0.34rem;
  margin-bottom: 0.38rem;
  font-weight: bold;
}
.ma352-gov_gq {
  padding: 0.8rem 0 1.2rem;
}
.ma352-gov_gq .container2 h2 {
  font-size: 0.34rem;
  margin-bottom: 0.38rem;
  font-weight: bold;
}
.ma352-gov_wyh {
  background: #f7f7f7;
  padding: 0.82rem 0 0.6rem;
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box {
  margin-top: 0.6rem;
  display: none;
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con {
  display: flex;
  flex-wrap: wrap;
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .ma352-list {
  width: calc((100% - 3.15rem)/4);
  margin: 0 1.05rem 0.75rem 0;
}
@media (max-width: 767px) {
  .ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .ma352-list {
    width: 100%;
    margin: 0 0 0.8rem 0 !important;
  }
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .ma352-list:nth-child(4n) {
  margin-right: 0;
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .ma352-list .ma352-img {
  margin-bottom: 0.24rem;
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .txt {
  padding-right: 0.45rem;
}
@media (max-width: 1260px) {
  .ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .txt {
    padding: 0;
  }
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .txt span {
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  display: block;
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .txt h3 {
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.12rem;
  font-weight: bold;
}
.ma352-gov_wyh .container2 .ma352-gov_wyh_con .ma352-box .ma352-con .txt p {
  /* font-size: 13px;
							color: #666;
							overflow: hidden;
							display: -webkit-box;
							-webkit-box-orient: vertical;
							-webkit-line-clamp: 3; */
}
.ma352-subTit_nav {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: flex-end;
}
.ma352-subTit_nav a {
  font-size: 0.46rem;
  padding: 0 10px 0.18rem;
  margin-right: 0.6rem;
  color: #999;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ma352-subTit_nav a {
    margin-right: 0.55rem;
  }
}
@media (max-width: 767px) {
  .ma352-subTit_nav a {
    flex-shrink: 0;
    margin-right: 0.4rem;
    font-size: 0.36rem;
  }
}
.ma352-subTit_nav a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #3066d0;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .ma352-subTit_nav a:after {
    bottom: 0;
    height: 1;
  }
}
.ma352-subTit_nav a.on {
  font-weight: bold;
  color: #333;
}
.ma352-subTit_nav a.on:after {
  width: calc(100% + 0.4rem);
}
@media (max-width: 767px) {
  .ma352-subTit_nav a.on:after {
    width: 100%;
  }
}
.ma352-fin {
  padding: 0.8rem 0 1.25rem;
  background: #f7f7f7;
}
.ma352-disc {
  padding: 0.9rem 0 2rem;
  background: #f7f7f7;
}
.ma352-disc_b {
  padding: 0.7rem 0 0.3rem;
}
.ma352-disc_b .container2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .ma352-disc_b .container2 h2 {
    font-size: 0.44rem;
  }
}
.ma352-mess {
  padding: 1.2rem 0 1.2rem;
}
.ma352-mess .container2 .ma352-mess_map {
  margin-top: 1.1rem;
}
.ma352-mess .container2 .ma352-mess_map #map {
  width: 100%;
  height: 4.77rem;
}
@media (max-width: 767px) {
  .ma352-mess .container2 .ma352-mess_map #map {
    height: 5rem;
  }
}
.ma352-mess .container2 .ma352-mess_map img {
  width: 100%;
  height: 4.77rem;
}
@media (max-width: 767px) {
  .ma352-mess .container2 .ma352-mess_map img {
    height: 5rem;
  }
}
.ma352-mess .container2 .ma352-mess_add {
  padding: 0 0.98rem;
  margin-top: -1.1rem;
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) {
  .ma352-mess .container2 .ma352-mess_add {
    margin-top: 0;
    padding: 0;
  }
}
.ma352-mess .container2 .ma352-mess_add .ma352-box {
  background: #1072e0;
  padding: 0.7rem 0.28rem 0.8rem;
  box-shadow: 0 0.17rem 0.84rem rgba(0, 41, 86, 0.27);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ma352-mess .container2 .ma352-mess_add .ma352-box {
    flex-direction: column;
    padding: 0.5rem 0.28rem 0.2rem;
  }
}
.ma352-mess .container2 .ma352-mess_add .ma352-box .ma352-list {
  width: 33.333%;
  border-right: 1px solid rgba(255, 255, 255, 0.29);
  padding: 4px 0.68rem 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-mess .container2 .ma352-mess_add .ma352-box .ma352-list {
    width: 100%;
    margin-bottom: 0.4rem;
    border: none;
  }
}
.ma352-mess .container2 .ma352-mess_add .ma352-box .ma352-list:last-child {
  border: none;
}
.ma352-mess .container2 .ma352-mess_add .ma352-box .ma352-list svg {
  width: 0.34rem;
  height: auto;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .ma352-mess .container2 .ma352-mess_add .ma352-box .ma352-list svg {
    width: 0.6rem;
  }
}
.ma352-mess .container2 .ma352-mess_add .ma352-box .ma352-list p {
  color: #fff;
  text-align: center;
}
.ma352-link {
  background: #f7f7f7;
  padding: 0.72rem 0 2.15rem;
}
@media (max-width: 767px) {
  .ma352-link {
    padding: 0.8rem 0;
  }
}
.ma352-link .ma352-link_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
}
.ma352-link .ma352-link_box {
  display: flex;
  margin-bottom: 0.88rem;
}
.ma352-link .ma352-link_box.link_box1 .ma352-link_list:last-child {
  width: 100%;
}
.ma352-link .ma352-link_box.link_box2 .ma352-link_nav {
  margin-right: 0.58rem !important;
}
@media (max-width: 991px) {
  .ma352-link .ma352-link_box {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .ma352-link .ma352-link_box {
    margin-bottom: 0;
  }
}
.ma352-link .ma352-link_box .ma352-link_list {
  min-width: 2.1rem;
}
@media screen and (max-width: 1460px) {
  .ma352-link .ma352-link_box .ma352-link_list {
    min-width: 3rem;
  }
}
@media (max-width: 1260px) {
  .ma352-link .ma352-link_box .ma352-link_list {
    min-width: 100%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .ma352-link .ma352-link_box .ma352-link_list {
    margin-bottom: 0.6rem;
  }
}
.ma352-link .ma352-link_box .ma352-link_list:last-child .ma352-link_two .ma352-link_nav:last-child {
  margin-right: 0;
}
.ma352-link .ma352-link_box .ma352-link_list h3 {
  font-weight: bold;
  padding: 0.18rem 0 0.18rem 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0.25rem;
}
.ma352-link .ma352-link_box .ma352-link_list .ma352-link_two {
  display: flex;
}
@media (max-width: 767px) {
  .ma352-link .ma352-link_box .ma352-link_list .ma352-link_two {
    flex-direction: column;
  }
}
.ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav {
  margin-right: 1.08rem;
}
@media (max-width: 1260px) {
  .ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav {
    margin-right: 0.25rem;
  }
}
@media (max-width: 991px) {
  .ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav {
    margin-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav ul li {
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav ul li {
    margin-right: 0.3rem;
  }
}
.ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav ul li a {
  color: #666;
}
.ma352-link .ma352-link_box .ma352-link_list .ma352-link_two .ma352-link_nav .ma352-g_tit {
  margin-bottom: 0.22rem;
  color: #222;
  font-weight: bold;
}
.ma352-discl {
  background: #f7f7f7;
  padding: 0.58rem 0 1.5rem;
}
@media (max-width: 767px) {
  .ma352-discl {
    padding: 0.8rem 0;
  }
}
.ma352-discl .ma352-qt_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.34rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 767px) {
  .ma352-discl .ma352-qt_tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ma352-discl .ma352-qt_tit .ma352-qt_tit_h2 {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ma352-discl .ma352-qt_tit .ma352-qt_tit_h2 {
    margin-bottom: 0.3rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ma352-discl .ma352-qt_tit .ma352-qt_tit_h2 h2 {
  line-height: 1;
}
@media (max-width: 767px) {
  .ma352-discl .ma352-qt_tit .ma352-qt_tit_h2 h2 {
    margin-bottom: 0.15rem;
  }
}
.ma352-discl .ma352-qt_tit .ma352-qt_tit_h2 .ma352-g_p {
  display: flex;
  align-items: center;
  margin-left: 0.24rem;
}
@media (max-width: 767px) {
  .ma352-discl .ma352-qt_tit .ma352-qt_tit_h2 .ma352-g_p {
    margin: 0 0.2rem 0 0;
    flex-wrap: wrap;
  }
}
.ma352-discl .ma352-qt_tit .ma352-qt_tit_h2 .ma352-g_p p {
  color: #666;
  margin-right: 0.28rem;
}
.ma352-discl .ma352-discl_txt img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.ma352-discl .ma352-discl_txt ul,
.ma352-discl .ma352-discl_txt ol {
  padding-left: 20px;
}
.ma352-discl .ma352-discl_txt ul li,
.ma352-discl .ma352-discl_txt ol li {
  list-style: auto;
}
.ma352-discl .ma352-discl_txt h1,
.ma352-discl .ma352-discl_txt h2,
.ma352-discl .ma352-discl_txt h3,
.ma352-discl .ma352-discl_txt h4,
.ma352-discl .ma352-discl_txt h5,
.ma352-discl .ma352-discl_txt h6 {
  font-weight: bold;
}
.navSearch {
  position: fixed;
  top: -5.82rem;
  left: 0;
  height: 5.82rem;
  background: #fff;
  width: 100%;
  z-index: 2000;
  transition: all 0.7s;
}
.navSearch.on {
  top: 0;
}
.navSearch .ma352-del {
  position: absolute;
  right: 1.87rem;
  top: 0.82rem;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 767px) {
  .navSearch .ma352-del {
    right: 5%;
    top: 0.3rem;
  }
}
.navSearch .ma352-del svg {
  width: 0.32rem;
  height: 0.32rem;
}
.navSearch .ma352-del svg path {
  fill: #979797;
}
.navSearch .ma352-box {
  padding-top: 0.88rem;
  width: 10rem;
  margin: auto;
}
@media (max-width: 767px) {
  .navSearch .ma352-box {
    width: 100%;
    padding: 0.8rem 5% 0;
  }
}
.navSearch .ma352-box h2 {
  font-size: 0.4rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .navSearch .ma352-box h2 {
    margin-bottom: 0.8rem;
  }
}
.navSearch .ma352-box form {
  padding: 0 10px 0.2rem;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navSearch .ma352-box form input {
  width: 100%;
}
.navSearch .ma352-box form input::-webkit-input-placeholder {
  color: #666;
}
.navSearch .ma352-box form button {
  margin-left: 0.3rem;
  flex-shrink: 0;
  cursor: pointer;
  width: 0.25rem;
  height: 0.25rem;
}
@media (max-width: 767px) {
  .navSearch .ma352-box form button {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.navSearch .ma352-box form button svg {
  width: 100%;
  height: 100%;
}
.navSearch .ma352-box form button svg path {
  fill: #353535;
}
.navSearch .ma352-box .ma352-keyWord {
  margin-top: 0.36rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navSearch .ma352-box .ma352-keyWord > p {
  color: #555;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .navSearch .ma352-box .ma352-keyWord > p {
    margin-bottom: 0.15rem;
  }
}
.navSearch .ma352-box .ma352-keyWord ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navSearch .ma352-box .ma352-keyWord ul li {
  margin-right: 0.16rem;
}
@media (max-width: 767px) {
  .navSearch .ma352-box .ma352-keyWord ul li {
    margin-bottom: 0.15rem;
  }
}
.navSearch .ma352-box .ma352-keyWord ul li a {
  background: #f1f1f1;
  height: 0.36rem;
  display: block;
  display: flex;
  align-items: center;
  border-radius: 36px;
  padding: 0 0.3rem;
  color: #555;
  min-width: 1.24rem;
}
@media (max-width: 767px) {
  .navSearch .ma352-box .ma352-keyWord ul li a {
    height: 0.6rem;
    padding: 0 0.4rem;
  }
}
.navSearch .ma352-box .ma352-keyWord ul li a:hover {
  color: #0c7dfc;
}
.ma352-join_t {
  padding: 0.65rem 0 1rem;
}
.ma352-join_t .ma352-pub_h2 p {
  max-width: 10.5rem;
}
@media (max-width: 1580px) {
  .ma352-join_t .ma352-pub_h2 p {
    max-width: 78%;
  }
}
.ma352-join_jz {
  padding: 0.94rem 0;
  background: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ma352-join_jz {
    padding: 0.5rem 0 0;
  }
}
.ma352-join_jz .container2 {
  display: flex;
  flex-wrap: wrap;
}
.ma352-join_jz .container2 .ma352-list {
  position: relative;
  width: calc(100%/3);
  padding: 0.08rem 0.8rem 0.72rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .ma352-join_jz .container2 .ma352-list {
    padding: 0.08rem 0.3rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .ma352-join_jz .container2 .ma352-list {
    width: 100%;
    margin-bottom: 0.8rem;
    padding: 0 0.2rem 0 0 !important;
  }
  .ma352-join_jz .container2 .ma352-list:after {
    display: none;
  }
  .ma352-join_jz .container2 .ma352-list:before {
    display: none;
  }
  .ma352-join_jz .container2 .ma352-list i {
    display: none;
  }
}
.ma352-join_jz .container2 .ma352-list:first-child .ma352-i1 {
  position: absolute;
  width: 1px;
  height: calc(100% - 15px);
  background: #d2d2d2;
  left: 0;
  bottom: 15px;
}
.ma352-join_jz .container2 .ma352-list:first-child .ma352-i2 {
  position: absolute;
  width: 1000px;
  height: 1px;
  bottom: 0;
  right: calc(100% + 15px);
  background: #d2d2d2;
}
.ma352-join_jz .container2 .ma352-list:nth-child(n+4) {
  padding: 0.68rem 0.8rem 0.4rem;
}
@media (max-width: 991px) {
  .ma352-join_jz .container2 .ma352-list:nth-child(n+4) {
    padding: 0.3rem 0.3rem 0.08rem;
  }
}
.ma352-join_jz .container2 .ma352-list:nth-child(n+4):after {
  display: none;
}
.ma352-join_jz .container2 .ma352-list:nth-child(n+4):before {
  top: 15px;
}
.ma352-join_jz .container2 .ma352-list:nth-child(3) .ma352-i1 {
  position: absolute;
  width: 1000px;
  height: 1px;
  bottom: 0;
  left: calc(100% + 15px);
  background: #d2d2d2;
}
.ma352-join_jz .container2 .ma352-list:nth-child(4) .ma352-i1 {
  position: absolute;
  width: 1px;
  height: calc(100% - 15px);
  background: #d2d2d2;
  left: 0;
  top: 15px;
}
.ma352-join_jz .container2 .ma352-list:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 15px);
  background: #d2d2d2;
  right: 0;
  top: 0;
}
.ma352-join_jz .container2 .ma352-list:after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  background: #d2d2d2;
  right: 15px;
  bottom: 0;
}
.ma352-join_jz .container2 .ma352-list svg {
  width: 0.71rem;
  height: auto;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .ma352-join_jz .container2 .ma352-list svg {
    width: 1rem;
  }
}
.ma352-join_jz .container2 .ma352-list svg path {
  fill: #0a5fdf;
}
.ma352-join_jz .container2 .ma352-list h3 {
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .ma352-join_jz .container2 .ma352-list h3 {
    font-size: 0.4rem;
  }
}
.ma352-join_jz .container2 .ma352-list p {
  color: #666;
}
.ma352-join_sq {
  padding: 1rem 0 1.15rem;
}
.ma352-join_sq .ma352-pub_h2 h2 {
  font-size: 0.36rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .ma352-join_sq .ma352-pub_h2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-join_sq .ma352-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  padding: 0 0.5rem;
}
.ma352-join_sq .ma352-box .ma352-bbo {
  width: 100%;
}
.ma352-join_sq .ma352-box .ma352-bbo .ma352-join_sq_swi .ma352-join_sq_box .ma352-img:before {
  padding-top: 66.72%;
}
.ma352-join_sq .ma352-box .ma352-bbo .ma352-join_sq_swi .ma352-join_sq_box .txt {
  padding: 0.36rem 0.12rem 0;
}
.ma352-join_sq .ma352-box .ma352-bbo .ma352-join_sq_swi .ma352-join_sq_box .txt h3 {
  margin-bottom: 0.05rem;
}
.ma352-join_staff {
  background: #f7f7f7;
  padding: 0.7rem 0 1.22rem;
}
.ma352-join_staff .container2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .ma352-join_staff .container2 {
    flex-direction: column;
  }
}
.ma352-join_staff .container2 .ma352-qie2 {
  margin: 0;
}
.ma352-join_staff .container2 .ma352-qie2 .ma352-pub_nav {
  top: 50%;
}
.ma352-join_staff .container2 .ma352-qie2 .ma352-pub_prev {
  left: -0.7rem;
}
.ma352-join_staff .container2 .ma352-qie2 .ma352-pub_next {
  right: -0.7rem;
}
.ma352-join_staff .container2 .ma352-left {
  width: 51.28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1.18rem;
}
@media (max-width: 767px) {
  .ma352-join_staff .container2 .ma352-left {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.ma352-join_staff .container2 .ma352-left h2 {
  font-size: 0.36rem;
  margin-bottom: 0.65rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ma352-join_staff .container2 .ma352-left h2 {
    font-size: 0.46rem;
  }
}
.ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con {
  display: none;
}
.ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con.on {
  display: block;
}
.ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con .txt {
  display: flex;
  flex-direction: column;
}
.ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con .txt img {
  width: 19px;
  height: auto;
}
@media (max-width: 767px) {
  .ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con .txt img {
    width: 12px;
  }
}
.ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con .txt .ma352-img1 {
  margin-bottom: 0.2rem;
}
.ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con .txt .ma352-img2 {
  align-self: flex-end;
}
.ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con .txt p {
  padding: 0 0.15rem 0 0.35rem;
  margin-bottom: 0.2rem;
}
.ma352-join_staff .container2 .ma352-left .ma352-left_box .ma352-left_con .txt span {
  display: block;
  font-style: italic;
  padding-left: 0.35rem;
}
.ma352-join_staff .container2 .ma352-right {
  width: 48.72%;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .ma352-join_staff .container2 .ma352-right {
    width: 100%;
  }
}
.ma352-join_staff .container2 .ma352-right .ma352-join_staff_swi .ma352-join_staff_box:before {
  padding-top: 57.24%;
}
.ma352-join_staff .container2 .ma352-right .ma352-join_staff_pag {
  bottom: -0.55rem;
  left: 50%;
  transform: translateX(-50%);
}
.ma352-join_staff .container2 .ma352-right .ma352-join_staff_pag .swiper-pagination-bullet {
  margin: 0 7px;
  width: 9px;
  height: 9px;
}
@media (max-width: 767px) {
  .ma352-join_staff .container2 .ma352-right .ma352-join_staff_pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
}
.ma352-join_staff .container2 .ma352-right .ma352-join_staff_pag .swiper-pagination-bullet-active {
  background: #1072e0;
}
.ma352-join_env {
  padding: 0.98rem 0 1.5rem;
}
.ma352-join_env .ma352-join_env_swi {
  margin-top: 0.35rem;
}
.ma352-join_env .ma352-join_env_swi .ma352-join_env_box .ma352-img:before {
  padding-top: 39.28%;
}
.ma352-join_b {
  position: relative;
  height: 6.34rem;
}
.ma352-join_b .ma352-img {
  width: 100%;
  height: 100%;
}
.ma352-join_b .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
}
.ma352-join_b .txt h2 {
  font-size: 0.36rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ma352-join_b .txt h2 {
    font-size: 0.46rem;
    margin-bottom: 0.1rem;
  }
}
.ma352-join_b .txt > p {
  margin-bottom: 0.6rem;
  text-align: center;
}
.ma352-pro_tit {
  padding: 1.2rem 0 1.1rem;
}
.ma352-pro_tit .ma352-pub_h2 h2 {
  line-height: 1;
  margin-bottom: 0.3rem;
}
.ma352-pro_tit .ma352-pub_h2 p {
  max-width: 10.8rem;
  line-height: 1.9;
}
@media (max-width: 1580px) {
  .ma352-pro_tit .ma352-pub_h2 p {
    max-width: 78%;
  }
}
@media (max-width: 991px) {
  .ma352-pro_tit .ma352-pub_h2 p {
    max-width: 100%;
    line-height: 1.5;
    padding: 0 5%;
  }
}
.ma352-proSwi.proSwi2 .ma352-proSwi_swi .ma352-pro_moil .ma352-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .ma352-proSwi.proSwi2 .ma352-proSwi_swi .ma352-pro_moil .ma352-img video {
    display: none;
  }
}
@media (max-width: 767px) {
  .ma352-proSwi .swiper-container {
    height: auto;
    background: rgba(0, 0, 0, 0.1);
    order: -1;
    width: 100%;
  }
}
.ma352-proSwi .ma352-proSwi_swi {
  height: 9.7rem;
  /* &:nth-child(2n){
			.ma352-pro_moil{
				.txt{
					align-items: flex-end;
				}
			}
		} */
  /* 个人终端 */
}
@media (max-width: 991px) {
  .ma352-proSwi .ma352-proSwi_swi {
    height: 8.7rem;
  }
}
@media (max-width: 767px) {
  .ma352-proSwi .ma352-proSwi_swi {
    height: auto;
    background: rgba(0, 0, 0, 0.1);
    order: -1;
    width: 100%;
  }
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil {
  width: 100%;
  height: 100%;
  position: relative;
  /* 运动健康 */
  /* 智慧出行 */
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil.pro_mot .txt {
  color: #fff;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil.pro_mot .txt .ma352-txt_box {
  width: 6.5rem;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil.pro_sma .txt {
  color: #fff;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil.pro_sma .txt .ma352-txt_box {
  width: 6.5rem;
}
@media (max-width: 767px) {
  .ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil.pro_sma .txt .ma352-txt_box {
    width: 100%;
  }
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .ma352-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .ma352-img {
    height: auto;
  }
  .ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .ma352-img .ma352-img1 {
    display: none !important;
  }
  .ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .ma352-img .ma352-img2 {
    display: block !important;
  }
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .ma352-img .ma352-img2 {
  display: none;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt {
    padding: 0.3rem 5%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: initial;
    transform: translateX(0%);
    height: auto;
    background: none;
    color: #333 !important;
  }
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box {
  width: 5.4rem;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box.txt_box2 {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box {
    width: 100% !important;
  }
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box h3 {
    font-size: 0.46rem;
  }
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box > p {
  margin-bottom: 0.18rem;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-int > p {
  margin-bottom: 0.18rem;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-int > p span {
  font-weight: bold;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-sma_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-sma_box .ma352-sma_a:hover .ma352-sma_p {
  background: #0363dc;
  border-color: transparent;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p {
  height: 0.5rem;
  padding: 0 0.35rem;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  margin: 0 0.14rem 0.1rem 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p {
    height: 0.8rem;
    margin: 0 0.14rem 0.2rem 0;
    padding: 0 0.5rem;
  }
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p p {
  color: #fff;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p p span {
  font-weight: bold;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p p i {
  margin-left: 0.12rem;
}
.ma352-proSwi .ma352-proSwi_swi .ma352-pro_moil .txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_oth {
  display: none;
}
.ma352-proSwi_box2 {
  position: relative;
}
@media (max-width: 767px) {
  .ma352-proSwi_box2 {
    display: flex;
    flex-wrap: wrap;
  }
}
.ma352-proSwi_box2_txt {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ma352-proSwi_box2_txt {
    padding: 0 5%;
    width: 100%;
    display: block;
    color: #333;
    height: auto;
    position: initial;
    transform: initial;
    background: rgba(0, 0, 0, 0.1);
    padding: 0.4rem 5%;
  }
}
.ma352-proSwi_box2_txt.pro_mot {
  color: #fff !important;
}
@media (max-width: 767px) {
  .ma352-proSwi_box2_txt.pro_mot {
    color: #333 !important;
  }
}
.ma352-proSwi_box2_txt .ma352-txt_box {
  width: 5.4rem;
  pointer-events: initial;
}
.ma352-proSwi_box2_txt .ma352-txt_box.txt_box2 {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .ma352-proSwi_box2_txt .ma352-txt_box {
    width: 100%;
  }
}
.ma352-proSwi_box2_txt .ma352-txt_box h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .ma352-proSwi_box2_txt .ma352-txt_box h3 {
    font-size: 0.46rem;
    color: #333 !important;
  }
}
.ma352-proSwi_box2_txt .ma352-txt_box > p {
  margin-bottom: 0.18rem;
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-int > p {
  margin-bottom: 0.18rem;
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-int > p span {
  font-weight: bold;
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box .ma352-sma_a:hover .ma352-sma_p {
  background: #0363dc;
  border-color: transparent;
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p {
  height: 0.5rem;
  padding: 0 0.35rem;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  margin: 0 0.14rem 0.1rem 0;
  cursor: pointer;
  transition: all 0.3s;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p {
    height: 0.8rem;
    margin: 0 0.14rem 0.2rem 0;
    padding: 0 0.5rem;
    border-color: #333;
  }
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p p {
  width: 100%;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p p {
    color: #333;
  }
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p p span {
  font-weight: bold;
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_p p i {
  margin-left: 0.12rem;
}
.ma352-proSwi_box2_txt .ma352-txt_box .ma352-sma_box .ma352-sma_a .ma352-sma_oth {
  display: none;
}
.ma352-pro_b {
  padding: 1.1rem 0 1.22rem;
  background: #f3f3f3;
}
.ma352-pro_b.pro_b2 .container2 .ma352-box .ma352-list {
  width: 3rem;
}
@media (max-width: 767px) {
  .ma352-pro_b.pro_b2 .container2 .ma352-box .ma352-list {
    width: 100%;
    margin-right: 0;
  }
}
.ma352-pro_b.pro_b2 .container2 .ma352-box .ma352-list:hover {
  background: url("https://www.ecotraitorrioni.com/static/modules/cms/images/sup4.jpg") no-repeat;
  background-size: cover;
}
.ma352-pro_b.pro_b2 .container2 .ma352-box .ma352-list svg {
  height: 0.51rem;
  width: auto;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .ma352-pro_b.pro_b2 .container2 .ma352-box .ma352-list svg {
    height: 0.7rem;
  }
}
.ma352-pro_b.pro_b2 .container2 .ma352-box .ma352-list svg path {
  fill: #0a5fdf;
}
.ma352-pro_b .container2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .ma352-pro_b .container2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-pro_b .container2 .ma352-box {
  margin-top: 0.55rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ma352-pro_b .container2 .ma352-box {
    flex-wrap: wrap;
  }
}
.ma352-pro_b .container2 .ma352-box .ma352-list {
  background: #fff;
  width: calc((100% - 2rem)/4);
  height: 2.2rem;
  margin: 0 0.33rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-pro_b .container2 .ma352-box .ma352-list {
    width: 48%;
    margin: 0 4% 0.3rem 0;
    height: 3rem;
  }
  .ma352-pro_b .container2 .ma352-box .ma352-list:nth-of-type(2n) {
    margin-right: 0;
  }
}
.ma352-pro_b .container2 .ma352-box .ma352-list:hover {
  background: url("https://www.ecotraitorrioni.com/static/modules/cms/images/term3.jpg") no-repeat;
  background-size: cover;
}
.ma352-pro_b .container2 .ma352-box .ma352-list:hover svg path {
  fill: #fff;
}
.ma352-pro_b .container2 .ma352-box .ma352-list:hover p {
  color: #fff;
}
.ma352-pro_b .container2 .ma352-box .ma352-list svg {
  width: 0.51rem;
  height: auto;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .ma352-pro_b .container2 .ma352-box .ma352-list svg {
    width: 0.7rem;
  }
}
.ma352-pro_b .container2 .ma352-box .ma352-list svg path {
  fill: #0a5fdf;
}
@media (max-width: 767px) {
  .ma352-pro_b .container2 .ma352-box .ma352-list p {
    font-size: 0.36rem;
  }
}
.ma352-curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.ma352-curtain .ma352-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.ma352-curtain .ma352-curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .ma352-curtain .ma352-curtain_box {
    width: 90%;
  }
}
.ma352-curtain .ma352-curtain_box .ma352-curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.ma352-curtain .ma352-curtain_box .ma352-curtain_title .ma352-close_tc {
  position: absolute;
  top: 0.4rem;
  right: 0.36rem;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10000;
}
.ma352-curtain .ma352-curtain_box .ma352-curtain_title .ma352-close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 30px;
  height: 2px;
  background: #222222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ma352-curtain .ma352-curtain_box .ma352-curtain_title .ma352-close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 30px;
  height: 2px;
  background: #222222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ma352-sma_cur {
  width: 12.25rem;
  background: #fff;
  padding: 0.8rem 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-sma_cur {
    flex-direction: column;
    width: 100%;
    padding: 0.8rem 0.3rem;
  }
}
.ma352-sma_cur .txt {
  padding: 0 0.76rem 0.62rem 0;
  width: 48.4%;
}
@media (max-width: 767px) {
  .ma352-sma_cur .txt {
    width: 100%;
  }
}
.ma352-sma_cur .txt h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.ma352-sma_cur .txt p {
  line-height: 1.9;
  color: #444;
}
.ma352-sma_cur .ma352-img {
  width: 51.6%;
}
@media (max-width: 767px) {
  .ma352-sma_cur .ma352-img {
    width: 100%;
  }
}
.ma352-sma_cur .ma352-img:before {
  padding-top: 67.57%;
}
.ma352-dataInfo_t {
  padding: 1rem 0 1.24rem;
}
.ma352-dataInfo_t .container2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 {
    flex-direction: column;
  }
}
.ma352-dataInfo_t .container2 .ma352-left {
  width: 38.07%;
  position: relative;
}
@media (max-width: 991px) {
  .ma352-dataInfo_t .container2 .ma352-left {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 .ma352-left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.ma352-dataInfo_t .container2 .ma352-left .ma352-dataInfo_swi .ma352-dataInfo_t_img:before {
  padding-top: 49.46%;
}
.ma352-dataInfo_t .container2 .ma352-left .ma352-dataInfo_swi .ma352-dataInfo_t_img img {
  object-fit: contain;
}
.ma352-dataInfo_t .container2 .ma352-left .ma352-dataInfo_pag {
  position: initial;
}
.ma352-dataInfo_t .container2 .ma352-left .ma352-dataInfo_pag .swiper-pagination-bullet {
  margin: 0 7px;
  width: 9px;
  height: 9px;
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 .ma352-left .ma352-dataInfo_pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
}
.ma352-dataInfo_t .container2 .ma352-left .ma352-dataInfo_pag .swiper-pagination-bullet-active {
  background: #1072e0;
}
.ma352-dataInfo_t .container2 .ma352-right {
  width: 45.57%;
  padding: 0.16rem 1.9rem 0 0;
}
@media (max-width: 991px) {
  .ma352-dataInfo_t .container2 .ma352-right {
    padding: 0.15rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 .ma352-right {
    width: 100%;
  }
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_h2 {
  margin-bottom: 0.3rem;
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_h2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 .ma352-right .ma352-g_h2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_h2 span {
  color: #666;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 .ma352-right .ma352-g_h2 span {
    font-size: 0.32rem;
  }
}
.ma352-dataInfo_t .container2 .ma352-right > p {
  color: #444;
  line-height: 1.9;
}
@media (max-width: 991px) {
  .ma352-dataInfo_t .container2 .ma352-right > p {
    line-height: 1.5;
  }
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a {
  height: 0.4rem;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 100px;
  padding: 0 0.35rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.15rem 0.15rem 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a {
    height: 0.7rem;
  }
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a:hover {
  background: #005CE6;
  color: #fff;
  border-color: #005CE6;
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a:hover .ma352-g_svg .ma352-svg1 {
  display: none;
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a:hover .ma352-g_svg .ma352-svg2 {
  display: block;
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a .ma352-g_svg .ma352-svg1 {
  width: 0.2rem;
  height: auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a .ma352-g_svg .ma352-svg1 {
    width: 0.3rem;
  }
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a .ma352-g_svg .ma352-svg1 svg {
  width: 100%;
  height: auto;
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a .ma352-g_svg .ma352-svg1 svg path {
  fill: #fff;
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a .ma352-g_svg .ma352-svg2 {
  width: 0.4rem;
  height: 0.4rem;
  transition: all 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a .ma352-g_svg .ma352-svg2 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a .ma352-g_svg .ma352-svg2 svg {
  width: 100%;
  height: auto;
}
.ma352-dataInfo_t .container2 .ma352-right .ma352-g_a a .ma352-g_svg .ma352-svg2 svg path {
  fill: #707070;
}
.ma352-dataInfo_td {
  padding: 0.66rem 0 1.05rem;
  background: #f8f8f8;
}
.ma352-dataInfo_td .container2 .ma352-g_ul ul {
  display: flex;
  flex-wrap: wrap;
}
.ma352-dataInfo_td .container2 .ma352-g_ul ul li {
  padding: 0 20px;
  margin-bottom: 0.15rem;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .ma352-dataInfo_td .container2 .ma352-g_ul ul li {
    width: 100%;
  }
}
.ma352-dataInfo_td .container2 .ma352-g_ul ul li:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  left: 0;
  top: 9px;
}
.ma352-dataInfo_h2 {
  border-bottom: 2px solid #dedede;
  margin-bottom: 0.45rem;
}
.ma352-dataInfo_h2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
  padding: 0 0.3rem 0.22rem 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .ma352-dataInfo_h2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-dataInfo_h2 h2:after {
  content: '';
  position: absolute;
  bottom: -2px;
  background: #0363dc;
  width: 100%;
  height: 2px;
  left: 0;
}
.ma352-dataInfo_gg {
  padding: 0.66rem 0 2rem;
}
@media (max-width: 767px) {
  .ma352-dataInfo_gg {
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .ma352-dataInfo_gg .container2 .ma352-box {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx {
    width: 800px;
  }
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx table {
  width: 100%;
  border: 1px solid #d6d6d6;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx table td {
  padding: 20px 10px 20px 58px;
  border: 1px solid #d6d6d6;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx table tr:first-child {
  background: #f2f2f2;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx table tr td:first-child {
  width: 200px;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-tit {
  padding-left: 1.12rem;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  height: 0.52rem;
}
@media (max-width: 767px) {
  .ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-tit {
    height: 0.8rem;
  }
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-tit p {
  width: 50%;
  text-align: center;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-g_table * {
  border-color: #d6d6d6 !important;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-g_table table {
  width: 100%;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-g_table table tr td {
  padding: 20px 10px 20px 58px;
  color: #555;
}
@media (max-width: 991px) {
  .ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-g_table table tr td {
    padding: 20px 10px 20px 22px;
  }
}
@media (max-width: 767px) {
  .ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-g_table table tr td {
    padding: 12px 10px 12px 12px !important;
  }
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-g_table table tr td:first-child {
  padding: 20px 10px 20px 22px;
  vertical-align: top;
  font-weight: bold;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-g_table table tr td .ma352-tab_box {
  margin-bottom: 0.15rem;
}
.ma352-dataInfo_gg .container2 .ma352-box .ma352-bbx .ma352-g_table table tr td .ma352-tab_box .ma352-qh3 {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.03rem;
}
.ma352-qp {
  display: block;
  position: relative;
  margin-right: 0.4rem;
  padding-left: 20px;
}
.ma352-qp:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .ma352-qp:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.ma352-tech_yf {
  background: #f7f7f7;
}
.ma352-tech_yf .container2 .ma352-swi_tit .ma352-pub_a {
  padding: 0 0.22rem;
  height: 0.38rem;
  color: #333;
  border-color: #333;
}
.ma352-tech_yf .container2 .ma352-swi_tit .ma352-pub_a:hover {
  border-color: #0c7dfc;
}
.ma352-tech_yf .container2 .ma352-swi_tit .ma352-pub_a:hover p {
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-tech_yf .container2 .ma352-swi_tit .ma352-pub_a {
    height: 0.6rem;
    flex-shrink: 0;
    padding: 0 0.36rem;
    margin-left: 0.3rem;
  }
}
.ma352-tech_yf .container2 .ma352-swi_tit .ma352-pub_a p {
  color: #333;
}
.ma352-tech_nl {
  overflow: hidden;
  padding: 0.6rem 0 0.94rem;
}
.ma352-tech_nl .container2 .ma352-box {
  display: flex;
  justify-content: space-between;
  height: 6.02rem;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .ma352-tech_nl .container2 .ma352-box {
    flex-direction: column;
    height: auto;
  }
}
.ma352-tech_nl .container2 .ma352-box .ma352-list {
  width: 50%;
  height: 100%;
  margin-right: 0.12rem;
  position: relative;
  background: #000;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list {
    height: 7.6rem;
  }
}
@media (min-width: 768px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list.on {
    width: 46.78%;
    flex-shrink: 0;
  }
  .ma352-tech_nl .container2 .ma352-box .ma352-list.on .ma352-img {
    opacity: 0.34;
  }
  .ma352-tech_nl .container2 .ma352-box .ma352-list.on .txt {
    padding: 1.25rem 0.2rem 0 0.82rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ma352-tech_nl .container2 .ma352-box .ma352-list.on .txt h3 {
    margin-bottom: 0.2rem;
  }
  .ma352-tech_nl .container2 .ma352-box .ma352-list.on .txt .ma352-g_p {
    height: auto;
    opacity: 1;
  }
  .ma352-tech_nl .container2 .ma352-box .ma352-list.on .txt .ma352-g_span {
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list.on .txt {
    padding: 0.55rem 0.2rem 0 0.82rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list.on .txt {
    padding: 0.75rem 0.2rem 0 0.42rem;
  }
}
@media (max-width: 767px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list {
    width: 100% !important;
  }
}
.ma352-tech_nl .container2 .ma352-box .ma352-list:last-child {
  margin-right: 0;
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .ma352-img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  transition: all 0.5s;
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 0.42rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt {
    padding: 0 5%;
    align-items: flex-start;
    justify-content: center;
  }
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt h3 {
  white-space: nowrap;
  transition: all 0.5s;
  font-weight: bold;
}
@media (max-width: 991px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt h3 {
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt h3 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p {
  width: 4.6rem;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
  padding-right: 0.4rem;
  max-height: 19.5em;
  overflow-y: auto;
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p::-webkit-scrollbar {
  width: 3px;
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p::-webkit-scrollbar-thumb {
  background: #3066d0;
  border-radius: 25px;
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p::-webkit-scrollbar-corner {
  background: #3066d0;
}
@media (max-width: 1580px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p {
    width: 6.5rem;
  }
}
@media (max-width: 1260px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p {
    width: 5rem;
  }
}
@media (max-width: 991px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p {
    width: 3.9rem;
  }
}
@media (max-width: 767px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p {
    width: auto;
    height: auto;
    opacity: 1;
    margin-bottom: 0.55rem;
  }
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_p p {
  margin-bottom: 0.18rem;
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_span {
  display: flex;
  flex-wrap: wrap;
  width: 4.2rem;
  opacity: 0;
  height: 0;
}
@media (max-width: 1580px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_span {
    width: 6.5rem;
  }
}
@media (max-width: 1260px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_span {
    width: 5rem;
  }
}
@media (max-width: 991px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_span {
    width: 3.9rem;
  }
}
@media (max-width: 767px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_span {
    width: auto;
    height: auto;
    opacity: 1;
  }
}
.ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_span span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.18rem 0.1rem 0;
}
@media (max-width: 1580px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_span span {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .ma352-tech_nl .container2 .ma352-box .ma352-list .txt .ma352-g_span span {
    width: 1rem;
    height: 1rem;
  }
}
.ma352-h_pro .ma352-list {
  width: 50%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .ma352-h_pro .ma352-list.on {
    width: 37%;
    flex-shrink: 0;
  }
  .ma352-h_pro .ma352-list.on .txt {
    background: rgba(0, 0, 0, 0);
    padding: 0 1.4rem 1.04rem;
    align-items: flex-start;
  }
  .ma352-h_pro .ma352-list.on .txt h3 {
    margin-bottom: 0.15rem;
  }
  .ma352-h_pro .ma352-list.on .txt .ma352-g_p {
    margin-bottom: 0.42rem;
    height: auto;
    opacity: 1;
  }
  .ma352-h_pro .ma352-list.on .txt .ma352-pub_a {
    height: 0.5rem;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ma352-h_pro .ma352-list.on .txt {
    padding: 0 0.4rem 1.22rem;
  }
}
.ma352-h_pro .ma352-list .ma352-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .ma352-img {
    height: 10rem;
  }
}
.ma352-h_pro .ma352-list .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 1.22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .txt {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 5%;
    align-items: flex-start;
    justify-content: center;
  }
}
.ma352-h_pro .ma352-list .txt h3 {
  white-space: nowrap;
  font-size: 0.3rem;
  font-weight: bold;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .txt h3 {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
}
.ma352-h_pro .ma352-list .txt .ma352-g_p {
  width: 3.24rem;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .txt .ma352-g_p {
    width: auto;
    height: auto;
    opacity: 1;
    margin-bottom: 1.5rem;
  }
}
.ma352-h_pro .ma352-list .txt .ma352-pub_a {
  height: 0;
  opacity: 0;
  transition: all 0.5s;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ma352-h_pro .ma352-list .txt .ma352-pub_a {
    height: 0.8rem;
    opacity: 1;
  }
}
.ma352-tech_ipd {
  padding: 0.7rem 0;
  background: #f7f7f7;
}
.ma352-tech_ipd .container2 .ma352-img {
  margin-top: 0.26rem;
  text-align: center;
}
.ma352-tech_ipd .container2 .ma352-img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.ma352-sup_num {
  padding: 1.2rem 0 0.85rem;
}
@media (max-width: 767px) {
  .ma352-sup_num {
    padding: 0.5rem 0 0.6rem;
  }
}
.ma352-sup_num .ma352-bri_num_box .container2 .ma352-list {
  padding: 0 0 0.55rem 0.6rem;
}
@media (max-width: 991px) {
  .ma352-sup_num .ma352-bri_num_box .container2 .ma352-list {
    padding: 0 0 0.35rem 0.3rem;
  }
}
.ma352-sup_num .ma352-bri_num_box .container2 .ma352-list:after {
  display: none !important;
}
.ma352-sup_gy {
  background: #f8f8f8;
  padding: 0.94rem 0 1.38rem;
  height: 9.7rem;
}
@media (max-width: 767px) {
  .ma352-sup_gy {
    padding: 0.6rem 0 1rem;
    height: auto;
  }
}
.ma352-sup_gy .container2 {
  height: 100%;
  padding-right: 0.84rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ma352-sup_gy .container2 {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.ma352-sup_gy .container2 .ma352-left {
  width: 6.5rem;
}
@media (max-width: 991px) {
  .ma352-sup_gy .container2 .ma352-left {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.ma352-sup_gy .container2 .ma352-left h2 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.26rem;
  text-align: justify;
}
@media (max-width: 767px) {
  .ma352-sup_gy .container2 .ma352-left h2 {
    font-size: 0.46rem;
  }
}
.ma352-sup_gy .container2 .ma352-left p {
  color: #444;
  text-align: justify;
}
.ma352-sup_gy .container2 .ma352-right {
  width: 6.34rem;
  height: auto;
}
@media (max-width: 991px) {
  .ma352-sup_gy .container2 .ma352-right {
    width: 100%;
  }
}
.ma352-sup_gy .container2 .ma352-right img {
  object-fit: contain;
}
.ma352-sup_gl .ma352-sup_gl_box {
  height: 9.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .ma352-sup_gl .ma352-sup_gl_box {
    height: auto;
  }
}
.ma352-sup_gl .ma352-sup_gl_box:nth-child(2n) .ma352-sup_gl_con .container2 {
  justify-content: flex-start;
}
.ma352-sup_gl .ma352-sup_gl_box .ma352-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-sup_gl .ma352-sup_gl_box .ma352-img {
    height: auto;
  }
}
.ma352-sup_gl .ma352-sup_gl_box .ma352-img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .ma352-sup_gl .ma352-sup_gl_box .ma352-img video {
    display: none;
  }
}
.ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con {
    background: rgba(0, 0, 0, 0.1);
    position: initial;
  }
}
.ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con .container2 {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con .container2 {
    padding: 0.3rem 0;
  }
}
.ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt {
  width: 6.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt {
    width: 100%;
  }
}
.ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt h3 {
    font-size: 0.4rem;
  }
}
.ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt p {
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .ma352-sup_gl .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt p {
    padding: 0;
  }
}
.ma352-sup_cg {
  padding: 0.8rem 0 0.9rem;
}
.ma352-sup_cg .container2 {
  padding-right: 4.2rem;
}
@media (max-width: 991px) {
  .ma352-sup_cg .container2 {
    padding: 0;
  }
}
.ma352-sup_cg .container2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .ma352-sup_cg .container2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-sup_cg .container2 > p {
  margin-bottom: 0.22rem;
}
.ma352-sup_cg .container2 .ma352-report {
  display: flex;
  flex-wrap: wrap;
}
.ma352-sup_cg .container2 .ma352-report ul {
  display: flex;
  flex-direction: column;
}
.ma352-sup_cg .container2 .ma352-report ul p {
  margin-right: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .ma352-sup_cg .container2 .ma352-report ul p {
    font-size: 0.36rem;
  }
}
.ma352-sup_cg .container2 .ma352-report ul li {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .ma352-sup_cg .container2 .ma352-report ul li {
    font-size: 0.36rem;
  }
}
.ma352-sup_cg .container2 .ma352-report ul li span {
  color: #0a5fdf;
}
@media (max-width: 767px) {
  .ma352-inte_hu {
    padding: 0.6rem 0 0;
  }
}
.ma352-inte_hu .ma352-sup_gl_box .ma352-img img {
  /* &:nth-of-type(2){
					display: none;
				} */
}
@media (max-width: 767px) {
  .ma352-inte_hu .ma352-sup_gl_box:nth-of-type(1) {
    height: auto;
  }
  .ma352-inte_hu .ma352-sup_gl_box:nth-of-type(1) .ma352-img img {
    /* &:nth-of-type(1){
							display: none;
						}
						&:nth-of-type(2){
							display: block;
						} */
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ma352-inte_hu .ma352-sup_gl_box:nth-of-type(1) .ma352-sup_gl_con {
    background-color: initial;
    position: initial;
  }
}
.ma352-inte_hu .ma352-sup_gl_box:nth-child(2n) .ma352-sup_gl_con .container2 {
  justify-content: flex-end;
}
.ma352-inte_hu .ma352-sup_gl_box:nth-child(3) .ma352-sup_gl_con .container2 .txt {
  color: #fff;
}
@media (max-width: 767px) {
  .ma352-inte_hu .ma352-sup_gl_box:nth-child(3) .ma352-sup_gl_con .container2 .txt {
    color: #333;
  }
}
.ma352-inte_hu .ma352-sup_gl_box .ma352-sup_gl_con .container2 {
  justify-content: flex-start;
}
.ma352-inte_hu .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt {
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .ma352-inte_hu .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt {
    width: 100%;
    padding: 0;
  }
}
.ma352-inte_hu .ma352-sup_gl_box .ma352-sup_gl_con .container2 .txt p {
  padding: 0;
}
.ma352-qua_pz {
  height: 7.7rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .ma352-qua_pz {
    height: auto;
  }
}
.ma352-qua_pz .ma352-imgBJ {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .ma352-qua_pz .ma352-imgBJ {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ma352-qua_pz .ma352-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding-bottom: 0.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ma352-qua_pz .ma352-box {
    flex-direction: column;
    position: initial;
    transform: translateX(0%);
    padding: 0.8rem 0;
  }
}
.ma352-qua_pz .ma352-box .ma352-list {
  width: 4.76rem;
  height: 4.76rem;
  margin: 0 -0.14rem;
  color: #fff;
  padding: 0 0.3rem 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .ma352-qua_pz .ma352-box .ma352-list {
    width: 5.7rem;
    height: 5.7rem;
  }
}
@media (max-width: 1260px) {
  .ma352-qua_pz .ma352-box .ma352-list {
    width: 5rem;
    height: 5rem;
    padding: 0.7rem 0.3rem 0;
  }
}
@media (max-width: 991px) {
  .ma352-qua_pz .ma352-box .ma352-list {
    width: 5rem;
    height: 5rem;
    padding: 0 0.3rem;
    margin: 0.3rem 0;
  }
}
.ma352-qua_pz .ma352-box .ma352-list:nth-child(2) img {
  transform: rotate(80deg);
}
.ma352-qua_pz .ma352-box .ma352-list:nth-child(3) img {
  transform: rotate(250deg);
}
.ma352-qua_pz .ma352-box .ma352-list img {
  position: absolute;
  top: 0;
  left: 0;
}
.ma352-qua_pz .ma352-box .ma352-list h3 {
  font-weight: bold;
  font-size: 0.3rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .ma352-qua_pz .ma352-box .ma352-list h3 {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
}
.ma352-qua_pz .ma352-box .ma352-list .ma352-g_p p {
  text-align: center;
}
.ma352-qua_zq {
  height: 9.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .ma352-qua_zq {
    padding: 1rem 0;
    height: auto;
  }
}
.ma352-qua_zq .container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-qua_zq .container2 {
    flex-direction: column-reverse;
  }
}
.ma352-qua_zq .container2 .ma352-left {
  width: 40.85%;
}
@media (max-width: 767px) {
  .ma352-qua_zq .container2 .ma352-left {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.ma352-qua_zq .container2 .ma352-left h2 {
  font-size: 0.36rem;
  margin-bottom: 0.15rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ma352-qua_zq .container2 .ma352-left h2 {
    font-size: 0.46rem;
  }
}
.ma352-qua_zq .container2 .ma352-left .ma352-g_p > p {
  color: #666;
  margin-bottom: 0.2rem;
}
.ma352-qua_zq .container2 .ma352-left .ma352-g_p .ma352-g_qp p {
  color: #666;
  margin-bottom: 0.05rem;
}
.ma352-qua_zq .container2 .ma352-right {
  width: 50.71%;
}
.ma352-qua_zq .container2 .ma352-right img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .ma352-qua_zq .container2 .ma352-right {
    width: 100%;
  }
}
.ma352-qua_gk {
  height: 9.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-qua_gk {
    padding: 1rem 0;
    height: auto;
  }
}
.ma352-qua_gk .container2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ma352-qua_gk .container2 {
    flex-direction: column;
  }
}
.ma352-qua_gk .container2 .ma352-left {
  width: 53.57%;
  padding-left: 0.22rem;
}
@media (max-width: 767px) {
  .ma352-qua_gk .container2 .ma352-left {
    width: 100%;
    padding: 0;
  }
}
.ma352-qua_gk .container2 .ma352-left img {
  object-fit: contain;
}
.ma352-qua_gk .container2 .ma352-right {
  width: 38.57%;
  padding-top: 1.02rem;
}
@media (max-width: 991px) {
  .ma352-qua_gk .container2 .ma352-right {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .ma352-qua_gk .container2 .ma352-right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.ma352-qua_gk .container2 .ma352-right h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .ma352-qua_gk .container2 .ma352-right h2 {
    font-size: 0.46rem;
    margin-bottom: 0.15rem;
  }
}
.ma352-qua_gk .container2 .ma352-right p {
  color: #666;
  margin-bottom: 0.18rem;
}
.ma352-qua_rz {
  background: #fff;
  padding: 0.66rem 0 1.4rem;
}
.ma352-qua_rz .container2 .ma352-swi_tit {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ma352-qua_rz .container2 .ma352-swi_tit .ma352-qie {
    display: none;
  }
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi {
  margin-top: 0.4rem;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box {
  padding: 0.46rem 0.7rem 0.58rem;
  background: #F7F7F7;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img {
  margin-bottom: 0.38rem;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img:hover .ma352-g_dow {
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img:before {
  padding-top: 70.28%;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img > img {
  object-fit: contain;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img .ma352-g_dow {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img .ma352-g_dow .ma352-svg_box {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #026fe9;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img .ma352-g_dow .ma352-svg_box {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img .ma352-g_dow .ma352-svg_box svg {
  width: 38.46%;
  height: auto;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .ma352-img .ma352-g_dow .ma352-svg_box svg path {
  fill: #fff;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .txt {
  text-align: center;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .txt h3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.ma352-qua_rz .container2 .ma352-qua_rz_swi .ma352-box .txt .ma352-g_p p {
  color: #666;
}
.ma352-dig {
  width: 100%;
  height: 100vh;
  position: relative;
}
.ma352-dig .ma352-dig_swi {
  width: 100%;
  height: 100%;
}
.ma352-dig .ma352-dig_swi .swiper-slide-active .ma352-dig_box .ma352-img.on img {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
}
.ma352-dig .ma352-dig_swi .ma352-dig_box {
  width: 100%;
  height: 100vh;
  position: relative;
}
.ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm {
  width: 100%;
  height: 100%;
}
.ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list {
  width: 100%;
  height: 100%;
}
.ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .ma352-img {
  background: #333;
  position: relative;
  width: 100%;
  height: 100%;
}
.ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .ma352-img .ma352-img2 {
  display: none;
}
@media (max-width: 767px) {
  .ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .ma352-img .ma352-img1 {
    display: none;
  }
  .ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .ma352-img .ma352-img2 {
    display: block;
  }
}
.ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .ma352-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
  transition: all 0.7s;
}
.ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .ma352-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .ma352-img video {
    display: none;
  }
}
.ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.55rem;
  text-align: center;
}
@media (max-width: 767px) {
  .ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .txt {
    padding-top: 0.55rem;
  }
}
.ma352-dig .ma352-dig_swi .ma352-dig_box .ma352-dig_sm .ma352-dig_sm_list .txt h2 {
  font-size: 0.46rem;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
.ma352-dig_pag {
  position: absolute;
  width: auto;
  bottom: 0.74rem !important;
  left: 50% !important;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 5;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ma352-dig_pag {
    bottom: 0.4rem;
  }
}
.ma352-dig_pag span {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  padding: 0 0.3rem 0.25rem;
  display: block;
  color: #fff;
  margin: 0 0.14rem;
  position: relative;
  color: #dedede;
  cursor: pointer;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .ma352-dig_pag span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ma352-dig_pag span {
    font-size: 0.32rem;
    margin: 0 0.07rem;
    padding: 0 0.2rem 0.25rem;
  }
}
.ma352-dig_pag span.swiper-pagination-bullet-active {
  color: #fff;
}
.ma352-dig_pag span.swiper-pagination-bullet-active:after {
  width: 100%;
}
.ma352-dig_pag span:after {
  content: '';
  position: absolute;
  bottom: -1px;
  background: #1972da;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  transition: all 0.5s;
}
.ma352-sus_tit {
  padding: 1.2rem 0 1.1rem;
}
.ma352-sus_tit .ma352-pub_h2 p {
  text-align: center;
}
@media (max-width: 1580px) {
  .ma352-sus_tit .ma352-pub_h2 p {
    max-width: 78%;
  }
}
.ma352-sus_box {
  height: 9.7rem;
}
@media (max-width: 767px) {
  .ma352-sus_box {
    height: auto;
  }
}
.ma352-sus_box.sus_boxhz {
  height: auto;
}
.ma352-sus_box.sus_boxhz .ma352-sus_con {
  height: 9.7rem;
}
@media (max-width: 767px) {
  .ma352-sus_box.sus_boxhz .ma352-sus_con {
    height: auto;
  }
}
.ma352-sus_box .ma352-sus_con {
  padding: 0.85rem 0 0.95rem;
  background: #f6f6f6;
  height: 100%;
}
.ma352-sus_box .ma352-sus_con:nth-child(2n) {
  padding: 1.08rem 0 1.3rem;
  background: #fff;
}
.ma352-sus_box .ma352-sus_con:nth-child(2n) .container2 {
  flex-direction: row-reverse;
}
.ma352-sus_box .ma352-sus_con:nth-child(2n) .container2 .ma352-left {
  padding: 0 0.38rem 0 0.1rem;
}
.ma352-sus_box .ma352-sus_con:nth-child(2n) .container2 .ma352-right {
  justify-content: flex-start;
}
.ma352-sus_box .ma352-sus_con .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .ma352-sus_box .ma352-sus_con .container2 {
    flex-direction: column-reverse !important;
  }
}
.ma352-sus_box .ma352-sus_con .container2 .ma352-left {
  flex-shrink: 0;
  width: 6.5rem;
}
@media (max-width: 767px) {
  .ma352-sus_box .ma352-sus_con .container2 .ma352-left {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.ma352-sus_box .ma352-sus_con .container2 .ma352-left h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .ma352-sus_box .ma352-sus_con .container2 .ma352-left h2 {
    font-size: 0.46rem;
  }
}
.ma352-sus_box .ma352-sus_con .container2 .ma352-left .ma352-g_p p {
  color: #444;
  margin-bottom: 0.18rem;
}
.ma352-sus_box .ma352-sus_con .container2 .ma352-right {
  width: 42.57%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ma352-sus_box .ma352-sus_con .container2 .ma352-right {
    width: 100%;
  }
}
.ma352-sus_box .ma352-sus_con .container2 .ma352-right img {
  width: auto;
  height: auto;
}
.ma352-sus_tw {
  height: 9.7rem;
  position: relative;
}
.ma352-sus_tw.sus_tw2 .container2 {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ma352-sus_tw.sus_tw_fff {
    margin-bottom: 0;
  }
}
.ma352-sus_tw.sus_tw_fff h2 {
  color: #fff !important;
}
@media (max-width: 767px) {
  .ma352-sus_tw.sus_tw_fff h2 {
    color: #333 !important;
  }
}
.ma352-sus_tw.sus_tw_fff p {
  color: #fff !important;
}
@media (max-width: 767px) {
  .ma352-sus_tw.sus_tw_fff p {
    color: #333 !important;
  }
}
@media (max-width: 767px) {
  .ma352-sus_tw {
    height: auto;
    margin-bottom: 0.8rem;
  }
}
.ma352-sus_tw .ma352-img {
  width: 100%;
  height: 100%;
}
.ma352-sus_tw .ma352-img .ma352-img2 {
  display: none;
}
@media (max-width: 767px) {
  .ma352-sus_tw .ma352-img {
    height: 5rem;
  }
  .ma352-sus_tw .ma352-img .ma352-img1 {
    display: none;
  }
  .ma352-sus_tw .ma352-img .ma352-img2 {
    display: block;
  }
}
.ma352-sus_tw .container2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .ma352-sus_tw .container2 {
    position: initial;
    transform: translateX(0%);
    width: 100%;
    padding: 0 5%;
    /* background: rgba(0,0,0,0.3); */
  }
}
.ma352-sus_tw .container2 .txt {
  width: 6.5rem;
}
@media (max-width: 991px) {
  .ma352-sus_tw .container2 .txt {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ma352-sus_tw .container2 .txt {
    width: 100%;
    padding: 0.8rem 0;
    color: #333 !important;
  }
}
.ma352-sus_tw .container2 .txt h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .ma352-sus_tw .container2 .txt h2 {
    font-size: 0.46rem;
    color: #333 !important;
  }
}
.ma352-sus_tw .container2 .txt .ma352-g_p p {
  color: #444;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .ma352-sus_tw .container2 .txt .ma352-g_p p {
    color: #333 !important;
  }
}
.ma352-comp_box .ma352-sus_con {
  padding: 0.58rem 0 0.7rem;
}
.ma352-sup_cg2 {
  padding: 1.25rem 0;
}
.ma352-sup_cg2 .container2 {
  padding-right: 0;
}
@media (max-width: 767px) {
  .ma352-sup_cg2 .container2 {
    padding: 0;
  }
}
.ma352-sup_cg2 .container2 h2 {
  margin-bottom: 0.1rem;
}
.ma352-sup_cg2 .container2 > p {
  margin-bottom: 0.2rem;
  width: 60%;
}
@media (max-width: 767px) {
  .ma352-sup_cg2 .container2 > p {
    width: 100%;
  }
}
.ma352-sup_cg2 .container2 .ma352-report {
  flex-direction: column;
}
.ma352-sup_cg2 .container2 .ma352-report .ma352-report_box {
  display: flex;
}
.ma352-sup_cg2 .container2 .ma352-report .ma352-report_box ul {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .ma352-sup_cg2 .container2 .ma352-report .ma352-report_box ul {
    margin-right: 0.4rem;
  }
}
.ma352-sup_cg2 .container2 .ma352-report .ma352-report_box ul li {
  margin-bottom: 0.1rem;
}
.ma352-sup_cg2 .container2 .ma352-report .ma352-report_box ul li span {
  color: #333;
}
.ma352-sup_cg2 .container2 .ma352-report .ma352-report_box > img {
  width: 1.4rem;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .ma352-sup_cg2 .container2 .ma352-report .ma352-report_box > img {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .ma352-sup_cg2 .container2 .ma352-report .ma352-report_box > img {
    flex-shrink: 0;
  }
}
.ma352-saf .ma352-saf_box {
  background: #f6f6f6;
  padding: 0.7rem 0 1rem;
}
.ma352-saf .ma352-saf_box:nth-child(2n) {
  background: #fff;
  padding-bottom: 1.7rem;
}
.ma352-saf .ma352-saf_box .container2 h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .ma352-saf .ma352-saf_box .container2 h3 {
    font-size: 0.46rem;
    text-align: center;
  }
}
.ma352-saf .ma352-saf_box .container2 .ma352-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ma352-saf .ma352-saf_box .container2 .ma352-box {
    flex-wrap: wrap;
  }
}
.ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list {
  width: calc((100% - 5rem)/3);
  margin-right: 2.5rem;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list {
    width: calc((100% - 2rem)/3);
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list {
    width: 100%;
    margin: 0 0 0.9rem 0;
  }
}
.ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list:last-child {
  margin-right: 0;
}
.ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list:last-child::after {
  display: none;
}
.ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 0.45rem);
  top: 0.45rem;
  right: -1.25rem;
  background: #d2d2d2;
}
@media (max-width: 991px) {
  .ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list::after {
    right: -0.5rem;
  }
}
@media (max-width: 767px) {
  .ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list::after {
    display: none;
  }
}
.ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list svg {
  width: 0.58rem;
  height: 0.58rem;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list svg {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list svg path {
  fill: #0a5fdf;
}
.ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list h4 {
  margin-bottom: 0.1rem;
}
.ma352-saf .ma352-saf_box .container2 .ma352-box .ma352-list p {
  color: #666;
}
.ma352-supp_box {
  height: auto;
}
.ma352-supp_box .ma352-sus_con {
  height: 9.7rem;
  padding: 0.5rem 0 0.7rem !important;
}
@media (max-width: 767px) {
  .ma352-supp_box .ma352-sus_con {
    height: auto;
    padding: 1rem 0 !important;
  }
}
.ma352-supp_down {
  background: #f7f7f7;
  padding: 0.8rem 0 1.44rem;
}
.ma352-supp_down .container2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .ma352-supp_down .container2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-supp_down .container2 .ma352-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* .ma352-list{
				width: calc(50% - 0.37rem);
				padding: 0 0.36rem 8px 0.22rem;
				border-bottom: 1px solid #d1d1d1;
				margin-bottom: 0.12rem;
				display: flex;
				justify-content: space-between;
				align-items: center;
				@media @max-xs{
					width: 100%;margin-bottom: 0.25rem;
				}
				.ma352-left{
					width: 100%;
					display: flex;
					align-items: center;
					svg{
						width: 21px;
						height: auto;
						flex-shrink: 0;
						margin-right: 0.18rem;
						@media @max-xs{
							width: 15px;
						}
						path{
							fill: #1072e0;
						}
					}
					p{
						color: #555;
						width: 100%;
						overflow: hidden;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 1;
					}
				}
				.ma352-right{
					display: flex;
					align-items: center;
					justify-content: space-between;
					width: 1.75rem;
					margin-left: 0.2rem;
					flex-shrink: 0;
					span{
						color: #555;
					}
					svg{
						width: 19px;
						height: auto;
						flex-shrink: 0;
						@media @max-xs{
							width: 14px;
						}
						path{
							fill: #1072e0;
							
						}
					}
				}
			} */
}
.ma352-supp_down .container2 .ma352-box ul {
  display: flex;
  flex-wrap: wrap;
}
.ma352-supp_down .container2 .ma352-box ul li {
  width: calc((100% - 0.52rem)/3);
  margin: 0 0.26rem 0.25rem 0;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-supp_down .container2 .ma352-box ul li {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
}
.ma352-supp_down .container2 .ma352-box ul li:nth-child(3n) {
  margin-right: 0;
}
.ma352-supp_down .container2 .ma352-box ul li:hover {
  background: #1072e0;
}
.ma352-supp_down .container2 .ma352-box ul li:hover p {
  color: #fff;
}
.ma352-supp_down .container2 .ma352-box ul li:hover svg path {
  fill: #fff !important;
}
.ma352-supp_down .container2 .ma352-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.28rem;
  height: 0.75rem;
  border: 1px solid #f3f3f3;
}
@media (max-width: 767px) {
  .ma352-supp_down .container2 .ma352-box ul li a {
    height: 1rem;
  }
}
.ma352-supp_down .container2 .ma352-box ul li a p {
  transition: all 0.3s;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ma352-supp_down .container2 .ma352-box ul li a .ma352-g_svg {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.ma352-supp_down .container2 .ma352-box ul li a .ma352-g_svg svg {
  width: 0.28rem;
  height: 0.28rem;
}
@media (max-width: 767px) {
  .ma352-supp_down .container2 .ma352-box ul li a .ma352-g_svg svg {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.ma352-supp_down .container2 .ma352-box ul li a .ma352-g_svg svg path {
  fill: #1072e0;
}
.ma352-techn_box .ma352-sus_con .container2 .ma352-right {
  width: 57.14%;
}
@media (max-width: 767px) {
  .ma352-techn_box .ma352-sus_con .container2 .ma352-right {
    width: 100%;
  }
}
.ma352-techn_rz {
  padding: 0.75rem 0 1rem;
}
.ma352-techn_rz .container2 h2 {
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ma352-techn_rz .container2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-techn_rz .container2 .ma352-box {
  margin-top: 0.45rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ma352-techn_rz .container2 .ma352-box .ma352-list {
  width: calc((100% - 0.25rem)/2);
  border: 1px solid #e1e1e1;
  padding: 0.34rem 0.6rem 0.34rem 0.38rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-techn_rz .container2 .ma352-box .ma352-list {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.ma352-techn_rz .container2 .ma352-box .ma352-list .ma352-img {
  width: 1.56rem;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  height: auto;
  margin-right: 0.52rem;
  flex-shrink: 0;
}
.ma352-techn_rz .container2 .ma352-box .ma352-list .ma352-img:before {
  padding-top: 139.74%;
}
.ma352-techn_rz .container2 .ma352-box .ma352-list .txt {
  padding-bottom: 0.25rem;
  width: 100%;
}
@media (max-width: 767px) {
  .ma352-techn_rz .container2 .ma352-box .ma352-list .txt {
    padding: 0;
  }
}
.ma352-techn_rz .container2 .ma352-box .ma352-list .txt h3 {
  font-weight: bold;
  margin-bottom: 0.15rem;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .ma352-techn_rz .container2 .ma352-box .ma352-list .txt h3 {
    font-size: 0.32rem;
  }
}
.ma352-techn_rz .container2 .ma352-box .ma352-list .txt p {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ma352-mad_box .ma352-sus_con {
  padding: 0.9rem 0 1.3rem;
  background: #fff;
}
.ma352-mad_box .ma352-sus_con .container2 {
  flex-direction: row-reverse;
}
.ma352-mad_box .ma352-sus_con .container2 .ma352-left {
  padding: 0 0.6rem 0 0.1rem;
}
.ma352-mad_box .ma352-sus_con .container2 .ma352-right {
  justify-content: flex-start;
}
.ma352-mad_rz {
  padding: 0.74rem 0 1.4rem;
}
@media (max-width: 767px) {
  .ma352-mad_rz {
    padding: 0.8rem 0;
  }
}
.ma352-mad_rz .container2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ma352-mad_rz .container2 h2 {
    font-size: 0.46rem;
  }
}
.ma352-mad_rz .container2 .ma352-box {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ma352-mad_rz .container2 .ma352-box {
    flex-wrap: wrap;
  }
}
.ma352-mad_rz .container2 .ma352-box .ma352-list {
  width: calc((100% - 0.54rem)/3);
}
@media (max-width: 767px) {
  .ma352-mad_rz .container2 .ma352-box .ma352-list {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.ma352-mad_rz .container2 .ma352-box .ma352-list .ma352-img:before {
  padding-top: 65.92%;
}
.ma352-mad_rz .container2 .ma352-box .ma352-list .txt {
  border: 1px solid #e1e1e1;
  padding: 0.35rem 0.44rem 0.44rem;
}
.ma352-mad_rz .container2 .ma352-box .ma352-list .txt h3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .ma352-mad_rz .container2 .ma352-box .ma352-list .txt h3 {
    font-size: 0.32rem;
  }
}
.ma352-mad_rz .container2 .ma352-box .ma352-list .txt p {
  color: #666;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .ma352-mad_rz .container2 .ma352-box .ma352-list .txt p {
    height: auto;
  }
}
.ma352-supp_box2 .ma352-sus_con {
  padding: 0.44rem 0 0.75rem;
}
@media (max-width: 767px) {
  .ma352-supp_box2 .ma352-sus_con .container2 .ma352-left {
    width: 100%;
  }
}
.ma352-wel_tw {
  padding: 0.72rem 0 1.14rem;
  background: #f7f7f7;
}
.ma352-wel_tw .container2 .ma352-list {
  padding-bottom: 0.48rem;
  margin-bottom: 0.48rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-wel_tw .container2 .ma352-list {
    flex-direction: column-reverse !important;
  }
}
.ma352-wel_tw .container2 .ma352-list:nth-child(2n) {
  flex-direction: row-reverse;
}
.ma352-wel_tw .container2 .ma352-list:nth-child(2n) .txt {
  padding: 0 0 0 1.7rem;
}
.ma352-wel_tw .container2 .ma352-list:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.ma352-wel_tw .container2 .ma352-list:hover .ma352-img img {
  transform: scale(1.05);
}
.ma352-wel_tw .container2 .ma352-list .txt {
  padding-right: 1.8rem;
  width: 50%;
}
@media (max-width: 767px) {
  .ma352-wel_tw .container2 .ma352-list .txt {
    width: 100%;
    padding: 0 !important;
    margin-top: 0.5rem;
  }
}
.ma352-wel_tw .container2 .ma352-list .txt h3 {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .ma352-wel_tw .container2 .ma352-list .txt h3 {
    font-size: 0.4rem;
  }
}
.ma352-wel_tw .container2 .ma352-list .txt p {
  color: #666;
  margin-bottom: 0.38rem;
}
.ma352-wel_tw .container2 .ma352-list .ma352-img {
  width: 50%;
}
@media (max-width: 767px) {
  .ma352-wel_tw .container2 .ma352-list .ma352-img {
    width: 100%;
  }
}
.ma352-wel_tw .container2 .ma352-list .ma352-img:before {
  padding-top: 59.14%;
}
.ma352-wel_ry {
  padding: 0.95rem 0 1.55rem;
}
.ma352-wel_ry .container2 h2 {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
}
.ma352-wel_ry .container2 .ma352-wel_ry_box {
  margin-top: 0.4rem;
  position: relative;
}
.ma352-wel_ry .container2 .ma352-wel_ry_box .ma352-wel_ry_swi {
  padding: 20px 10px 0;
}
.ma352-wel_ry .container2 .ma352-wel_ry_box .ma352-wel_ry_swi .ma352-wel_ry_con .ma352-img {
  margin-bottom: 0.18rem;
  overflow: initial;
}
.ma352-wel_ry .container2 .ma352-wel_ry_box .ma352-wel_ry_swi .ma352-wel_ry_con .ma352-img:before {
  padding-top: 136.46%;
}
.ma352-wel_ry .container2 .ma352-wel_ry_box .ma352-wel_ry_swi .ma352-wel_ry_con .txt {
  text-align: center;
}
.ma352-wel_ry .container2 .ma352-qie .ma352-pub_prev {
  left: -1.22rem;
}
.ma352-wel_ry .container2 .ma352-qie .ma352-pub_next {
  right: -1.22rem;
}
.ma352-wel_ry .container2 .ma352-qie .ma352-pub_nav {
  top: 42%;
}
.ma352-wel_ry .container2 .ma352-qie .ma352-pub_nav:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #0e7efc;
  background: none;
}
.ma352-wel_ry .container2 .ma352-qie .ma352-pub_nav:hover svg path {
  fill: #0e7efc;
}
.ma352-welInfo {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ma352-welInfo {
    margin-bottom: 0;
  }
}
.ma352-welInfo .ma352-welInfo_box {
  padding: 1.04rem 0 1.45rem;
}
@media (max-width: 767px) {
  .ma352-welInfo .ma352-welInfo_box {
    padding: 1.2rem 0;
  }
}
.ma352-welInfo .ma352-welInfo_box:nth-child(2n) {
  background: #f7f7f7;
}
.ma352-welInfo .ma352-welInfo_box .container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-welInfo .ma352-welInfo_box .container2 {
    flex-direction: column-reverse;
  }
}
.ma352-welInfo .ma352-welInfo_box .container2 .ma352-img {
  width: 4.8rem;
  margin-left: 2.35rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ma352-welInfo .ma352-welInfo_box .container2 .ma352-img {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .ma352-welInfo .ma352-welInfo_box .container2 .ma352-img {
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
}
.ma352-welInfo .ma352-welInfo_box .container2 .ma352-img:before {
  padding-top: 66.67%;
}
.ma352-welInfo .ma352-welInfo_box .container2 .txt {
  width: 100%;
}
.ma352-welInfo .ma352-welInfo_box .container2 .txt .ma352-p_box {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0.1rem;
  margin-bottom: 0.18rem;
}
.ma352-welInfo .ma352-welInfo_box .container2 .txt .ma352-p_box:last-child {
  margin-bottom: 0;
}
.ma352-welInfo .ma352-welInfo_box .container2 .txt .ma352-p_box p {
  line-height: 1.8;
}
.ma352-welInfo .ma352-welInfo_box .container2 .txt .ma352-p_box p span {
  font-weight: bold;
}
.ma352-rep_tit .ma352-pub_h2 p {
  margin-top: 0.25rem;
}
.ma352-repo {
  padding: 0.75rem 0 2rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .ma352-repo {
    padding: 0.75rem 0 1rem;
  }
}
.ma352-repo .container2 .ma352-repo_box:first-child {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0.76rem;
}
.ma352-repo .container2 .ma352-repo_box h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .ma352-repo .container2 .ma352-repo_box h2 {
    font-size: 0.46rem;
  }
}
.ma352-repo .container2 .ma352-repo_box ul {
  display: flex;
  flex-wrap: wrap;
}
.ma352-repo .container2 .ma352-repo_box ul li {
  width: calc((100% - 0.52rem)/3);
  margin: 0 0.26rem 0.25rem 0;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ma352-repo .container2 .ma352-repo_box ul li {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
}
.ma352-repo .container2 .ma352-repo_box ul li:nth-child(3n) {
  margin-right: 0;
}
.ma352-repo .container2 .ma352-repo_box ul li:hover {
  background: #1072e0;
}
.ma352-repo .container2 .ma352-repo_box ul li:hover p {
  color: #fff !important;
}
.ma352-repo .container2 .ma352-repo_box ul li:hover svg path {
  fill: #fff !important;
}
.ma352-repo .container2 .ma352-repo_box ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.28rem;
  border: 1px solid #f3f3f3;
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_t {
  display: flex;
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_t p {
  transition: all 0.3s;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_t svg {
  margin-right: 0.2rem;
  width: 21px;
  height: auto;
  flex-shrink: 0;
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_t svg path {
  fill: #333;
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_b {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_b p {
  color: #666;
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_b .ma352-g_svg {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_b .ma352-g_svg svg {
  width: 0.28rem;
  height: 0.28rem;
}
@media (max-width: 767px) {
  .ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_b .ma352-g_svg svg {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.ma352-repo .container2 .ma352-repo_box ul li a .ma352-g_b .ma352-g_svg svg path {
  fill: #1072e0;
}
.ma352-ant .container2 {
  padding: 0.9rem 1rem 3.85rem;
}
@media (max-width: 991px) {
  .ma352-ant .container2 {
    padding: 0.9rem 0 2rem;
  }
}
.ma352-ant .container2 h2 {
  font-weight: bold;
  font-size: 0.4rem;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .ma352-ant .container2 h2 {
    margin-bottom: 0.4rem;
    font-size: 0.5rem;
  }
}
.ma352-ant .container2 .ma352-ant_tit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .ma352-ant .container2 .ma352-ant_tit {
    flex-direction: column;
  }
}
.ma352-ant .container2 .ma352-ant_tit .ma352-time {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-ant .container2 .ma352-ant_tit .ma352-time {
    margin-bottom: 0.2rem;
  }
}
.ma352-ant .container2 .ma352-ant_tit .ma352-time p {
  color: #777;
  margin-right: 0.4rem;
}
.ma352-ant .container2 .ma352-ant_box {
  color: #666;
}
.ma352-ant .container2 .ma352-ant_box span {
  font-size: 0.32rem !important;
  display: inline-block;
}
.ma352-search_t .container2 .ma352-newsLits_search {
  padding: 0.45rem 0 0.78rem 0;
}
@media (max-width: 767px) {
  .ma352-search_t .container2 .ma352-newsLits_search {
    padding: 0.5rem 0 0.4rem;
  }
}
.ma352-search_t .container2 .ma352-sea_nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.35rem;
}
.ma352-search_t .container2 .ma352-sea_nav a {
  cursor: pointer;
  margin-right: 0.32rem;
}
.ma352-search_t .container2 .ma352-sea_nav a.on,
.ma352-search_t .container2 .ma352-sea_nav a:hover {
  color: #0a5fdf;
}
.ma352-sea_con > p {
  margin: 0 0 0.15rem 0.2rem;
}
.ma352-sea_con .ma352-sea_con_box {
  margin-bottom: 1rem;
  border-top: 1px solid #d6d6d6;
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list {
  padding: 0.26rem 0.3rem 0.38rem 0.22rem;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ma352-sea_con .ma352-sea_con_box .ma352-sea_list {
    flex-direction: column;
    padding: 0.3rem 0;
    align-items: flex-start;
  }
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list:hover .ma352-pub_a {
  background: #0974e6 !important;
  border: 1px solid #0974e6 !important;
  color: #fff !important;
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list:hover .ma352-left h3 {
  color: #0974e6;
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list .ma352-pub_a {
  flex-shrink: 0;
  margin-left: 2rem;
  padding: 0 0.28rem;
  height: 0.4rem;
}
@media (max-width: 767px) {
  .ma352-sea_con .ma352-sea_con_box .ma352-sea_list .ma352-pub_a {
    margin: 0.5rem 0 0 0;
    height: 0.6rem;
    padding: 0 0.4rem;
  }
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list .ma352-left h3 {
  transition: all 0.3s;
  margin-bottom: 0.05rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list .ma352-left > p {
  color: #555;
  margin-bottom: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list .ma352-left ul {
  display: flex;
  flex-wrap: wrap;
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list .ma352-left ul li {
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
.ma352-sea_con .ma352-sea_con_box .ma352-sea_list .ma352-left ul li i {
  margin-left: 0.1rem;
}
.ma352-qie_yc {
  display: none !important;
}
#c-cookie-pop {
  position: fixed;
  z-index: 960;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem 0 0.4rem;
  background-color: #f8f8f8;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  display: none;
}
@media (max-width: 991px) {
  #c-cookie-pop {
    padding: 0.3rem 0;
  }
}
#c-cookie-pop .ma352-c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-cookie-pop .ma352-c-top .ma352-c-title {
  font-weight: bold;
  color: #333;
}
#c-cookie-pop .ma352-c-top .ma352-c-close {
  margin-top: -0.2rem;
  cursor: pointer;
}
#c-cookie-pop .ma352-c-top .ma352-c-close:hover svg path {
  fill: #005CE6;
}
#c-cookie-pop .ma352-c-top .ma352-c-close img,
#c-cookie-pop .ma352-c-top .ma352-c-close svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 991px) {
  #c-cookie-pop .ma352-c-top .ma352-c-close img,
  #c-cookie-pop .ma352-c-top .ma352-c-close svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-cookie-pop .ma352-c-top .ma352-c-close img path,
#c-cookie-pop .ma352-c-top .ma352-c-close svg path {
  transition: all 0.5s;
  fill: #999;
}
#c-cookie-pop .ma352-c-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #c-cookie-pop .ma352-c-bottom {
    margin-top: 0.1rem;
    flex-wrap: wrap;
  }
}
#c-cookie-pop .ma352-c-bottom .ma352-c-text {
  max-width: 900px;
  color: #666;
}
#c-cookie-pop .ma352-c-bottom .ma352-c-text a {
  color: #005CE6;
}
#c-cookie-pop .ma352-c-bottom .ma352-c-text a:hover {
  text-decoration: underline;
}
#c-cookie-pop .ma352-c-bottom .ma352-c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  padding-left: 20px;
}
@media (max-width: 991px) {
  #c-cookie-pop .ma352-c-bottom .ma352-c-btn-box {
    justify-content: space-between;
    padding: 0.3rem 0 0;
    width: 100%;
  }
}
#c-cookie-pop .ma352-c-bottom .ma352-c-btn-box .ma352-c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  background: #f1f1f1;
  border-radius: 100px;
  padding: 0 0.35rem;
  color: #333;
}
@media (max-width: 991px) {
  #c-cookie-pop .ma352-c-bottom .ma352-c-btn-box .ma352-c-btn {
    padding: 0 0.4rem;
    height: 0.8rem;
  }
}
#c-cookie-pop .ma352-c-bottom .ma352-c-btn-box .ma352-c-btn:last-child {
  margin-left: 15px;
  color: #fff;
  background-color: #005CE6;
}
@media (max-width: 991px) {
  #c-cookie-pop .ma352-c-bottom .ma352-c-btn-box .ma352-c-btn:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .ma352-h_banner .ma352-dig {
    height: auto;
  }
}
@media (max-width: 767px) {
  .ma352-h_banner .ma352-dig .ma352-dig_swi .ma352-dig_box {
    height: 244px;
  }
}
.ma352-x-qi .swiper-button-lock {
  display: none !important;
}
.ma352-h_banner.on::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
.ma352-cert {
  width: 100%;
  padding: 1rem 0;
}
.ma352-cert h2 {
  font-size: 0.46rem;
  margin-bottom: 1.18rem;
  font-weight: bold;
  text-align: center;
}
.ma352-cert .ma352-cert_t iframe {
  width: 100%;
  height: 435px;
}
.ma352-cert .ma352-cert_b {
  /* margin-bottom: 0.5rem; */
}
.ma352-cert .ma352-cert_b iframe {
  width: 100%;
  height: 76px;
}
@media (max-width: 767px) {
  .ma352-cert .ma352-cert_b iframe {
    height: 148px;
  }
}
.ma352-fin .container2 h2 {
  font-size: 0.34rem;
  margin-bottom: 0.38rem;
  font-weight: bold;
}

:root{--ms-accent:#1e3a5f;--ms-radius:2px;--ms-line:1.68;--ms-gap:15px;}
