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