@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;
}
b {
  display: block;
}
a:hover,
button:hover {
  text-decoration: none;
}
b,
em,
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点击效果 */
*::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 {
  padding-top: 80px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gw {
    padding-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;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.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: 0.29rem;
  }
}
/*延迟*/
.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;
}
@-webkit-keyframes slideOutRight100 {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideOutRight100 {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideOutRight100 {
  -webkit-animation-name: slideOutRight100;
  animation-name: slideOutRight100;
}
.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;
  }
}
/* 导航 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 1.88rem;
  height: auto;
}
.logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 1.6rem 0 1rem;
}
.nav_ra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0.47rem;
}
.nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav_r_box {
  height: 100%;
}
.nav {
  height: 100%;
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  margin: 0 0.42rem;
  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: -1px;
  width: 0;
  height: 2px;
  left: 50%;
  background: none;
  transform: translateX(-50%);
}
.nav > ul > li:hover > a p,
.nav > ul > .on > a p {
  color: #fc4f00 !important;
}
.nav > ul > li:hover > a svg path,
.nav > ul > .on > a svg path {
  fill: #fc4f00 !important;
}
.nav > ul > li:hover > a 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: 16px;
  height: auto;
  position: absolute;
  right: -24px;
}
.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;
}
.nav1_none {
  top: -80px !important;
}
.nav2_none {
  top: 80px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 2.4rem;
  }
}
.nav_on {
  background: #fff;
  border-bottom: 1px solid #f0f0f1;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #333 !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 svg path {
  fill: #333 !important;
}
.nav_on .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on2 {
  background: #fff;
  border-bottom: 1px solid #f0f0f1;
}
.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: #333;
}
.nav_on2 .nav_login {
  color: #333 !important;
}
.nav_on2 .nav_col {
  color: #333 !important;
}
.nav_on2 .xs {
  display: none;
}
.nav_on2 .yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #333;
}
.nav_on2 svg path {
  fill: #333 !important;
}
.nav_on2 .nav_lan .nav_lan_box p {
  color: #333;
}
.show_nav {
  background: #fff;
  border-bottom: 1px solid #f0f0f1;
}
.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: #333 !important;
}
.show_nav .xs {
  display: none;
}
.show_nav .yc {
  display: block;
}
.show_nav svg path {
  fill: #333 !important;
}
.show_nav .nav_lan .nav_lan_box p {
  color: #333;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  padding: 10px 0.32rem;
  display: none;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.pro_nav2 > a {
  padding: 7px 0 7px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  color: #fc4f00;
}
.pro_nav3 {
  padding: 0 0.33rem 0 0.24rem;
  left: 50%;
  transform: translateX(-40%);
}
.pro_nav3 .pro_nav3_con {
  display: flex;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box {
  border-right: 1px solid #f4f4f4;
  padding: 0.48rem 0.38rem 0.2rem 0.4rem;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box .t_tw {
  padding: 0 10px 0.28rem;
  border-bottom: 2px solid #ff6e26;
  margin-bottom: 0.28rem;
  display: flex;
  align-items: center;
  width: 3rem;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box .t_tw img {
  margin-right: 0.3rem;
  width: 0.75rem;
  height: auto;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box .t_tw p {
  font-weight: bold;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box .b_a {
  padding: 0 0.2rem 0 0.18rem;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box .b_a a {
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box .b_a a:hover {
  color: #ff6e26;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box .b_a a:hover svg path {
  fill: #ff6e26 !important;
}
.pro_nav3 .pro_nav3_con .pro_nav3_box .b_a a svg path {
  fill: #333;
}
/* 移动端导航 */
#c-header .c-nav2 {
  position: absolute;
  right: -100%;
  width: 100%;
  top: 60px;
  height: calc(100vh - 60px);
  font-size: 16px;
  line-height: 56px;
  background: #f4f4f4;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f4f4f4;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#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: 18px;
  height: auto;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
#c-header .c-nav2 li.on .c-title-box svg {
  transform: rotate(0deg);
}
#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;
  padding-bottom: 0.25rem;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
  font-size: 0.29rem;
}
/* 二级 */
/* .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;} */
.h_b_box {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .logo p,
  .nav > ul > li > a {
    font-size: 0.29rem;
  }
  .nav ul li a {
    font-size: 0.29rem;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language > img {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
  .nav_r_box {
    display: flex;
  }
  .nav_ljbox {
    padding: 0 5%;
  }
  .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_on #c-header .c-switch i {
    background: #333;
  }
  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;
  }
  .h_b_box {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 768px) {
  .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_lan{
	margin-left: 0.2rem;
	height: 100%;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	&>svg{
		margin-right: 0.1rem;
	}
	.nav_lan_box{
		display: flex;
		align-items: center;
		p{
			color: @colorNav_def_text;
			margin-right: 0.06rem;
			svg{
				width: 6px;
				height: auto;
			}
		}
	}
	.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_lan_sel_box{
			min-width: 100%;
			height: 100%;
			padding: 0.05rem 0.2rem;
			background: #fff;
			display: flex;
			flex-direction: column;
			align-items: center;
			
			a{
				margin: 3px 0;
				white-space: nowrap;
			}
		}
		
	}
} */
/* 开始 */
.nav_lan {
  margin-left: 2.18rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  visibility: hidden;
}
@media (max-width: 1260px) {
  .nav_lan {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .nav_lan {
    display: none;
  }
}
.nav_lan > svg {
  margin-right: 0.1rem;
}
.nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 21px;
}
.nav_lan .nav_lan_box p {
  color: #fff;
  margin-right: 0.06rem;
}
@media (max-width: 1260px) {
  .nav_lan .nav_lan_box p {
    color: #333;
  }
}
.nav_lan .nav_lan_box svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: auto;
}
.nav_lan .nav_lan_box svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  .nav_lan .nav_lan_box svg path {
    fill: #333;
  }
}
.nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: calc(50% - (21px + 0.06rem)/2);
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
.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_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
  white-space: nowrap;
}
.nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #fc4f00;
}
.pub_a {
  border: 3px solid #533428;
  padding: 0 0.28rem;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 1000px;
  transition: all 0.3s;
  background: #fc4f00;
  justify-content: center;
}
@media (max-width: 767px) {
  .pub_a {
    height: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #533428;
  }
}
.pub_a.pub_a2 {
  border: none;
}
.pub_a.pub_a3 {
  border: 1px solid #d7d7d7;
  background: none;
}
.pub_a.pub_a3 p {
  color: #666;
}
.pub_a.pub_a3 svg path {
  fill: #666;
}
.pub_a:hover {
  background: #e74800;
  border-color: #e74800;
}
.pub_a:hover p {
  color: #fff;
}
.pub_a:hover svg {
  left: 5px;
}
.pub_a:hover svg path {
  fill: #fff;
}
.pub_a p {
  transition: all 0.3s;
  color: #fff;
}
.pub_a svg {
  margin-left: 0.17rem;
  transition: all 0.3s;
  position: relative;
  left: 0;
  width: 6px;
  height: auto;
}
.pub_a svg path {
  fill: #fff;
}
.h_banner .home_swi .h_b_box .h_b_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.5); */
  z-index: 10;
}
.h_banner .home_swi .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .h_banner .home_swi .h_b_box .h_b_txt .container {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.4rem;
  }
}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1 {
  font-size: 0.6rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .h_banner .home_swi .h_b_box .h_b_txt .container .p1 {
    line-height: 1;
  }
}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2 {
  margin-bottom: 0.55rem;
}
@media (max-width: 767px) {
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2 {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }
}
.h_banner .home_swi .home_pag {
  left: 8%;
  bottom: 0.75rem;
  width: auto;
}
@media (max-width: 1260px) {
  .h_banner .home_swi .home_pag {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .h_banner .home_swi .home_pag {
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.h_banner .home_swi .home_pag .swiper-pagination-bullet {
  margin: 0 21px;
  position: relative;
  width: 6px;
  height: 6px;
  background: #ffffff;
  opacity: 1;
}
.home_swi .swiper-pagination-bullet svg {
  vertical-align: top;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home_swi .swiper-pagination-bullet-active {
  background: #fc4f00 !important;
}
.home_swi .swiper-pagination-bullet svg .x-ba1 {
  opacity: 0;
}
.home_swi .swiper-pagination-bullet.swiper-pagination-bullet-active svg .x-ba1 {
  opacity: 0.2;
}
.home_swi .swiper-pagination-bullet.onn svg .x-ba1 {
  opacity: 0.2;
}
.home_swi .swiper-pagination-bullet.onn {
  background: #fc4f00 !important;
}
.home_swi .swiper-pagination-bullet svg .x-ba2 {
  opacity: 0;
  fill: none;
  stroke: #fc4f00;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.home_swi .swiper-pagination-bullet.swiper-pagination-bullet-active svg .x-ba2 {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 6s linear, opacity 0s linear;
  transition: stroke-dashoffset 6s linear, opacity 0s linear;
}
.home_swi .swiper-pagination-bullet.onn svg .x-ba2 {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
  transition: stroke-dashoffset 5s linear, opacity 0s linear;
}
.pub_tit {
  text-align: center;
}
.pub_tit.pub_tit2 {
  color: #fff;
}
.pub_tit span {
  color: #fc4f00;
}
.pub_tit h2 {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 1;
}
.pub_tit i {
  width: 30px;
  height: 4px;
  background: #fc4f00;
  margin: 0.28rem auto 0;
  display: block;
}
.pub_tit p {
  margin-top: 0.26rem;
}
@media (max-width: 767px) {
  .pub_tit p {
    line-height: 1.4;
  }
}
.h_hx {
  position: relative;
  padding: 0.95rem 0 1.02rem;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .h_hx {
    padding: 1rem 0 0.3rem;
  }
}
.h_hx .bjImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .h_hx .bjImg {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .h_hx .bjImg img {
    display: none;
  }
}
@media (min-width: 768px) {
  .h_hx .pub_tit h2 br {
    display: none;
  }
}
.h_hx .h_hx_box {
  margin-top: 0.8rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 1580px) {
  .h_hx .h_hx_box {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .h_hx .h_hx_box {
    flex-direction: column;
    /* align-items: flex-start;
			width: 700px; */
  }
}
@media (min-width: 768px) {
  .h_hx .h_hx_box.on .list .img {
    opacity: 0.5;
  }
  .h_hx .h_hx_box.on .list.onn .img {
    opacity: 1;
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .h_hx .h_hx_box {
    margin-top: 0.4rem;
    padding: 0 5%;
  }
}
.h_hx .h_hx_box .list {
  /* margin: 0 0.1rem; */
  padding-top: 0.3rem;
  padding-bottom: 0.9rem;
}
@media (max-width: 1580px) {
  .h_hx .h_hx_box .list {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list {
    /* margin: 0 5%; */
    width: 100%;
    background: url(../images/h_bjy.jpg) no-repeat;
    background-size: cover;
    height: 5.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3rem;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
}
.h_hx .h_hx_box .list.onn .txt h3 {
  color: #fc4f00;
}
.h_hx .h_hx_box .list.onn .txt .txt_box .b_a {
  opacity: 1;
  top: calc(100% + 0.25rem);
}
.h_hx .h_hx_box .list:nth-child(1) .img {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list:nth-child(1) .img {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .h_hx .h_hx_box .list:nth-child(1) .b_a {
    left: 0 !important;
    transform: translateX(0%) !important;
  }
}
.h_hx .h_hx_box .list:nth-child(2) {
  /* .txt{
					justify-content: center;
				} */
}
.h_hx .h_hx_box .list:nth-child(3) {
  /* .txt{
					justify-content: flex-end;
				} */
}
.h_hx .h_hx_box .list:nth-child(3) .img {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .h_hx .h_hx_box .list:nth-child(3) .b_a {
    left: auto !important;
    right: 0 !important;
    transform: translateX(0%) !important;
  }
}
.h_hx .h_hx_box .list .img {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list .img {
    width: 3.9rem;
    height: auto;
  }
}
.h_hx .h_hx_box .list .txt {
  justify-content: center;
  display: flex;
}
@media (max-width: 1580px) {
  .h_hx .h_hx_box .list .txt {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list .txt {
    position: absolute;
    bottom: 0.44rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
  }
}
.h_hx .h_hx_box .list .txt .txt_box {
  position: relative;
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list .txt .txt_box {
    text-align: center;
  }
}
.h_hx .h_hx_box .list .txt .txt_box h3 {
  font-size: 0.36rem;
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list .txt .txt_box h3 {
    margin-bottom: 0.05rem;
    font-size: 0.4rem;
  }
}
.h_hx .h_hx_box .list .txt .txt_box .b_a {
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list .txt .txt_box .b_a {
    opacity: 1;
    /* top: calc(100% + 0.25rem); */
    position: initial;
    transform: translateX(0%) !important;
    /* flex-direction: column;
							align-items: center; */
  }
}
.h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a {
  flex-shrink: 0;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a {
    margin: 0 0.1rem;
    height: 0.8rem;
    width: 2.4rem;
    padding: 0;
  }
}
.h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a:hover {
  background: #e74800;
  border-color: #e74800;
}
.h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a.on {
  border: 1px solid #d7d7d7 !important;
  background: none !important;
}
.h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a.on p {
  color: #333;
}
.h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a.on svg path {
  fill: #333;
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a p {
    font-size: 0.24rem;
    /* transform: scale(0.83); */
  }
}
@media (max-width: 767px) {
  .h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a svg {
    margin-left: 5px;
    width: 5px;
  }
}
.h_hx .h_hx_box .list .txt .txt_box .b_a .pub_a3 {
  background: #fff;
  border: none;
}
@media (max-width: 991px) {
  .g_map_box {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .g_map_box {
    overflow-x: auto;
    width: 100%;
  }
}
.g_map_box .g_map {
  width: 100%;
  /* height: 506px; */
  position: relative;
}
@media (max-width: 991px) {
  .g_map_box .g_map {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .g_map_box .g_map {
    width: 500px;
    height: 100%;
  }
}
.g_map_box .g_map .core {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 0.29rem rgba(0, 0, 0, 0.17);
  position: absolute;
  left: 76.2%;
  top: 46%;
  z-index: 10;
}
@media (max-width: 991px) {
  .g_map_box .g_map .core {
    width: 28px;
    height: 28px;
    left: 74.2%;
    top: 42%;
  }
}
.g_map_box .g_map .core img {
  width: 50%;
  height: auto;
}
.g_map_box .g_map .country li {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
}
.g_map_box .g_map .country li img {
  width: 13px;
  height: auto;
  background: #fff;
}
.g_map_box .g_map .country li p {
  margin-left: 6px;
  white-space: nowrap;
}
.g_map_box .g_map .country .cou1 {
  left: 75%;
  top: 20%;
}
.g_map_box .g_map .country .cou2 {
  left: 81.5%;
  top: 39%;
}
.g_map_box .g_map .country .cou3 {
  left: 84%;
  top: 42%;
}
.g_map_box .g_map .country .cou4 {
  left: 94%;
  top: 88%;
}
.g_map_box .g_map .country .cou5 {
  left: 80%;
  top: 53%;
}
.g_map_box .g_map .country .cou6 {
  left: 84%;
  top: 76%;
}
.g_map_box .g_map .country .cou7 {
  left: 76%;
  top: 57%;
}
.g_map_box .g_map .country .cou8 {
  left: 53%;
  top: 79%;
}
.g_map_box .g_map .country .cou9 {
  left: 28%;
  top: 83%;
}
.g_map_box .g_map .country .cou10 {
  left: 34%;
  top: 68%;
}
.g_map_box .g_map .country .cou11 {
  left: 18%;
  top: 40%;
}
.g_map_box .g_map .country .cou12 {
  left: 17%;
  top: 26%;
}
.g_map_box .g_map .country .cou13 {
  left: 4%;
  top: 18%;
}
.g_map_box .g_map .country .cou14 {
  left: 52%;
  top: 18%;
}
.g_map_box .g_map .country .cou15 {
  left: 50%;
  top: 31%;
}
.g_map_box .g_map .country .cou16 {
  left: 59%;
  top: 50%;
}
.g_map_box .g_map .country .cou17 {
  left: 75%;
  top: 62%;
}
.g_map_box .g_map .country .cou18 {
  left: 18%;
  top: 49%;
}
.g_map_box .g_map .country .cou19 {
  left: 74.5%;
  top: 60.5%;
}
.g_map_box .g_map .country .cou20 {
  left: 41.5%;
  top: 20%;
}
.h_word {
  padding: 0.58rem 0 1.14rem;
  background: #fff;
}
@media (max-width: 767px) {
  .h_word {
    padding: 0.4rem 0 1rem;
  }
}
.h_word .container .h_word_map {
  background: #f5f5f5;
  padding: 0.68rem 0.74rem 0.24rem 1.2rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .h_word .container .h_word_map {
    flex-direction: column;
    padding: 0.4rem 0.5rem;
  }
}
.h_word .container .h_word_map .right {
  width: 3rem;
}
@media (max-width: 991px) {
  .h_word .container .h_word_map .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.h_word .container .h_word_map .right .list {
  border-top: 1px solid #e9e9e9;
  padding-top: 0.18rem;
  position: relative;
}
@media (max-width: 991px) {
  .h_word .container .h_word_map .right .list {
    width: 47%;
    margin-bottom: 0.4rem;
  }
}
.h_word .container .h_word_map .right .list:hover i {
  left: calc(100% - 20px);
}
.h_word .container .h_word_map .right .list i {
  position: absolute;
  display: block;
  transition: all 0.3s;
  background: #fc4f00;
  width: 20px;
  height: 1px;
  top: -1px;
  left: 0;
}
.h_word .container .h_word_map .right .list > span {
  font-size: 0.38rem;
  font-weight: bold;
  color: #fc4f00;
  line-height: 1;
  display: block;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .h_word .container .h_word_map .right .list > span {
    font-size: 0.52rem;
  }
}
.h_word .container .h_word_map .right .list .g_p {
  margin-bottom: 0.2rem;
}
.h_word .container .h_word_logo .word_logo_swi {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.h_word .container .h_word_logo .word_logo_swi .img {
  border: 1px solid #ececec;
}
.h_word .container .h_word_logo .pub_nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.h_word .container .h_word_logo .pub_nav:hover path {
  fill: #fc4f00 !important;
}
.h_word .container .h_word_logo .pub_nav.pub_prev {
  left: 13px;
  transform: translateY(-50%) rotate(180deg);
}
.h_word .container .h_word_logo .pub_nav.pub_next {
  right: 13px;
}
.h_word .container .h_word_logo .pub_nav svg {
  width: 6px;
}
.h_word .container .h_word_logo .pub_nav svg path {
  fill: #999;
}
.g_line {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.g_line svg {
  width: 100%;
  height: 100%;
}
.g_line svg .st91 {
  z-index: 1;
  fill: none;
  stroke: #fd4c00;
  stroke-width: 1;
  stroke-miterlimit: 10;
  stroke-dashoffset: 800;
  stroke-dasharray: 800;
  animation: animation-line 8.5s ease-in forwards infinite;
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 800;
  }
  25% {
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dashoffset: 0px;
  }
  75% {
    stroke-dashoffset: -800;
  }
  100% {
    stroke-dashoffset: -800;
  }
}
.h_cl .bjImg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
}
.h_cl .box {
  height: 5.9rem;
  padding-top: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .h_cl .box {
    height: auto;
    padding-bottom: 0.6rem;
    padding-top: 1rem;
  }
}
.h_cl .box .bbox {
  margin-top: 1rem;
  margin-bottom: -1.7rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .h_cl .box .bbox {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.h_cl .box .bbox .list {
  width: calc((100% - 0.8rem)/3);
  height: 3.5rem;
  padding: 0.65rem 0.4rem 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #f4f4f4;
}
@media (max-width: 991px) {
  .h_cl .box .bbox .list {
    padding: 0.65rem 0.2rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .h_cl .box .bbox .list {
    width: 100%;
    margin-bottom: 0.4rem;
    height: 3.8rem;
    padding: 0.5rem 0.2rem 0.5rem 0.6rem;
  }
}
.h_cl .box .bbox .list:first-child .txt_box .lit_b .txt p {
  display: block;
}
.h_cl .box .bbox .list.on .img {
  opacity: 1;
  z-index: 1;
}
.h_cl .box .bbox .list.on .txt_box {
  z-index: 5;
  color: #fff;
}
.h_cl .box .bbox .list.on .txt_box .lit_b svg path {
  fill: #fff;
}
.h_cl .box .bbox .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.h_cl .box .bbox .list .txt_box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.h_cl .box .bbox .list .txt_box > span {
  transition: all 0.3s;
}
.h_cl .box .bbox .list .txt_box .lit_b svg {
  width: 0.4rem;
  height: auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .h_cl .box .bbox .list .txt_box .lit_b svg {
    width: 0.6rem;
  }
}
.h_cl .box .bbox .list .txt_box .lit_b .txt {
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .h_cl .box .bbox .list .txt_box .lit_b .txt {
    margin-top: 0.2rem;
  }
}
.h_cl .box .bbox .list .txt_box .lit_b .txt h3 {
  font-size: 0.3rem;
  transition: all 0.3s;
  font-weight: bold;
}
.h_cl .box .bbox .list .txt_box .lit_b .txt p {
  color: #fff;
  display: none;
  margin-bottom: 0.1rem;
}
.h_news {
  background: #fff;
  padding: 2.88rem 0 1.4rem;
}
@media (max-width: 767px) {
  .h_news {
    padding: 1rem 0 0;
  }
}
.h_news .container .box {
  margin-top: 0.68rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .h_news .container .box {
    flex-direction: column;
  }
}
.h_news .container .box .left {
  width: 42.5%;
}
@media (max-width: 991px) {
  .h_news .container .box .left {
    width: 100%;
    margin-bottom: 0;
  }
}
.h_news .container .box .left .list {
  height: calc(100%/3);
  display: block;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 991px) {
  .h_news .container .box .left .list {
    height: auto;
    padding-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .h_news .container .box .left .list {
    margin-bottom: 0.9rem;
    border: none;
  }
}
.h_news .container .box .left .list.on:after {
  width: 100%;
}
.h_news .container .box .left .list.on .txt h3 {
  color: #fc4f00;
}
.h_news .container .box .left .list.on .txt span {
  color: #fc4f00;
}
.h_news .container .box .left .list:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background: #fc4f00;
}
.h_news .container .box .left .list .img {
  display: none;
}
@media (max-width: 767px) {
  .h_news .container .box .left .list .img {
    display: block;
  }
}
.h_news .container .box .left .list .txt {
  padding-top: 0.34rem;
}
@media (max-width: 1260px) {
  .h_news .container .box .left .list .txt {
    padding-top: 0.2rem;
  }
}
.h_news .container .box .left .list .txt h3 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.22rem;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .h_news .container .box .left .list .txt h3 {
    margin-bottom: 0.05rem;
  }
}
.h_news .container .box .left .list .txt p {
  padding-right: 1.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.34rem;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .h_news .container .box .left .list .txt p {
    margin-bottom: 0.2rem;
  }
}
.h_news .container .box .left .list .txt span {
  font-weight: bold;
}
.h_news .container .box .right {
  width: 50%;
}
@media (max-width: 991px) {
  .h_news .container .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .h_news .container .box .right {
    display: none;
  }
}
.h_news .container .box .right:before {
  padding-top: 75%;
}
.h_news .container .box .right img {
  opacity: 0;
  position: absolute;
  top: 0.5rem;
}
.h_news .container .box .right img.on {
  opacity: 1;
  top: 0;
}
footer {
  background: #2b2b2b;
  color: #fff;
}
footer a {
  transition: all 0.3s;
}
footer a:hover {
  color: #fff !important;
}
footer a:hover p {
  color: #fff !important;
}
footer .container .top {
  display: flex;
  justify-content: space-between;
  padding-top: 0.82rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1260px) {
  footer .container .top {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  footer .container .top {
    margin-bottom: 0.2rem;
  }
}
footer .container .top .b_nav {
  display: flex;
}
@media (max-width: 991px) {
  footer .container .top .b_nav {
    /* display: none; */
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
footer .container .top .b_nav li {
  max-width: 1.68rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  footer .container .top .b_nav li {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 767px) {
  footer .container .top .b_nav li.on .btt svg {
    transform: rotate(0deg);
  }
}
footer .container .top .b_nav li:last-child {
  margin-left: 0.22rem;
}
@media (max-width: 991px) {
  footer .container .top .b_nav li:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  footer .container .top .b_nav li .btt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 60px;
  }
}
footer .container .top .b_nav li .btt .tit {
  margin-bottom: 0.22rem;
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  footer .container .top .b_nav li .btt .tit {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin-bottom: 0;
  }
}
footer .container .top .b_nav li .btt svg {
  width: 18px;
  height: auto;
  transition: all 0.3s;
  transform: rotate(-90deg);
  display: none;
  opacity: 0.6;
}
footer .container .top .b_nav li .btt svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  footer .container .top .b_nav li .btt svg {
    display: block;
  }
}
footer .container .top .b_nav li .box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  footer .container .top .b_nav li .box {
    overflow: hidden;
    height: auto;
    display: none;
    padding-bottom: 0.25rem;
  }
}
footer .container .top .b_nav li .box a {
  color: #797979;
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  footer .container .top .b_nav li .box a {
    color: #fff;
    opacity: 0.5;
    display: block;
    padding-left: 20px;
    line-height: 40px;
    font-size: 0.29rem;
    margin-bottom: 0;
  }
}
footer .container .top .ema {
  display: none;
}
@media (max-width: 1260px) {
  footer .container .top .ema {
    margin-bottom: 0.2rem;
  }
}
footer .container .top .ema form {
  border: 1px solid #414141;
  overflow: hidden;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 290px;
  height: 0.44rem;
}
@media (max-width: 767px) {
  footer .container .top .ema form {
    width: 100%;
    height: 0.8rem;
  }
}
footer .container .top .ema form input {
  padding-left: 0.18rem;
}
@media (max-width: 767px) {
  footer .container .top .ema form input {
    padding-left: 20px;
  }
}
footer .container .top .ema form input::-webkit-input-placeholder {
  color: #c2c2c2;
}
footer .container .top .ema form input::-ms-input-placeholder {
  color: #c2c2c2;
}
footer .container .top .ema form button {
  padding: 0 0.24rem;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fc4f00;
}
footer .container .top .ema form button svg {
  width: 0.22rem;
  height: auto;
}
@media (max-width: 767px) {
  footer .container .top .ema form button svg {
    width: 0.34rem;
  }
}
footer .container .top .ema form button svg path {
  fill: #fff;
}
footer .container .bot .tnum {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
@media (max-width: 767px) {
  footer .container .bot .tnum {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  footer .container .bot .tnum .left {
    margin-bottom: 0.4rem;
  }
}
footer .container .bot .tnum .left p {
  font-weight: bold;
  margin-top: 0.05rem;
  display: flex;
  align-items: center;
}
footer .container .bot .tnum .left p span {
  margin-left: 0.1rem;
}
footer .container .bot .tnum .right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .container .bot .tnum .right {
    margin-bottom: 0.3rem;
  }
}
footer .container .bot .tnum .right .b_ewm {
  display: flex;
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box {
  position: relative;
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
@media (max-width: 767px) {
  footer .container .bot .tnum .right .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
    transform: translateX(0%) scale(1);
  }
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box.on .foot_t_r_con svg path {
  fill: #fff;
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box .foot_t_r_ewm {
  position: absolute;
  bottom: 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;
}
@media (max-width: 767px) {
  footer .container .bot .tnum .right .b_ewm .foot_t_r_box .foot_t_r_ewm {
    left: 0;
    transform: translateX(0%) scale(0);
  }
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box .foot_t_r_con {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7d7d7d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1rem;
}
footer .container .bot .tnum .right .b_ewm .foot_t_r_box .foot_t_r_con svg path {
  fill: #2b2b2b;
}
footer .container .bot .tnum .right .cus {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  border: 1px solid #7d7d7d;
  padding: 0.1rem 0.23rem;
  border-radius: 100px;
  cursor: pointer;
}
footer .container .bot .tnum .right .cus svg {
  width: 20px;
  margin-right: 0.1rem;
  height: auto;
}
footer .container .bot .tnum .right .cus svg path {
  fill: #fff;
}
footer .container .bot .tnum .right .cus p {
  color: #7d7d7d;
  transition: all 0.3s;
}
footer .container .bot .b_beia {
  border-top: 1px solid #414141;
  padding: 0.26rem 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  footer .container .bot .b_beia {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .container .bot .b_beia .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  footer .container .bot .b_beia .left {
    margin-bottom: 0.1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  footer .container .bot .b_beia .left {
    margin-bottom: 0.2rem;
  }
}
footer .container .bot .b_beia .left p {
  color: #7d7d7d;
}
@media (max-width: 1260px) {
  footer .container .bot .b_beia .left p {
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 767px) {
  footer .container .bot .b_beia .left p {
    margin-bottom: 0.2rem;
  }
}
footer .container .bot .b_beia .left p a {
  color: #7d7d7d;
}
footer .container .bot .b_beia .left .g_lj {
  border-left: 1px solid #7d7d7d;
  margin-left: 0.23rem;
  padding-left: 0.23rem;
  display: flex;
  align-items: center;
  height: 16px;
}
@media (max-width: 1260px) {
  footer .container .bot .b_beia .left .g_lj {
    margin: 0;
    padding: 0;
    border: none;
  }
}
footer .container .bot .b_beia .left .g_lj a {
  line-height: 1;
  color: #7d7d7d;
}
footer .container .bot .b_beia .right {
  display: flex;
  align-items: center;
  display: none;
}
footer .container .bot .b_beia .right .g_a {
  height: 16px;
  display: flex;
  align-items: center;
}
footer .container .bot .b_beia .right .g_a:last-child {
  margin-left: 0.37rem;
  padding-left: 0.37rem;
  border-left: 1px solid #7d7d7d;
}
footer .container .bot .b_beia .right .g_a a {
  color: #7d7d7d;
  line-height: 1;
}
.pop_r {
  position: fixed;
  right: 0.1rem;
  bottom: 0.35rem;
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .pop_r {
    right: 0.2rem;
    bottom: 0.2rem;
  }
}
.pop_r .pop_r_box {
  display: flex;
  flex-direction: column;
}
.pop_r .pop_r_box .box {
  cursor: pointer;
  margin-top: 10px;
  background: #fff;
  width: 50px;
  min-height: 50px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 40px 0px rgba(45, 45, 45, 0.1);
}
@media (max-width: 767px) {
  .pop_r .pop_r_box .box {
    width: 40px;
    min-height: 40px;
  }
}
.pop_r .pop_r_box .box:hover path {
  fill: #fc4f00;
}
.pop_r .pop_r_box .box:hover p {
  color: #fc4f00;
}
.pop_r .pop_r_box .box svg {
  width: 15px;
  height: auto;
}
.pop_r .pop_r_box .box svg path {
  fill: #333;
}
.pop_r .pop_r_box .box p {
  width: 1em;
  line-height: 1.3;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pop_r .pop_r_box .box p {
    display: none;
  }
}
.pop_r .pop_r_box .pop_cus {
  padding: 20px 0;
  display: none;
}
@media (max-width: 767px) {
  .pop_r .pop_r_box .pop_cus {
    padding: 0;
  }
}
.pop_r .pop_r_box .pop_cus svg {
  width: 19px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .pop_r .pop_r_box .pop_cus svg {
    margin-bottom: 0;
  }
}
.pop_r .pop_r_box .pop_cus svg path {
  fill: #fc4f00;
}
.pop_r .pop_r_box .pop_top:hover path {
  fill: #fc4f00;
}
.curtain2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
.curtain2.on {
  z-index: 10000;
  opacity: 1;
}
.curtain2 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain2 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .curtain2 .curtain_box {
    width: 90%;
  }
}
.curtain2 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain2 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.3rem;
  right: 0.32rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10000;
  border: 2px solid #292929;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .curtain_title .close_tc {
    width: 18px;
    height: 18px;
    border: 1px solid #292929;
    top: 0.1rem;
    right: 0.1rem;
  }
}
.curtain2 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #292929;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .curtain_title .close_tc::before {
    width: 10px;
    height: 1px;
    margin: 0 0 0 -5px;
  }
}
.curtain2 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #292929;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .curtain_title .close_tc::after {
    width: 10px;
    height: 1px;
    margin: 0 0 0 -5px;
  }
}
.curtain2 .curtain_box .cus_box {
  width: 12rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box {
    width: 100%;
  }
}
.curtain2 .curtain_box .cus_box .left {
  padding: 1.03rem 0 0.34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 4rem;
  color: #fff;
}
@media (max-width: 991px) {
  .curtain2 .curtain_box .cus_box .left {
    display: none;
  }
}
.curtain2 .curtain_box .cus_box .left .g-logo {
  margin-bottom: 0.2rem;
  width: 1.76rem;
}
.curtain2 .curtain_box .cus_box .left .g-logo img {
  object-fit: contain;
}
.curtain2 .curtain_box .cus_box .left .b_box .b_con .nub {
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
}
.curtain2 .curtain_box .cus_box .left .b_box .b_con .nub svg {
  margin-right: 0.23rem;
  width: 0.22rem;
  height: auto;
}
.curtain2 .curtain_box .cus_box .left .b_box .b_con .nub svg path {
  fill: #fff;
}
.curtain2 .curtain_box .cus_box .left .b_box .b_con .nub p {
  font-weight: bold;
}
.curtain2 .curtain_box .cus_box .left .b_box .g_lj {
  margin-top: 0.8rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.curtain2 .curtain_box .cus_box .left .b_box .g_lj a {
  height: 0.29rem;
  line-height: 1;
  padding: 0 0.15rem;
  color: #fff;
}
.curtain2 .curtain_box .cus_box .left .b_box .g_lj a:first-child {
  border-right: 1px solid #fff;
}
.curtain2 .curtain_box .cus_box .right {
  width: 8rem;
  padding: 0.58rem 0.62rem 0.76rem;
}
@media (max-width: 991px) {
  .curtain2 .curtain_box .cus_box .right {
    width: 100%;
    padding: 0.3rem;
  }
}
.curtain2 .curtain_box .cus_box .right .tit {
  margin-bottom: 0.4rem;
}
.curtain2 .curtain_box .cus_box .right .tit h2 {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box .right .tit h2 {
    font-size: 0.4rem;
  }
}
.curtain2 .curtain_box .cus_box .right .tit p {
  margin-bottom: 0.15rem;
}
.curtain2 .curtain_box .cus_box .right .tit span {
  color: #fc4e00;
}
.curtain2 .curtain_box .cus_box .right form.on .form_box .one {
  display: none;
}
.curtain2 .curtain_box .cus_box .right form.on .form_box .two {
  display: block;
}
.curtain2 .curtain_box .cus_box .right form.on .g_but .pop_next {
  display: none;
}
.curtain2 .curtain_box .cus_box .right form.on .g_but .pop_but {
  display: block;
}
.curtain2 .curtain_box .cus_box .right form .form_box {
  margin-bottom: 0.18rem;
}
.curtain2 .curtain_box .cus_box .right form .form_box .one .inp_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box .right form .form_box .one .inp_box {
    flex-direction: column;
  }
}
.curtain2 .curtain_box .cus_box .right form .form_box .one .inp_box .inp {
  margin-bottom: 0.45rem;
  width: calc(50% - 0.2rem);
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box .right form .form_box .one .inp_box .inp {
    width: 100%;
  }
}
.curtain2 .curtain_box .cus_box .right form .form_box .one .inp_box .inp input {
  width: 100%;
}
.curtain2 .curtain_box .cus_box .right form .form_box .one .textarea_box p {
  margin-bottom: 0.14rem;
  color: #666;
}
.curtain2 .curtain_box .cus_box .right form .form_box .one .textarea_box textarea {
  border: 1px solid #e5e5e5;
  padding: 0.29rem 0 0 20px;
  height: 1.2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box .right form .form_box .one .textarea_box textarea {
    height: 2rem;
  }
}
.curtain2 .curtain_box .cus_box .right form .form_box .two {
  display: none;
}
.curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box {
    flex-direction: column;
  }
}
.curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box .inp {
  margin-bottom: 0.45rem;
  width: calc(50% - 0.2rem);
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box .inp {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box .inp p {
  color: #666;
  margin-bottom: 0.14rem;
}
.curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box .inp .g_sel {
  width: 100%;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 0.18rem;
  display: flex;
  justify-content: space-around;
}
.curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box .inp .g_sel svg {
  margin-left: 0.2rem;
  flex-shrink: 0;
  width: 10px;
  height: auto;
}
.curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box .inp .g_sel svg path {
  fill: #333;
}
.curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box .inp .g_sel select {
  width: 100%;
}
.curtain2 .curtain_box .cus_box .right form .form_box .two .inp_box .inp input {
  width: 100%;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
}
.curtain2 .curtain_box .cus_box .right form .yszc {
  padding-right: 0.2rem;
  margin-bottom: 0.38rem;
}
.curtain2 .curtain_box .cus_box .right form .yszc p {
  color: #999;
}
.curtain2 .curtain_box .cus_box .right form .yszc p a {
  color: #333;
}
.curtain2 .curtain_box .cus_box .right form .g_but .pop_next,
.curtain2 .curtain_box .cus_box .right form .g_but .pop_but {
  width: 1.9rem;
  height: 0.6rem;
  padding: 0 0.28rem 0 0.32rem;
  background: #fc4e00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box .right form .g_but .pop_next,
  .curtain2 .curtain_box .cus_box .right form .g_but .pop_but {
    width: 2.6rem;
    height: 0.8rem;
  }
}
.curtain2 .curtain_box .cus_box .right form .g_but .pop_next p,
.curtain2 .curtain_box .cus_box .right form .g_but .pop_but p {
  color: #fff;
}
.curtain2 .curtain_box .cus_box .right form .g_but .pop_next svg,
.curtain2 .curtain_box .cus_box .right form .g_but .pop_but svg {
  width: 0.18rem;
  height: auto;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .cus_box .right form .g_but .pop_next svg,
  .curtain2 .curtain_box .cus_box .right form .g_but .pop_but svg {
    width: 0.26rem;
  }
}
.curtain2 .curtain_box .cus_box .right form .g_but .pop_next svg path,
.curtain2 .curtain_box .cus_box .right form .g_but .pop_but svg path {
  fill: #fff;
}
.curtain2 .curtain_box .cus_box .right form .g_but .pop_but {
  display: none;
}
.curtain2 .curtain_box .cus_box .right form .g_but .pop_but .pop_but_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_banner {
  height: 6.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner {
    height: 6.5rem;
  }
}
.sub_banner .mob_pc {
  width: 100%;
  height: 100%;
}
.sub_banner .sub_banner_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt {
    padding: 0 5%;
  }
}
.sub_banner .sub_banner_txt h2 {
  display: none;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt h2 {
    font-size: 0.32rem;
  }
}
.sub_banner .sub_banner_txt p {
  font-size: 0.5rem;
  font-weight: bold;
  /* margin-top: 0.08rem; */
}
.sub_tit {
  display: flex;
  justify-content: space-between;
}
.sub_h2 {
  font-size: 0.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sub_h2 {
    font-size: 0.48rem;
  }
}
.pro {
  padding: 1rem 0 1.4rem;
}
@media (max-width: 767px) {
  .pro {
    padding: 1rem 0 ;
  }
}
.pro .box {
  margin-top: 0.5rem;
  display: flex;
  position: relative;
  height: 6.5rem;
}
@media (max-width: 767px) {
  .pro .box {
    flex-wrap: wrap;
    height: auto;
  }
}
.pro .box:hover .list {
  opacity: 0.7;
}
.pro .box .list {
  width: calc(100%/3);
  height: 6.5rem;
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.pro .box .list:nth-child(1) {
  left: 0;
}
.pro .box .list:nth-child(2) {
  left: 33.333%;
}
.pro .box .list:nth-child(3) {
  left: 66.666%;
}
@media (max-width: 767px) {
  .pro .box .list {
    width: 100%;
    position: relative;
    left: 0 !important;
    height: 9rem;
    margin-bottom: 0.4rem;
  }
}
.pro .box .list:hover {
  opacity: 1;
}
.pro .box .list.on {
  width: 100%;
  z-index: 10;
  opacity: 1;
  left: 0;
}
.pro .box .list.on .list_ot {
  background: #878787;
}
.pro .box .list.on .list_ot .img {
  opacity: 0;
}
.pro .box .list.on .list_ot .txt {
  display: none;
}
.pro .box .list.on .list_op {
  opacity: 1;
  z-index: 10;
}
.pro .box .list:hover .list_ot .txt .g_bj {
  opacity: 0;
}
.pro .box .list:hover .list_ot .txt .g_p svg {
  left: 5px;
}
.pro .box .list .list_ot {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.pro .box .list .list_ot .img {
  width: 100%;
  height: 100%;
}
.pro .box .list .list_ot .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .pro .box .list .list_ot .txt {
    align-items: flex-start;
    margin-top: 1rem;
  }
}
.pro .box .list .list_ot .txt .g_bj {
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.pro .box .list .list_ot .txt .g_p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}
.pro .box .list .list_ot .txt .g_p p {
  color: #fff;
  font-size: 0.3rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .pro .box .list .list_ot .txt .g_p p {
    font-size: 0.44rem;
  }
}
.pro .box .list .list_ot .txt .g_p svg {
  position: relative;
  left: 0;
  transition: all 0.3s;
  width: 10px;
  height: auto;
}
@media (max-width: 767px) {
  .pro .box .list .list_ot .txt .g_p svg {
    width: 6px;
  }
}
.pro .box .list .list_ot .txt .g_p svg path {
  fill: #fc4f00;
}
.pro .box .list .list_op {
  width: 100%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .pro .box .list .list_op {
    padding: 0 0.3rem;
  }
}
.pro .box .list .list_op i {
  cursor: pointer;
  position: absolute;
  top: 11%;
  right: 1rem;
  width: 0.34rem;
  height: 0.34rem;
  display: block;
  transform: rotate(45deg);
}
.pro .box .list .list_op i svg {
  width: 100%;
  height: 100%;
}
.pro .box .list .list_op i svg path {
  fill: #fff;
}
.pro .box .list .list_op h3 {
  font-size: 0.3rem;
  margin-bottom: 0.34rem;
  color: #fff;
}
@media (max-width: 767px) {
  .pro .box .list .list_op h3 {
    font-size: 0.36rem;
  }
}
.pro .box .list .list_op .list_op_box {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .pro .box .list .list_op .list_op_box {
    overflow: auto;
  }
}
.pro .box .list .list_op .list_op_box .list_op_con {
  width: 25%;
  border-right: 1px solid #ededed;
}
@media (max-width: 767px) {
  .pro .box .list .list_op .list_op_box .list_op_con {
    flex-shrink: 0;
    width: 50%;
  }
}
.pro .box .list .list_op .list_op_box .list_op_con:hover .list_op_img {
  background: #fff;
}
.pro .box .list .list_op .list_op_box .list_op_con:hover .list_op_txt {
  background: #fc4f00;
}
.pro .box .list .list_op .list_op_box .list_op_con:hover .list_op_txt h4 {
  color: #fff;
}
.pro .box .list .list_op .list_op_box .list_op_con:hover .list_op_txt svg path {
  fill: #fff;
}
.pro .box .list .list_op .list_op_box .list_op_con .list_op_img {
  transition: all 0.3s;
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.4rem 0;
  background: #e3e4e5;
}
@media (max-width: 767px) {
  .pro .box .list .list_op .list_op_box .list_op_con .list_op_img {
    height: 2.5rem;
  }
}
.pro .box .list .list_op .list_op_box .list_op_con .list_op_img img {
  object-fit: contain;
}
.pro .box .list .list_op .list_op_box .list_op_con .list_op_txt {
  transition: all 0.3s;
  height: 0.76rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cfd2d4;
  padding: 0 0.1rem;
}
.pro .box .list .list_op .list_op_box .list_op_con .list_op_txt h4 {
  transition: all 0.3s;
  font-weight: bold;
  margin-right: 0.08rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pro .box .list .list_op .list_op_box .list_op_con .list_op_txt h4 {
    font-size: 12px;
  }
}
.pro .box .list .list_op .list_op_box .list_op_con .list_op_txt svg,
.pro .box .list .list_op .list_op_box .list_op_con .list_op_txt img {
  width: 8px;
  height: auto;
}
@media (max-width: 767px) {
  .pro .box .list .list_op .list_op_box .list_op_con .list_op_txt svg,
  .pro .box .list .list_op .list_op_box .list_op_con .list_op_txt img {
    width: 5px;
  }
}
.pro .box .list .list_op .list_op_box .list_op_con .list_op_txt svg path,
.pro .box .list .list_op .list_op_box .list_op_con .list_op_txt img path {
  transition: all 0.3s;
  fill: #fc4f00;
}
.sub_bot {
  padding: 0.62rem 0;
  background: url(../images/pro_bj2.jpg) no-repeat;
  background-size: cover;
}
.sub_bot .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sub_bot .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .sub_bot .container .left {
    margin-bottom: 0.3rem;
  }
}
.sub_bot .container .left h2 {
  font-size: 0.34rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
@media (max-width: 767px) {
  .sub_bot .container .left h2 {
    font-size: 0.4rem;
  }
}
.sub_bot .container .left h2 span {
  color: #fc4f00;
}
.sub_bot .container .right .pub_a {
  height: 0.65rem;
  width: 2.2rem;
}
@media (max-width: 767px) {
  .sub_bot .container .right .pub_a {
    width: auto;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .sub_bot .container .right .pub_a p {
    font-size: 0.28rem;
  }
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .crumbs {
    display: none;
  }
}
.crumbs > a {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #999;
}
.crumbs > a svg path {
  fill: #858585;
}
.crumbs p > a {
  margin-right: 0.06rem;
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 0.29rem;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #666;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.12rem;
}
.crumbs p svg path {
  color: #999;
}
.crumbs p i {
  margin-right: 0.1rem;
  color: #999;
}
.crumbs_box {
  padding: 0.28rem 0;
}
@media (max-width: 1580px) {
  .crumbs_box {
    padding: 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .crumbs_box {
    padding: 0;
  }
}
.sot_select_nr {
  position: relative;
  min-width: 1.8rem;
}
.sot_select_nr .sel_text_x {
  width: 3.2rem;
  height: 0.54rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.05rem;
  padding: 0 0.2rem 0 0.13rem;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.sot_select_nr .sel_text_x svg {
  width: 12px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
.sot_select_nr .sel_text_x svg path {
  fill: #dbdbdb;
}
.sot_select_nr .sel_text_x p {
  padding: 0 0.07rem;
}
.sot_select_nr .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.sot_select_nr .sel_text_box a {
  font-size: 16px;
  color: #000;
  padding: 7px 0 7px 0.2rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr .sel_text_box a:hover {
  background: #fc4f00;
  color: #fff;
}
.porList_top {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.4rem 0;
}
.porList_top .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .porList_top .tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .porList_top .tit h2 {
    margin-bottom: 0.2rem;
  }
}
.porList_top .tit .g_xl {
  display: flex;
  align-items: center;
}
.porList_top .tit .g_xl p {
  color: #666;
  margin-right: 0.15rem;
}
.porList_tit {
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .porList_tit {
    margin-bottom: 0.3rem;
  }
}
.porList_tit .img {
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .porList_tit .img {
    height: 4.2rem;
  }
}
.pub_a4 {
  margin-left: 0.4rem;
  flex-shrink: 0;
  padding: 0 0.2rem;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 1000px;
  transition: all 0.3s;
  background: #fc4f00;
  justify-content: center;
  margin-top: 0.03rem;
}
@media (max-width: 1580px) {
  .pub_a4 {
    height: 0.6rem;
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .pub_a4 {
    height: 0.8rem;
    padding: 0 0.5rem;
  }
}
.pub_a4:hover {
  background: #e74800;
  border-color: #e74800;
}
.pub_a4:hover p {
  color: #fff;
}
.pub_a4 p {
  transition: all 0.3s;
  color: #fff;
}
.pub_a4 svg {
  margin-right: 0.08rem;
  transition: all 0.3s;
  position: relative;
  left: 0;
  width: 18px;
  height: auto;
}
.pub_a4 svg path {
  fill: #fff;
}
.porList_screen {
  padding-bottom: 0.9rem;
}
.porList_screen .top {
  margin-bottom: 0.38rem;
}
.porList_screen .top .scr_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.15rem 0;
}
@media (max-width: 767px) {
  .porList_screen .top .scr_box {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.15rem 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .porList_screen .top .scr_box:first-child {
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .porList_screen .top .scr_box .pub_a4 {
    margin: 0 0 0.25rem 0;
  }
}
.porList_screen .top .scr_box .scr_con {
  width: 100%;
  padding: 0.15rem 0;
  display: flex;
}
@media (max-width: 767px) {
  .porList_screen .top .scr_box .scr_con {
    flex-direction: column;
  }
}
.porList_screen .top .scr_box .scr_con.scr_con1 ul li.on a {
  color: #fc4f00;
  text-decoration: underline;
}
.porList_screen .top .scr_box .scr_con.scr_con2 ul li.on .j_inp {
  background: #fc4f00 !important;
  border-color: #fc4f00 !important;
}
.porList_screen .top .scr_box .scr_con > p {
  width: 3.28rem;
  flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .porList_screen .top .scr_box .scr_con > p {
    width: 100%;
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
  }
}
.porList_screen .top .scr_box .scr_con ul {
  display: flex;
  flex-wrap: wrap;
}
.porList_screen .top .scr_box .scr_con ul li {
  margin-right: 0.2rem;
  cursor: pointer;
  min-width: 2rem;
}
@media (max-width: 991px) {
  .porList_screen .top .scr_box .scr_con ul li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .porList_screen .top .scr_box .scr_con ul li {
    margin-bottom: 0.2rem;
  }
}
.porList_screen .top .scr_box .scr_con ul li a {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .porList_screen .top .scr_box .scr_con ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .porList_screen .top .scr_box .scr_con ul li a {
    font-size: 0.28rem;
  }
}
.porList_screen .top .scr_box .scr_con ul li label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.porList_screen .top .scr_box .scr_con ul li label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.porList_screen .top .scr_box .scr_con ul li label .j_inp {
  width: 18px;
  height: 18px;
  margin-right: 0.1rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
}
.porList_screen .top .scr_box .scr_con ul li label .j_inp svg {
  width: 66.66%;
  height: auto;
}
.porList_screen .top .scr_box .scr_con ul li label .j_inp svg path {
  fill: #fff;
}
.porList_screen .proCon_box .proCon_con .list {
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
}
@media (max-width: 991px) {
  .porList_screen .proCon_box .proCon_con .list {
    width: calc(50% - 0.2rem);
  }
}
.porList_screen .proCon_box .proCon_con .list:nth-child(4n) {
  margin-right: 0.3rem;
}
.porList_screen .proCon_box .proCon_con .list:nth-child(3n) {
  margin-right: 0;
}
.porList_screen .proCon_box .t_center .pub_a4 {
  margin: 0;
  cursor: pointer;
}
.proCon_box .proCon_con {
  display: flex;
  flex-wrap: wrap;
}
.proCon_box .proCon_con .list {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 0.1rem;
  width: calc((100% - 0.8rem)/3);
  transition: all 0.3s;
  margin: 0 0.4rem 0.4rem 0;
  position: relative;
}
.proCon_box .proCon_con .list:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .proCon_box .proCon_con .list {
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 991px) {
  .proCon_box .proCon_con .list:nth-child(3n) {
    margin-right: auto;
  }
  .proCon_box .proCon_con .list:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .proCon_box .proCon_con .list {
    width: 100% !important;
    margin: 0 0 0.4rem 0 !important;
  }
}
.proCon_box .proCon_con .list.on .i1 {
  background: #fc4f00 !important;
  border-color: #fc4f00 !important;
}
.proCon_box .proCon_con .list:hover {
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.13);
  background: #fff;
}
.proCon_box .proCon_con .list:hover .txt .g_b .left p {
  color: #fc4f00;
}
.proCon_box .proCon_con .list .proCon_con_ico {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 0 0.05rem 0 0.1rem;
  pointer-events: none;
  z-index: 10;
  /* display: flex;
				justify-content: space-between; */
}
.proCon_box .proCon_con .list .proCon_con_ico .ico_l {
  width: 0.8rem;
  height: auto;
  float: left;
}
.proCon_box .proCon_con .list .proCon_con_ico .ico_l img {
  height: auto;
  border-radius: 0 0 5px 5px;
}
.proCon_box .proCon_con .list .proCon_con_ico .ico_r {
  margin: 0.21rem 0.1rem 0;
  float: right;
}
.proCon_box .proCon_con .list .proCon_con_ico .ico_r img {
  width: auto;
  height: 0.32rem;
  margin: 0 0.02rem;
}
.proCon_box .proCon_con .list .img_box {
  height: 3.25rem;
  width: 100%;
  padding: 0.4rem 0.3rem;
}
.proCon_box .proCon_con .list .img_box .img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proCon_box .proCon_con .list .img_box .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.proCon_box .proCon_con .list .txt {
  border-top: 1px solid #e8e8e8;
  padding: 0.2rem 0.3rem;
}
.proCon_box .proCon_con .list .txt h3 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.proCon_box .proCon_con .list .txt h3 div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 3.6em;
}
.proCon_box .proCon_con .list .txt h3 span {
  color: #fc4f00;
  margin-right: 0.1rem;
  display: inline-block;
}
.proCon_box .proCon_con .list .txt h3 span:last-child {
  margin-right: 0;
}
.proCon_box .proCon_con .list .txt h3 i {
  margin-right: 10px;
}
.proCon_box .proCon_con .list .txt > p {
  color: #666;
}
.proCon_box .proCon_con .list .txt .g_b {
  margin-top: 0.2rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proCon_box .proCon_con .list .txt .g_b .left {
  display: flex;
  align-items: center;
}
.proCon_box .proCon_con .list .txt .g_b .left p {
  color: #666;
  margin-right: 0.09rem;
  transition: all 0.3s;
}
.proCon_box .proCon_con .list .txt .g_b .left svg {
  width: 6px;
  height: auto;
}
.proCon_box .proCon_con .list .txt .g_b .left svg path {
  fill: #fc5103;
}
.proCon_box .proCon_con .list .txt .g_b .right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.proCon_box .proCon_con .list .txt .g_b .right i {
  width: 18px;
  height: 18px;
  margin-right: 0.1rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8d8d8;
}
.proCon_box .proCon_con .list .txt .g_b .right i svg {
  width: 66.66%;
  height: auto;
}
.proCon_box .proCon_con .list .txt .g_b .right i svg path {
  fill: #fff;
}
.proCon_box .t_center {
  margin-top: 0.2rem;
  text-align: center;
}
.sub_a {
  display: inline-flex;
  align-items: center;
}
.sub_a:hover p {
  color: #fc4f00;
}
.sub_a p {
  color: #666;
  margin-right: 0.09rem;
  transition: all 0.3s;
}
.sub_a svg {
  width: 6px;
  height: auto;
}
@media (max-width: 767px) {
  .sub_a svg {
    width: 4px;
  }
}
.sub_a svg path {
  fill: #fc4f00;
}
.proList_b {
  background: #f5f5f5;
  padding: 0.96rem 0 0.8rem;
}
.proList_b .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .proList_b .container {
    flex-direction: column;
  }
}
.proList_b .container .list {
  width: calc(100%/3);
  padding: 0 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .proList_b .container .list {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.proList_b .container .list .t_svg {
  margin-bottom: 0.22rem;
}
.proList_b .container .list .t_svg svg {
  width: 0.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .proList_b .container .list .t_svg svg {
    width: 1rem;
  }
}
.proList_b .container .list .t_svg svg path {
  fill: #808080;
}
.proList_b .container .list .txt {
  text-align: center;
  margin-bottom: 0.48rem;
}
.proList_b .container .list .txt h3 {
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.proList_b .container .list .txt p {
  color: #999;
}
@media (max-width: 991px) {
  .proList_b .container .list .txt p br {
    display: none;
  }
}
.proCont {
  padding: 0.35rem 0 0.64rem;
}
.proCont .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.55rem;
}
.proCont .tit > p {
  font-size: 0.3rem;
  font-weight: bold;
}
.proCont .tit .fh {
  padding: 0 0.4rem;
  border-radius: 100px;
  height: 0.5rem;
  background: #fc4f00;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proCont .tit .fh:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .proCont .tit .fh {
    height: 0.8rem;
    padding: 0 0.6rem;
  }
}
.proCont .tit .fh p {
  color: #fff;
  margin-left: 0.1rem;
}
.proCont .tit .fh svg {
  width: 0.15rem;
  height: auto;
}
@media (max-width: 767px) {
  .proCont .tit .fh svg {
    width: 0.3rem;
  }
}
.proCont .tit .fh svg path {
  fill: #fff;
}
.proCon_box.proCon_box2 .proCon_con .list {
  /* width: calc((100% - 0.99rem)/4);
				margin: 0 0.33rem 0.33rem 0; */
}
.proCon_box.proCon_box2 .proCon_con .list:nth-child(4n) {
  margin-right: 0;
}
.proCon_box.proCon_box2 .proCon_con .list:nth-child(3n) {
  margin-right: auto;
}
@media (max-width: 1260px) {
  .proCon_box.proCon_box2 .proCon_con .list {
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 1260px) {
  .proCon_box.proCon_box2 .proCon_con .list:nth-child(4n) {
    margin-right: auto;
  }
  .proCon_box.proCon_box2 .proCon_con .list:nth-child(3n) {
    margin-right: auto;
  }
  .proCon_box.proCon_box2 .proCon_con .list:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .proCon_box.proCon_box2 .proCon_con .list {
    width: 100%;
    margin: 0 0 0.4rem 0 !important;
  }
}
.proCon_box.proCon_box2 .proCon_con .list .img_box {
  height: 3.75rem;
}
.proCont_xh {
  background: #fff;
  position: sticky;
  top: 70px;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .proCont_xh {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .proCont_xh {
    /* display: none; */
    overflow: auto;
  }
}
.proCont_xh .container {
  width: 100%;
  padding: 0.1rem 0.44rem;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .proCont_xh .container {
    width: 800px;
  }
}
.proCont_xh .container p {
  height: 100%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0;
  border-right: 1px solid #e9e9e9;
}
.proCont_xh .container p.p1 {
  justify-content: flex-start;
  font-weight: bold;
}
.proCont_par {
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
}
.proCont_par .proCont_par_box {
  margin-bottom: 0.9rem;
}
.proCont_par .proCont_par_box:nth-child(1) {
  background: #fff;
  z-index: 10;
}
.proCont_par .proCont_par_box .g_h2 {
  padding: 0.25rem 0.38rem;
  border-radius: 0.1rem 0.1rem 0 0;
  background: #f5f5f5;
}
.proCont_par .proCont_par_box .g_h2 h2 {
  font-weight: bold;
}
.proCont_par .proCont_par_box .g_tab {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 0.23rem 0.44rem 0.5rem;
}
@media (max-width: 767px) {
  .proCont_par .proCont_par_box .g_tab {
    overflow-x: auto;
  }
}
.proCont_par .proCont_par_box .g_tab ul {
  width: 100%;
}
@media (max-width: 767px) {
  .proCont_par .proCont_par_box .g_tab ul {
    width: 800px;
  }
}
.proCont_par .proCont_par_box .g_tab ul li {
  width: 100%;
  display: flex;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.proCont_par .proCont_par_box .g_tab ul li.on p {
  color: #fc4f00;
}
.proCont_par .proCont_par_box .g_tab ul li:nth-child(2n-1) {
  background: #f5f5f5;
}
.proCont_par .proCont_par_box .g_tab ul li:hover {
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.2);
  border-color: #fc4f00;
}
.proCont_par .proCont_par_box .g_tab ul li:hover p {
  color: #fc4f00;
}
.proCont_par .proCont_par_box .g_tab ul li p {
  height: 100%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.48rem;
  border-right: 1px solid #e9e9e9;
}
.proCont_par .proCont_par_box .g_tab ul li p:first-child {
  justify-content: flex-start;
}
.proCont_par .proCont_par_box .g_tab ul li p:last-child {
  border: none;
}
.proInfo_tit {
  padding: 0.6rem 0 1.3rem;
}
@media (max-width: 767px) {
  .proInfo_tit {
    padding: 0 0 1rem;
  }
}
.proInfo_tit .proInfo_tit_box {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .proInfo_tit .proInfo_tit_box {
    flex-direction: column;
  }
}
.proInfo_tit .proInfo_tit_box .left {
  width: 42.5%;
}
@media (max-width: 991px) {
  .proInfo_tit .proInfo_tit_box .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .proInfo_tit .proInfo_tit_box .left {
    margin-bottom: 1rem;
  }
}
.proInfo_tit .proInfo_tit_box .left .t_swi {
  position: relative;
}
.proInfo_tit .proInfo_tit_box .left .t_swi .gallery-thumbs .t_swi_img {
  width: 100%;
  height: 4.6rem;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proInfo_tit .proInfo_tit_box .left .t_swi .gallery-thumbs .t_swi_img img {
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.proInfo_tit .proInfo_tit_box .left .t_swi .t_swi_vid {
  position: absolute;
  left: 0.35rem;
  bottom: 0.74rem;
  display: flex;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.proInfo_tit .proInfo_tit_box .left .t_swi .t_swi_vid svg {
  width: 0.3rem;
  margin-right: 0.1rem;
}
.proInfo_tit .proInfo_tit_box .left .t_swi .t_swi_vid svg path {
  fill: #d8d8d8;
}
.proInfo_tit .proInfo_tit_box .left .t_swi .t_swi_vid p {
  color: #999;
}
@media (max-width: 767px) {
  .proInfo_tit .proInfo_tit_box .left .t_swi .t_swi_vid p {
    font-size: 0.28rem;
  }
}
.proInfo_tit .proInfo_tit_box .left .t_swi .t_swi_vidon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.proInfo_tit .proInfo_tit_box .left .t_swi .t_swi_vidon.on {
  z-index: 100;
  opacity: 1;
}
.proInfo_tit .proInfo_tit_box .left .t_swi .t_swi_vidon video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proInfo_tit .proInfo_tit_box .left .g_nav {
  margin: 0.19rem 0;
}
.proInfo_tit .proInfo_tit_box .left .g_nav a {
  cursor: pointer;
  margin-right: 0.44rem;
  font-weight: bold;
  padding-bottom: 0.06rem;
  border-bottom: 2px solid transparent;
}
.proInfo_tit .proInfo_tit_box .left .g_nav a.on {
  color: #fc4f00;
  border-color: #fc4f00;
}
.proInfo_tit .proInfo_tit_box .left .b_swi {
  position: relative;
  height: 0.96rem;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_nr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_nr.on {
  opacity: 1;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb {
  padding: 0 0.52rem;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_nav {
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #515151;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_nav {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_nav:hover {
  border-color: #fc5407;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_nav:hover svg path {
  fill: #fc5407;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_nav svg {
  width: 23.33%;
  height: auto;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_nav svg path {
  fill: #515151;
  opacity: 1;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_prev {
  left: 0rem;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_prev svg {
  transform: rotate(180deg);
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .qie .pub_next {
  right: 0rem;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .gallery-top {
  padding: 0 2px;
  height: 100%;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .gallery-top .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .b_swi_box {
  border-color: #fc4f00;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .gallery-top .swiper-wrapper .swiper-slide .b_swi_box {
  border: 1px solid #dddddd;
  border-radius: 0.04rem;
  width: 100%;
  padding: 0.05rem;
  height: 0.96rem;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_lb .gallery-top .swiper-wrapper .swiper-slide .b_swi_box img {
  object-fit: contain;
}
.proInfo_tit .proInfo_tit_box .left .b_swi .b_swi_video {
  border: 1px solid #dddddd;
  border-radius: 0.04rem;
  width: 1.3rem;
  height: 0.96rem;
}
.proInfo_tit .proInfo_tit_box .right {
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .proInfo_tit .proInfo_tit_box .right {
    width: 100%;
    padding: 0;
  }
}
.proInfo_tit .proInfo_tit_box .right .tit {
  margin-bottom: 0.4rem;
}
.proInfo_tit .proInfo_tit_box .right .tit span {
  line-height: 1;
  color: #fc4f00;
  display: block;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .proInfo_tit .proInfo_tit_box .right .tit span {
    font-size: 0.36rem;
  }
}
.proInfo_tit .proInfo_tit_box .right .tit h1 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .proInfo_tit .proInfo_tit_box .right .tit p {
    font-size: 0.28rem;
  }
}
.proInfo_tit .proInfo_tit_box .right .brief {
  border-top: 1px solid #e8e8e8;
  padding-top: 0.4rem;
}
.proInfo_tit .proInfo_tit_box .right .brief .g_p {
  color: #666;
  margin-bottom: 0.5rem;
}
.proInfo_tit .proInfo_tit_box .right .brief ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.proInfo_tit .proInfo_tit_box .right .brief ul li {
  position: relative;
  padding: 0 0.25rem;
  min-width: 1rem;
  border: 1px solid #fc4f00;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  height: 0.36rem;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fffaf7;
  cursor: pointer;
}
@media (max-width: 767px) {
  .proInfo_tit .proInfo_tit_box .right .brief ul li {
    height: 0.6rem;
    padding: 0 0.4rem;
  }
}
.proInfo_tit .proInfo_tit_box .right .brief ul li > p {
  color: #fc4f00;
}
.proInfo_tit .proInfo_tit_box .right .brief ul li .ne_txt {
  display: none;
  width: 310px;
  position: absolute;
  bottom: calc(100% + 15px);
  padding: 0.3rem 0.25rem 0.6rem;
  background: #fff;
  box-shadow: 0px 9px 52px 0px rgba(0, 0, 0, 0.13);
  border-radius: 0.15rem;
}
@media (max-width: 767px) {
  .proInfo_tit .proInfo_tit_box .right .brief ul li .ne_txt {
    display: none !important;
  }
}
.proInfo_tit .proInfo_tit_box .right .brief ul li .ne_txt .ne_txt_box {
  width: 100%;
  height: 100%;
}
.proInfo_tit .proInfo_tit_box .right .brief ul li .ne_txt .ne_txt_box span {
  color: #666;
}
.proInfo_tit .proInfo_tit_box .right .brief ul li .ne_txt svg {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.proInfo_tit .proInfo_tit_box .right .brief .g_sq a {
  cursor: pointer;
  width: 3.3rem;
  height: 0.6rem;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fc4f00;
  color: #fff;
  transition: all 0.3s;
}
.proInfo_tit .proInfo_tit_box .right .brief .g_sq a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .proInfo_tit .proInfo_tit_box .right .brief .g_sq a {
    height: 0.8rem;
  }
}
.qie .pub_nav {
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #51515152;
}
@media (max-width: 767px) {
  .qie .pub_nav {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.qie .pub_nav:hover {
  border-color: #fc5407;
}
.qie .pub_nav:hover svg path {
  fill: #fc5407;
}
.qie .pub_nav svg {
  width: 23.33%;
  height: auto;
}
.qie .pub_nav svg path {
  fill: #515151;
  opacity: 1;
}
.qie .pub_prev {
  left: 0.2rem;
}
.qie .pub_next {
  right: 0.2rem;
}
.proInfo_box .proInfo_box_nav {
  -webkit-transition: all 0.3s;
  background: #fff;
  position: sticky;
  top: 80px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  overflow-x: auto;
}
@media screen and (max-width: 1440px) {
  .proInfo_box .proInfo_box_nav {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .proInfo_box .proInfo_box_nav {
    justify-content: flex-start;
  }
}
.proInfo_box .proInfo_box_nav a {
  height: 0.8rem;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  margin: 0 0.63rem;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .proInfo_box .proInfo_box_nav a {
    margin: 0 0.2rem;
  }
}
.proInfo_box .proInfo_box_nav a.on {
  border-color: #fc4f00;
  font-weight: bold;
}
.proInfo_box .proInfo_con .proInfo_video {
  height: 9.7rem;
  width: 100%;
  position: relative;
}
.proInfo_box .proInfo_con .proInfo_video.on .img video {
  opacity: 1;
  z-index: 10;
}
.proInfo_box .proInfo_con .proInfo_video .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.proInfo_box .proInfo_con .proInfo_video .img video {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proInfo_box .proInfo_con .proInfo_video .txt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  max-width: 1600px;
  transform: translateX(-50%);
  align-items: flex-start;
}
@media (max-width: 1260px) {
  .proInfo_box .proInfo_con .proInfo_video .txt {
    width: 90%;
  }
}
.proInfo_box .proInfo_con .proInfo_video .txt h2 {
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.proInfo_box .proInfo_con .proInfo_video .txt p {
  margin-bottom: 0.5rem;
}
.proInfo_box .proInfo_con .proInfo_video .txt .vio_on {
  cursor: pointer;
}
.proInfo_box .proInfo_con .proInfo_video .txt .vio_on svg {
  width: 0.8rem;
  height: 0.8rem;
}
.proInfo_box .proInfo_con .proInfo_video .txt .vio_on svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .proInfo_box .proInfo_con .proInfo_video .txt .vio_on1 {
    display: none;
  }
}
.proInfo_box .proInfo_con .proInfo_video .txt .vio_on2 {
  display: none;
}
@media (max-width: 767px) {
  .proInfo_box .proInfo_con .proInfo_video .txt .vio_on2 {
    display: block;
  }
}
#hi-video-pop .hi-close:hover {
  background: #fc4f00;
}
.proInfo_gs {
  background: #fafafa;
  padding: 1.36rem 0 1.46rem;
}
@media (max-width: 767px) {
  .proInfo_gs {
    padding: 1rem 0;
  }
}
.proInfo_gs .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .proInfo_gs .container {
    flex-direction: column;
  }
}
.proInfo_gs .container .left {
  width: 50%;
  padding-top: 0.28rem;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .proInfo_gs .container .left {
    width: 100%;
    padding: 0;
  }
}
.proInfo_gs .container .left .tit {
  margin-bottom: 0.66rem;
}
.proInfo_gs .container .left .tit span {
  font-weight: bold;
  display: block;
  margin-bottom: 0.35rem;
}
.proInfo_gs .container .left .tit h2 {
  font-size: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .proInfo_gs .container .left .tit p {
    font-size: 0.28rem;
  }
}
.proInfo_gs .container .left .box .g_ssuo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.32rem;
}
.proInfo_gs .container .left .box .g_ssuo.on .g_jiaj .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.proInfo_gs .container .left .box .g_ssuo .g_jiaj {
  width: 24px;
  height: 24px;
  border: 2px solid #fc5407;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.12rem;
}
@media (max-width: 767px) {
  .proInfo_gs .container .left .box .g_ssuo .g_jiaj {
    width: 18px;
    height: 18px;
  }
}
.proInfo_gs .container .left .box .g_ssuo .g_jiaj i {
  width: 10px;
  height: 2px;
  background: #fc4f00;
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1260px) {
  .proInfo_gs .container .left .box .g_ssuo .g_jiaj i {
    width: 8px;
  }
}
@media (max-width: 767px) {
  .proInfo_gs .container .left .box .g_ssuo .g_jiaj i {
    width: 6px;
  }
}
.proInfo_gs .container .left .box .g_ssuo .g_jiaj .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.proInfo_gs .container .left .box .g_ssuo p {
  font-weight: bold;
}
.proInfo_gs .container .left .box .g_gn {
  display: flex;
  flex-wrap: wrap;
}
.proInfo_gs .container .left .box .g_gn .list_box {
  position: relative;
  z-index: 5;
  border-radius: 10px;
  margin: 0 0.2rem 0.2rem 0;
  overflow: hidden;
  transition: all 0.3s;
}
.proInfo_gs .container .left .box .g_gn .list_box:hover {
  box-shadow: 2px 2px 40px 0px rgba(46, 36, 36, 0.09);
  background: #fff;
}
.proInfo_gs .container .left .box .g_gn .list_box:hover h3 span {
  opacity: 1;
}
.proInfo_gs .container .left .box .g_gn .list_box:hover svg {
  opacity: 1;
}
.proInfo_gs .container .left .box .g_gn .list_box .list {
  width: 3.6rem;
  height: 100%;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 0.42rem 0.26rem 0.35rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .proInfo_gs .container .left .box .g_gn .list_box .list {
    width: 3rem;
  }
}
@media (max-width: 991px) {
  .proInfo_gs .container .left .box .g_gn .list_box .list {
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .proInfo_gs .container .left .box .g_gn .list_box .list {
    width: 100%;
    margin: 0 0 0.3rem !important;
  }
}
.proInfo_gs .container .left .box .g_gn .list_box .list h3 {
  display: flex;
  justify-content: space-between;
  color: #fc4f00;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.proInfo_gs .container .left .box .g_gn .list_box .list h3 span {
  color: #e3e3e3;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.3s;
}
.proInfo_gs .container .left .box .g_gn .list_box .list p {
  color: #666;
}
.proInfo_gs .container .left .box .g_gn .list_box .list svg {
  opacity: 0;
  transition: all 0.3s;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.proInfo_gs .container .left .box .g_gn .list_box .list svg path {
  fill: #fc4f00;
}
.proInfo_gs .container .right {
  width: 50%;
  height: 7.7rem;
  flex-shrink: 0;
  position: relative;
  /* .img2{
				width: 3.5rem;
				left: 26%;
				top: 28%;
				z-index: 2;
				@media @max-xs{
					left: 23%;
				}
			}
			.img3{
				width: 3.29rem;
				left: 58%;
				top: 45%;
				z-index: 3;
				@media @max-xs{
					left: 40%;
				}
			 }*/
}
@media (max-width: 991px) {
  .proInfo_gs .container .right {
    width: 100%;
  }
}
.proInfo_gs .container .right img {
  /* position: absolute;
				width: auto;
				height: auto; */
  object-fit: contain;
}
.proInfo_gs .container .right .img1 {
  width: 100%;
  left: 17%;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .proInfo_gs .container .right .img1 {
    left: 12%;
  }
}
.proInfo_cs {
  padding: 1.45rem 0 0;
}
.proInfo_cs .tit p {
  color: #666;
  margin-top: 0.2rem;
}
.proInfo_cs .box {
  margin-top: 0.5rem;
}
.proInfo_cs .box .g_nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
}
.proInfo_cs .box .g_nav a {
  cursor: pointer;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 3px solid transparent;
  margin-right: 1rem;
}
.proInfo_cs .box .g_nav a.on {
  border-color: #fc4f00;
}
.proInfo_cs .box .proInfo_cs_fl .bbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proInfo_cs .box .proInfo_cs_fl .bbox .list {
  padding: 0.25rem 0.78rem 0.25rem 0;
  width: calc(50% - 0.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 991px) {
  .proInfo_cs .box .proInfo_cs_fl .bbox .list {
    width: 100%;
  }
}
.proInfo_cs .box .proInfo_cs_fl .bbox .list span {
  font-weight: bold;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.proInfo_rz {
  padding-top: 1.2rem;
}
.proInfo_rz .box {
  margin-top: 0.36rem;
}
.proInfo_rz .box .proInfo_rz_swi .proInfo_rz_box {
  width: 100%;
  height: 100%;
}
.proInfo_rz .box .proInfo_rz_swi .proInfo_rz_box .img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fafafa;
  margin: auto;
  padding: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.12rem;
  width: 100%;
  height: 100%;
}
.proInfo_rz .box .proInfo_rz_swi .proInfo_rz_box .img img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.proInfo_rz .box .proInfo_rz_swi .proInfo_rz_box .txt {
  text-align: center;
  color: #000;
}
.proInfo_rz .box .proInfo_rz_swi .proInfo_rz_box .txt p {
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.proInfo_zy {
  overflow: hidden;
  padding-top: 1.15rem;
  padding-bottom: 0.6rem;
}
.proInfo_zy .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .proInfo_zy .container {
    flex-direction: column;
  }
}
.proInfo_zy .container .left {
  width: 50%;
  flex-shrink: 0;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .proInfo_zy .container .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.proInfo_zy .container .left .left_box {
  margin-top: 0.55rem;
}
.proInfo_zy .container .left .left_box .zy_dow {
  border-top: 1px solid #e8e8e8;
  padding: 0.3rem 0.7rem 0.3rem 0.09rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .proInfo_zy .container .left .left_box .zy_dow {
    padding: 0.3rem 0.3rem 0.3rem 0.09rem;
  }
}
.proInfo_zy .container .left .left_box .zy_dow .txt {
  display: flex;
  align-items: center;
}
.proInfo_zy .container .left .left_box .zy_dow .txt svg {
  width: 22px;
  margin-right: 0.22rem;
}
.proInfo_zy .container .left .left_box .zy_dow .txt svg path {
  fill: #fc4f00;
}
.proInfo_zy .container .left .left_box .zy_dow .txt p {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.proInfo_zy .container .left .left_box .zy_dow .zy_dow_r {
  margin-left: 0.4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.proInfo_zy .container .left .left_box .zy_dow .zy_dow_r a {
  color: #999;
  line-height: 1;
}
.proInfo_zy .container .left .left_box .zy_dow .zy_dow_r a:last-child {
  margin-left: 0.64rem;
  padding-left: 0.74rem;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .proInfo_zy .container .left .left_box .zy_dow .zy_dow_r a:last-child {
    margin-left: 0.2rem;
    padding-left: 0.2rem;
  }
}
.proInfo_zy .container .right {
  width: 50%;
}
@media (max-width: 991px) {
  .proInfo_zy .container .right {
    width: 100%;
  }
}
.proInfo_zy .container .right .right_ewm {
  margin-top: 0.55rem;
  height: 100%;
  padding: 0 0.5rem 0 0.8rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .proInfo_zy .container .right .right_ewm {
    background: none !important;
  }
}
@media (max-width: 767px) {
  .proInfo_zy .container .right .right_ewm {
    padding: 0 0.3rem;
  }
}
.proInfo_zy .container .right .right_ewm .img1 {
  position: absolute;
  left: 4%;
  top: -7%;
  max-width: initial;
  width: auto;
  height: auto;
  z-index: -1;
}
.proInfo_zy .container .right .right_ewm .ewm_box {
  padding-top: 0.38rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.1rem;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 991px) {
  .proInfo_zy .container .right .right_ewm .ewm_box {
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .proInfo_zy .container .right .right_ewm .ewm_box {
    margin: 0 0.1rem;
  }
}
.proInfo_zy .container .right .right_ewm .ewm_box img {
  width: 1.73rem;
  height: 1.73rem;
}
.proInfo_zy .container .right .right_ewm .ewm_box p {
  margin-top: 0.2rem;
}
.proInfo_cp {
  padding-top: 1rem;
  margin-bottom: 0.95rem;
}
.proInfo_cp .proCon_box {
  margin-top: 0.32rem;
}
.proInfo_cp .proCon_box .proCon_con .list .txt {
  padding: 0.3rem 0.2rem;
}
.curtain3 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
.curtain3.on {
  z-index: 10000;
  opacity: 1;
}
.curtain3 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain3 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .curtain3 .curtain_box {
    width: 90%;
  }
}
.curtain3 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain3 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .curtain_title .close_tc {
    width: 18px;
    height: 18px;
    border: 1px solid #292929;
    top: 0.1rem;
    right: 0.1rem;
  }
}
.curtain3 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
  width: 24px;
  height: 3px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .curtain_title .close_tc::before {
    width: 10px;
    height: 1px;
    margin: 0 0 0 -5px;
  }
}
.curtain3 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
  width: 24px;
  height: 3px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .curtain_title .close_tc::after {
    width: 10px;
    height: 1px;
    margin: 0 0 0 -5px;
  }
}
.curtain3 .curtain_box .cus_box {
  box-shadow: 7px 7px 40px 0px rgba(0, 0, 0, 0.1);
  width: 7rem;
  padding: 0.5rem 0.66rem 0.8rem;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .cus_box {
    width: 100%;
  }
}
.curtain3 .curtain_box .cus_box .tit h2 {
  font-size: 0.4rem;
  font-weight: bold;
}
.curtain3 .curtain_box .cus_box .tit .bri {
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.curtain3 .curtain_box .cus_box .tit .bri .bri_box {
  display: flex;
  align-items: center;
  margin: 0 0 0.2rem 0;
}
.curtain3 .curtain_box .cus_box .tit .bri .bri_box .g_svg {
  margin-right: 0.1rem;
  width: 18px;
  height: 18px;
  border: 2px solid #fc4f00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curtain3 .curtain_box .cus_box .tit .bri .bri_box .g_svg svg {
  width: 10px;
  height: auto;
}
.curtain3 .curtain_box .cus_box .tit .bri .bri_box .g_svg svg path {
  fill: #fc4f00;
}
.curtain3 .curtain_box .cus_box form.on .form_box .one {
  display: none;
}
.curtain3 .curtain_box .cus_box form.on .form_box .two {
  display: block;
}
.curtain3 .curtain_box .cus_box form.on .g_but .pop_next2 {
  display: none;
}
.curtain3 .curtain_box .cus_box form.on .g_but .pop_but2 {
  display: block;
}
.curtain3 .curtain_box .cus_box form .form_box .inp {
  width: 100%;
  height: 0.7rem;
  padding: 0 20px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.curtain3 .curtain_box .cus_box form .form_box .inp_box2 {
  display: flex;
  justify-content: space-between;
}
.curtain3 .curtain_box .cus_box form .form_box .inp_box2 .inp {
  width: calc(50% - 0.1rem);
}
.curtain3 .curtain_box .cus_box form .form_box .two {
  display: none;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser {
  margin-bottom: 0.26rem;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser > p {
  margin-bottom: 0.15rem;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser .free_ser_box {
  display: flex;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser .free_ser_box .free_ser_con {
  cursor: pointer;
  margin-right: 0.5rem;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser .free_ser_box .free_ser_con.on .g_svg {
  background: #fc4f00;
  border-color: #fc4f00;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser .free_ser_box .free_ser_con label {
  display: flex;
  align-items: center;
  position: relative;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser .free_ser_box .free_ser_con label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser .free_ser_box .free_ser_con label .g_svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser .free_ser_box .free_ser_con label .g_svg svg {
  width: 10px;
  height: auto;
}
.curtain3 .curtain_box .cus_box form .form_box .two .free_ser .free_ser_box .free_ser_con label .g_svg svg path {
  fill: #fff;
}
.curtain3 .curtain_box .cus_box form .yszc {
  padding-right: 0.2rem;
  margin-bottom: 0.38rem;
}
.curtain3 .curtain_box .cus_box form .yszc p {
  color: #999;
}
.curtain3 .curtain_box .cus_box form .yszc p a {
  color: #333;
}
.curtain3 .curtain_box .cus_box form .g_but .pop_next2,
.curtain3 .curtain_box .cus_box form .g_but .pop_but2 {
  width: 1.9rem;
  height: 0.6rem;
  padding: 0 0.28rem 0 0.32rem;
  background: #fc4e00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .cus_box form .g_but .pop_next2,
  .curtain3 .curtain_box .cus_box form .g_but .pop_but2 {
    width: 2.6rem;
    height: 0.8rem;
  }
}
.curtain3 .curtain_box .cus_box form .g_but .pop_next2 p,
.curtain3 .curtain_box .cus_box form .g_but .pop_but2 p {
  color: #fff;
}
.curtain3 .curtain_box .cus_box form .g_but .pop_next2 svg,
.curtain3 .curtain_box .cus_box form .g_but .pop_but2 svg {
  width: 0.18rem;
  height: auto;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .cus_box form .g_but .pop_next2 svg,
  .curtain3 .curtain_box .cus_box form .g_but .pop_but2 svg {
    width: 0.26rem;
  }
}
.curtain3 .curtain_box .cus_box form .g_but .pop_next2 svg path,
.curtain3 .curtain_box .cus_box form .g_but .pop_but2 svg path {
  fill: #fff;
}
.curtain3 .curtain_box .cus_box form .g_but .pop_but2 {
  display: none;
}
.curtain3 .curtain_box .cus_box form .g_but .pop_but2 .pop_but_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.curtain3 .curtain_box .suc_cur {
  display: none;
  width: 5rem;
  padding: 0.6rem 0.7rem 0.47rem;
  box-shadow: 7px 7px 40px 0px rgba(0, 0, 0, 0.1);
}
.curtain3 .curtain_box .suc_cur h2 {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  color: #fc4f00;
  margin-bottom: 0.18rem;
}
.curtain3 .curtain_box .suc_cur .g_p p {
  margin-bottom: 0.22rem;
}
.curtain3 .curtain_box .suc_cur .g_p p span {
  color: #fc4f00;
  font-weight: bold;
}
.curtain3 .curtain_box .suc_cur .g_a {
  text-align: center;
}
.curtain3 .curtain_box .suc_cur .g_a a {
  cursor: pointer;
  width: 1.3rem;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fc4f00;
  border-radius: 0.05rem;
  color: #fff;
  transition: all 0.3s;
}
.curtain3 .curtain_box .suc_cur .g_a a:hover {
  opacity: 0.8;
}
.about_who {
  padding: 0.55rem 0 0.7rem;
  position: relative;
}
@media (max-width: 1580px) {
  .about_who {
    padding: 1.2rem 0 1.4rem;
  }
}
@media (max-width: 991px) {
  .about_who {
    padding: 1rem 0 0;
  }
}
.about_who > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.18rem;
  height: auto;
  z-index: -1;
}
@media (max-width: 991px) {
  .about_who > img {
    position: initial;
    width: 100%;
    margin-top: -3.5rem;
  }
}
@media (max-width: 767px) {
  .about_who > img {
    margin-top: -2.5rem;
  }
}
.about_who .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about_who .container {
    flex-direction: column;
  }
}
.about_who .container .left {
  width: 43.43%;
}
@media (max-width: 991px) {
  .about_who .container .left {
    width: 100%;
  }
}
.about_who .container .left .tit {
  margin-bottom: 0.9rem;
}
.about_who .container .left .tit span {
  display: block;
  color: #999;
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  .about_who .container .left .tit span {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
}
.about_who .container .left .tit h2 {
  font-size: 0.48rem;
  line-height: 1.25;
  font-weight: bold;
}
.about_who .container .left .box {
  display: flex;
  flex-wrap: wrap;
}
.about_who .container .left .box .list {
  width: 2.92rem;
  padding-right: 0.2rem;
  margin-bottom: 0.92rem;
}
@media (max-width: 991px) {
  .about_who .container .left .box .list {
    width: 50%;
  }
}
.about_who .container .left .box .list .g_top {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: flex-end;
}
.about_who .container .left .box .list .g_top p {
  font-size: 0.5rem;
  line-height: 0.9;
  color: #fc4f00;
  font-weight: bold;
}
.about_who .container .left .box .list .g_top span {
  margin-left: 0.1rem;
  color: #fc4f00;
}
.about_who .container .left .box .list > p {
  color: #444;
  width: 11em;
}
@media (max-width: 767px) {
  .about_who .container .left .box .list > p {
    width: 100%;
  }
}
.about_who .container .right {
  width: 51.57%;
  color: #8c8c8c;
}
@media (max-width: 991px) {
  .about_who .container .right {
    width: 100%;
  }
}
.about_who .container .right p span {
  color: #333;
  font-weight: bold;
}
.about_who .container .right img {
  margin-top: 0.3rem;
  height: auto;
}
.about_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about_tit span {
  color: #999;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .about_tit span {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
}
.about_tit h2 {
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about_tit h2 br {
    /* display: none; */
  }
}
.about_do {
  padding: 1.2rem 0 1.5rem;
}
@media (max-width: 767px) {
  .about_do {
    padding: 1.6rem 0 1.5rem;
  }
}
.about_do .box {
  margin-top: 0.45rem;
  display: flex;
  flex-wrap: wrap;
}
.about_do .box .list {
  padding: 0.5rem 0.44rem 0.36rem;
  border-radius: 0.1rem;
  width: calc((100% - 0.7rem)/3);
  transition: all 0.3s;
  margin: 0 0.35rem 0.3rem 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .about_do .box .list {
    width: 100%;
    margin-right: 0 !important;
  }
}
.about_do .box .list:nth-child(3n+1) {
  margin-right: 0;
}
.about_do .box .list:nth-child(1) {
  margin-right: 0;
  width: 100%;
}
.about_do .box .list:nth-child(1) ul li {
  width: 50%;
  margin-right: 0;
  padding-right: 0.2rem;
}
@media (max-width: 1260px) {
  .about_do .box .list:nth-child(1) ul li {
    width: 50%;
  }
}
.about_do .box .list:nth-child(2) ul li:nth-child(2) {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .about_do .box .list:nth-child(2) ul li:nth-child(2) {
    margin-right: 0.5rem;
  }
}
.about_do .box .list:hover > img {
  opacity: 1;
}
.about_do .box .list:hover .tit h3 {
  color: #fc4f00;
}
.about_do .box .list > img {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  opacity: 0;
  width: auto;
  max-width: initial;
}
.about_do .box .list .tit {
  padding-bottom: 0.25rem;
  margin-bottom: 0.22rem;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  z-index: 2;
}
.about_do .box .list .tit:after {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 2px;
  background: #fc4f00;
  bottom: -1px;
  left: 0;
}
.about_do .box .list .tit h3 {
  font-weight: bold;
}
.about_do .box .list ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.about_do .box .list ul li {
  margin-right: 1.18rem;
  margin-bottom: 0.18rem;
}
@media (max-width: 1260px) {
  .about_do .box .list ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 991px) {
  .about_do .box .list ul li {
    width: auto !important;
    margin-right: 0.4rem !important;
    padding: 0 !important;
  }
}
.about_do .box .list ul li:hover {
  /* color: #fc4f00; */
}
.about_do .box .list ul li:last-child {
  margin-right: 0;
}
.about_cj .ahout_map .g_map_box .core::after {
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
.about_cj .ahout_map .g_map_box .core::before {
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
@keyframes moveh {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    -webkit-transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.about_cj {
  padding: 1.2rem 0 0.95rem;
}
.about_cj .ahout_map {
  margin-top: 0.55rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about_cj .ahout_map {
    flex-direction: column;
  }
}
.about_cj .ahout_map .g_map_box {
  width: 100%;
}
@media (max-width: 1580px) {
  .about_cj .ahout_map .g_map_box {
    margin-left: 0;
  }
}
.about_cj .ahout_map .g_map_box .img {
  width: 100%;
}
.about_cj .ahout_map .g_map_box .core .core_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.about_cj .ahout_map .g_map_box .core:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  background: #fed1bd;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
}
.about_cj .ahout_map .g_map_box .core:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  background: #fed1bd;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
}
.about_cj .ahout_map .about_cj_r {
  z-index: 10;
  margin-right: 0.22rem;
  width: 3.5rem;
  box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 0.3rem 0.25rem 0.52rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .about_cj .ahout_map .about_cj_r {
    width: 100%;
  }
}
.about_cj .ahout_map .about_cj_r > img {
  height: 2rem;
  margin-bottom: 0.29rem;
}
@media (max-width: 991px) {
  .about_cj .ahout_map .about_cj_r > img {
    height: auto;
  }
}
.about_cj .ahout_map .about_cj_r .add {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}
.about_cj .ahout_map .about_cj_r .add svg {
  width: 23px;
  height: 23px;
  margin-right: 0.14rem;
}
@media (max-width: 1260px) {
  .about_cj .ahout_map .about_cj_r .add svg {
    width: 18px;
    height: 18px;
  }
}
.about_cj .ahout_map .about_cj_r .add svg path {
  fill: #333;
}
.about_cj .ahout_map .about_cj_r .g_p {
  padding-right: 0.1rem;
}
.about_cj .ahout_map .about_cj_r .g_p p {
  line-height: 1.9;
  color: #666;
}
.about_hz {
  display: none;
  padding: 1.35rem 0 1.15rem;
}
.about_hz .box {
  margin-top: 0.5rem;
}
.about_hz .box .swiper-container {
  margin-bottom: 0.2rem;
}
.about_hz .box .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.sub_tzy {
  position: sticky;
  top: 80px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  z-index: 100;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .sub_tzy {
    top: 60px;
  }
}
.sub_tzy .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sub_tzy .container {
    flex-direction: column-reverse;
  }
}
.sub_tzy .container .sub_tzy_r {
  height: 84px;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .sub_tzy .container .sub_tzy_r {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .sub_tzy .container .sub_tzy_r {
    height: auto;
    margin-top: 0.3rem;
  }
}
.sub_tzy .container .sub_tzy_r a {
  margin: 0 0.45rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #999;
  position: relative;
  border-bottom: 4px solid transparent;
}
@media (max-width: 1580px) {
  .sub_tzy .container .sub_tzy_r a {
    border-bottom: 2px solid transparent;
  }
}
@media (max-width: 767px) {
  .sub_tzy .container .sub_tzy_r a {
    margin: 0 0.2rem;
    height: auto;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid transparent;
  }
}
.sub_tzy .container .sub_tzy_r a.on {
  border-color: #fc4f00;
  color: #333;
  font-weight: bold;
}
.cour {
  height: 9rem;
  overflow: hidden;
  padding-right: 8%;
}
.about_box {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about_box h2 {
  position: absolute;
  top: 1.2rem;
  left: 8%;
  font-size: 0.34rem;
  font-weight: bold;
}
.about_r {
  width: 59.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_r_img::before {
  padding-top: 60%;
}
.about_l {
  width: 40.5%;
  display: flex;
  justify-content: space-between;
}
.about_swi {
  width: 100%;
  height: 100%;
}
.about_swi_box {
  height: 100%;
  padding: 0.75rem 0;
}
.about_txt {
  width: 57.63%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 1.32rem;
}
.about_r_img {
  width: 42.37%;
}
.about_l_p {
  width: 2.48rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.about_l_p::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.5rem;
  background: transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.about_swi .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about_swi_con {
  height: 100%;
  position: relative;
}
.about_swi_con::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  right: 0;
}
.about_swi .swiper-wrapper {
  height: 100%;
  display: flex;
}
.about_l_p p {
  color: #999;
  font-size: 0.28rem;
  transition: all 0.6s;
}
.about_l_p p span {
  font-size: 16px;
}
.about_r_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1580px) {
  .about {
    padding-right: 8%;
  }
  .about_box h2 {
    font-size: 0.4rem;
  }
}
.about_swi .swiper-slide-active {
  height: 1.5rem !important;
}
.about_swi .swiper-slide-active p {
  font-size: 0.3rem;
  color: #333;
}
.about_swi .swiper-slide-active .about_l_p::after {
  background: #fc4f00;
}
/* .about_swi .swiper-slide-active .about_l_p::before{content: '';position: absolute;width: 0.38rem;height: 0.38rem;right: -0.19rem;top: 50%;transform: translateY(-50%);background: rgba(34,108,255,0.2);border-radius: 50%;transition: all 0.6s;} */
.about_nextprev {
  position: absolute;
  height: 1.6rem;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}
.about_nextprev_box {
  position: absolute;
  left: 1.6rem;
  width: 1.5rem;
  height: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.about_nextprev_box::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #fc4f00;
  width: 100%;
}
.about_an {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.7rem;
  height: 10px;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
}
.about_an svg {
  width: 16px;
  height: 10px;
}
.about_an path {
  fill: #8c8c8c;
}
.about_an:hover path {
  fill: #fc4f00;
}
.about_next {
  top: 0;
  transform: translate(-50%, -50%) rotate(-180deg);
  transform-origin: center center;
}
.about_prev {
  bottom: 0;
  transform: translate(-50%, 50%) rotate(0deg);
  transform-origin: center center;
}
.about_txt_p {
  padding-right: 0.2rem;
}
.about_txt_p h3 {
  margin-bottom: 0.45rem;
  font-weight: bold;
}
.about_txt_p h3 span {
  color: #fc4f00;
}
.about_txt_p .about_txt_p_box p {
  color: #444;
  display: block;
  position: relative;
  margin-bottom: 0.15rem;
  padding-left: 20px;
}
.about_txt_p .about_txt_p_box p:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  left: 0;
  top: 11px;
}
@media (max-width: 1580px) {
  .about_txt_p .about_txt_p_box p:after {
    top: 9px;
    width: 3px;
    height: 3px;
  }
}
.about_swi .swiper-wrapper {
  flex-direction: column;
}
@media screen and (max-width: 1260px) {
  .about_nextprev_box {
    left: 0.8rem;
  }
  .about_txt {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 971px) {
  .cour {
    height: auto;
    padding: 0;
  }
  .about_r img {
    height: auto;
  }
  .about_r {
    width: 55%;
    margin: 0 auto 0.4rem;
    padding: 0;
    flex-shrink: 0;
  }
  .about_l {
    width: 100%;
  }
  .about_swi {
    width: 100%;
    height: 10rem;
  }
  .about_txt {
    width: 100%;
    padding: 0;
  }
  .about_r_img {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .about_swi_box {
    padding: 0 0.45rem 0 0;
  }
  .about_r_box {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0 5%;
  }
  .about_txt_p h3 {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about_r {
    width: 75%;
  }
  .about_r_p p {
    font-size: 0.28rem;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
  .about_r h2 {
    margin-bottom: 0.4rem;
  }
  .about_nextprev_box::after,
  .about_nextprev_box {
    display: none;
  }
  .about_swi_box {
    padding: 2rem 0;
  }
  .about_l_p {
    width: 100%;
  }
  .about_txt_p h3 {
    font-size: 0.36rem;
  }
  .about_box {
    margin-top: 1.5rem;
  }
  .about_box h2 {
    left: 5%;
    top: -1rem;
    font-size: 0.4rem;
  }
}
.qual_tit {
  margin-bottom: 0.6rem;
  text-align: center;
}
.qual_tit h2 {
  margin-bottom: 0.22rem;
  font-size: 0.34rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .qual_tit h2 {
    font-size: 0.4rem;
    margin-bottom: 0.16rem;
  }
}
@media (max-width: 767px) {
  .qual_tit h2 {
    font-size: 0.4rem;
  }
}
.qual_tit i {
  width: 30px;
  height: 4px;
  background: #fc4f00;
  margin: 0 auto 0.25rem;
  display: block;
}
@media (max-width: 767px) {
  .qual_tit i {
    width: 24px;
    height: 2px;
  }
}
.qual_tit p {
  color: #666;
}
@media (max-width: 1260px) {
  .qual_tit p br {
    display: none;
  }
}
.qual_kz {
  padding: 0 0 1.25rem;
}
@media (max-width: 767px) {
  .qual_kz {
    padding: 0 0 1.2rem;
  }
}
.qual_kz .img {
  position: relative;
}
@media (max-width: 767px) {
  .qual_kz .img {
    height: 3.6rem;
  }
}
.qual_kz .img i {
  position: absolute;
  width: 4px;
  height: 30px;
  background: #fc4f00;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .qual_kz .img i {
    width: 2px;
    height: 24px;
  }
}
.qual_zc {
  margin-bottom: 1.32rem;
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .qual_zc {
    margin-bottom: 1rem;
    padding-top: 1rem;
  }
}
.qual_zc .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .qual_zc .box {
    flex-direction: column;
  }
}
.qual_zc .box .list {
  border: 2px solid #f8f8f8;
  border-radius: 0.1rem;
  width: calc((100% - 1rem)/3);
  padding: 0.56rem 0.58rem 0.35rem;
  position: relative;
}
.qual_zc .box .list.on .img {
  opacity: 1;
  z-index: 1;
}
.qual_zc .box .list.on span {
  z-index: 5;
  color: #fff;
}
.qual_zc .box .list.on h3 {
  z-index: 5;
  color: #fff;
}
.qual_zc .box .list.on svg {
  z-index: 5;
}
.qual_zc .box .list.on svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .qual_zc .box .list {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.qual_zc .box .list span {
  position: relative;
  color: #999;
  margin-bottom: 0.9rem;
  display: block;
}
.qual_zc .box .list svg {
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .qual_zc .box .list svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.qual_zc .box .list svg path {
  fill: #fc4f00;
}
.qual_zc .box .list h3 {
  position: relative;
  line-height: 1.2;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .qual_zc .box .list h3 {
    font-size: 0.28rem;
  }
}
.qual_zc .box .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.qual_cx {
  margin-bottom: 1.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .qual_cx {
    margin-bottom: 1rem;
  }
}
.qual_cx .box {
  width: 57.29%;
  margin: auto;
}
@media (max-width: 767px) {
  .qual_cx .box {
    width: 90%;
  }
}
.qual_cx .box .qual_cx_swi {
  overflow: initial;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .qual_cx .box .qual_cx_swi {
    padding-bottom: 40px;
  }
}
.qual_cx .box .qual_cx_swi .swiper-pagination-bullet-active {
  background: #fc4f00;
}
.qual_cx .box .qual_cx_swi .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .qual_cx .box .qual_cx_swi .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.qual_cx .box .qual_cx_swi .pub_nav {
  border: 2px solid #fff;
  background: none;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .qual_cx .box .qual_cx_swi .pub_nav {
    display: none;
  }
}
.qual_cx .box .qual_cx_swi .pub_nav:hover {
  border-color: #fc4f00;
}
.qual_cx .box .qual_cx_swi .pub_nav:hover svg path {
  fill: #fc4f00;
}
.qual_cx .box .qual_cx_swi .pub_nav svg {
  width: 25%;
  height: auto;
}
.qual_cx .box .qual_cx_swi .pub_nav svg path {
  fill: #fff;
}
.qual_cx .box .qual_cx_swi .pub_prev svg {
  transform: rotate(180deg);
}
.qual_cx .box .qual_cx_swi .swiper-slide-active .img1 {
  display: none !important;
}
.qual_cx .box .qual_cx_swi .swiper-slide-active .img2 {
  display: block !important;
}
.qual_cx .box .qual_cx_swi .swiper-slide-active .txt p {
  opacity: 1 !important;
}
.qual_cx .box .qual_cx_swi .qual_cx_box {
  position: relative;
}
.qual_cx .box .qual_cx_swi .qual_cx_box .img:before {
  padding-top: 52.72%;
}
.qual_cx .box .qual_cx_swi .qual_cx_box .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 10;
}
.qual_cx .box .qual_cx_swi .qual_cx_box .txt .g_bj .img2 {
  display: none;
}
.qual_cx .box .qual_cx_swi .qual_cx_box .txt p {
  position: absolute;
  left: 0.4rem;
  bottom: 0.25rem;
  color: #fff;
  z-index: 20;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  .qual_cx .box .qual_cx_swi .qual_cx_box .txt p {
    font-size: 0.32rem;
  }
}
.qual_xz {
  padding-bottom: 1.4rem;
}
.qual_xz .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .qual_xz .container {
    flex-direction: column;
  }
}
.qual_xz .container .left {
  width: 32.81%;
}
@media (max-width: 767px) {
  .qual_xz .container .left {
    width: 100%;
  }
}
.qual_xz .container .left .qual_tit {
  text-align: left;
}
.qual_xz .container .left .qual_tit i {
  margin: 0 0 0.25rem 0;
}
.qual_xz .container .right {
  width: 45.7%;
}
@media (max-width: 767px) {
  .qual_xz .container .right {
    width: 100%;
  }
}
.qual_xz .container .right > p {
  color: #666;
  margin-bottom: 0.35rem;
}
.qual_xz .container .right ul {
  border-top: 1px solid #e2e2e2;
}
.qual_xz .container .right ul li a {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.25rem;
}
.qual_xz .container .right ul li a:hover .g_l p {
  color: #fc4f00;
}
.qual_xz .container .right ul li a:hover svg path {
  fill: #fc4f00;
}
.qual_xz .container .right ul li a .g_l {
  display: flex;
  align-items: center;
}
.qual_xz .container .right ul li a .g_l span {
  padding: 0 10px;
  border: 1px solid #fc4f00;
  border-radius: 100px;
  color: #fc4f00;
  margin-right: 0.18rem;
  font-weight: bold;
  flex-shrink: 0;
}
.qual_xz .container .right ul li a .g_l p {
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.qual_xz .container .right ul li a svg {
  margin-left: 0.2rem;
  width: 0.29rem;
  height: auto;
  flex-shrink: 0;
}
.qual_xz .container .right ul li a svg path {
  fill: #333;
  transition: all 0.3s;
}
.ski_t {
  padding: 1.18rem 0 2.42rem;
}
.ski_t .container .tit {
  text-align: center;
  margin-bottom: 0.7rem;
}
.ski_t .container .tit h2 {
  font-size: 0.4rem;
  font-weight: bold;
}
.ski_t .container .tit h2 br {
  display: none;
}
@media (max-width: 767px) {
  .ski_t .container .tit h2 br {
    display: block;
  }
}
.ski_t .container .tit h2 span {
  color: #fc4f00;
}
.ski_t .container ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ski_t .container ul {
    flex-wrap: wrap;
  }
}
.ski_t .container ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ski_t .container ul li {
    width: 50%;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .ski_t .container ul li .nub_box {
    text-align: center;
  }
}
.ski_t .container ul li .nub_box .nub {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.05rem;
  color: #fc4f00;
}
.ski_t .container ul li .nub_box .nub p {
  font-size: 0.7rem;
  line-height: 0.9;
  font-weight: bold;
}
.ski_t .container ul li .nub_box .nub span {
  margin-left: 0.05rem;
}
.ski_t .container ul li .nub_box .nub .nub_box_j {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.9;
}
.ski_zz {
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .ski_zz {
    padding-top: 0.8rem;
  }
}
.ski_zz .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.55rem;
}
@media (max-width: 767px) {
  .ski_zz .list {
    flex-direction: column-reverse !important;
    margin-bottom: 0.6rem;
  }
}
.ski_zz .list:nth-child(2n) {
  flex-direction: row-reverse;
}
.ski_zz .list:nth-child(2n) .txt {
  padding: 0 1.65rem 0 1.62rem;
}
@media (max-width: 991px) {
  .ski_zz .list:nth-child(2n) .txt {
    padding: 0 0 0 0.55rem;
  }
}
.ski_zz .list .txt {
  width: 50%;
  padding: 0 2.55rem 0.55rem 0.72rem;
}
@media (max-width: 991px) {
  .ski_zz .list .txt {
    padding: 0 0.55rem 0 0;
  }
}
@media (max-width: 767px) {
  .ski_zz .list .txt {
    width: 100%;
    padding: 0 !important;
  }
}
.ski_zz .list .txt .tit span {
  display: block;
  margin-bottom: 0.3rem;
  color: #999;
}
@media (max-width: 767px) {
  .ski_zz .list .txt .tit span {
    margin-bottom: 0.15rem;
  }
}
.ski_zz .list .txt .tit h3 {
  margin-bottom: 0.35rem;
  font-size: 0.36rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ski_zz .list .txt .tit h3 {
    font-size: 0.4rem;
  }
}
.ski_zz .list .txt .tit i {
  width: 20px;
  height: 3px;
  background: #fc4f00;
  margin: 0 0 0.45rem;
  display: block;
}
@media (max-width: 767px) {
  .ski_zz .list .txt .tit i {
    width: 24px;
    height: 2px;
  }
}
.ski_zz .list .txt > p {
  line-height: 2;
  color: #666;
}
@media (max-width: 767px) {
  .ski_zz .list .txt > p {
    line-height: 1.5;
  }
}
.ski_zz .list .img {
  width: 50%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .ski_zz .list .img {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.ski_zz .list .img:before {
  padding-top: 75%;
}
.ski_hx {
  overflow: hidden;
  padding-top: 0.8rem;
}
.ski_hx .tit {
  margin-bottom: 0.32rem;
  text-align: center;
}
@media (max-width: 767px) {
  .ski_hx .tit {
    padding: 0 5%;
  }
}
.ski_hx .tit h2 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.ski_hx .ski_hx_con {
  width: 62.5%;
  margin: auto;
}
@media (max-width: 767px) {
  .ski_hx .ski_hx_con {
    width: 90%;
  }
}
.ski_hx .ski_hx_con .ski_hx_swi {
  overflow: initial;
  margin-bottom: 0.3rem;
}
.ski_hx .ski_hx_con .ski_hx_swi .swiper-slide-active .ski_hx_box .txt {
  justify-content: center;
  padding: 0 1.16rem;
}
@media (max-width: 767px) {
  .ski_hx .ski_hx_con .ski_hx_swi .swiper-slide-active .ski_hx_box .txt {
    padding: 0 0.4rem 0.4rem;
    justify-content: flex-end;
  }
}
.ski_hx .ski_hx_con .ski_hx_swi .swiper-slide-active .ski_hx_box .txt > p {
  height: auto;
  margin-bottom: 0.68rem;
}
@media (max-width: 991px) {
  .ski_hx .ski_hx_con .ski_hx_swi .swiper-slide-active .ski_hx_box .txt > p {
    margin-bottom: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .ski_hx .ski_hx_con .ski_hx_swi .swiper-slide-active .ski_hx_box .txt > p {
    -webkit-line-clamp: 2;
    display: none;
  }
}
.ski_hx .ski_hx_con .ski_hx_swi .pub_nav {
  border: 2px solid #a4a4a4;
  background: none;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .ski_hx .ski_hx_con .ski_hx_swi .pub_nav {
    display: none;
  }
}
.ski_hx .ski_hx_con .ski_hx_swi .pub_nav:hover {
  border-color: #fc4f00;
}
.ski_hx .ski_hx_con .ski_hx_swi .pub_nav:hover svg path {
  fill: #fc4f00;
}
.ski_hx .ski_hx_con .ski_hx_swi .pub_nav svg {
  width: 25%;
  height: auto;
}
.ski_hx .ski_hx_con .ski_hx_swi .pub_nav svg path {
  fill: #a4a4a4;
}
.ski_hx .ski_hx_con .ski_hx_swi .pub_prev svg {
  transform: rotate(180deg);
}
.ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .img {
  height: 100%;
  width: 100%;
}
.ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .img:before {
  padding-top: 50%;
}
@media (max-width: 767px) {
  .ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .img:before {
    padding-top: 75%;
  }
}
.ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 1.16rem 1.05rem 1.16rem;
  color: #fff;
  z-index: 10;
}
.ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .txt h3 {
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
}
.ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .txt > p {
  line-height: 1.9;
  width: 4.05rem;
  margin-bottom: 0;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .txt > p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .txt > p {
    line-height: 1.5;
  }
}
.ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .txt .pub_a p {
  color: #fff;
}
.ski_hx .ski_hx_con .ski_hx_swi .ski_hx_box .txt .pub_a svg path {
  fill: #fff;
}
.ski_hx .ski_hx_con .ski_hx_nav {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
.ski_hx .ski_hx_con .ski_hx_nav a {
  cursor: pointer;
  position: relative;
  width: 2.6rem;
  text-align: center;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #e5e5e5;
  margin: 0 0.2rem;
  color: #bfbfbf;
}
@media (max-width: 767px) {
  .ski_hx .ski_hx_con .ski_hx_nav a {
    width: auto;
  }
}
.ski_hx .ski_hx_con .ski_hx_nav a.on {
  color: #333;
}
.ski_hx .ski_hx_con .ski_hx_nav a.on i {
  animation: moveh3 6s infinite;
}
.ski_hx .ski_hx_con .ski_hx_nav a i {
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #fc4f00;
}
@keyframes moveh3 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.ski_zl {
  padding: 0.84rem 0 1.24rem;
}
.ski_zl .tit {
  margin-bottom: 0.32rem;
  text-align: center;
}
.ski_zl .tit h2 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.ski_zl .tit p span {
  color: #fc4f00;
}
.ski_zl .box {
  margin-top: 0.48rem;
}
.ski_zl .box .ski_zl_swi {
  margin-bottom: 0.52rem;
}
.ski_zl .box .ski_zl_swi .ski_zl_box {
  background: #fff;
  border: 1px solid #eee;
  padding: 0.48rem 0.4rem 0.24rem;
}
.ski_zl .box .ski_zl_swi .ski_zl_box .img {
  margin-bottom: 0.25rem;
}
.ski_zl .box .ski_zl_swi .ski_zl_box .img:before {
  padding-top: 141.23%;
}
.ski_zl .box .ski_zl_swi .ski_zl_box .img img {
  object-fit: contain;
}
.ski_zl .box .ski_zl_swi .ski_zl_box .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ski_zl .box .ski_zl_swi_oth {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ski_zl .box .ski_zl_swi_oth .qie {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ski_zl .box .ski_zl_swi_oth .qie .pub_nav {
  border: none;
  position: initial;
  background: transparent;
  transform: translateY(0%);
  margin-right: 0.5rem;
  width: auto;
  height: auto;
}
.ski_zl .box .ski_zl_swi_oth .qie .pub_nav svg {
  width: 10px;
  height: auto;
}
@media (max-width: 767px) {
  .ski_zl .box .ski_zl_swi_oth .qie .pub_nav svg {
    width: 7px;
  }
}
.ski_zl .box .ski_zl_swi_oth .qie .pub_prev svg {
  transform: rotate(180deg);
}
.ski_zl .box .ski_zl_swi_oth .line {
  width: 100%;
  height: 1px;
  background: #ededed;
  position: initial;
}
.ski_zl .box .ski_zl_swi_oth .line .swiper-pagination-progressbar-fill {
  background: #fc4f00;
}
.ski_b {
  background: #f1f1f1;
  padding: 0.66rem 0;
}
@media (max-width: 767px) {
  .ski_b {
    padding: 0.8rem 0;
  }
}
.ski_b .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ski_b .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .ski_b .container .left {
    margin-bottom: 0.3rem;
  }
}
.ski_b .container .left .p1 {
  font-weight: bold;
  font-size: 0.34rem;
  margin-bottom: 0.05rem;
}
@media (max-width: 1580px) {
  .ski_b .container .left .p1 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .ski_b .container .left .p1 {
    font-size: 0.4rem;
  }
}
.ski_b .container .left .p1 span {
  color: #fc4f00;
}
.ski_b .container .right .pub_a {
  padding: 0 0.7rem;
  height: 0.66rem;
}
@media (max-width: 767px) {
  .ski_b .container .right .pub_a {
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .ski_b .container .right .pub_a p {
    font-size: 0.28rem;
  }
}
.news_t {
  padding-top: 0.88rem;
}
@media (max-width: 767px) {
  .news_t {
    padding-top: 0.5rem;
  }
}
.news_t .tit {
  margin-bottom: 0.5rem;
}
.news_t .tit form {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news_t .tit form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news_t .tit form .sot_select_nr {
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .news_t .tit form .sot_select_nr {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.news_t .tit form .sot_select_nr .sel_text_x {
  width: 2rem;
}
@media (max-width: 767px) {
  .news_t .tit form .sot_select_nr .sel_text_x {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .news_t .tit form .sot_select_nr .sel_text_x p {
    padding: 0;
  }
}
.news_t .tit form .sea {
  display: flex;
  align-content: center;
  height: 0.55rem;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news_t .tit form .sea {
    height: 0.8rem;
    width: 100%;
  }
}
.news_t .tit form .sea input {
  border: 1px solid #d2d2d2;
  width: 3rem;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .news_t .tit form .sea input {
    width: 100%;
  }
}
.news_t .tit form .sea button {
  width: 1rem;
  background: #fc5813;
  color: #fff;
}
@media (max-width: 767px) {
  .news_t .tit form .sea button {
    width: 2rem;
  }
}
.news_t .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news_t .box {
    flex-direction: column;
  }
}
.news_t .box .img {
  width: 50%;
}
@media (max-width: 767px) {
  .news_t .box .img {
    width: 100%;
  }
}
.news_t .box .img:before {
  padding-top: 63.75%;
}
.news_t .box .txt {
  width: 50%;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 1.02rem 0 0.95rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .news_t .box .txt {
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .news_t .box .txt {
    width: 100%;
    padding: 0.3rem;
  }
}
.news_t .box .txt .txt_box span {
  display: block;
  color: #fc4f00;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .news_t .box .txt .txt_box span {
    margin-bottom: 0.1rem;
  }
}
.news_t .box .txt .txt_box h3 {
  font-weight: bold;
  margin-bottom: 0.16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_t .box .txt .txt_box p {
  margin-bottom: 1.12rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 1260px) {
  .news_t .box .txt .txt_box p {
    margin-bottom: 0.5rem;
  }
}
.news_t .box .txt .pub_a {
  border-color: #fc4f00;
}
.news_t .box .txt .pub_a:hover p {
  color: #fff;
}
.news_t .box .txt .pub_a:hover svg path {
  fill: #fff;
}
.news_t .box .txt .pub_a p {
  color: #fc4f00;
}
.news_t .box .txt .pub_a svg path {
  fill: #fc4f00;
}
.news {
  padding: 0.7rem 0 1.02rem;
}
.news .box {
  margin-bottom: 0.35rem;
  display: flex;
  flex-wrap: wrap;
}
.news .box .list {
  width: calc((100% - 1rem)/3);
  margin: 0 0.5rem 0.65rem 0;
}
.news .box .list:hover .txt p {
  color: #fc4f00;
}
.news .box .list:hover .img_hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
@media (max-width: 767px) {
  .news .box .list {
    width: 100%;
    margin: 0 0 0.6rem 0 !important;
  }
}
.news .box .list:nth-child(3n) {
  margin-right: 0;
}
.news .box .list .img {
  margin-bottom: 0.36rem;
}
.news .box .list .img:before {
  padding-top: 63.6%;
}
.news .box .list .txt span {
  display: block;
  font-weight: bold;
  color: #fc4f00;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .news .box .list .txt span {
    margin-bottom: 0.1rem;
  }
}
.news .box .list .txt p {
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .news .box .list .txt p {
    font-size: 0.36rem;
  }
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  height: 0.45rem;
  min-width: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: none;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.page img,
.page svg {
  width: 7px;
  height: auto;
}
.page a .img2 {
  display: none;
}
.page a path {
  fill: #999;
}
.page a:first-child img {
  margin-right: 5px;
}
.page a:first-child {
  transform: rotate(180deg);
}
.page a:last-child img {
  margin-left: 5px;
}
.page a:hover,
.page .active {
  color: #fc4f00;
  border-color: #fc4f00;
}
.page a:hover p,
.page .active p {
  color: #fc4f00;
}
.page a:hover .img1,
.page .active .img1 {
  display: none;
}
.page a:hover .img2,
.page .active .img2 {
  display: block;
}
.page a:hover path,
.page a:hover svg {
  fill: #fc4f00;
}
@media screen and (max-width: 1440px) {
  .page img,
  .page svg {
    width: 5px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .page a {
    font-size: 0.29rem;
  }
}
.newsInfo {
  padding: 0.9rem 0 1.45rem;
}
@media (max-width: 767px) {
  .newsInfo {
    padding: 0.5rem 0 1rem;
  }
}
.newsInfo .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .newsInfo .container {
    flex-direction: column;
  }
}
.newsInfo .container .left {
  width: 63.75%;
}
@media (max-width: 991px) {
  .newsInfo .container .left {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.newsInfo .container .left h1 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.36rem;
}
.newsInfo .container .left .bri {
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.3rem;
  color: #999;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newsInfo .container .left .bri {
    flex-direction: column;
  }
}
.newsInfo .container .left .bri .bri_left {
  display: flex;
  align-items: auto;
}
@media (max-width: 767px) {
  .newsInfo .container .left .bri .bri_left {
    margin-bottom: 0.2rem;
  }
}
.newsInfo .container .left .bri .bri_left p:first-child {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .newsInfo .container .left .bri .bri_left p:first-child {
    margin-right: 0.4rem;
  }
}
.newsInfo .container .left .newsInfo_box {
  color: #444;
}
.newsInfo .container .left .newsInfo_box p {
  line-height: 2;
}
@media (max-width: 767px) {
  .newsInfo .container .left .newsInfo_box p {
    line-height: 1.5;
  }
}
.newsInfo .container .left .newsInfo_box img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.newsInfo .container .left .newsInfo_box ul,
.newsInfo .container .left .newsInfo_box ol {
  padding-left: 20px;
}
.newsInfo .container .left .newsInfo_box ul li,
.newsInfo .container .left .newsInfo_box ol li {
  list-style: auto;
}
.newsInfo .container .left .newsInfo_box h1,
.newsInfo .container .left .newsInfo_box h2,
.newsInfo .container .left .newsInfo_box h3,
.newsInfo .container .left .newsInfo_box h4,
.newsInfo .container .left .newsInfo_box h5,
.newsInfo .container .left .newsInfo_box h6 {
  font-weight: bold;
}
.newsInfo .container .left .newsInfo_box .newsInfo_tw {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newsInfo .container .left .newsInfo_box .newsInfo_tw {
    flex-wrap: wrap;
  }
}
.newsInfo .container .left .newsInfo_box .newsInfo_tw .newsInfo_tw_box {
  margin: 0 0.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .newsInfo .container .left .newsInfo_box .newsInfo_tw .newsInfo_tw_box {
    margin: 0 auto 0.4rem;
  }
}
.newsInfo .container .left .newsInfo_box .newsInfo_tw .newsInfo_tw_box p {
  margin-top: 0.1rem;
}
.newsInfo .container .left .newsInfo_box .newsInfo_tw .newsInfo_tw_box .img {
  height: 2.77rem;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .newsInfo .container .left .newsInfo_box .newsInfo_tw .newsInfo_tw_box .img {
    height: 4rem;
  }
}
.newsInfo .container .left .newsInfo_box .newsInfo_tw .newsInfo_tw_box .img img {
  object-fit: contain;
  max-height: 100%;
}
.newsInfo .container .right {
  width: 27.18%;
}
@media (max-width: 991px) {
  .newsInfo .container .right {
    width: 100%;
  }
}
.newsInfo .container .right .article h2 {
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.newsInfo .container .right .article .article_box {
  margin-bottom: 0.75rem;
  padding-top: 0.22rem;
  border-top: 1px solid #eeeeee;
}
.newsInfo .container .right .article .article_box .list {
  display: block;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #eeeeee;
}
.newsInfo .container .right .article .article_box .list:hover h3 {
  color: #fc5813;
}
.newsInfo .container .right .article .article_box .list h3 {
  color: #000;
  margin-bottom: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsInfo .container .right .article .article_box .list span {
  color: #999;
}
.newsInfo .container .right form h2 {
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.newsInfo .container .right form .form_box {
  border: 1px solid #e2e2e2;
  height: 0.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .newsInfo .container .right form .form_box {
    height: 0.8rem;
  }
}
.newsInfo .container .right form .form_box input {
  width: 100%;
  padding-left: 20px;
}
.newsInfo .container .right form .form_box button {
  padding: 0 0.42rem;
  background: #fc5813;
  color: #fff;
  height: 100%;
  flex-shrink: 0;
}
.newsInfo .container .right form > p {
  color: #999;
}
.newsInfo .container .right form > p span {
  color: #005eb8;
}
.pagInfo {
  padding-top: 0.4rem;
  margin-top: 0.52rem;
  border-top: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pagInfo {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .pagInfo .pagInfo_l {
    margin-bottom: 0.3rem;
  }
}
.pagInfo .pagInfo_l a {
  display: block;
  margin: 0.09rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pagInfo .pagInfo_l a:hover {
  color: #fc5813;
}
.pagInfo .pagInfo_fh {
  flex-shrink: 0;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  height: 0.56rem;
  padding: 0 0.32rem;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pagInfo .pagInfo_fh {
    margin: 0;
  }
}
.pagInfo .pagInfo_fh:hover {
  color: #fc5813;
  border-color: #fc5813;
}
.pagInfo .pagInfo_fh svg {
  width: 16px;
  height: auto;
  margin-right: 0.12rem;
}
@media (max-width: 767px) {
  .pagInfo .pagInfo_fh svg {
    width: 12px;
  }
}
.pagInfo .pagInfo_fh svg path {
  fill: #fc5813;
}
.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.05rem;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 19px;
  height: 19px;
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a path {
  fill: #c7cbcf;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a:hover {
  opacity: 1;
  background: none;
}
.ins_det_fxr_box .bshare-custom a:hover path {
  fill: #fc4f00;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.ins_det_fxr_box .bshare-custom a:before {
  content: '' !important;
}
.bsBox {
  box-sizing: initial;
}
@media screen and (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 0.2rem;
  }
}
.down {
  background: #f5f5f5;
  padding: 0.9rem 0 1rem;
}
.down .container > h2 {
  font-size: 0.36rem;
  font-weight: bold;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.4rem;
}
.down .container .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .down .container .box {
    flex-direction: column;
  }
}
.down .container .box .left {
  width: 18.75%;
}
@media (max-width: 991px) {
  .down .container .box .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.down .container .box .left #download_search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.down .container .box .left #download_search button {
  padding: 0 0.3rem;
  background: #fc4301;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  border-radius: 0 5px 5px 0 ;
}
.down .container .box .left .t_sea {
  background: #fff;
  height: 0.55rem;
  border-radius: 5px 0 0 5px;
  padding-left: 0.22rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .down .container .box .left .t_sea {
    height: 0.8rem;
  }
}
.down .container .box .left .t_sea svg {
  flex-shrink: 0;
  margin-right: 0.1rem;
  width: 0.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .down .container .box .left .t_sea svg {
    width: 0.3rem;
    margin-right: 0.2rem;
  }
}
.down .container .box .left .t_sea svg path {
  fill: #fc4301;
}
.down .container .box .left .t_sea input {
  width: 100%;
}
.down .container .box .left .dow_nav .dow_nav_box {
  margin-bottom: 0.22rem;
}
.down .container .box .left .dow_nav .dow_nav_box.dow_nav_box2.on .dow_nav_tit svg {
  transform: rotate(0deg);
}
.down .container .box .left .dow_nav .dow_nav_box.on .dow_nav_tit {
  border: none;
  background: #fff;
  border-left: 2px solid #fc4301;
}
.down .container .box .left .dow_nav .dow_nav_box.on .dow_nav_tit p {
  color: #fc4301;
  font-weight: bold;
}
.down .container .box .left .dow_nav .dow_nav_box.on .dow_nav_tit svg {
  transform: rotate(90deg);
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_tit {
  border: 1px solid #e5e5e5;
  padding: 0 0.27rem 0 0.18rem;
  height: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .down .container .box .left .dow_nav .dow_nav_box .dow_nav_tit {
    height: 1rem;
  }
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_tit svg {
  transition: all 0.3s;
  width: 6px;
  height: auto;
}
@media (max-width: 1260px) {
  .down .container .box .left .dow_nav .dow_nav_box .dow_nav_tit svg {
    width: 5px;
  }
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_tit svg path {
  fill: #b0b0b0;
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro {
  background: #f9f9f9;
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box.on .dow_nav_pro_tit .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_tit {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 0 0.27rem 0 0.18rem;
  height: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_tit {
    height: 1rem;
  }
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_one {
  display: none;
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_one .dow_nav_pro_one_box.on .one_tit .g_qh2 .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_one .dow_nav_pro_one_box .one_tit {
  cursor: pointer;
  margin-left: 20px;
  border-bottom: 1px solid #eee;
  padding: 0 0.27rem 0 0.18rem;
  height: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_one .dow_nav_pro_one_box .one_tit {
    height: 0.8rem;
  }
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_one .dow_nav_pro_one_box .dow_nav_pro_two {
  padding: 0.1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_one .dow_nav_pro_one_box .dow_nav_pro_two a {
  display: block;
  margin: 0.2rem 0.2rem 0.2rem 0.54rem;
}
.down .container .box .left .dow_nav .dow_nav_box .dow_nav_pro .dow_nav_pro_box .dow_nav_pro_one .dow_nav_pro_one_box .dow_nav_pro_two a:hover {
  color: #fc4301;
}
.down .container .box .right {
  width: 77%;
}
@media (max-width: 991px) {
  .down .container .box .right {
    width: 100%;
  }
}
.down .container .box .right .dow_rt {
  margin-bottom: 0.2rem;
  background: #fff;
  padding: 0.5rem 0.54rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .down .container .box .right .dow_rt {
    flex-direction: column;
  }
}
.down .container .box .right .dow_rt .img {
  flex-shrink: 0;
  margin-right: 0.7rem;
  width: 4rem;
  height: 2.84rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .down .container .box .right .dow_rt .img {
    width: 100%;
    height: 3.4rem;
    margin: 0 0 0.4rem 0;
    padding: 0.2rem;
  }
}
.down .container .box .right .dow_rt .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.down .container .box .right .dow_rt .txt {
  padding-right: 0.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .down .container .box .right .dow_rt .txt {
    padding: 0;
  }
}
.down .container .box .right .dow_rt .txt h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.down .container .box .right .dow_rt .txt > p {
  margin-bottom: 0.22rem;
}
.down .container .box .right .dow_rt .txt > span {
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 0.8rem;
}
.down .container .box .right .dow_rt .txt .g_a {
  display: flex;
  align-items: center;
}
.down .container .box .right .dow_rt .txt .g_a p {
  color: #fc4301;
}
.down .container .box .right .dow_rt .txt .g_a svg {
  width: 6px;
  height: auto;
  margin-left: 0.09rem;
}
@media (max-width: 767px) {
  .down .container .box .right .dow_rt .txt .g_a svg {
    width: 5px;
    margin-left: 0.15rem;
  }
}
.down .container .box .right .dow_rt .txt .g_a svg path {
  fill: #fc4301;
}
.down .container .box .right .dow_sc {
  padding: 0.46rem 0.54rem 0.38rem;
  background: #fff;
  margin-bottom: 0.2rem;
}
.down .container .box .right .dow_sc h3 {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.down .container .box .right .dow_sc .dow_sc_box {
  border-top: 1px solid #f3f3f3;
  padding-top: 0.2rem;
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .down .container .box .right .dow_sc .dow_sc_box .sc_xz {
    flex-direction: column;
    align-items: flex-start;
  }
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz:hover p,
.down .container .box .right .dow_sc .dow_sc_box .sc_xz:hover a {
  color: #fc4f00 !important;
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz .g_l {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .down .container .box .right .dow_sc .dow_sc_box .sc_xz .g_l {
    margin-bottom: 0.2rem;
  }
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz .g_l span {
  padding: 0 10px;
  border: 1px solid #fc4f00;
  border-radius: 100px;
  color: #fc4f00;
  margin-right: 0.18rem;
  font-weight: bold;
  flex-shrink: 0;
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz .g_l p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz .g_r {
  display: flex;
  align-items: center;
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz .g_r a {
  line-height: 1;
  color: #999;
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz .g_r a:last-child {
  padding-left: 0.4rem;
  margin-left: 0.4rem;
  border-left: 1px solid #e5e5e5;
}
.down .container .box .right .dow_sc .dow_sc_box .sc_xz .g_r a:hover {
  color: #fc4f00;
  text-decoration: underline;
}
.down .container .box .right .dow_vid {
  padding: 0.46rem 0.42rem 0.05rem 0.54rem;
  background: #fff;
  margin-bottom: 0.2rem;
}
.down .container .box .right .dow_vid h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.down .container .box .right .dow_vid .dow_vid_box {
  display: flex;
  flex-wrap: wrap;
}
.down .container .box .right .dow_vid .dow_vid_box .g_list {
  width: calc((100% - 0.8rem)/3);
  margin: 0 0.4rem 0.4rem 0;
}
@media (max-width: 767px) {
  .down .container .box .right .dow_vid .dow_vid_box .g_list {
    width: 100%;
    margin: 0 0 0.4rem 0 !important;
  }
}
.down .container .box .right .dow_vid .dow_vid_box .g_list:nth-child(3n) {
  margin-right: 0;
}
.down .container .box .right .dow_vid .dow_vid_box .g_list .img {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.15rem;
  position: relative;
}
.down .container .box .right .dow_vid .dow_vid_box .g_list .img:before {
  padding-top: 74.85%;
}
.down .container .box .right .dow_vid .dow_vid_box .g_list .img .v_on {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  z-index: 10;
}
.down .container .box .right .dow_vid .dow_vid_box .g_list .img .v_on svg {
  width: 100%;
  height: 100%;
}
.down .container .box .right .dow_vid .dow_vid_box .g_list .img .v_on svg path {
  fill: #fff;
}
.down .container .box .right .dow_vid .dow_vid_box .g_list > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g_qh,
.g_qh2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 8px;
  height: 8px;
}
.g_qh i,
.g_qh2 i {
  width: 8px;
  height: 2px;
  background: #b0b0b0;
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .g_qh i,
  .g_qh2 i {
    width: 6px;
    height: 1px;
  }
}
.g_qh .i2,
.g_qh2 .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.act {
  background: #f5f5f5;
  padding: 0.9rem 0 1.2rem;
}
.act .container .tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .act .container .tit_box {
    flex-direction: column;
  }
}
.act .container .tit_box > h2 {
  font-size: 0.36rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .act .container .tit_box > h2 {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .act .container .tit_box .tit {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.act .container .tit_box .tit form {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .act .container .tit_box .tit form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.act .container .tit_box .tit form .sot_select_nr {
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .act .container .tit_box .tit form .sot_select_nr {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.act .container .tit_box .tit form .sot_select_nr .sel_text_x {
  background: #fff;
  width: 2rem;
  border: none;
}
@media (max-width: 767px) {
  .act .container .tit_box .tit form .sot_select_nr .sel_text_x {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .act .container .tit_box .tit form .sot_select_nr .sel_text_x p {
    padding: 0;
  }
}
.act .container .tit_box .tit form .sea {
  display: flex;
  align-content: center;
  height: 0.55rem;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767px) {
  .act .container .tit_box .tit form .sea {
    height: 0.8rem;
    width: 100%;
  }
}
.act .container .tit_box .tit form .sea .sea_box {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  width: 100%;
}
.act .container .tit_box .tit form .sea .sea_box svg {
  width: 20px;
  height: auto;
}
@media (max-width: 1260px) {
  .act .container .tit_box .tit form .sea .sea_box svg {
    width: 16px;
  }
}
.act .container .tit_box .tit form .sea .sea_box svg path {
  fill: #fc4301;
}
.act .container .tit_box .tit form .sea input {
  width: 3rem;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .act .container .tit_box .tit form .sea input {
    width: 100%;
  }
}
.act .container .tit_box .tit form .sea button {
  flex-shrink: 0;
  width: 1rem;
  background: #fc5813;
  color: #fff;
}
@media (max-width: 767px) {
  .act .container .tit_box .tit form .sea button {
    width: 2rem;
  }
}
.act .container .act_box {
  margin-top: 0.2rem;
  background: #fff;
  padding: 0.32rem 0.6rem 0.88rem;
}
@media (max-width: 767px) {
  .act .container .act_box {
    padding: 0.3rem;
  }
}
.act .container .act_box .dow_sc_box {
  margin-bottom: 0.44rem;
}
.act .container .act_box .dow_sc_box .sc_xz {
  padding: 0.35rem 0.45rem 0.35rem 0;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .act .container .act_box .dow_sc_box .sc_xz {
    padding: 0.3rem 0;
  }
}
.act .container .act_box .dow_sc_box .sc_xz:last-child {
  border: none;
}
.act .container .act_box .dow_sc_box .sc_xz:hover {
  background: #fafafa;
}
.act .container .act_box .dow_sc_box .sc_xz:hover .a1,
.act .container .act_box .dow_sc_box .sc_xz:hover p {
  color: #fc4f00 !important;
}
.act .container .act_box .dow_sc_box .sc_xz:hover .a2 {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .act .container .act_box .dow_sc_box .sc_xz {
    flex-direction: column;
    align-items: flex-start;
  }
}
.act .container .act_box .dow_sc_box .sc_xz .g_l {
  display: flex;
  align-items: center;
  padding-left: 0.62rem;
  position: relative;
}
@media (max-width: 767px) {
  .act .container .act_box .dow_sc_box .sc_xz .g_l {
    padding-left: 0.4rem;
  }
}
.act .container .act_box .dow_sc_box .sc_xz .g_l:after {
  left: 0.31rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fc4301;
  z-index: 10;
}
@media (max-width: 767px) {
  .act .container .act_box .dow_sc_box .sc_xz .g_l:after {
    width: 4px;
    height: 4px;
    left: 0.2rem;
  }
}
@media (max-width: 767px) {
  .act .container .act_box .dow_sc_box .sc_xz .g_l {
    margin-bottom: 0.2rem;
  }
}
.act .container .act_box .dow_sc_box .sc_xz .g_l p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .act .container .act_box .dow_sc_box .sc_xz .g_l p {
    font-size: 0.32rem;
  }
}
.act .container .act_box .dow_sc_box .sc_xz .g_r {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
}
.act .container .act_box .dow_sc_box .sc_xz .g_r .a1 {
  line-height: 1;
  color: #999;
}
.act .container .act_box .dow_sc_box .sc_xz .g_r .a1:last-child {
  padding-left: 0.7rem;
  margin-left: 0.7rem;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .act .container .act_box .dow_sc_box .sc_xz .g_r .a1:last-child {
    padding-left: 0.4rem;
    margin-left: 0.4rem;
  }
}
.actInfo_tit {
  background: #f6f6f6;
}
.actInfo_tit .container {
  padding: 0.5rem 2rem 0.25rem;
}
@media (max-width: 1260px) {
  .actInfo_tit .container {
    padding: 0.5rem 0 0.25rem;
  }
}
.actInfo_tit .container .actInfo_tit_box {
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .actInfo_tit .container .actInfo_tit_box {
    margin: 0.3rem 0 0.1rem;
  }
}
.actInfo_tit .container .actInfo_tit_box h1 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.actInfo_tit .container .actInfo_tit_box .bri {
  color: #999;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .actInfo_tit .container .actInfo_tit_box .bri {
    flex-direction: column;
  }
}
.actInfo_tit .container .actInfo_tit_box .bri .bri_left {
  display: flex;
  align-items: auto;
}
@media (max-width: 767px) {
  .actInfo_tit .container .actInfo_tit_box .bri .bri_left {
    margin-bottom: 0.2rem;
  }
}
.actInfo_tit .container .actInfo_tit_box .bri .bri_left p:first-child {
  margin-right: 3.8rem;
}
@media (max-width: 1260px) {
  .actInfo_tit .container .actInfo_tit_box .bri .bri_left p:first-child {
    margin-right: 0.4rem;
  }
}
.actInfo {
  padding: 0.45rem 0 1.15rem;
}
.actInfo .container {
  padding: 0 2rem;
}
@media (max-width: 1260px) {
  .actInfo .container {
    padding: 0;
  }
}
.actInfo .container .actInfo_box {
  color: #444;
}
.actInfo .container .actInfo_box p {
  line-height: 2;
}
@media (max-width: 767px) {
  .actInfo .container .actInfo_box p {
    line-height: 1.5;
  }
}
.actInfo .container .actInfo_box img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.actInfo .container .actInfo_box ul,
.actInfo .container .actInfo_box ol {
  padding-left: 20px;
}
.actInfo .container .actInfo_box ul li,
.actInfo .container .actInfo_box ol li {
  list-style: auto;
}
.actInfo .container .actInfo_box h1,
.actInfo .container .actInfo_box h2,
.actInfo .container .actInfo_box h3,
.actInfo .container .actInfo_box h4,
.actInfo .container .actInfo_box h5,
.actInfo .container .actInfo_box h6 {
  font-weight: bold;
}
.tri {
  background: #f5f5f5;
}
.tri .tri_nr {
  padding: 1.2rem 2rem 1.15rem;
}
@media (max-width: 1260px) {
  .tri .tri_nr {
    padding: 0.4rem 0 1rem;
  }
}
.tri .tri_nr h2 {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.52rem;
}
@media (max-width: 767px) {
  .tri .tri_nr h2 {
    margin-bottom: 0.8rem;
  }
}
.tri .tri_nr .tri_box .g_form {
  margin-bottom: 0.2rem;
  background: #ffffff;
  border-radius: 0.1rem;
  padding: 0.62rem 0.94rem 0.6rem;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .g_form {
    padding: 0.3rem;
  }
}
.tri .tri_nr .tri_box .g_form form .g_form_nr {
  display: flex;
  justify-content: space-between;
}
.tri .tri_nr .tri_box .g_form form .g_form_nr .g_form_box {
  width: calc(50% - 0.1rem);
}
.tri .tri_nr .tri_box .g_form form .g_form_nr .g_form_box .f_input {
  position: relative;
}
.tri .tri_nr .tri_box .g_form form .g_form_nr .g_form_box .f_input select {
  width: 100%;
  height: 0.55rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
  padding: 0 0 0 0.2rem;
  color: #999;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .g_form form .g_form_nr .g_form_box .f_input select {
    height: 0.8rem;
  }
}
.tri .tri_nr .tri_box .g_form form .g_form_nr .g_form_box .f_input svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: auto;
  flex-shrink: 0;
  margin: 0 0.3rem;
  pointer-events: none;
}
.tri .tri_nr .tri_box .g_form form .g_form_nr .g_form_box .f_input svg path {
  fill: #dbdbdb;
}
.tri .tri_nr .tri_box .g_form form .g_form_box {
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .g_form form .g_form_box {
    margin-bottom: 0.5rem;
  }
}
.tri .tri_nr .tri_box .g_form form .g_form_box > p {
  margin-bottom: 0.16rem;
}
.tri .tri_nr .tri_box .g_form form .g_form_box > p span {
  color: #fc4301;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .sot_select_nr {
  width: 100%;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .sot_select_nr .sel_text_x {
  width: 100%;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .free_ser_box {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.26rem;
  display: flex;
  flex-direction: column;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .free_ser_box .free_ser_con {
  margin-bottom: 0.12rem;
  cursor: pointer;
  margin-right: 0.5rem;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .free_ser_box .free_ser_con.on .g_svg {
  background: #fc4f00;
  border-color: #fc4f00;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .free_ser_box .free_ser_con label {
  display: flex;
  align-items: center;
  position: relative;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .free_ser_box .free_ser_con label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .free_ser_box .free_ser_con label .g_svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .free_ser_box .free_ser_con label .g_svg svg {
  width: 10px;
  height: auto;
}
.tri .tri_nr .tri_box .g_form form .g_form_box .free_ser_box .free_ser_con label .g_svg svg path {
  fill: #fff;
}
.tri .tri_nr .tri_box .g_form form .g_form_box textarea {
  width: 100%;
  height: 1.3rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
  padding: 0.15rem 0 0 0.2rem;
  color: #999;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .g_form form .g_form_box textarea {
    height: 1.8rem;
  }
}
.tri .tri_nr .tri_box .g_form form .g_form_box .f_input input {
  width: 100%;
  height: 0.55rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
  padding: 0 0 0 0.2rem;
  color: #999;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .g_form form .g_form_box .f_input input {
    height: 0.8rem;
  }
}
.tri .tri_nr .tri_box .g_form form .b_bri {
  margin: -0.1rem 0 0.3rem;
  color: #999;
}
.tri .tri_nr .tri_box .g_form form .tri_but {
  padding: 0 0.84rem;
  height: 0.55rem;
  border-radius: 100px;
  background: #fc4f00;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .g_form form .tri_but {
    height: 0.8rem;
  }
}
.tri .tri_nr .tri_box .tri_b {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0 0 0 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .tri_b {
    background: #fff !important;
    padding: 0 0.3rem;
  }
}
.tri .tri_nr .tri_box .tri_b .left .g_box {
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
  padding: 0.3rem 0;
}
.tri .tri_nr .tri_box .tri_b .left .g_box svg {
  width: 0.24rem;
  height: auto;
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .tri_b .left .g_box svg {
    width: 0.32rem;
    height: auto;
  }
}
.tri .tri_nr .tri_box .tri_b .left .g_box svg path {
  fill: #fc4f00;
}
.tri .tri_nr .tri_box .tri_b .left .g_box p {
  font-weight: bold;
}
@media (max-width: 767px) {
  .tri .tri_nr .tri_box .tri_b .left .g_box p {
    font-size: 0.32rem;
  }
}
.sup_h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sup_h2 {
    font-size: 0.5rem;
    line-height: 1;
  }
}
.sup_rm {
  padding: 1.32rem 0 0;
}
@media (max-width: 767px) {
  .sup_rm {
    padding-top: 0.8rem;
  }
}
.sup_rm .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sup_rm .box {
    flex-direction: column;
  }
}
.sup_rm .box .list {
  padding: 0.6rem 0.5rem 0.55rem;
  background: #f5f5f5;
  width: calc((100% - 1rem)/3);
  border-radius: 0.1rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.sup_rm .box .list:hover {
  top: -0.1rem;
}
@media (max-width: 991px) {
  .sup_rm .box .list {
    height: auto;
  }
}
@media (max-width: 767px) {
  .sup_rm .box .list {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.sup_rm .box .list .g_a {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}
.sup_rm .box .list .g_a:hover p {
  color: #fc4301;
}
.sup_rm .box .list .g_a p {
  color: #666;
}
.sup_rm .box .list .g_a svg {
  width: 6px;
  height: auto;
  margin-left: 0.09rem;
}
@media (max-width: 767px) {
  .sup_rm .box .list .g_a svg {
    width: 5px;
    margin-left: 0.15rem;
  }
}
.sup_rm .box .list .g_a svg path {
  fill: #fc4301;
}
.sup_rm .box .list .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .sup_rm .box .list .top {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .sup_rm .box .list .top {
    flex-direction: row;
  }
}
.sup_rm .box .list .top .t_l h3 {
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.sup_rm .box .list .top .t_l p {
  color: #666;
}
.sup_rm .box .list .top svg,
.sup_rm .box .list .top img {
  width: auto;
  height: 0.62rem;
}
@media (max-width: 991px) {
  .sup_rm .box .list .top svg,
  .sup_rm .box .list .top img {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .sup_rm .box .list .top svg,
  .sup_rm .box .list .top img {
    height: 0.8rem;
  }
}
.sup_rm .box .list .top svg path,
.sup_rm .box .list .top img path {
  fill: #fc4301;
}
.sup_rm .box .list .list_ba {
  display: flex;
  flex-wrap: wrap;
}
.sup_fw {
  padding-top: 1.38rem;
}
@media (max-width: 767px) {
  .sup_fw {
    padding-top: 0.8rem;
  }
}
.sup_fw .box {
  margin-bottom: 0.4rem;
  background: #f5f5f5;
  padding: 0.72rem 1.1rem 0.5rem 0.7rem;
}
@media (max-width: 767px) {
  .sup_fw .box {
    padding: 0.6rem 0.3rem 0.3rem;
  }
}
.sup_fw .box .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.28rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  .sup_fw .box .list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sup_fw .box .list:hover p,
.sup_fw .box .list:hover span {
  color: #fc3000;
}
.sup_fw .box .list p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-left: 0.4rem;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sup_fw .box .list p {
    margin-bottom: 0.05rem;
  }
}
.sup_fw .box .list p:after {
  content: '';
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  background: #fc3000;
}
@media (max-width: 767px) {
  .sup_fw .box .list p:after {
    width: 6px;
    height: 2px;
  }
}
.sup_fw .box .list span {
  flex-shrink: 0;
  margin-left: 0.4rem;
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sup_fw .box .list span {
    margin-left: 0;
    font-size: 12px;
  }
}
.sup_fw .tec {
  text-align: center;
}
.sup_fw .tec .pub_a {
  background: linear-gradient(90deg, #fc4700 39%, #fc0000 100%);
  padding: 0 0.42rem;
}
.sup_lx {
  padding: 1.58rem 0 1.4rem;
}
@media (max-width: 767px) {
  .sup_lx {
    padding: 1rem 0;
  }
}
.sup_lx .box {
  border-radius: 0.1rem;
  border: 1px solid #e5e5e5;
  padding: 0.68rem 0.48rem 0.5rem 0.7rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sup_lx .box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sup_lx .box {
    padding: 0.3rem;
  }
}
.sup_lx .box .left {
  width: 62.83%;
}
@media (max-width: 991px) {
  .sup_lx .box .left {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.sup_lx .box .left form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sup_lx .box .left form .inp {
    flex-direction: column;
  }
}
.sup_lx .box .left form .inp .inp_box {
  margin-bottom: 0.26rem;
  width: calc(50% - 0.15rem);
}
@media (max-width: 767px) {
  .sup_lx .box .left form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.sup_lx .box .left form .inp .inp_box p {
  margin-bottom: 0.16rem;
}
.sup_lx .box .left form .inp .inp_box p span {
  color: #fc3000;
}
.sup_lx .box .left form .inp .inp_box input {
  width: 100%;
  height: 0.55rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sup_lx .box .left form .inp .inp_box input {
    height: 0.8rem;
  }
}
.sup_lx .box .left form .tex {
  margin-bottom: 0.14rem;
}
.sup_lx .box .left form .tex > p {
  margin-bottom: 0.16rem;
}
.sup_lx .box .left form .tex > p span {
  color: #fc3000;
}
.sup_lx .box .left form .tex textarea {
  width: 100%;
  height: 1.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
  padding: 15px 0 0 20px;
}
@media (max-width: 767px) {
  .sup_lx .box .left form .tex textarea {
    height: 1.8rem;
  }
}
.sup_lx .box .left form .b_bri {
  margin: 0 0 0.3rem;
  color: #999;
}
.sup_lx .box .left form .b_bri span {
  color: #fc3000;
}
.sup_lx .box .left form button {
  padding: 0 0.42rem;
  background: linear-gradient(90deg, #fc4700 39%, #fc0000 100%);
}
.sup_lx .box .right {
  width: 33.37%;
  padding: 0 0 0.3rem 0.65rem;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .sup_lx .box .right {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
.sup_lx .box .right > img {
  border-radius: 0.1rem;
  height: auto;
}
.sup_lx .box .right .g_tel {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.32rem 0 0.26rem;
}
.sup_lx .box .right .g_tel h3 {
  font-weight: bold;
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  .sup_lx .box .right .g_tel h3 {
    font-size: 0.32rem;
  }
}
.sup_lx .box .right .g_tel p {
  margin-bottom: 0.1rem;
}
.sup_lx .box .right .g_ewm {
  padding-top: 0.35rem;
  display: flex;
  justify-content: space-between;
}
.sup_lx .box .right .g_ewm > img {
  width: 1.4rem;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .sup_lx .box .right .g_ewm > img {
    width: 2rem;
    flex-shrink: 0;
    margin-left: 0.2rem;
  }
}
.sup_lx .box .right .g_ewm .g_ewm_l {
  width: 2rem;
}
@media (max-width: 991px) {
  .sup_lx .box .right .g_ewm .g_ewm_l {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .sup_lx .box .right .g_ewm .g_ewm_l {
    width: 3.4rem;
  }
}
.sup_lx .box .right .g_ewm .g_ewm_l h3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .sup_lx .box .right .g_ewm .g_ewm_l h3 {
    font-size: 0.32rem;
  }
}
.oth .oth_mb {
  padding: 0.6rem 1rem 1rem;
  color: #999;
}
@media (max-width: 767px) {
  .oth .oth_mb {
    padding: 0.4rem 0;
  }
}
.oth .oth_mb a {
  color: #999;
}
.oth .oth_mb a:last-child {
  color: #333;
}
.oth .oth_mb i {
  margin: 0 5px;
}
.oth .oth_box {
  padding: 0 2rem;
}
@media (max-width: 1260px) {
  .oth .oth_box {
    padding: 0;
  }
}
.oth .oth_box h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.45rem;
  text-align: center;
}
@media (max-width: 767px) {
  .oth .oth_box h2 {
    font-size: 0.4rem;
  }
}
.link ul {
  margin-bottom: 1.5rem;
}
.link ul li {
  padding-bottom: 0.28rem;
  margin-bottom: 0.48rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
}
@media (max-width: 767px) {
  .link ul li {
    flex-direction: column;
  }
}
.link ul li > a {
  width: 2rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .link ul li > a {
    width: 100%;
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.link ul li .link_r {
  display: flex;
  flex-wrap: wrap;
}
.link ul li .link_r a {
  margin-bottom: 0.2rem;
  margin-right: 1.32rem;
  color: #666;
  cursor: pointer;
}
@media (max-width: 767px) {
  .link ul li .link_r a {
    margin-right: 0.5rem;
  }
}
.link ul li .link_r a:last-child {
  margin-right: 0;
}
.link ul li .link_r a:hover {
  color: #fc4f00;
}
.oth_b {
  padding: 0.62rem 0;
}
.oth_b .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .oth_b .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .oth_b .container .left {
    margin-bottom: 0.3rem;
  }
}
.oth_b .container .left h2 {
  color: #fff;
  font-size: 0.34rem;
  margin-bottom: 0.05rem;
}
@media (max-width: 1580px) {
  .oth_b .container .left h2 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .oth_b .container .left h2 {
    font-size: 0.4rem;
  }
}
.oth_b .container .left p {
  color: #fff;
}
.oth_b .container .right a {
  height: 0.75rem;
  width: 2.2rem;
  background: #fff;
  color: #fc4f00;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .oth_b .container .right a {
    font-size: 0.28rem;
  }
}
.poli {
  border-top: 1px solid #eee;
  padding-top: 0.38rem;
  padding-bottom: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.poli .left {
  position: sticky;
  top: 90px;
  width: 25.41%;
}
.poli .left .poli_nav {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #d9d9d9;
}
.poli .left .poli_nav a {
  line-height: 30px;
  margin-bottom: 0.18rem;
  padding-left: 0.2rem;
  color: #666;
  position: relative;
}
@media (max-width: 767px) {
  .poli .left .poli_nav a {
    line-height: 1.5;
  }
}
.poli .left .poli_nav a.on:after {
  background: #fc4f00;
}
.poli .left .poli_nav a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: transparent;
}
.poli .right {
  width: 74.59%;
}
@media (max-width: 767px) {
  .poli .right {
    width: 70%;
  }
}
.disc {
  border-top: 1px solid #eee;
  padding-top: 0.38rem;
  padding-bottom: 0.7rem;
}
.ski_jz {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ski_jz {
    /* height: calc(100vh - 60px); */
  }
}
.ski_jz .vidImg {
  width: 100%;
  height: 100%;
}
.ski_jz .vidImg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ski_jz .vidImg video {
    /* display: none; */
  }
}
.ski_jz .txt {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.ski_jz .txt .container {
  padding-bottom: 0.35rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .ski_jz .txt .container {
    padding-top: 1.6rem;
    justify-content: flex-start;
    align-items: center;
  }
}
.ski_jz .txt .container .g_logo {
  width: 2.74rem;
  height: auto;
  margin-bottom: 0.54rem;
}
@media (max-width: 767px) {
  .ski_jz .txt .container .g_logo {
    width: 2.2rem;
  }
}
.ski_jz .txt .container h2 {
  font-size: 0.8rem;
  line-height: 1.1;
  font-weight: bold;
}
.ski_jz .txt .container .wrapper-icon-list {
  align-items: center;
  bottom: -0.4rem;
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .ski_jz .txt .container .wrapper-icon-list {
    /* display: none; */
    bottom: 1.6rem;
  }
}
.ski_jz .txt .container .wrapper-icon-list .icon-list {
  display: flex;
  justify-content: center;
  position: relative;
}
.ski_jz .txt .container .wrapper-icon-list .icon-list span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
}
.ski_jz .txt .container .wrapper-icon-list .icon-list span:first-child {
  left: 0;
  text-align: right;
  top: 50%;
  transform: translate(-100%, -50%);
}
.ski_jz .txt .container .wrapper-icon-list .icon-list span:last-child {
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.ski_jz .txt .container .wrapper-icon-list .icon-list .switch {
  background: #aeaeae;
  border-radius: 16px;
  cursor: pointer;
  height: 32px;
  margin: 0 16px;
  position: relative;
  transition: background 0.2s;
  width: 60px;
}
.ski_jz .txt .container .wrapper-icon-list .icon-list .switch.on {
  background: #64c468;
}
.ski_jz .txt .container .wrapper-icon-list .icon-list .switch.on .circle {
  transform: translateX(28px);
}
.ski_jz .txt .container .wrapper-icon-list .icon-list .switch .circle {
  background: #fff;
  border-radius: 50%;
  height: 28px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: transform 0.2s;
  width: 28px;
}
.ski_jz .txt .container .wrapper-icon-list .text {
  color: #fff;
  /* font-size: 0.29rem; */
  font-weight: 600;
  margin-top: 0.12rem;
  position: relative;
  text-align: center;
}
.ski_jz .txt .container .wrapper-icon-list .txtjj {
  opacity: 0.7;
  color: #fff;
  margin-top: 0.25rem;
  text-align: center;
}
.skiJz_lt {
  padding: 0.5rem 0 0.25rem;
  background: #000;
  position: relative;
}
.skiJz_lt .h_expe_txt .h_jy_l {
  height: 100%;
  width: 55%;
}
@media (max-width: 767px) {
  .skiJz_lt .h_expe_txt .h_jy_l {
    width: 80%;
    height: 48vh;
    margin: 0 auto 0.2rem;
  }
}
.skiJz_lt .h_expe_txt .h_jy_l .h_jy_l_t {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .skiJz_lt .h_expe_txt .h_jy_l .h_jy_l_t {
    height: 100%;
    margin-top: 60px;
  }
}
.skiJz_lt .h_expe_txt .h_jy_l .h_jy_l_t .h_jy_l_t_box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .skiJz_lt .h_expe_txt .h_jy_l .h_jy_l_t .h_jy_l_t_box {
    align-items: flex-start;
  }
}
.skiJz_lt .h_expe_txt .h_jy_l .h_jy_l_t .h_jy_l_t_box.on {
  opacity: 1;
}
.skiJz_lt .h_expe_txt .h_jy_l .h_jy_l_t .h_jy_l_t_box img {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100%;
}
.skiJz_lt .h_expe_txt .h_jy_r {
  height: 100%;
  width: 41%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
@media (max-width: 767px) {
  .skiJz_lt .h_expe_txt .h_jy_r {
    width: 100%;
    height: auto;
  }
}
.skiJz_lt .h_expe_txt .h_jy_r h2 {
  font-size: 0.44rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.85rem;
  position: relative;
  top: 0.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .skiJz_lt .h_expe_txt .h_jy_r h2 {
    margin-bottom: 0.2rem;
    font-size: 0.44rem;
  }
}
.skiJz_lt .h_expe_txt .h_jy_r h2 span {
  color: #545454;
}
.skiJz_lt .h_expe_txt .h_jy_r .bri {
  margin-bottom: 0.7rem;
  position: relative;
  top: 0.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .skiJz_lt .h_expe_txt .h_jy_r .bri {
    margin-bottom: 0.3rem;
  }
}
.skiJz_lt .h_expe_txt .h_jy_r .bri:last-child {
  margin-bottom: 0;
}
.skiJz_lt .h_expe_txt .h_jy_r .bri h3 {
  margin-bottom: 0.18rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .skiJz_lt .h_expe_txt .h_jy_r .bri h3 {
    font-size: 0.36rem;
  }
}
.skiJz_lt .h_expe_txt .h_jy_r .bri p {
  opacity: 0.4;
}
.c-case2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.c-case2 .c-left {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-case2 .c-right {
  width: 39.75%;
  position: relative;
  z-index: -1;
  opacity: 0;
  top: -100vh;
}
.c-case2 .c-list1 {
  border-left: 3px solid #ddd;
}
.c-case2 .c-list1 li:last-child {
  margin-bottom: 0;
}
.c-case2 .c-list2 li {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-case2 .c-left {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  .c-case2 .c-right {
    width: 100%;
  }
  .c-case2 .c-list2 li {
    height: 110vh;
  }
}
.c-line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #99bcff;
  top: 0;
  left: -2px;
}
.skiJz_bh {
  height: 9.9rem;
}
@media (max-width: 767px) {
  .skiJz_bh {
    height: 100vh;
  }
}
.skiJz_bh .txt {
  background: none;
  padding-bottom: 2.35rem;
}
@media (max-width: 767px) {
  .skiJz_bh .txt {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .skiJz_bh .txt .container {
    justify-content: center;
    padding: 0;
  }
}
.skiJz_bh .txt .container h2 {
  text-align: center;
  font-size: 0.5rem;
  line-height: 1.44;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .skiJz_bh .txt .container h2 {
    margin-bottom: 0.4rem;
  }
}
.skiJz_bh .txt .container .skiJz_bh_txt {
  text-align: center;
}
.skiJz_bh .txt .container .skiJz_bh_txt p {
  font-size: 3rem;
  line-height: 0.8;
  font-weight: bold;
}
@media (max-width: 767px) {
  .skiJz_bh .txt .container .skiJz_bh_txt p {
    font-size: 1.6rem;
  }
}
.skiJz_bh .txt .container .skiJz_bh_txt img {
  width: auto;
  height: 4.2rem;
}
.skiJz_bh .vidImg .skiJz_bh_vid.on .vid1 {
  display: none;
}
.skiJz_bh .vidImg .skiJz_bh_vid.on .vid2 {
  display: block;
}
.skiJz_bh .vidImg .skiJz_bh_vid .vid2 {
  display: none;
}
.skiJz_tj {
  height: 10rem;
}
@media (max-width: 767px) {
  .skiJz_tj {
    height: 100vh;
  }
}
.skiJz_tj .txt .container {
  text-align: center;
}
.skiJz_tj .txt .container h2 {
  font-size: 0.5rem;
}
.skiJz_b {
  overflow: hidden;
  background: #000;
  padding: 0 0 2.3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .skiJz_b {
    padding: 0.8rem 0 1rem;
  }
}
.skiJz_b .tit {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .skiJz_b .tit {
    padding: 0 5%;
    margin-bottom: 0.6rem;
  }
}
.skiJz_b .tit h2 {
  font-size: 0.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.skiJz_b .tit p {
  line-height: 1.8;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .skiJz_b .tit p {
    line-height: 1.5;
    font-size: 0.28rem;
  }
  .skiJz_b .tit p br {
    display: none;
  }
}
.skiJz_b .box {
  width: 10rem;
  margin: auto;
}
@media (max-width: 991px) {
  .skiJz_b .box {
    width: 90%;
  }
}
.skiJz_b .box .skiJz_b_swi {
  overflow: initial;
}
.skiJz_b .box .skiJz_b_swi .swiper-slide-active .skiJz_b_box {
  transform: scale(1.3);
}
@media (max-width: 1260px) {
  .skiJz_b .box .skiJz_b_swi .swiper-slide-active .skiJz_b_box {
    transform: scale(1.2);
  }
}
@media (max-width: 991px) {
  .skiJz_b .box .skiJz_b_swi .swiper-slide-active .skiJz_b_box {
    transform: scale(1);
  }
}
.skiJz_b .box .skiJz_b_swi .swiper-slide-active .skiJz_b_box img {
  opacity: 1;
}
.skiJz_b .box .skiJz_b_swi .skiJz_b_box {
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 0.2rem;
}
.skiJz_b .box .skiJz_b_swi .skiJz_b_box:before {
  padding-top: 53.84%;
}
.skiJz_b .box .skiJz_b_swi .skiJz_b_box img {
  transition: all 0.3s;
  opacity: 0.5;
}
.skiJz_b .box .skiJz_b_swi .qie .pub_nav {
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #666666;
  background: transparent;
}
@media (max-width: 991px) {
  .skiJz_b .box .skiJz_b_swi .qie .pub_nav {
    display: none;
  }
}
.skiJz_b .box .skiJz_b_swi .qie .pub_nav:hover {
  background: #fc4f00;
  border-color: #4c1800;
}
.skiJz_b .box .skiJz_b_swi .qie .pub_nav:hover svg path {
  fill: #fff;
}
.skiJz_b .box .skiJz_b_swi .qie .pub_prev {
  left: -220px;
}
@media (max-width: 1260px) {
  .skiJz_b .box .skiJz_b_swi .qie .pub_prev {
    left: -120px;
  }
}
.skiJz_b .box .skiJz_b_swi .qie .pub_prev svg {
  transform: rotate(180deg);
}
.skiJz_b .box .skiJz_b_swi .qie .pub_next {
  right: -220px;
}
@media (max-width: 1260px) {
  .skiJz_b .box .skiJz_b_swi .qie .pub_next {
    right: -120px;
  }
}
.skiHx {
  background: #161616;
}
.skiHx_t .txt {
  background: none;
}
.skiHx_t .txt .container .g_logo {
  width: 2.74rem;
  height: auto;
  margin-bottom: 0.54rem;
}
@media (max-width: 767px) {
  .skiHx_t .txt .container .g_logo {
    width: 2.2rem;
    margin-top: 0.7rem;
  }
}
.skiHx_gl {
  padding: 1.3rem 0 0.6rem;
}
.skiHx_gl .container {
  transition: all 0.6s;
}
.skiHx_gl .container h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.5rem;
  line-height: 1.4;
  margin-bottom: 0.65rem;
}
@media (max-width: 767px) {
  .skiHx_gl .container h2 {
    font-size: 0.4rem;
  }
}
.skiHx_gl .container h2 span {
  color: #fc4f00;
}
.skiHx_gl .container .vid_box {
  border-radius: 0.2rem;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}
.skiHx_gl .container .vid_box .vidImg {
  width: 100%;
  height: 100%;
}
.skiHx_gl .container .vid_box .vidImg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .skiHx_gl .container .vid_box .vidImg video {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .skiHx_gl .container .vid_box .vidImg img {
    display: block !important;
  }
}
.skiHx_gl .container .vid_box .vid_on {
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  bottom: 0.42rem;
  right: 0.46rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .skiHx_gl .container .vid_box .vid_on {
    display: none;
  }
}
.skiHx_gl .container .vid_box .vid_on:hover p {
  color: #fc4f00;
}
.skiHx_gl .container .vid_box .vid_on:hover svg path {
  fill: #fc4f00;
}
.skiHx_gl .container .vid_box .vid_on svg {
  width: 0.26rem;
  height: auto;
  margin-right: 0.18rem;
}
.skiHx_gl .container .vid_box .vid_on svg path {
  fill: #8b8b8c;
  transition: all 0.3s;
}
.skiHx_gl .container .vid_box .vid_on p {
  color: #8b8b8c;
  transition: all 0.3s;
  font-weight: bold;
}
@media (max-width: 767px) {
  .skiHx_gl .container .vid_box .vid_on p {
    font-size: 0.32rem;
  }
}
.skiHx_gl .container .g_num {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 0.82rem;
}
@media (max-width: 991px) {
  .skiHx_gl .container .g_num {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .skiHx_gl .container .g_num .list {
    width: 50%;
    margin-bottom: 0.8rem;
    padding-right: 0.2rem;
  }
}
.skiHx_gl .container .g_num .list .g_t {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.32rem;
  display: none;
}
.skiHx_gl .container .g_num .list .g_t p {
  font-size: 0.68rem;
  font-weight: bold;
  line-height: 0.8;
}
.skiHx_gl .container .g_num .list .g_t i {
  font-size: 0.3rem;
  line-height: 1;
  margin-left: 0.2rem;
}
.skiHx_gl .container .g_num .list .txt h3 {
  font-weight: bold;
  margin-bottom: 0.06rem;
}
.skiHx_gl .container .g_num .list .txt p {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .skiHx_gl .container .g_num .list .txt p {
    margin-bottom: 0.2rem;
  }
}
.skiHx_gl .container .g_num .list .txt span {
  opacity: 0.1;
  font-weight: bold;
}
.skiHx_bz.on .container {
  width: 100%;
  max-width: 100%;
}
.skiHx_bz.on .container .vid_box {
  border-radius: 0;
}
.skiHx_b {
  padding: 1rem 0 2.35rem;
}
.skiHx_b .tit {
  color: #fff;
  text-align: center;
  margin-bottom: 0.55rem;
}
@media (max-width: 767px) {
  .skiHx_b .tit {
    padding: 0 5%;
    margin-bottom: 0.6rem;
  }
}
.skiHx_b .tit h2 {
  font-size: 0.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .skiHx_b .tit h2 {
    font-size: 0.4rem;
  }
}
.skiHx_b .tit p {
  line-height: 1.8;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .skiHx_b .tit p {
    line-height: 1.5;
    font-size: 0.32rem;
  }
  .skiHx_b .tit p br {
    display: none;
  }
}
.skiHx_b .box {
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
}
@media (max-width: 767px) {
  .skiHx_b .box {
    flex-direction: column;
    border-radius: 0;
  }
}
.skiHx_b .box .list {
  position: relative;
  transition: all 0.3s;
  width: 20%;
}
@media (max-width: 767px) {
  .skiHx_b .box .list {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
  .skiHx_b .box .list .txt {
    background: rgba(0, 0, 0, 0) !important;
  }
  .skiHx_b .box .list .txt p {
    opacity: 0.5 !important;
  }
}
.skiHx_b .box .list.on {
  width: 62.5%;
  flex-shrink: 0;
}
.skiHx_b .box .list.on .txt {
  background: rgba(0, 0, 0, 0);
}
.skiHx_b .box .list.on .txt p {
  opacity: 0;
}
@media (max-width: 767px) {
  .skiHx_b .box .list.on .txt p {
    opacity: 0.5;
  }
}
.skiHx_b .box .list .img {
  height: 6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .skiHx_b .box .list .img {
    height: 4rem;
  }
}
.skiHx_b .box .list .txt {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0.55rem 0.1rem;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .skiHx_b .box .list .txt {
    background: rgba(0, 0, 0, 0.5);
  }
}
.skiHx_b .box .list .txt p {
  opacity: 0.5;
  color: #fff;
  transition: all 0.3s;
}
.open_screen_box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
@media (max-width: 767px) {
  .open_screen_box {
    /* display: none !important; */
  }
}
.open_screen_box .open_screen {
  position: relative;
  z-index: 5;
  display: none;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .open_screen_box .open_screen {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2.2rem 0.3rem;
  }
}
.open_screen_box .open_screen .open_screen_boxx {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .open_screen_box .open_screen .open_screen_boxx {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .open_screen_box .open_screen .open_screen_boxx svg {
    transform: scale(2);
  }
}
.open_screen_box .open_screen .open_screen_boxx svg polyline {
  fill: none;
  z-index: 1;
  stroke: #fd4c00;
  stroke-width: 2;
  stroke-dashoffset: 1920;
  stroke-dasharray: 1920;
  animation: open-line1 4.5s infinite;
}
.open_screen_box .open_screen2 {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .open_screen_box .open_screen2 {
    display: none !important;
  }
}
.open_screen_box .open_screen2.on {
  animation: open-svg 1s infinite;
}
@keyframes open-line1 {
  0% {
    stroke-dashoffset: 1920;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes open-svg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}
.shiHy_wbo {
  position: relative;
}
.shiHy {
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 10;
  position: sticky;
  position: -webkit-sticky;
}
.shiHy .vidImg {
  width: 100%;
  height: 100%;
}
.shiHy .vidImg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shiHy .txt {
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-top: 80px;
}
.shiHy .txt .container {
  padding-bottom: 0.35rem;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .shiHy .txt .container {
    justify-content: flex-start;
    padding: 0.7rem 0 0;
  }
}
.shiHy .txt .container .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .shiHy .txt .container .left {
    align-items: center;
  }
}
.shiHy .txt .container .left h2 {
  font-size: 0.8rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.shiHy .txt .container .left > p {
  font-size: 0.3rem;
  font-weight: bold;
}
.shiHy .txt .container .left .g_logo {
  width: 2.74rem;
  height: auto;
  margin-bottom: 0.54rem;
}
@media (max-width: 767px) {
  .shiHy .txt .container .left .g_logo {
    width: 2.2rem;
  }
}
.shiHy .txt .container .r_act {
  position: absolute;
  z-index: 10;
  left: 73%;
  top: 38%;
  margin-top: -2.165rem;
  margin-left: -2.48rem;
  width: 5.33rem;
  height: 5.96rem;
  transition: all 0.7s;
}
@media (max-width: 767px) {
  .shiHy .txt .container .r_act {
    top: 55%;
    left: 46%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
.shiHy .txt .container .r_act .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.shiHy .txt .container .r_act .img img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shiHy .txt .container .r_act .img img.on {
  opacity: 1;
}
.shiHy2 {
  width: 100%;
  height: 100vh;
  top: 0;
  position: sticky;
  position: -webkit-sticky;
  z-index: 5;
  background: #000;
}
.shiHy2 .img {
  width: 100%;
  height: 100%;
}
.shiHy2 .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0.5rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .shiHy2 .txt .container .tit img {
    display: block !important;
  }
  .shiHy2 .txt .container .tit video {
    display: none !important;
  }
}
.shiHy2 .txt .container .tit h2 {
  transform: translate3d(0px, 130px, 0px);
  opacity: 0;
  font-size: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
  transition: all 1s;
}
@media (max-width: 767px) {
  .shiHy2 .txt .container .tit h2 {
    margin-bottom: 0.4rem;
    line-height: 1.4;
  }
}
.shiHy2 .txt .container .tit p {
  transform: translate3d(0px, 200px, 0px);
  opacity: 0;
  margin-bottom: 0.32rem;
  transition: all 1s;
}
@media (max-width: 767px) {
  .shiHy2 .txt .container .tit p {
    font-size: 0.36rem;
    line-height: 1.4;
  }
}
.shiHy2 .txt .container .tit p span {
  color: #fc4f00;
}
.shiHy2 .txt .container .tit img {
  display: none;
}
.shiHy2 .txt .container .tit img,
.shiHy2 .txt .container .tit video {
  transition: all 1s;
  transform: translate3d(0px, 270px, 0px);
  opacity: 0;
  width: 10.666rem;
  height: 6rem;
  border-radius: 0.2rem;
  margin: auto;
}
.shiHy_b {
  margin-top: 320vh;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .shiHy_b {
    margin-top: 440vh;
  }
}
.skl_tit {
  text-align: center;
  margin-bottom: 0.5rem;
}
.skl_tit h2 {
  font-size: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.26rem;
  line-height: 1;
}
.skl_tit h2 span {
  color: #fc4f00;
}
.skl_tit p {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .skl_tit p {
    font-size: 0.28rem;
  }
}
.shiHy_la {
  padding: 1.35rem 0 0.7rem;
}
.shiHy_la .container .box .box_ne .g_t {
  overflow: hidden;
  border-radius: 0.2rem;
  margin-bottom: 0.45rem;
  display: none;
}
.shiHy_la .container .box .box_ne .g_t.on {
  display: flex;
}
.shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox {
  width: 50%;
  height: 6rem;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox {
    height: 4rem;
  }
}
.shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox:last-child .txt {
  align-items: flex-end;
}
.shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox.on .txt {
  background: rgba(0, 0, 0, 0);
}
.shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox.on .txt p {
  opacity: 1;
}
.shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox .img {
  width: 100%;
  height: 100%;
}
.shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox .txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.45rem 0.48rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox .txt {
    padding: 0.45rem 0.2rem;
    align-items: center !important;
  }
}
.shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox .txt p {
  transition: all 0.3s;
  opacity: 0.3;
  color: #fff;
}
@media (max-width: 767px) {
  .shiHy_la .container .box .box_ne .g_t .shiHy_la_tbox .txt p {
    font-size: 0.28rem;
  }
}
.shiHy_la .container .box .g_nav {
  display: flex;
  justify-content: center;
  text-align: center;
}
.shiHy_la .container .box .g_nav a {
  cursor: pointer;
  padding: 0 0.3rem;
  opacity: 0.6;
  padding-bottom: 0.16rem;
  border-bottom: 2px solid #e1e1e1;
}
@media (max-width: 767px) {
  .shiHy_la .container .box .g_nav a {
    font-size: 0.32rem;
  }
}
.shiHy_la .container .box .g_nav a.on {
  opacity: 1;
  border-color: #333;
}
.shiHy_vid {
  padding: 0.9rem 0 1.7rem;
}
.shiHy_vid .container .vid_box2 {
  border-radius: 0.2rem;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}
.shiHy_vid .container .vid_box2 .vidImg {
  width: 100%;
  height: 100%;
}
.shiHy_vid .container .vid_box2 .vidImg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .shiHy_vid .container .vid_box2 .vidImg video {
    display: none;
  }
}
.shiHy_vid .container .vid_box2 .vid_on {
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  bottom: 0.42rem;
  right: 0.46rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .shiHy_vid .container .vid_box2 .vid_on {
    display: none;
  }
}
.shiHy_vid .container .vid_box2 .vid_on:hover p {
  color: #fc4f00;
}
.shiHy_vid .container .vid_box2 .vid_on:hover svg path {
  fill: #fc4f00;
}
.shiHy_vid .container .vid_box2 .vid_on svg {
  width: 0.26rem;
  height: auto;
  margin-right: 0.18rem;
}
.shiHy_vid .container .vid_box2 .vid_on svg path {
  fill: #8b8b8c;
  transition: all 0.3s;
}
.shiHy_vid .container .vid_box2 .vid_on p {
  color: #8b8b8c;
  transition: all 0.3s;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shiHy_vid .container .vid_box2 .vid_on p {
    font-size: 0.32rem;
  }
}
.shiHy_dc {
  height: 9.7rem;
  background: #191a1d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .shiHy_dc {
    height: auto;
  }
}
.shiHy_dc .container {
  height: 100%;
}
@media (max-width: 767px) {
  .shiHy_dc .container {
    width: 100%;
  }
}
.shiHy_dc .container .tit {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.44rem;
}
@media (max-width: 991px) {
  .shiHy_dc .container .tit {
    height: auto;
    padding: 1rem 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .tit {
    width: 90%;
    margin: auto;
    padding: 1rem 0 0;
    z-index: 100;
    position: relative;
  }
}
.shiHy_dc .container .tit .shiHy_dc_h2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.05rem;
  color: #fff;
  font-size: 0.5rem;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shiHy_dc .container .tit .shiHy_dc_h2 {
    margin-bottom: 0.5rem;
  }
}
.shiHy_dc .container .tit .shiHy_dc_h2 span {
  color: #fc4f00;
}
.shiHy_dc .container .tit .shiHy_dc_h2 img {
  display: inline;
  height: 0.45rem;
  width: auto;
}
.shiHy_dc .container .tit > p {
  color: #fc4f00;
  font-size: 0.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shiHy_dc .container .tit > p {
    line-height: 1;
  }
}
.shiHy_dc .container .tit .txt {
  display: none;
}
@media (max-width: 767px) {
  .shiHy_dc .container .tit .txt {
    display: block;
    margin-top: 0.7rem;
  }
}
.shiHy_dc .container .tit .txt .list {
  position: relative;
  margin-bottom: 0.6rem;
}
.shiHy_dc .container .tit .txt .list .g_l {
  color: #fff;
}
.shiHy_dc .container .tit .txt .list .g_l h3 {
  font-size: 0.36rem;
}
.shiHy_dc .container .tit .txt .list .g_l p {
  opacity: 0.5;
  font-size: 0.24rem;
}
.shiHy_dc .container .tit .txt .list > img {
  position: absolute;
  top: 110%;
  left: 0;
}
.shiHy_dc .container .tit .txt .list1 > img {
  position: absolute;
  top: 66%;
  left: -17%;
  max-width: initial;
  width: 7.5rem;
  height: 7rem;
}
.shiHy_dc .container .tit .txt .list2 > img {
  position: absolute;
  top: -69%;
  left: -17%;
  max-width: initial;
  width: 7.5rem;
  height: 7rem;
}
.shiHy_dc .container .tit .txt .list3 > img {
  position: absolute;
  top: -244%;
  left: -17%;
  max-width: initial;
  width: 7.5rem;
  height: 8rem;
}
.shiHy_dc .container .shiHy_dc_r {
  position: absolute;
  width: 43.43%;
  height: 100%;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r {
    position: relative;
    height: 8rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r {
    height: 7.5rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.shiHy_dc .container .shiHy_dc_r .img img {
  width: 6.66rem;
  height: auto;
}
.shiHy_dc .container .shiHy_dc_r .img .img1 {
  position: absolute;
  right: -0.2rem;
  top: -2.8rem;
  z-index: 4;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .img .img1 {
    right: -1rem;
    top: -4.7rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .img .img1 {
    right: -1rem;
    top: -6rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .img .img2 {
  position: absolute;
  right: -0.2rem;
  top: 2.6rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .img .img2 {
    right: -1rem;
    top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .img .img2 {
    right: -1rem;
    top: -0.6rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .img .img3 {
  position: absolute;
  right: -0.2rem;
  top: 3.4rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .img .img3 {
    right: -1rem;
    top: 8.3rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .img .img3 {
    right: -1rem;
    top: 0.3rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .img .img4 {
  position: absolute;
  right: -0.1rem;
  top: 6.8rem;
  z-index: 1;
  width: 8.26rem;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .img .img4 {
    right: -1rem;
    top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .img .img4 {
    right: 0;
    top: 3.1rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .txt {
    display: none;
  }
}
.shiHy_dc .container .shiHy_dc_r .txt .list {
  z-index: 10;
  position: absolute;
  left: -1.9rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list {
    left: -0.9rem;
  }
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list {
    left: 0.5rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .txt .list .g_l {
  flex-shrink: 0;
  width: 195px;
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list .g_l {
    width: 185px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0.1rem;
    margin-right: 10px;
    padding: 0.2rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .txt .list .g_l h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.14rem;
  font-size: 18px;
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list .g_l h3 {
    color: #333;
    font-size: 0.36rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .txt .list .g_l p {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list .g_l p {
    color: #333;
    font-size: 0.24rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .txt .list > img {
  width: 3.86rem;
  height: auto;
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list > img {
    width: 2rem;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list > img {
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list > img {
    width: 2.5rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .txt .list1 {
  top: 2.52rem;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list1 {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list1 {
    top: 0.4rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .txt .list2 {
  top: 5.05rem;
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list2 {
    top: 3rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list2 {
    top: 2.8rem;
  }
}
.shiHy_dc .container .shiHy_dc_r .txt .list3 {
  top: 6.55rem;
}
@media (max-width: 1260px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list3 {
    top: 7.15rem;
  }
}
@media (max-width: 991px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list3 {
    top: 5rem;
  }
}
@media (max-width: 767px) {
  .shiHy_dc .container .shiHy_dc_r .txt .list3 {
    top: 5.5rem;
  }
}
.skiJz_bhy {
  overflow: hidden;
  background: #fff;
  padding: 1.2rem 0 1.35rem;
}
@media (max-width: 767px) {
  .skiJz_bhy {
    padding: 0.8rem 0 1rem;
  }
}
.skiJz_bhy .tit {
  text-align: center;
  margin-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .skiJz_bhy .tit {
    padding: 0 5%;
    margin-bottom: 0.6rem;
  }
}
.skiJz_bhy .tit h2 {
  font-size: 0.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.skiJz_bhy .tit p {
  line-height: 1.8;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .skiJz_bhy .tit p {
    line-height: 1.5;
    font-size: 0.28rem;
  }
  .skiJz_bhy .tit p br {
    display: none;
  }
}
.skiJz_bhy .box {
  width: 15.5rem;
  margin: auto;
}
@media (max-width: 1260px) {
  .skiJz_bhy .box {
    width: 90%;
  }
}
.skiJz_bhy .box .skiJz_b_swi {
  overflow: initial;
}
.skiJz_bhy .box .skiJz_b_swi .swiper-slide-active .skiJz_b_box img {
  opacity: 1;
}
.skiJz_bhy .box .skiJz_b_swi .skiJz_b_box {
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 0.2rem;
}
.skiJz_bhy .box .skiJz_b_swi .skiJz_b_box:before {
  padding-top: 45.16%;
}
@media (max-width: 767px) {
  .skiJz_bhy .box .skiJz_b_swi .skiJz_b_box:before {
    padding-top: 55%;
  }
}
.skiJz_bhy .box .skiJz_b_swi .skiJz_b_box img {
  transition: all 0.3s;
  opacity: 0.2;
}
.skiJz_bhy .box .skiJz_b_swi .qie .pub_nav {
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #fff;
  background: transparent;
  /* &:hover{
						background: #fc4f00;
						border-color: #491803;
						svg{
							path{
								fill: #fff;
							}
						}
					} */
}
@media (max-width: 991px) {
  .skiJz_bhy .box .skiJz_b_swi .qie .pub_nav {
    display: none;
  }
}
.skiJz_bhy .box .skiJz_b_swi .qie .pub_nav svg path {
  fill: #fff;
}
.skiJz_bhy .box .skiJz_b_swi .qie .pub_nav:hover {
  border-color: #fc4f00;
}
.skiJz_bhy .box .skiJz_b_swi .qie .pub_nav:hover svg path {
  fill: #fc4f00;
}
.skiJz_bhy .box .skiJz_b_swi .qie .pub_prev {
  left: 0.5rem;
}
.skiJz_bhy .box .skiJz_b_swi .qie .pub_prev svg {
  transform: rotate(180deg);
}
.skiJz_bhy .box .skiJz_b_swi .qie .pub_next {
  right: 0.5rem;
}
.pub_a_new {
  border: none;
  background: #fb3b00;
  background: -webkit-linear-gradient(to right, #fb3b00, #ff8a00);
  background: linear-gradient(to right, #fb3b00, #ff8a00);
}
.pub_a_new:hover {
  background: -webkit-linear-gradient(to right, #fb3b00, #fb3b00);
  background: linear-gradient(to right, #fb3b00, #fb3b00);
}
.h_banner {
  position: relative;
}
.mouse_tbox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}
.mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mouse img,
.mouse svg {
  width: 15px;
  height: 26px;
  animation: 3s linear infinite normal none running mouse;
}
.mouse img path,
.mouse svg path {
  fill: #fff;
  opacity: 1;
}
.mouse span {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .mouse span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mouse span {
    font-size: 14px;
  }
}
@keyframes mouse {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.sup_h2_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5rem;
}
.sup_h2_box h2 {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sup_h2_box h2 {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 0.26rem;
  }
}
.sup_h2_box span {
  text-align: center;
  color: #747474;
}
@media (max-width: 767px) {
  .sup_h2_box span {
    font-size: 0.28rem;
  }
}
.mol_lan {
  padding: 0 20px;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .h_hx_nr {
    overflow: auto;
  }
}
.npro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .npro {
    flex-direction: column;
  }
}
.npro .npro_l {
  position: sticky;
  top: 0;
  width: 21.25%;
  border-right: 2px solid #ebebeb;
}
@media (max-width: 767px) {
  .npro .npro_l {
    position: initial;
    width: 100%;
    border: none;
  }
}
.npro .npro_l h3 {
  padding: 0.26rem 0.24rem;
}
.npro .npro_l .npro_l_box li {
  border-top: 1px solid #f2f2f2;
  padding: 0 0.18rem 0 0.2rem;
}
.npro .npro_l .npro_l_box li .na_one_tit {
  padding: 0.18rem 0.18rem 0.18rem 0.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.npro .npro_l .npro_l_box li .na_one_tit .na_one_bt {
  display: flex;
  align-items: center;
}
.npro .npro_l .npro_l_box li .na_one_tit .na_one_bt img {
  margin-right: 0.15rem;
  width: 0.3rem;
  height: auto;
}
.npro .npro_l .npro_l_box li .na_one_tit .na_one_bt p {
  font-family: 'med';
}
.npro .npro_l .npro_l_box li .na_one_tit > svg path {
  fill: #fc4f00;
}
.npro .npro_l .npro_l_box li .na_one_box {
  display: none;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_two_tit {
  border-top: 1px solid #f2f2f2;
  padding: 0.22rem 0.18rem 0.22rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_two_tit > svg path {
  fill: #fc4f00;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box {
  padding: 3px 0.3rem 0.2rem 0.4rem;
  display: none;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box a {
  margin-bottom: 0.2rem;
  display: block;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box a.on label .na_three_l {
  background: #fc4f00;
  border-color: #fc4f00;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box a.on label .na_three_r p {
  color: #666;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box a label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box a label .na_three_l {
  width: 24px;
  height: 24px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin-right: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box a label .na_three_l > svg {
  width: 54.16%;
  height: auto;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box a label .na_three_l > svg path {
  fill: #fff;
}
.npro .npro_l .npro_l_box li .na_one_box .na_two_box .na_three_box a label .na_three_r p {
  color: #999;
}
.npro .npro_r {
  width: 75%;
}
@media (max-width: 767px) {
  .npro .npro_r {
    width: 100%;
  }
}
/* Contact us */
@font-face {
  font-family: 'reg';
  src: url(../images/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'med';
  src: url(../images/Roboto-Medium.ttf);
}
@font-face {
  font-family: 'bold';
  src: url(../images/Roboto-Bold.ttf);
}
body {
  font-family: 'reg', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.contaT {
  padding: 1.45rem 0;
  background: #fff url(../images/abo_bj.png) no-repeat;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .contaT {
    padding: 1rem 0;
    background: none;
  }
}
.contaT .container .contaT_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contaT .container .contaT_box {
    flex-direction: column;
  }
}
.contaT .container .contaT_box .left {
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .contaT .container .contaT_box .left {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
  }
}
.contaT .container .contaT_box .left h2 {
  line-height: 0.9;
  font-size: 0.4rem;
  font-family: 'bold';
  margin-bottom: 0.74rem;
}
@media (max-width: 767px) {
  .contaT .container .contaT_box .left h2 {
    margin-bottom: 0.5rem;
  }
}
.contaT .container .contaT_box .left .contaT_add {
  margin-bottom: 0.2rem;
}
.contaT .container .contaT_box .left .contaT_add .contaT_abox {
  margin-bottom: 0.32rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .contaT .container .contaT_box .left .contaT_add .contaT_abox {
    margin-bottom: 0.2rem;
  }
}
.contaT .container .contaT_box .left .contaT_add .contaT_abox span {
  color: #999;
}
.contaT .container .contaT_box .right {
  width: 50%;
  padding: 0 0.6rem 0 0.7rem;
}
@media (max-width: 991px) {
  .contaT .container .contaT_box .right {
    width: 100%;
    padding: 0;
  }
}
.contaT .container .contaT_box .right h3 {
  font-family: 'med';
  margin-bottom: 0.36rem;
}
.contaT .container .contaT_box .right form .inp_box .inp {
  height: 0.64rem;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 0 0.22rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  .contaT .container .contaT_box .right form .inp_box .inp {
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.contaT .container .contaT_box .right form .inp_box .inp span {
  color: #fc4f00;
  margin-right: 3px;
  flex-shrink: 0;
}
.contaT .container .contaT_box .right form .inp_box .inp input {
  clip: #999;
  width: 100%;
}
.contaT .container .contaT_box .right form .inp_box .textarea {
  margin-bottom: 0.18rem;
  height: 1.1rem;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 0.22rem 0.22rem 0.1rem;
}
@media (max-width: 767px) {
  .contaT .container .contaT_box .right form .inp_box .textarea {
    height: 2rem;
  }
}
.contaT .container .contaT_box .right form .inp_box .textarea textarea {
  width: 100%;
  height: 100%;
}
.contaT .container .contaT_box .right form .form_btxt {
  margin-bottom: 0.32rem;
}
.contaT .container .contaT_box .right form .form_btxt p {
  color: #999;
}
.contaT .container .contaT_box .right form .form_btxt a {
  color: #333;
  text-decoration: underline;
}
.contaT .container .contaT_box .right form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fc4600;
  height: 0.64rem;
  width: 100%;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .contaT .container .contaT_box .right form button {
    height: 0.8rem;
  }
}
.contaT .container .contaT_box .right form button p {
  color: #fff;
}
.contaT .container .contaT_box .right form button svg {
  margin-left: 0.1rem;
}
.contaT .container .contaT_box .right form button svg path {
  fill: #fff;
}
.conta_whe {
  padding: 1.65rem 0 1.25rem;
  background: #f4f4f5 url(../images/abo_bj2.jpg) no-repeat;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .conta_whe {
    padding: 1.2rem 0 0.8rem;
  }
}
.conta_whe h2 {
  font-size: 0.4rem;
  font-family: 'bold';
  color: #000;
  margin-bottom: 0.38rem;
}
.conta_whe .box {
  display: flex;
  flex-wrap: wrap;
}
.conta_whe .box .item {
  width: calc((100% - 0.8rem)/5);
  border-radius: 10px;
  background: #fbfbfb;
  transition: all 0.3s;
  margin: 0 0.2rem 0.2rem 0;
}
.conta_whe .box .item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .conta_whe .box .item {
    width: calc((100% - 0.4rem)/3);
  }
  .conta_whe .box .item:nth-child(5n) {
    margin-right: 0.2rem;
  }
  .conta_whe .box .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .conta_whe .box .item {
    width: calc((100% - 0.2rem)/2);
  }
  .conta_whe .box .item:nth-child(3n) {
    margin-right: 0.2rem;
  }
  .conta_whe .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
.conta_whe .box .item .img {
  padding: 0.33rem 0 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #efefef;
}
.conta_whe .box .item .img img {
  width: auto;
  height: 60px;
}
.conta_whe .box .item .txt {
  padding: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.conta_whe .box .item .txt h3 {
  margin-bottom: 0.04rem;
  transition: all 0.3s;
  text-align: center;
}
.conta_whe .box .item .txt .tel {
  display: flex;
  align-items: center;
}
.conta_whe .box .item .txt .tel svg {
  margin-right: 6px;
}
.conta_whe .box .item .txt .tel svg path {
  fill: #888888;
}
.conta_whe .box .item .txt .tel p {
  color: #888;
}
.proInfo_ntp {
  margin: 1rem 0;
}
.proInfo_ntp img {
  width: auto;
  height: auto;
}
