@charset "utf-8";
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
 
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
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;
}
textarea::-webkit-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: 100px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gw {
     padding-top: 60px;
  }
}
/* banner */
.h_b_img {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
.h_b_img::before {
  padding-top: 40.625%;
}
.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;
  }
  .h_b_img::before {
    padding-top: 120%;
  }
}
@media (max-width: 1440px) {
  .h_b_img {
    height: calc(100vh - 60px);
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
}
@media (max-width: 1460px) {
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 14px;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 开始 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  background: #fff;
}
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.90rem;
  height: auto;
}
.logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_l {
  display: flex;
  align-items: center;
  padding-left: 0.6rem;
}
.nav_l_p {
  padding-left: 0.6rem;
  margin-left: 0.15rem;
  padding-left: 0.15rem;
  position: relative;
  text-align: center;
}
.nav_l_p::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: 1px;
  height: 0.3rem;
  background: #adadad;
}
.nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}
.nav_ra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0.47rem;
}
.nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.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: #333;
  margin: 0 0.36rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
}
.nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: #c11b33;
  transform: translateX(-50%);
}
.nav > ul > li:hover > a p,
.nav > ul > .on > a p {
  color: #c11b33 !important;
}
.nav > ul > li:hover > a svg path,
.nav > ul > .on > a svg path {
  fill: #c11b33 !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: 9px;
  height: auto;
  position: absolute;
  right: -18px;
}
.nav > ul > li > a > svg path {
  fill: #ccc;
}
.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;
}
.nav1_none {
  top: -100px !important;
}
.nav2_none {
  top: 100px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
.nav_on {
  background: #fff;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #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: #ccc !important;} */
.nav_on2 {
  background: #fff;
}
.nav_on2 .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #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: #ccc !important;} */
.show_nav {
  background: #fff;
}
.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: #ccc !important;} */
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 10px 0;
  display: none;
  width: auto;
  white-space: nowrap;
}
.pro_nav2 > a {
  padding: 7px 15px;
  text-align: center;
  display: block;
  margin: 5px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  color: #c11b33;
  text-decoration: underline;
}
/* 移动端导航 */
#c-header .c-nav2 {
  position: absolute;
  right: -100%;
  width: 100%;
  top: 60px;
  height: calc(100vh - 60px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box svg {
  width: 10px;
  height: auto;
}
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  right: 0;
}
.nav_box2 {
  display: none;
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#c-header .c-switch i {
  background: #fff;
}
#c-header .c-nav2 li .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
@media (max-width: 1600px) {
  .logo p,
  .nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .nav ul li a {
    font-size: 14px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language > img {
    width: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .nav {
    display: none;
  }
  .nav_r_box {
    display: flex;
  }
  .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_l {
    padding: 0;
  }
  nav {
    background: #fff;
    padding: 0 5% ;
  }
  nav .xs {
    display: none;
  }
  nav .yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #c-header .c-switch i {
    background: #333;
  }
}
@media screen and (max-width: 991px) {
  .nav ul li a {
    font-size: 12px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  .logo img {
    width: 2.0rem;
  }
  .nav_r {
    display: none;
  }
}
/* 开始 */
.nav_lan {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
}
@media (max-width: 767px) {
  .nav_lan {
    display: none;
  }
}
.nav_lan:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0px;
  height: 12px;
  background: #c1c1c1;
}
.nav_lan > svg {
  margin-right: 0.4rem;
}
.nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
.nav_lan .nav_lan_box p {
  color: #333;
  margin-right: 0.06rem;
}
.nav_lan .nav_lan_box svg {
  width: 7px;
  height: auto;
}
.nav_lan .nav_lan_box svg path {
  fill: #adadad;
}
.nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: calc(50% - 15px);
  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: #e55514;
}
.nav_rr {
  margin-left: 3.1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .nav_rr {
    margin-left: 1.1rem;
  }
}
.nav_rr .nav_zx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100px;
  background: #c11b33;
}
@media (max-width: 767px) {
  .nav_rr .nav_zx {
    width: 1.4rem;
    display: none;
  }
}
.nav_rr .nav_zx svg {
  width: 0.24rem;
  height: auto;
  margin-bottom: 0.08rem;
}
.nav_rr .nav_zx svg path {
  fill: #fff;
}
.nav_rr .nav_zx p {
  color: #fff;
}
.nav_rr .nav_sea {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .nav_rr .nav_sea {
    display: none;
  }
}
.nav_rr .nav_sea svg {
  width: 0.16rem;
  height: auto;
}
.nav_rr .nav_sea svg path {
  fill: #333;
}
.g_btn {
  border: 1px solid #fff;
  padding: 0 0.18rem 0 0.28rem;
  background: url(../images/g_bj.jpg) no-repeat;
  background-size: cover;
  height: 0.52rem;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .g_btn {
    height: 0.8rem;
    padding: 0 0.4rem 0 0.3rem;
  }
}
.g_btn:hover .g_btn_r {
  transform: scale(1.2);
}
.g_btn p {
  color: #fff;
  font-weight: bold;
  margin-right: 0.3rem;
  transition: all 0.3s;
}
.g_btn .g_btn_r {
  width: 0.26rem;
  height: 0.26rem;
  background: #db1313;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  left: 0;
}
@media (max-width: 767px) {
  .g_btn .g_btn_r {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.g_btn .g_btn_r svg {
  width: 6px;
  height: auto;
}
.g_btn .g_btn_r svg path {
  fill: #fff;
}
.g_btn2 {
  height: 0.55rem;
  padding: 0 0.3rem;
  min-width: 1.8rem;
  border-radius: 100px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .g_btn2 {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.g_btn2:hover {
  background: #c11b33;
}
.g_btn2:hover p {
  color: #fff;
}
.g_btn2 p {
  color: #c11b33;
  transition: all 0.3s;
}
.h_banner .home_swi .home_pag {
  width: 100%;
  padding-left: 1.4rem;
  text-align: left;
  bottom: 0.9rem;
}
.h_banner .home_swi .home_pag span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 10px 0 0;
}
.h_banner .home_swi .home_pag .swiper-pagination-bullet-active {
  background: #b3b3b3;
}
.h_banner .home_swi .h_b_box .h_b_img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
}
.h_banner .home_swi .h_b_box .h_b_txt {
  padding-left: 1.4rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}
@media (max-width: 991px) {
  .h_banner .home_swi .h_b_box .h_b_txt {
    padding: 0.9rem 5% 0;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
}
.h_banner .home_swi .h_b_box .h_b_txt .h_b_txt_box {
  margin-bottom: 0.46rem;
  width: 5.8rem;
}
@media (max-width: 767px) {
  .h_banner .home_swi .h_b_box .h_b_txt .h_b_txt_box {
    width: 100%;
  }
}
.h_banner .home_swi .h_b_box .h_b_txt .h_b_txt_box h2 {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}
.h_banner .home_swi .h_b_box .h_b_txt .h_b_txt_box p {
  color: #FFF;
}
footer {
  position: relative;
  background: #1b1b1c;
  padding-top: 0.3rem;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding-top: 0.6rem;
  }
}
footer a:hover {
  opacity: 1 !important;
}
footer .foot_zx {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/h_b.jpg) no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
  padding: 0.36rem 0.68rem 0.36rem 3.12rem;
}
@media (max-width: 767px) {
  footer .foot_zx {
    position: initial;
    transform: translate(0%, 0%);
    padding: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
footer .foot_zx .foot_zx_book {
  position: absolute;
  left: 0;
  transform: translateX(-25%);
  top: -0.95rem;
  width: 5.8rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  footer .foot_zx .foot_zx_book {
    display: none;
  }
}
footer .foot_zx .foot_zx_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  footer .foot_zx .foot_zx_box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .foot_zx .foot_zx_box .txt {
    margin-bottom: 0.3rem;
  }
}
footer .foot_zx .foot_zx_box .txt p {
  font-size: 0.4rem;
  font-weight: bold;
}
@media (max-width: 1260px) {
  footer .foot_zx .foot_zx_box .txt p {
    font-size: 0.32rem;
  }
}
footer .foot_zx .foot_zx_box .g_btn2 {
  margin-left: 0.4rem;
}
footer .foot_t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.05rem;
}
@media (max-width: 767px) {
  footer .foot_t {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
footer .foot_t .foot_logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  footer .foot_t .foot_logo {
    align-items: center;
    margin-bottom: 0.4rem;
  }
}
footer .foot_t .foot_logo a {
  margin-bottom: 0.38rem;
}
footer .foot_t .foot_logo a img {
  width: 1.82rem;
  height: auto;
}
@media (max-width: 767px) {
  footer .foot_t .foot_logo a img {
    width: 2.8rem;
  }
}
footer .foot_t .foot_logo .g_ewm {
  text-align: center;
}
footer .foot_t .foot_logo .g_ewm img {
  width: 1.45rem;
  height: auto;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  footer .foot_t .foot_logo .g_ewm img {
    width: 2rem;
  }
}
footer .foot_t .foot_logo .g_ewm p {
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .foot_t .foot_logo .g_ewm p {
    font-size: 0.32rem;
  }
}
@media (max-width: 991px) {
  footer .foot_t .foot_nav {
    display: none;
  }
}
footer .foot_t .foot_nav ul {
  display: flex;
}
footer .foot_t .foot_nav ul li {
  margin: 0 0.4rem;
  text-align: center;
}
@media (max-width: 1260px) {
  footer .foot_t .foot_nav ul li {
    margin: 0 0.15rem;
  }
}
footer .foot_t .foot_nav ul li .g_tt {
  margin-bottom: 0.14rem;

}



.g_tt_a p {
  color: #fff;
  
}

footer .foot_t .foot_nav ul li .foot_nav_a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  margin: auto;
}
footer .foot_t .foot_nav ul li .foot_nav_a a {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  opacity: 0.35;
  line-height: 2;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  footer .foot_t .foot_tel {
    text-align: center;
  }
}
footer .foot_t .foot_tel > p {
  margin-bottom: 0.12rem;
}
footer .foot_t .foot_tel .foot_tel_box {
  margin-bottom: 0.05rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .foot_t .foot_tel .foot_tel_box {
    margin-bottom: 0.2rem;
    justify-content: center;
  }
}
footer .foot_t .foot_tel .foot_tel_box svg {
  margin-right: 0.07rem;
}
@media (max-width: 767px) {
  footer .foot_t .foot_tel .foot_tel_box svg {
    width: 0.36rem;
    height: auto;
  }
}
footer .foot_t .foot_tel .foot_tel_box svg path {
  fill: #c11b33;
}
footer .foot_t .foot_tel .foot_tel_box p {
  font-size: 0.36rem;
  color: #c11b33;
}
footer .foot_m {
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
}
footer .foot_m p {
  opacity: 0.5;
  margin-right: 3px;
}
footer .foot_m ul {
  display: flex;
  align-items: center;
}
footer .foot_m ul li {
  margin-right: 0.18rem;
}
footer .foot_m ul li a {
  opacity: 0.5;
  color: #fff;
}
footer .foot_b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 0.3rem 0;
  border-top: 1px solid #282829;
}
@media (max-width: 991px) {
  footer .foot_b {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .foot_b .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .foot_b .left {
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 767px) {
  footer .foot_b .left p {
    margin-right: 0.4rem;
  }
}
footer .foot_b .left a {
  position: relative;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  footer .foot_b .left a {
    margin: 0 0.2rem 0 0;
    padding: 0 0.2rem 0 0;
  }
}
footer .foot_b .left a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  opacity: 0.3;
  background: #fff;
  z-index: 10;
}
@media (max-width: 767px) {
  footer .foot_b .left a:after {
    display: none;
  }
}
footer .foot_b .left a img {
  width: 0.18rem;
  height: auto;
  margin-right: 0.1rem;
}
footer .foot_b .right {
  display: flex;
  align-items: center;
}
footer .foot_b .right a {
  display: block;
  margin: 0 0.2rem;
  color: #fff;
  opacity: 0.6;
  position: relative;
}
@media (max-width: 767px) {
  footer .foot_b .right a {
    font-size: 12px;
  }
}
footer .foot_b .right a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  footer .foot_b .right a:first-child {
    margin-left: 0;
  }
}
footer .foot_b .right a:first-child:after {
  display: none;
}
footer .foot_b .right a:after {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  opacity: 0.3;
  background: #fff;
  z-index: 10;
}
.g_title {
  text-align: center;
  padding: 0 8%;
}

@media (max-width: 991px) {
  .g_title {
  text-align: center;
  padding: 0 3%;
}
}

.g_title .g_subh2 {
  font-size: 0.4rem;
  line-height: 1;
}

.g_title .g_subh3 {
  font-size: 0.4rem;
  line-height: 1.2;
  margin-bottom: 0.34rem;
}

@media (max-width: 991px) {
  .g_title .g_subh2 {
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .g_title .g_subh3 {
    line-height: 1.2;
  }
}
.g_title .g_title_p {
  margin-top: 0.24rem;
  margin-bottom: 0.25rem;
}
.g_title .g_title_p p {
  color: #666;
  font-weight: 300;
}
@media (max-width: 991px) {
  .g_title .g_title_p p br {
    display: none;
  }
}
.h_ai {
  padding: 1rem 0 1.1rem;
}
.h_ai .container {
  padding: 0 0rem;
}

.h_ai .container .g_video {
  padding: 0 0rem;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .h_ai .container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .h_ai .container .g_video{
    display: none !important;
  }
}

.h_ai .container ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .h_ai .container ul {
    flex-wrap: wrap;
  }
}
.h_ai .container ul li {
  width: calc((100% - 0.6rem)/4);
  height: 1.87rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .h_ai .container ul li {
    width: calc((100% - 0.3rem)/2);
    margin-bottom: 0.3rem;
  }
}
.h_ai .container ul li:hover .img img.img2 {
  opacity: 1;
  z-index: 2;
}
.h_ai .container ul li:hover .img img.img1 {
  opacity: 0;
  z-index: 1;
}
.h_ai .container ul li:hover .txt {
  padding: 0.1rem 0.4rem;
}
.h_ai .container ul li:hover .txt .g_xs {
  opacity: 0;
  transform: scale(0);
}
.h_ai .container ul li:hover .txt .g_yc {
  bottom: 0.3rem;
  opacity: 1;
}
.h_ai .container ul li .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_ai .container ul li .img img {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.h_ai .container ul li .img img.img2 {
  opacity: 0;
  z-index: 1;
}
.h_ai .container ul li .imgBj {
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 2.94rem;
  height: auto;
}
.h_ai .container ul li .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  padding: 0.3rem 0.4rem 0.84rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .h_ai .container ul li .txt {
    padding: 0.3rem 0.2rem 0.84rem;
  }
}
.h_ai .container ul li .txt .g_xs {
  position: absolute;
  opacity: 1;
  bottom: 0.84rem;
  transition: all 0.3s;
}
.h_ai .container ul li .txt .g_xs h3 {
  font-size: 0.3rem;
}
.h_ai .container ul li .txt .g_yc {
  padding: 0 0.4rem;
  transition: all 0.3s;
  position: absolute;
  bottom: -0.3rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .h_ai .container ul li .txt .g_yc {
    padding: 0 0.2rem;
  }
}
.h_ai .container ul li .txt .g_yc h3 {
  color: #c11b33;
  font-weight: bold;
  margin-bottom: 0;
}
.h_ai .container ul li .txt .g_yc > p {
  margin: 0.1rem 0 0.18rem;
  color: #666;
}
.h_num {
  position: relative;
}
.h_num .h_num_thz {
  position: relative;
}
.h_num.on .img .g_cir {
  transform: scale(1);
}
.h_num .img:before {
  padding-top: 34.83%;
}
@media (max-width: 767px) {
  .h_num .img:before {
    padding-top: 50%;
  }
}
.h_num .img .g_cir {
  position: absolute;
  top: 37%;
  right: 22%;
  display: block;
  border-radius: 50%;
  background: #c11b33;
  opacity: 0.8;
  z-index: 3;
  width: 1.08rem;
  height: 1.08rem;
  transition: all 1s;
  transform: scale(0);
}
@media (max-width: 767px) {
  .h_num .img .g_cir {
    top: 30%;
    right: 9%;
  }
}
.h_num .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h_num .txt .txt_box h2 {
  font-size: 0.5rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .h_num .txt .txt_box h2 {
    font-size: 0.4rem;
  }
}
.h_num .h_num_con {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
  z-index: 5;
}
@media (max-width: 991px) {
  .h_num .h_num_con {
    position: initial;
    transform: translate(0%, 0%);
    width: 100%;
  }
}
.h_num .h_num_con .h_num_box {
  padding: 0.84rem 0 0.57rem;
  box-shadow: 0px 1px 91px 0px rgba(12, 12, 34, 0.09);
  border-radius: 0.1rem;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .h_num .h_num_con .h_num_box {
    flex-wrap: wrap;
  }
}
.h_num .h_num_con .h_num_box li {
  padding: 0 0.58rem;
  position: relative;
  text-align: center;
}
@media (max-width: 1580px) {
  .h_num .h_num_con .h_num_box li {
    padding: 0 0.55rem;
  }
}
@media (max-width: 991px) {
  .h_num .h_num_con .h_num_box li {
    width: 30%;
    margin-bottom: 0.3rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .h_num .h_num_con .h_num_box li {
    width: 50%;
    margin-bottom: 0.5rem;
    padding: 0 0.35rem;
  }
  .h_num .h_num_con .h_num_box li::before {
    display: none;
  }
}
.h_num .h_num_con .h_num_box li .g_t {
  display: flex;
  margin-bottom: 0.17rem;
  align-items: flex-end;
  justify-content: center;
}
.h_num .h_num_con .h_num_box li .g_t p {
  color: #c11b33;
  font-size: 0.6rem;
  line-height: 0.8;
}
.h_num .h_num_con .h_num_box li .g_t span {
  margin-left: 2px;
  color: #c11b33;
  display: inline-block;
  font-size: 0.36rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .h_num .h_num_con .h_num_box li .g_t span {
    font-size: 0.28rem;
  }
}
.h_num .h_num_con .h_num_box li > p {
  color: #666;
}
.h_num .h_num_con .h_num_box li:last-child::before {
  display: none;
}
.h_num .h_num_con .h_num_box li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ededed;
  width: 1px;
  height: 0.6rem;
}

.h_wh_s {
  padding-top: 1.58rem;
}
@media (max-width: 991px) {
  .h_wh_s {
    padding-top: 1.58rem;
  }
}


.h_wh {
  padding-top:0rem;
}
@media (max-width: 991px) {
  .h_wh {
    padding-top: 0;
  }
}
.h_wh .h_wh_box {
  position: relative;
}
@media (max-width: 991px) {
  .h_wh .h_wh_box {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .h_wh .h_wh_box {
    padding-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .h_wh .h_wh_box > .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.h_wh .h_wh_box > .img:before {
  padding-top: 39.83%;
}
@media (max-width: 991px) {
  .h_wh .h_wh_box > .img:before {
    padding-top: 60%;
  }
}
.h_wh .h_wh_box .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
@media (max-width: 991px) {
  .h_wh .h_wh_box .box {
    position: relative;
  }
}
.h_wh .h_wh_box .box .h_wh_y {
  margin: 0.8rem 0 0.55rem;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .h_wh .h_wh_box .box .h_wh_y {
    width: auto;
    height: auto;
    border-radius: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
.h_wh .h_wh_box .box .h_wh_y.on .list1 {
  left: -5.6rem;
}
.h_wh .h_wh_box .box .h_wh_y.on .list2 {
  left: -2.8rem;
}
.h_wh .h_wh_box .box .h_wh_y.on .list3 {
  left: 0;
}
.h_wh .h_wh_box .box .h_wh_y.on .list4 {
  left: 2.8rem;
}
.h_wh .h_wh_box .box .h_wh_y.on .list5 {
  left: 5.6rem;
}
@media (max-width: 991px) {
  .h_wh .h_wh_box .box .h_wh_y.on .list1 {
    left: 0rem;
  }
  .h_wh .h_wh_box .box .h_wh_y.on .list2 {
    left: 0rem;
  }
  .h_wh .h_wh_box .box .h_wh_y.on .list3 {
    left: 0;
  }
  .h_wh .h_wh_box .box .h_wh_y.on .list4 {
    left: 0rem;
  }
  .h_wh .h_wh_box .box .h_wh_y.on .list5 {
    left: 0rem;
  }
}
.h_wh .h_wh_box .box .h_wh_y .list {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.28rem;
  transition: all 0.6s;
}
@media (max-width: 991px) {
  .h_wh .h_wh_box .box .h_wh_y .list {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.2rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .h_wh .h_wh_box .box .h_wh_y .list {
    width: 2.8rem;
    height: 2.8rem;
    padding: 0 0.4rem 0.15rem;
    text-align: center;
  }
}
.h_wh .h_wh_box .box .h_wh_y .list:hover::after {
  border: 3px solid #c11b33;
}
.h_wh .h_wh_box .box .h_wh_y .list::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: all 0.1s;
  box-sizing: border-box;
  pointer-events: none;
}
.h_wh .h_wh_box .box .h_wh_y .list .img {
  width: 0.75rem;
  height: 0.75rem;
  margin-bottom: 0.1rem;
}
.h_wh .h_wh_box .box .h_wh_y .list h3 {
  font-size: 0.32rem;
  color: #c11b33;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.h_wh .h_wh_box .box .h_wh_y .list p {
  color: #666666;
}
.h_news {
  padding: 0.5rem 0 0.02rem;
  background: #fafafa;
}
.h_news .g_title {
  text-align: left;
  padding-left: 0;
}
.h_news .g_news_box {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .h_news .g_news_box {
    flex-direction: column;
  }
}
.h_news .g_news_box .g_hot {
  width: 52.71%;
  border-radius: 6px;
  overflow: hidden;
  flex-direction: column;
  display: flex;
}
@media (max-width: 991px) {
  .h_news .g_news_box .g_hot {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.h_news .g_news_box .g_hot:hover .img img {
  transform: scale(1.05);
}
.h_news .g_news_box .g_hot:hover .txt h3 {
  color: #c11b33;
}
.h_news .g_news_box .g_hot .img {
  flex-shrink: 0;
}
.h_news .g_news_box .g_hot .img:before {
  padding-top: 42.27%;
}
.h_news .g_news_box .g_hot .txt {
  padding: 0.25rem 1.5rem 0.3rem 0.3rem;
  background: #fff;
  height: 100%;
}
@media (max-width: 767px) {
  .h_news .g_news_box .g_hot .txt {
    padding: 0.25rem 0.3rem;
  }
}
.h_news .g_news_box .g_hot .txt h3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .h_news .g_news_box .g_hot .txt h3 {
    font-size: 0.36rem;
  }
}
.h_news .g_news_box .g_hot .txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
  margin-bottom: 0.22rem;
}
.h_news .g_news_box .g_hot .txt span {
  color: #999;
}
.h_news .g_news_box .right {
  width: 45.71%;
}
@media (max-width: 991px) {
  .h_news .g_news_box .right {
    width: 100%;
  }
}
.h_news .g_news_box .right .list {
  margin-bottom: 0.12rem;
  background: #fff;
  overflow: hidden;
  padding: 0 1rem 0 0.38rem;
  height: 1.15rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .h_news .g_news_box .right .list {
    height: 1.6rem;
  }
}
@media (max-width: 1260px) {
  .h_news .g_news_box .right .list {
    height: 1.3rem;
  }
}
@media (max-width: 767px) {
  .h_news .g_news_box .right .list {
    padding: 0 0.3rem 0 0.38rem;
  }
}
.h_news .g_news_box .right .list:last-child {
  margin-bottom: 0;
}
.h_news .g_news_box .right .list:hover {
  background: #c11b33;
  color: #fff;
  border-radius: 6px;
}
.h_news .g_news_box .right .list:hover .g_num p,
.h_news .g_news_box .right .list:hover .g_num span {
  color: #fff;
}
.h_news .g_news_box .right .list:hover .g_txt h3 {
  color: #fff;
}
.h_news .g_news_box .right .list .g_num {
  display: flex;
  flex-direction: column;
  padding-right: 0.28rem;
  margin-right: 0.28rem;
  text-align: center;
  flex-shrink: 0;
  border-right: 1px solid #e6e6e6;
}
.h_news .g_news_box .right .list .g_num p {
  font-size: 0.36rem;
  line-height: 0.8;
  color: #b2b2b2;
  font-weight: bold;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.h_news .g_news_box .right .list .g_num span {
  transition: all 0.3s;
  line-height: 0.8;
  color: #999;
  font-size: 12px;
  letter-spacing: -0.1em;
}
.h_news .g_news_box .right .list .g_txt h3 {
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.g_cent {
  text-align: center;
  margin: 0.6rem auto 0;
}
.h_gd {
  padding: 0.88rem 0 0.3rem;
}
@media (max-width: 767px) {
  .h_gd {
    padding: 0.88rem 0;
  }
}
.h_gd .g_title {
  margin-bottom: 0.4rem;
}
.h_gd_box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .h_gd_box {
    flex-direction: column;
  }
}
.h_gd_box .h_gd_list {
  width: calc((100% - 0.8rem)/3);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 54px 0px rgba(51, 51, 51, 0.08);
  margin: 0 0.4rem 0 0;
}
@media (max-width: 767px) {
  .h_gd_box .h_gd_list {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.h_gd_box .h_gd_list:nth-child(3n) {
  margin-right: 0;
}
.h_gd_box .h_gd_list:hover .img img {
  transform: scale(1.05);
}
.h_gd_box .h_gd_list:hover .txt h3 {
  color: #c11b33;
}
.h_gd_box .h_gd_list .img:before {
  padding-top: 50%;
}
.h_gd_box .h_gd_list .txt {
  padding: 0.33rem 0.55rem 0.4rem 0.2rem;
}
.h_gd_box .h_gd_list .txt h3 {
  margin-bottom: 0.18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  text-align: center;
}
.h_gd_box .h_gd_list .txt p {
  color: #666;
  margin-bottom: 0.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.h_gd_box .h_gd_list .txt span {
  color: #999;
}
.sub_banner {
  position: relative;
}
.sub_banner .mob_pc:before {
  padding-top: 36.78%;
}
@media (max-width: 767px) {
  .sub_banner .mob_pc:before {
    padding-top: 107%;
  }
}
.sub_banner .sub_banner_txt {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt {
    justify-content: flex-start;
    align-items: center;
    padding: 0.8rem 0 0;
    text-align: center;
  }
}
.sub_banner .sub_banner_txt h2 {
  font-size: 0.5rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt h2 {
    font-size: 0.44rem;
  }
}
.sub_banner .sub_banner_txt .g_p {
  margin: 0.2rem 0 0.72rem;
  max-width: 60%;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .g_p {
    max-width: 82%;
  }
}
.sub_banner .sub_banner_txt .g_btn {
  margin-bottom: 0.6rem;
}
.sub_banner .sub_banner_txt .sub_banner_txt_a {
  display: flex;
  flex-wrap: wrap;
}
.sub_banner .sub_banner_txt .sub_banner_txt_a .g_btn {
  margin-right: 0.2rem;
}
.sub_banner3 .sub_banner_txt {
  color: #333;
}
.g_crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.g_crumbs p > a {
  margin-right: 0.06rem;
  color: #999;
}
@media (max-width: 767px) {
  .g_crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.01rem;
  }
}
.g_crumbs p:last-child a {
  color: #000;
}
.g_crumbs p:last-child svg,
.g_crumbs p:last-child i {
  display: none;
}
.g_crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.12rem;
}
.g_crumbs p svg path {
  fill: #999;
}
.g_crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.08rem;
}
.g_crumbs1 {
  position: absolute;
  top: 0.38rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.skill_ai {
  height: 10.15rem;
  position: relative;
}
@media (max-width: 767px) {
  .skill_ai {
    height: auto;
    padding-bottom: 0.5rem;
    overflow: hidden;
  }
}
.skill_ai .skill_ai_box {
  padding-top: 1.38rem;
}
@media (max-width: 991px) {
  .skill_ai .skill_ai_box {
    padding: 1.4rem 5% 0;
  }
}
@media (max-width: 767px) {
  .skill_ai .skill_ai_box .g_title {
    padding: 0;
  }
}
.skill_ai_con {
  margin: 0.4rem auto 0;
  width: 5.21rem;
  height: 4.99rem;
}
.skill_ai_con .skill_ai_nr {
  position: relative;
}
.skill_ai_con .skill_ai_nr.on .g_qone {
  top: 45%;
  left: 44%;
}
.skill_ai_con .skill_ai_nr.on .g_qtwo {
  top: 36%;
  left: 30%;
}
.skill_ai_con .skill_ai_nr .txt .txt_box {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  position: absolute;
}
.skill_ai_con .skill_ai_nr .txt .txt_box .g_i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.28rem;
}
.skill_ai_con .skill_ai_nr .txt .txt_box .g_i .i1 {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: #c11b33;
  display: block;
}
.skill_ai_con .skill_ai_nr .txt .txt_box .g_i .i2 {
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
  display: block;
}
.skill_ai_con .skill_ai_nr .txt .txt_box p {
  font-size: 0.3rem;
  position: absolute;
  white-space: nowrap;
}
.skill_ai_con .skill_ai_nr .txt .txt_box1 {
  left: 40%;
  top: 10%;
}
.skill_ai_con .skill_ai_nr .txt .txt_box1 p {
  right: 0.46rem;
}
.skill_ai_con .skill_ai_nr .txt .txt_box2 {
  left: 6%;
  top: 65%;
}
.skill_ai_con .skill_ai_nr .txt .txt_box2 p {
  right: 0.46rem;
}
.skill_ai_con .skill_ai_nr .txt .txt_box3 {
  left: 87%;
  top: 21%;
}
.skill_ai_con .skill_ai_nr .txt .txt_box3 p {
  left: 0.46rem;
}
@media (max-width: 767px) {
  .skill_ai_con .skill_ai_nr .txt .txt_box3 p {
    width: 4em;
    white-space: initial;
  }
}
.skill_ai_con .skill_ai_nr .txt .txt_box4 {
  left: 68%;
  top: 79%;
}
.skill_ai_con .skill_ai_nr .txt .txt_box4 p {
  left: 0.26rem;
  top: 0.22rem;
}
@media (max-width: 767px) {
  .skill_ai_con .skill_ai_nr .txt .txt_box4 p {
    width: 7em;
    left: 0;
    white-space: initial;
  }
}
.skill_ai_con .skill_ai_nr .g_qone {
  transition: all 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.08rem;
  height: auto;
  transform: translate(-50%, -50%);
}
.skill_ai_con .skill_ai_nr .g_qtwo {
  transition: all 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.86rem;
  height: auto;
  transform: translate(-50%, -50%);
}
.skill_zy {
  background: #fafafa;
  padding: 1.22rem 0;
}
@media (max-width: 767px) {
  .skill_zy {
    padding: 1rem 0;
  }
}
.skill_zy .skill_zy_box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.62rem;
}
@media (max-width: 991px) {
  .skill_zy .skill_zy_box {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.skill_zy .skill_zy_box .left {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 23.35%;
  height: calc(100% + 0.42rem);
  border-radius: 0.1rem 0.8rem 0.1rem 0;
  padding: 0.65rem 0.4rem 0;
  color: #fff;
}
@media (max-width: 991px) {
  .skill_zy .skill_zy_box .left {
    position: initial;
    transform: translateY(0%);
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0.25rem 0.4rem 0.05rem;
    height: auto;
  }
}
.skill_zy .skill_zy_box .left .l_box {
  margin-bottom: 0.45rem;
}
@media (max-width: 991px) {
  .skill_zy .skill_zy_box .left .l_box {
    margin: 0 0.4rem 0.2rem 0;
  }
}
.skill_zy .skill_zy_box .left .l_box:last-child {
  margin-right: 0;
}
.skill_zy .skill_zy_box .left .l_box .g_t {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.skill_zy .skill_zy_box .left .l_box .g_t img {
  width: 0.36rem;
  height: 0.36rem;
  object-fit: contain;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .skill_zy .skill_zy_box .left .l_box .g_t img {
    width: 0.46rem;
    height: 0.46rem;
  }
}
.skill_zy .skill_zy_box .left .l_box .g_t h3 {
  font-size: 0.3rem;
  font-weight: bold;
}
.skill_zy .skill_zy_box .left .l_box .g_ul {
  padding-left: 0.42rem;
}
@media (max-width: 767px) {
  .skill_zy .skill_zy_box .left .l_box .g_ul {
    padding-left: 0.55rem;
  }
}
.skill_zy .skill_zy_box .left .l_box .g_ul li {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 0.15rem;
  opacity: 0.6;
  font-weight: bold;
}
.skill_zy .skill_zy_box .left .l_box .g_ul li.on {
  opacity: 1;
}
.skill_zy .skill_zy_box .right {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 81.14%;
}
@media (max-width: 991px) {
  .skill_zy .skill_zy_box .right {
    width: 100%;
    border-radius: 0;
    height: auto;
  }
}
.skill_zy .skill_zy_box .right .img:before {
  padding-top: 57.65%;
}
@media (max-width: 991px) {
  .skill_zy .skill_zy_box .right .img {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .skill_zy .skill_zy_box .right .img {
    display: none;
  }
}
.skill_zy .skill_zy_box .right .img img {
  opacity: 0;
  transition: all 0.3s;
}
.skill_zy .skill_zy_box .right .img img.on {
  opacity: 1;
}
.skill_zy .skill_zy_box .right .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  padding-left: 1.42rem;
  color: #fff;
  padding-top: 0.85rem;
}
@media (max-width: 1260px) {
  .skill_zy .skill_zy_box .right .txt {
    padding-top: 0.3rem;
  }
}
@media (max-width: 991px) {
  .skill_zy .skill_zy_box .right .txt {
    padding: 0.4rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .skill_zy .skill_zy_box .right .txt {
    position: initial;
  }
}
.skill_zy .skill_zy_box .right .txt .txt_box {
  display: none;
}
.skill_zy .skill_zy_box .right .txt .txt_box.on {
  display: block;
}
.skill_zy .skill_zy_box .right .txt .txt_box .g_t {
  margin-bottom: 0.45rem;
}
@media (max-width: 1260px) {
  .skill_zy .skill_zy_box .right .txt .txt_box .g_t {
    margin-bottom: 0.2rem;
  }
}
.skill_zy .skill_zy_box .right .txt .txt_box .g_t h4 {
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
  font-weight: bold;
}
.skill_zy .skill_zy_box .right .txt .txt_box .g_t .g_dri {
  color: #b8c0cf;
}
.skill_zy .skill_zy_box .right .txt .txt_box .g_t .g_dri p {
  margin-bottom: 4px;
}
.skill_zy .skill_zy_box .right .txt .txt_box .g_b {
  width: 70%;
}
@media (max-width: 991px) {
  .skill_zy .skill_zy_box .right .txt .txt_box .g_b {
    width: 100%;
  }
}
.skill_zy .skill_zy_box .right .txt .txt_box .g_b p {
  margin-bottom: 0.2rem;
}
.skill_zy .skill_zy_box .right .txt .txt_box .g_b .g_span {
  display: flex;
  flex-wrap: wrap;
}
.skill_zy .skill_zy_box .right .txt .txt_box .g_b .g_span span {
  display: flex;
  align-items: center;
  padding: 0 0.35rem;
  height: 40px;
  background: #e4eefb;
  margin: 0 10px 10px 0;
  border-radius: 100px;
  color: #2196f3;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .skill_zy .skill_zy_box .right .txt .txt_box .g_b .g_span span {
    height: 30px;
  }
}
.skill_js {
  padding: 1.4rem 0 2.1rem;
}
@media (max-width: 767px) {
  .skill_js {
    padding: 1.3rem 0 0.5rem;
  }
}
.skill_js h2 {
  font-size: 0.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.skill_js .box {
  display: flex;
  flex-wrap: wrap;
}
.skill_js .box .list {
  width: calc((100% - 0.8rem)/3);
  margin: 0 0.4rem 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.skill_js .box .list:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .skill_js .box .list {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}
.skill_js .box .list > img {
  width: 0.8rem;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.skill_js .box .list .g_num {
  margin: 0 0.1rem;
  width: 100%;
  text-align: center;
}
.skill_js .box .list .g_num span {
  font-size: 0.6rem;
  color: #c11b33;
  font-weight: bold;
  line-height: 0.8;
  display: block;
  margin-bottom: 0.1rem;
}
.skill_js .box .list .g_num img {
  width: 1.3rem;
  height: auto;
  margin-bottom: 0.15rem;
}
.g_crumbs2 {
  padding: 0.38rem 0;
}
.adv_st {
  padding: 1rem 0 1.4rem;
}
@media (max-width: 991px) {
  .adv_st {
    padding: 0.5rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .adv_st .g_title {
    padding: 0;
  }
}
.adv_st .img {
  border-radius: 0.1rem;
  margin-top: 0.25rem;
}
.adv_st .img:before {
  padding-top: 42.85%;
}
.adv_xq {
  padding: 1.13rem 0 1.37rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .adv_xq {
    padding: 1rem 0;
  }
}
.adv_xq .adv_xq_bj {
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1260px) {
  .adv_xq .adv_xq_bj {
    height: 100%;
  }
}
.adv_xq .container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .adv_xq .container {
    flex-direction: column;
  }
}
.adv_xq .container .left {
  width: 43.14%;
}
@media (max-width: 991px) {
  .adv_xq .container .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.adv_xq .container .left h2 {
  font-size: 0.4rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
.adv_xq .container .left p {
  line-height: 1.75;
  color: #666;
  font-weight: 300;
}
.adv_xq .container .right {
  width: 38.42%;
}
@media (max-width: 991px) {
  .adv_xq .container .right {
    width: 100%;
  }
}
.adv_xq .container .right .list {
  padding: 0.3rem 0.3rem 0.3rem 0;
  border-right: 4px solid transparent;
  border-bottom: 1px solid #e8e8e8;
}
.adv_xq .container .right .list.on {
  border-right: 4px solid #c11b33;
  background: url(../images/adv3.png) no-repeat;
  background-size: cover;
}
.adv_xq .container .right .list.on .g_num p {
  font-size: 0.8rem;
  color: #c11b33;
}
.adv_xq .container .right .list.on .g_num span {
  color: #c11b33;
}
.adv_xq .container .right .list .g_num {
  display: flex;
  align-items: flex-end;
}
.adv_xq .container .right .list .g_num p {
  font-size: 0.5rem;
  color: #dbdbdb;
  line-height: 0.8;
  font-weight: bold;
  transition: all 0.3s;
}
.adv_xq .container .right .list .g_num span {
  transition: all 0.3s;
  font-size: 0.36rem;
  color: #dbdbdb;
  line-height: 1.2;
  font-weight: bold;
  margin-left: 5px;
}
.adv_xq .container .right .list .g_p {
  margin-top: 0.2rem;
  display: none;
}
.adv_yf {
  padding: 1.2rem 0 0;
}
.adv_yf .adv_yf_tj {
  margin-top: -0.5rem;
}
.adv_yf .adv_yf_tj #g_tj {
  height: 658px;
  width: 100%;
}
@media (max-width: 1260px) {
  .adv_yf .adv_yf_tj #g_tj {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .adv_yf .adv_yf_tj #g_tj {
    height: 300px;
  }
}
.adv_yf .adv_yf_tj > p {
  text-align: center;
}
.adv_map {
  padding: 1.5rem 0 0.8rem;
}
@media (max-width: 767px) {
  .adv_map {
    padding: 1rem 0;
  }
}
.adv_map .adv_map_box {
  margin-top: 0.52rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .adv_map .adv_map_box {
    flex-direction: column;
  }
}
.adv_map .adv_map_box .left {
  margin-top: 1rem ;
  width: 34.42%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.35rem 0.32rem 1.15rem 0.38rem;
}
@media (max-width: 991px) {
  .adv_map .adv_map_box .left {
    padding: 0.35rem 0.32rem;
  }
}
@media (max-width: 767px) {
  .adv_map .adv_map_box .left {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
}
.adv_map .adv_map_box .left h3 {
  font-size: 0.3rem;
  padding-bottom: 0.24rem;
  margin-bottom: 0.26rem;
  border-bottom: 1px solid #f5f5f5;
}
.adv_map .adv_map_box .left ul {
  display: flex;
  flex-wrap: wrap;
}
.adv_map .adv_map_box .left ul li {
  margin: 0 0.03rem 0.3rem 0;
  display: flex;
  align-items: center;
}
.adv_map .adv_map_box .left ul li svg {
  margin-right: 0.02rem;
  width: 25px;
  height: auto;
}
.adv_map .adv_map_box .left ul li svg path {
  fill: #e5e5e5;
}
.adv_map .adv_map_box .left ul li p {
  min-width: 4em;
}
.adv_map .adv_map_box .right {
  width: 59.14%;
  position: relative;
}
@media (max-width: 767px) {
  .adv_map .adv_map_box .right {
    width: 100%;
  }
}
.adv_map .adv_map_box .right .spot li {
  position: absolute;
}
.adv_map .adv_map_box .right .spot li i {
  position: relative;
  z-index: 5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c11b33;
  display: block;
}
@media (max-width: 767px) {
  .adv_map .adv_map_box .right .spot li i {
    width: 6px;
    height: 6px;
  }
}
.adv_map .adv_map_box .right .spot li .i2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
}
@media (max-width: 767px) {
  .adv_map .adv_map_box .right .spot li .i2 {
    margin: -3px 0 0 -3px;
  }
}
.adv_map .adv_map_box .right .spot .spot1 {
  left: 63%;
  top: 85%;
}
.adv_map .adv_map_box .right .spot .spot2 {
  left: 75%;
  top: 67%;
}
.adv_map .adv_map_box .right .spot .spot3 {
  left: 73%;
  top: 68%;
}
.adv_map .adv_map_box .right .spot .spot4 {
  left: 76%;
  top: 63%;
}
@keyframes moveq {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(5);
    -webkit-transform: scale(5);
    opacity: 0;
  }
}
/* .sol_t{
	margin-bottom: 0.8rem;
	height: 0px;
	position: relative;
	z-index: 10;
	.sol_t_box{
		position: relative;
		z-index: 5;
		height: 1rem;
		background: #fff;
		border-radius: 0.1rem;
		box-shadow: 0 2px 1.06rem rgba(0,0,0,0.07);
		transform: translateY(-50%);
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0.4rem 0 0.1rem;
		.left{
			height: 100%;
			display: flex;
			align-items: center;
			a{
				margin: 0 0.3rem;
				height: 100%;
				display: flex;
				align-items: center;
				position: relative;
				z-index: 10;
				transition: all 0.3s;
				border-bottom: 3px solid transparent;
				&:after{
					content: '';
					position: absolute;
					width: 1px;
					height: 19px;
					top: 50%;
					transform: translateY(-50%);
					right: -.3rem;
					background: #e6e6e6;
				}
				&.on,&:hover{
					color: #c11b33;
					border-color: #c11b33;
					font-weight: bold;
				}
			}
		}
	}
} */
.bri_t {
  position: relative;
  padding: 1.56rem 0 0;
}
.bri_t .bri_t_con .g_img {
  width: 7.28rem;
  margin: -1rem auto 0;
  height: auto;
  position: relative;
}
.bri_t .bri_t_con .g_img .g_vid {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.52rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bri_t .bri_t_con .g_img .g_vid .g_vid_on {
  margin-bottom: 0.28rem;
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.bri_t .bri_t_con .g_img .g_vid .g_vid_on .g_vid_svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.bri_t .bri_t_con .g_img .g_vid .g_vid_on .g_vid_svg svg {
  height: auto;
  width: 0.16rem;
}
.bri_t .bri_t_con .g_img .g_vid .g_vid_on .g_vid_svg svg path {
  fill: #fff;
}
.bri_t .bri_t_con .g_img .g_vid .g_vid_on i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50% 0 0 -50%;
  background: #ff9313;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.bri_t .bri_t_con .g_img .g_vid .g_vid_on .i1 {
  z-index: 4;
  animation: moveq2 3s infinite linear;
  -webkit-animation: moveq2 3s infinite linear;
}
.bri_t .bri_t_con .g_img .g_vid .g_vid_on .i2 {
  z-index: 3;
  animation: moveq2 3s infinite linear;
  -webkit-animation: moveq2 3s infinite linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
@keyframes moveq2 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
#hi-video-pop .hi-close:hover {
  background: #ff9313;
}
.bri_wh {
  background: #fff;
  padding: 1.2rem 0 2.05rem;
}
@media (max-width: 991px) {
  .bri_wh {
    margin-bottom: -1px;
  }
}
.bri_wh .bri_wh_box {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .bri_wh .bri_wh_box {
    flex-direction: column;
  }
}
.bri_wh .bri_wh_box .list {
  width: 5rem;
  margin: 0 0.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .bri_wh .bri_wh_box .list {
    width: 90%;
    margin: 0 5% 0.3rem;
  }
}
.bri_wh .bri_wh_box .list:hover .list_box .txt h3 {
  color: #c11b33;
}
.bri_wh .bri_wh_box .list:hover .bbj {
  opacity: 1;
}
.bri_wh .bri_wh_box .list .list_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.bri_wh .bri_wh_box .list .list_box .img {
  border-radius: 0.1rem;
}
.bri_wh .bri_wh_box .list .list_box .img:before {
  padding-top: 60%;
}
.bri_wh .bri_wh_box .list .list_box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.35rem 1.15rem 0;
  text-align: center;
}
@media (max-width: 1580px) {
  .bri_wh .bri_wh_box .list .list_box .txt {
    padding: 0.35rem 0.7rem 0;
  }
}
@media (max-width: 991px) {
  .bri_wh .bri_wh_box .list .list_box .txt {
    padding: 0.2rem 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .bri_wh .bri_wh_box .list .list_box .txt {
    padding: 0.6rem 0.3rem 0.3rem;
  }
}
.bri_wh .bri_wh_box .list .list_box .txt h3 {
  font-weight: bold;
  margin-bottom: 0.12rem;
  transition: all 0.3s;
}
.bri_wh .bri_wh_box .list .list_box .txt p {
  color: #666;
}
.bri_wh .bri_wh_box .list .bbj {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.bri_zh {
  padding: 1.55rem 0 1.2rem;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .bri_zh {
    padding: 1rem 0;
  }
}
.bri_zh .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .bri_zh .container {
    flex-direction: column;
  }
}
.bri_zh .container .left {
  width: 37.85%;
  padding-top: 0.48rem;
}
@media (max-width: 991px) {
  .bri_zh .container .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.bri_zh .container .left .g_title {
  text-align: left;
  padding-left: 0;
}
.bri_zh .container .left .bri_zh_jj {
  margin-top: 1rem;
}
.bri_zh .container .left .bri_zh_jj p {
  margin-bottom: 0.14rem;
  display: block;
  position: relative;
  padding-left: 20px;
}
.bri_zh .container .left .bri_zh_jj p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c11b33;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .bri_zh .container .left .bri_zh_jj p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.bri_zh .container .left .bri_zh_jj p:last-child:after {
  display: none;
}
.bri_zh .container .right {
  width: 59.14%;
  position: relative;
}
@media (max-width: 991px) {
  .bri_zh .container .right {
    width: 100%;
  }
}
.bri_zh .container .right .g_ad i {
  position: absolute;
  width: 0.23rem;
  height: auto;
}
.bri_zh .container .right .g_ad .i1 {
  top: 50%;
  left: 40%;
}
.bri_zh .container .right .g_ad .i2 {
  top: 40%;
  left: 30%;
}
.bri_zh .container .right .g_ad .i3 {
  top: 40%;
  left: 60%;
}
.bri_zh .container .right .g_ad .i4 {
  top: 70%;
  left: 40%;
}
.bri_zh .container .right .g_ad .i5 {
  top: 50%;
  left: 70%;
}
.bri_zh .container .right .g_ad .i6 {
  top: 80%;
  left: 40%;
}
.bri_hg {
  height: 6rem;
}
.bri_hg .bri_hg_img {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.bri_hg .g_txt {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.bri_hg .g_txt .g_title {
  margin-bottom: 0.75rem;
}
.bri_hg .g_txt .g_title .g_title_p p {
  color: #fff;

}
.qie .pub_nav {
  width: 0.54rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cfcfcf;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}
.qie .pub_nav:hover {
  background: #c11b33;
  border-color: #c11b33;
}
.qie .pub_nav:hover svg path {
  fill: #fff;
}
.qie .pub_nav svg {
  width: 0.07rem;
  height: auto;
}
.qie .pub_nav svg path {
  fill: #cfcfcf;
  opacity: 1;
}
.qie .pub_prev {
  left: 0;
}
.qie .pub_prev svg {
  transform: rotate(180deg);
}
.qie .pub_next {
  right: 0;
}
.bri_sc {
  padding: 1.32rem 0 1.38rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .bri_sc {
    padding: 1rem 0;
  }
}
.bri_sc .bri_sc_box {
  margin-top: 0.6rem;
}
.bri_sc .bri_sc_box .gallery-thumbs {
  margin-bottom: 0.8rem;
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con {
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con {
    flex-direction: column-reverse;
  }
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .left {
  width: 50%;
  padding: 0.65rem 0.8rem 0.3rem;
  background: #fff;
}
@media (max-width: 767px) {
  .bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .left {
    width: 100%;
    padding: 0.3rem;
  }
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .left .g_year {
  margin-bottom: 0.28rem;
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .left .g_year p {
  font-size: 0.5rem;
  font-weight: bold;
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .left .g_month .g_month_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.12rem;
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .left .g_month .g_month_box span {
  margin-top: 1px;
  width: 0.66rem;
  flex-shrink: 0;
  color: #416aff;
}
@media (max-width: 767px) {
  .bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .left .g_month .g_month_box span {
    width: 1rem;
  }
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .left .g_month .g_month_box p {
  color: #999;
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .right {
  width: 50%;
}
@media (max-width: 767px) {
  .bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .right {
    width: 100%;
  }
}
.bri_sc .bri_sc_box .gallery-thumbs .bri_sc_con .right:before {
  padding-top: 58.42%;
}
.bri_sc .bri_sc_box .gallery-top_box {
  position: relative;
  padding: 0 1rem;
  height: 0.54rem;
}
.bri_sc .bri_sc_box .gallery-top_box .gallery-top {
  height: 100%;
}
.bri_sc .bri_sc_box .gallery-top_box .gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.bri_sc .bri_sc_box .gallery-top_box .gallery-top .swiper-slide p {
  color: #999;
}
.bri_sc .bri_sc_box .gallery-top_box .gallery-top .swiper-slide-thumb-active p {
  color: #333;
  font-weight: bold;
}
.bri_st {
  padding: 1.2rem 0;
  background: #fff;
}
.bri_st .bri_st_box {
  position: relative;
  height: 6.4rem;
  box-shadow: 0 2px 0.7rem rgba(51, 51, 51, 0.06);
  margin-top: 0.38rem;
}
@media (max-width: 1580px) {
  .bri_st .bri_st_box {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .bri_st .bri_st_box {
    height: auto;
  }
}
.bri_st .bri_st_box .g_img {
  border-radius: 0.1rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bri_st .bri_st_box .g_img img {
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  opacity: 0;
}
.bri_st .bri_st_box .g_img img.on {
  opacity: 1;
}
.bri_st .bri_st_box .bri_st_con {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.bri_st .bri_st_box .bri_st_con .g_txt {
  color: #fff;
  padding: 0.9rem 0 0 0.78rem;
}
@media (max-width: 767px) {
  .bri_st .bri_st_box .bri_st_con .g_txt {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.bri_st .bri_st_box .bri_st_con .g_txt .g_txt_list {
  display: none;
}
.bri_st .bri_st_box .bri_st_con .g_txt .g_txt_list.on {
  display: block;
}
.bri_st .bri_st_box .bri_st_con .g_txt .g_txt_list h3 {
  font-size: 0.4rem;
  font-weight: 900;
  margin-bottom: 0.18rem;
}
.bri_st .bri_st_box .bri_st_con .g_txt .g_txt_list .g_p {
  margin-bottom: 0.55rem;
  width: 5.6rem;
}
@media (max-width: 1260px) {
  .bri_st .bri_st_box .bri_st_con .g_txt .g_txt_list .g_p {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .bri_st .bri_st_box .bri_st_con .g_txt .g_txt_list .g_p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .bri_st .bri_st_box .bri_st_con .g_txt .g_txt_list .g_p {
    width: 100%;
  }
}
.bri_st .bri_st_box .bri_st_con .g_txt .g_txt_list .g_p p {
  line-height: 1.6;
}
.bri_st .bri_st_box .bri_st_con .g_swi {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
}
@media (max-width: 767px) {
  .bri_st .bri_st_box .bri_st_con .g_swi {
    position: relative;
    width: 100%;
    height: 1.5rem;
  }
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .swiper-container {
  height: 100%;
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .swiper-wrapper {
  align-items: flex-end;
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .g_swi_box {
  cursor: pointer;
  height: 100px;
  background: #fff;
  padding-left: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .g_swi_box {
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .g_swi_box {
    transition: all 0s;
  }
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .g_swi_box .g_logo {
  transition: all 0.3s;
  margin-bottom: 0.1rem;
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .g_swi_box .g_logo img {
  height: 0.3rem;
  width: auto;
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .g_swi_box .g_logo .img2 {
  display: none;
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .g_swi_box p {
  font-weight: 900;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .g_swi_box p {
    font-size: 0.32rem;
  }
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .swiper-slide-active .g_swi_box {
  background: url(../images/bri6.jpg) no-repeat;
  background-size: cover;
  border-radius: 0.1rem 0.1rem 0 0;
  height: 141px;
}
@media (max-width: 1260px) {
  .bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .swiper-slide-active .g_swi_box {
    height: 1.5rem;
  }
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .swiper-slide-active .g_swi_box .g_logo {
  margin-bottom: 0.3rem;
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .swiper-slide-active .g_swi_box .g_logo .img1 {
  display: none;
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .swiper-slide-active .g_swi_box .g_logo .img2 {
  display: block;
}
.bri_st .bri_st_box .bri_st_con .g_swi .bri_st_swi .swiper-slide-active .g_swi_box p {
  color: #fff;
}
.g_btn3 {
  background: none;
}
.g_btn3 .g_btn_r {
  background: rgba(255, 255, 255, 0.3);
}
.sub_banner2 .sub_banner_txt .g_p {
  margin-bottom: 0;
}
.bri_al {
  padding: 1.2rem 0 2.5rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .bri_al {
    padding: 1rem 0;
  }
}
.bri_al .bri_al_nav {
  text-align: center;
}
.bri_al .bri_al_nav .g_nav {
  margin: 0.4rem auto 0.37rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e9f0;
  background: #fff;
  height: 0.56rem;
  border-radius: 100px;
}
@media (max-width: 1260px) {
  .bri_al .bri_al_nav .g_nav {
    height: 0.7rem;
  }
}
.bri_al .bri_al_nav .g_nav a {
  cursor: pointer;
  border-radius: 100px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.35rem;
  font-weight: bold;
  color: #5a6779;
}
@media (max-width: 1260px) {
  .bri_al .bri_al_nav .g_nav a {
    padding: 0 0.45rem;
  }
}
.bri_al .bri_al_nav .g_nav a.on {
  color: #fff;
  background: url(../images/g_bj.jpg) no-repeat;
  background-size: cover;
}
.bri_al .bri_al_box .aboutour_nr {
  background: url(../images/bri_logo_bj.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.bri_al .bri_al_box .home_hb_pag {
  bottom: 0;
}
.bri_al .bri_al_box .swiper-pagination-bullet {
  background: #dde1e8;
  opacity: 1 !important;
}
.bri_al .bri_al_box .swiper-pagination-bullet-active {
  background: #c11b33;
}
.aboutour_swip {
  height: 370px;
}
@media screen and (max-width: 1580px) {
  .aboutour_swip {
    height: 305px;
  }
}
@media screen and (max-width: 1320px) {
  .aboutour_swip {
    height: 285px;
  }
}
@media screen and (max-width: 991px) {
  .aboutour_swip {
    height: 255px;
  }
}
.aboutour_swip .swiper-wrapper {
  flex-direction: column;
  height: 100%;
}
.aboutour_swip .swiper-slide {
  height: 84px;
}
@media screen and (max-width: 1580px) {
  .aboutour_swip .swiper-slide {
    height: 72px;
  }
}
@media screen and (max-width: 1320px) {
  .aboutour_swip .swiper-slide {
    height: 64px;
  }
}
@media screen and (max-width: 991px) {
  .aboutour_swip .swiper-slide {
    height: 60px;
  }
}
.solt {
  background: #f9f9f9;
}
.solt .solt_box {
  position: relative;
}
.solt .solt_box .solt_lnav {
  position: absolute;
  height: 100%;
  left: 0;
  z-index: 100;
}
@media (max-width: 1260px) {
  .solt .solt_box .solt_lnav {
    display: none;
  }
}
.solt .solt_box .solt_lnav .solt_lnav_box {
  position: sticky;
  top: 1.5rem;
  border-right: 1px solid #e7e8ec;
  display: flex;
  flex-direction: column;
  padding-left: 0.3rem;
}
@media (max-width: 1580px) {
  .solt .solt_box .solt_lnav .solt_lnav_box {
    padding-left: 0.1rem;
  }
}
.solt .solt_box .solt_lnav .solt_lnav_box a {
  cursor: pointer;
  padding: 0.15rem 0;
  width: 9em;
  padding-right: 1em;
  color: #686c7b;
  position: relative;
}
@media (max-width: 1580px) {
  .solt .solt_box .solt_lnav .solt_lnav_box a {
    width: 7em;
  }
}
.solt .solt_box .solt_lnav .solt_lnav_box a:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  border-radius: 3px;
  background: transparent;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.solt .solt_box .solt_lnav .solt_lnav_box a.on:after {
  background: #c11b33;
}
.solt_pt {
  padding: 0.7rem 0 1.2rem;
}
@media (max-width: 767px) {
  .solt_pt .g_title {
    padding: 0;
  }
}
.solt_pt .solt_pt_box {
  margin-top: 0.5rem;
}
.solt_pt .solt_pt_box > p {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .solt_pt .solt_pt_box > p {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .solt_pt .solt_pt_box .solt_pt_con > img {
    display: none;
  }
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr {
    flex-direction: column;
  }
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list {
  width: calc((100% - 0.6rem)/4);
  background: #fff;
  padding: 0.33rem 0.25rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list .imgpn {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list .imgpn {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list h3 {
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list .dd {
  display: flex;
  justify-content: center;
  margin-bottom: 0.16rem;
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list .dd i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px;
  background: #c11b33;
  display: block;
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list .dd i:nth-child(2) {
  opacity: 0.8;
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list .dd i:nth-child(3) {
  opacity: 0.6;
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list .g_p {
  text-align: center;
}
.solt_pt .solt_pt_box .solt_pt_con .solt_pt_nr .list .g_p p {
  color: #666;
}
.solt_zf {
  background: #fff;
  padding: 1.2rem 0;
}
.solt_zf .solt_zf_box {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .solt_zf .solt_zf_box {
    flex-wrap: wrap;
  }
}
.solt_zf .solt_zf_box .list {
  position: relative;
  width: 50%;
  margin-right: 10px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
  height: 4.6rem;
}
@media (max-width: 1580px) {
  .solt_zf .solt_zf_box .list {
    height: 6rem;
  }
}
@media (max-width: 1260px) {
  .solt_zf .solt_zf_box .list {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 10px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .solt_zf .solt_zf_box .list {
    width: 100% !important;
  }
}
.solt_zf .solt_zf_box .list.on {
  width: 43.92%;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .solt_zf .solt_zf_box .list.on {
    width: calc(50% - 5px);
  }
}
.solt_zf .solt_zf_box .list.on .list_txt {
  top: -0.3rem;
}
.solt_zf .solt_zf_box .list.on .list_txt .g_ani .xsimg {
  opacity: 0;
  z-index: -1;
}
.solt_zf .solt_zf_box .list.on .list_txt .g_ani .g_p {
  opacity: 1;
  z-index: 1;
}
.solt_zf .solt_zf_box .list:last-child {
  margin-right: 0;
}
.solt_zf .solt_zf_box .list .list_txt {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 0.25rem 0.2rem;
  top: 0;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .solt_zf .solt_zf_box .list .list_txt {
    top: -0.3rem;
  }
}
.solt_zf .solt_zf_box .list .list_txt .g_t {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.solt_zf .solt_zf_box .list .list_txt .g_t .imgpn {
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 767px) {
  .solt_zf .solt_zf_box .list .list_txt .g_t .imgpn {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.solt_zf .solt_zf_box .list .list_txt .g_t h3 {
  font-weight: bold;
  height: 3em;
}
@media (max-width: 1260px) {
  .solt_zf .solt_zf_box .list .list_txt .g_t h3 {
    height: auto;
    margin-bottom: 0.2rem;
  }
}
.solt_zf .solt_zf_box .list .list_txt .g_ani {
  margin-top: 0.05rem;
}
.solt_zf .solt_zf_box .list .list_txt .g_ani .xsimg {
  transition: all 0.3s;
  margin: 0.3rem auto 0;
  width: 0.48rem;
  height: 0.48rem;
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 1260px) {
  .solt_zf .solt_zf_box .list .list_txt .g_ani .xsimg {
    opacity: 0;
    z-index: -1;
    display: none;
  }
}
.solt_zf .solt_zf_box .list .list_txt .g_ani .xsimg img {
  object-fit: contain;
}
.solt_zf .solt_zf_box .list .list_txt .g_ani .g_p {
  transition: all 0.3s;
  position: relative;
  top: -0.78rem;
  opacity: 0;
  z-index: -1;
  width: 4.4rem;
}
@media (max-width: 1580px) {
  .solt_zf .solt_zf_box .list .list_txt .g_ani .g_p {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .solt_zf .solt_zf_box .list .list_txt .g_ani .g_p {
    opacity: 1;
    z-index: 1;
    top: 0;
  }
}
.solt_zf .solt_zf_box .list .list_txt .g_ani .g_p p {
  display: block;
  position: relative;
  margin-bottom: 0.15rem;
  padding-left: 20px;
  color: #666;
}
.solt_zf .solt_zf_box .list .list_txt .g_ani .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c11b33;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .solt_zf .solt_zf_box .list .list_txt .g_ani .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.solt_zf .solt_zf_box .list .g_bj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sto_al {
  padding: 1.2rem 0 1.1rem;
}
.sto_al .container .bri_al_box {
  margin-top: 0.4rem;
}
.sto_al .container .bri_al_box .aboutour_nr {
  background: url(../images/sul_bbj.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.solt_ys {
  padding: 1.2rem 0 1.3rem;
  background: #fff;
}
@media (max-width: 767px) {
  .solt_ys {
    padding: 1rem 0;
  }
}
.solt_ys .solt_ys_box {
  margin-top: 0.4rem;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solt_ys .solt_ys_box {
    padding: 0;
  }
}
.solt_ys .solt_ys_box .list {
  height: 3rem;
  border-radius: 6px;
  overflow: hidden;
  width: calc(50% - 4px);
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .solt_ys .solt_ys_box .list {
    width: 100%;
    margin-bottom: 0.3rem;
    height: auto;
  }
}
.solt_ys .solt_ys_box .list:hover .g_bj .img1 {
  opacity: 0;
}
.solt_ys .solt_ys_box .list:hover .g_bj .img2 {
  opacity: 1;
}
.solt_ys .solt_ys_box .list:hover .txt h3,
.solt_ys .solt_ys_box .list:hover .txt p {
  color: #fff;
}
.solt_ys .solt_ys_box .list .g_bj {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .solt_ys .solt_ys_box .list .g_bj {
    position: absolute;
    top: 0;
    left: ;
  }
}
.solt_ys .solt_ys_box .list .g_bj img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.solt_ys .solt_ys_box .list .g_bj .img2 {
  opacity: 0;
}
.solt_ys .solt_ys_box .list .txt {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.5rem 0.75rem 0 0.38rem;
}
@media (max-width: 767px) {
  .solt_ys .solt_ys_box .list .txt {
    position: relative;
    padding: 0.4rem;
  }
}
.solt_ys .solt_ys_box .list .txt h3 {
  font-weight: bold;
  margin-bottom: 0.12rem;
  transition: all 0.3s;
}
.solt_ys .solt_ys_box .list .txt p {
  transition: all 0.3s;
  color: #666;
}
.solt_sy {
  display: flex;
  justify-content: center;
  padding: 0.64rem 0;
}
.solt_sy .g_btn {
  margin: 0 10px;
}
.footer2 {
  padding-top: 0.95rem;
}
.footer2 .foot_zx {
  display: none;
}
.solt2 {
  background: #fff;
}
.gov_pt {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gov_pt {
    flex-direction: column;
  }
}
.gov_pt .list {
  width: calc((100% - 0.4rem)/3);
  border: 1px solid #e6e9f0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem 0.4rem 0.7rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .gov_pt .list {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.gov_pt .list:hover {
  box-shadow: 0 6px 0.4rem rgba(51, 51, 51, 0.12);
}
.gov_pt .list .imgpn {
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 767px) {
  .gov_pt .list .imgpn {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.gov_pt .list h3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
  margin-top: -0.1rem;
}
@media (max-width: 1260px) {
  .gov_pt .list h3 {
    height: auto;
    margin-bottom: 0.2rem;
  }
}
.gov_pt .list .g_p {
  border-top: 1px solid #f0f2f6;
  padding: 0.25rem 0.22rem 0;
}
.gov_pt .list .g_p p {
  display: block;
  position: relative;
  margin-bottom: 0.1rem;
  padding-left: 15px;
}
.gov_pt .list .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c11b33;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .gov_pt .list .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.gov_ys {
  padding: 1rem 0;
}
.gov_ys .box {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .gov_ys .box {
    flex-direction: column;
  }
}
.gov_ys .box .list {
  width: calc((100% - 0.6rem)/4);
  margin: 0 0.2rem 0.2rem 0;
}
.gov_ys .box .list:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .gov_ys .box .list {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.gov_ys .box .list .g_h3 {
  height: 1.86rem;
  background: url(../images/gov2.jpg) no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
  padding: 0 0.2rem 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gov_ys .box .list .g_h3 h3 {
  color: #fff;
}
.gov_ys .box .list .g_p {
  border-radius: 0.1rem;
  position: relative;
  margin-top: -0.23rem;
  background: #fff url(../images/gov3.png) no-repeat;
  background-position: top center;
  padding: 0.46rem 0.3rem 0.2rem;
  border: 1px solid #fff;
}
.gov_ys .box .list .g_p p {
  display: block;
  position: relative;
  margin-bottom: 0.1rem;
  padding-left: 15px;
}
.gov_ys .box .list .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c11b33;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .gov_ys .box .list .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.solt_why {
  padding: 1.1rem 0 1.3rem;
}
.solt_why .box {
  margin-top: 0.4rem;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .solt_why .box {
    padding: 0;
  }
}
.solt_why .box .list {
  height: 3rem;
  border-radius: 6px;
  overflow: hidden;
  width: calc((100% - 16px)/3);
  position: relative;
  margin: 0 8px 8px 0;
}
.solt_why .box .list:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .solt_why .box .list {
    width: calc((100% - 8px)/2);
  }
  .solt_why .box .list:nth-child(3n) {
    margin-right: 8px;
  }
  .solt_why .box .list:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .solt_why .box .list {
    width: 100%;
    margin-bottom: 0.3rem;
    height: auto;
  }
}
.solt_why .box .list:hover .g_bj .img1 {
  opacity: 0;
}
.solt_why .box .list:hover .g_bj .img2 {
  opacity: 1;
}
.solt_why .box .list:hover .txt h3,
.solt_why .box .list:hover .txt p {
  color: #fff;
}
.solt_why .box .list .g_bj {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .solt_why .box .list .g_bj {
    position: absolute;
    top: 0;
    left: ;
  }
}
.solt_why .box .list .g_bj img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.solt_why .box .list .g_bj .img2 {
  opacity: 0;
}
.solt_why .box .list .txt {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.5rem 0.45rem 0 0.38rem;
}
@media (max-width: 767px) {
  .solt_why .box .list .txt {
    position: relative;
    padding: 0.4rem;
  }
}
.solt_why .box .list .txt h3 {
  font-weight: bold;
  margin-bottom: 0.12rem;
  transition: all 0.3s;
}
.solt_why .box .list .txt p {
  transition: all 0.3s;
  color: #666;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: auto;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .pubcur {
  width: 11.65rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .pubcur {
    width: 100%;
  }
}
.curtain1 .curtain_box .pubcur .left {
  width: 43.77%;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .pubcur .left {
    display: none;
  }
}
.curtain1 .curtain_box .pubcur .right {
  width: 56.23%;
  padding: 0.8rem 0.5rem 0.58rem 0.58rem;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .pubcur .right {
    width: 100%;
  }
}
.curtain1 .curtain_box .pubcur .right .r_tit {
  margin-bottom: 0.35rem;
}
.curtain1 .curtain_box .pubcur .right .r_tit h2 {
  font-size: 0.36rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .pubcur .right .r_tit h2 {
    font-size: 0.4rem;
  }
}
.curtain1 .curtain_box .pubcur .right .rig_nav {
  display: flex;
  margin-bottom: 0.2rem;
}
.curtain1 .curtain_box .pubcur .right .rig_nav a {
  width: 50%;
  padding-bottom: 0.12rem;
  border-bottom: 2px solid #e6e6e6;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.curtain1 .curtain_box .pubcur .right .rig_nav a.on {
  color: #c11b33;
  border-color: #c11b33;
}
.curtain1 .curtain_box .pubcur .right .rig_form {
  position: relative;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form {
  position: relative;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei {
  position: relative;
  width: 100%;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item {
    margin-bottom: 12px;
  }
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item:last-child {
  margin-bottom: 0;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int {
  position: relative;
  width: 100%;
  background-color: #f8f8f9;
  border-radius: 2px;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int .text,
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int input,
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int textarea {
  width: 100%;
  color: #999999;
  font-size: 16px;
  position: relative;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int .text,
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int input,
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int textarea {
    padding: 14px 16px;
    font-size: 14px;
  }
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int .text span,
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int input span,
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int textarea span {
  color: #f43737;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int .text {
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .item .int textarea {
  height: 1rem;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .fzcode {
  display: flex;
  align-items: center;
  background-color: #f8f8f9;
  border-radius: 2px;
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .fzcode .int {
  width: calc(100% - 124px);
  background-color: transparent;
}
@media (max-width: 1580px) {
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .fzcode .int {
    width: calc(100% - 100px);
  }
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .fzcode .fzbut {
  width: 124px;
  cursor: pointer;
  color: #c11b33;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fznei .fzcode .fzbut {
    font-size: 16px;
    width: 100px;
  }
}
.curtain1 .curtain_box .pubcur .right .rig_form .form .fz_but {
  width: 100%;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  background-image: linear-gradient(56deg, #ffba00 0%, #c11b33 100%), linear-gradient(#f8f8f9, #f8f8f9);
  background-blend-mode: normal, 
				                normal;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fz_but {
    padding: 14px 16px;
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fz_but {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .pubcur .right .rig_form .form .fz_but {
    margin-top: 12px;
  }
}
.curtain2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain2 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  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: auto;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .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;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain2 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain2 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain2 .curtain_box .pubcur2 {
  width: 7.46rem;
  padding: 0.5rem 1rem 0.8rem;
}
@media (max-width: 991px) {
  .curtain2 .curtain_box .pubcur2 {
    width: 100%;
    padding: 0.5rem;
  }
}
.curtain2 .curtain_box .pubcur2 .r_tit {
  margin-bottom: 0.35rem;
}
.curtain2 .curtain_box .pubcur2 .r_tit h2 {
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .curtain2 .curtain_box .pubcur2 .r_tit h2 {
    font-size: 0.4rem;
  }
}
.curtain2 .curtain_box .pubcur2 .rig_nav {
  display: flex;
  margin-bottom: 0.2rem;
}
.curtain2 .curtain_box .pubcur2 .rig_nav a {
  width: 50%;
  padding-bottom: 0.12rem;
  border-bottom: 2px solid #e6e6e6;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.curtain2 .curtain_box .pubcur2 .rig_nav a.on {
  color: #c11b33;
  border-color: #c11b33;
}
.curtain2 .curtain_box .pubcur2 .rig_form {
  position: relative;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form {
  position: relative;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei {
  position: relative;
  width: 100%;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item {
    margin-bottom: 12px;
  }
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item:last-child {
  margin-bottom: 0;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item.on .int .text {
  display: none;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int {
  position: relative;
  width: 100%;
  background-color: #f8f8f9;
  border-radius: 2px;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int .text,
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int input,
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int textarea {
  width: 100%;
  color: #999999;
  font-size: 16px;
  position: relative;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int .text,
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int input,
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int textarea {
    padding: 14px 16px;
    font-size: 14px;
  }
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int .text span,
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int input span,
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int textarea span {
  color: #f43737;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int .text {
  position: absolute;
  top: 0;
  left: 0;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .item .int textarea {
  height: 1rem;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .fzcode {
  display: flex;
  align-items: center;
  background-color: #f8f8f9;
  border-radius: 2px;
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .fzcode .int {
  width: calc(100% - 124px);
  background-color: transparent;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .fzcode .int {
    width: calc(100% - 100px);
  }
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .fzcode .fzbut {
  width: 124px;
  cursor: pointer;
  color: #c11b33;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fznei .fzcode .fzbut {
    font-size: 16px;
    width: 100px;
  }
}
.curtain2 .curtain_box .pubcur2 .rig_form .form .fz_but {
  width: 100%;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  background-image: linear-gradient(56deg, #ffba00 0%, #c11b33 100%), linear-gradient(#f8f8f9, #f8f8f9);
  background-blend-mode: normal, 
							normal;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fz_but {
    padding: 14px 16px;
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fz_but {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .curtain2 .curtain_box .pubcur2 .rig_form .form .fz_but {
    margin-top: 12px;
  }
}
.pop {
  position: fixed;
  bottom: 0.5rem;
  right: 0.4rem;
  z-index: 1000;
}
.pop .pop_box .pop_con {
  margin-bottom: 0.1rem;
  position: relative;
}
.pop .pop_box .pop_con .pop_xs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0.46rem;
  background: #c11b33;
  border-radius: 0.08rem;
}
@media (max-width: 767px) {
  .pop .pop_box .pop_con .pop_xs {
    width: 0.6rem;
  }
}
.pop .pop_box .pop_con .pop_xs.on .pop_yr {
  right: 100%;
  opacity: 1;
  z-index: 10;
}
.pop .pop_box .pop_con .pop_xs .pop_xs_box {
  padding: 0.22rem 0 0.18rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 20;
}
.pop .pop_box .pop_con .pop_xs .pop_xs_box svg {
  width: 0.19rem;
  height: auto;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .pop .pop_box .pop_con .pop_xs .pop_xs_box svg {
    width: 0.28rem;
  }
}
.pop .pop_box .pop_con .pop_xs .pop_xs_box svg path {
  fill: #fff;
}
.pop .pop_box .pop_con .pop_xs .pop_xs_box > p {
  width: 1em;
  line-height: 1.2;
}
.pop .pop_box .pop_con .pop_xs .pop_yr {
  position: absolute;
  right: -100%;
  top: 0;
  padding-right: 10px;
  width: auto;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .pop .pop_box .pop_con .pop_xs .pop_yr {
    top: auto;
    bottom: 0;
  }
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box {
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  padding: 0.22rem 0.2rem 0.12rem;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .lx {
  padding-bottom: 0.12rem;
  margin-bottom: 0.12rem;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-start;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .lx .lef {
  margin-right: 0.1rem;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .lx .lef svg path {
  fill: #272636;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .lx .lnum {
  display: flex;
  flex-direction: column;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .lx .lnum span {
  display: block;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .lx .lnum p {
  white-space: nowrap;
  color: #c11b33;
  font-weight: bold;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .lx .lnum a {
  font-size: 12px;
  font-weight: bold;
  display: inline-flex;
  padding: 0.05rem 0.2rem;
  border-radius: 3px;
  background: #c11b33;
  color: #fff;
  margin-top: 0.06rem;
  cursor: pointer;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .b_jj {
  display: flex;
  align-items: center;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .b_jj p {
  color: #999;
  font-weight: bold;
  font-size: 12px;
  margin-right: 0.08rem;
}
.pop .pop_box .pop_con .pop_xs .pop_yr .box .b_jj svg path {
  fill: #666;
}
.pop .pop_top {
  position: relative;
  cursor: pointer;
  z-index: 20;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pop .pop_top {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.pop .pop_top svg {
  width: 30.43%;
  height: auto;
}
.pop .pop_top svg path {
  fill: #4d4d4d;
}
.navse {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.navse.on {
  z-index: 10;
  opacity: 1;
}
.navse .navse_hz {
  width: 8.2rem;
  height: 100%;
}
.navse .navse_hz .navse_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.1rem;
  width: 100%;
  height: 100%;
}
.navse .navse_hz .navse_box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navse .navse_hz .navse_box form .inp {
  width: 100%;
  display: flex;
  align-items: center;
}
.navse .navse_hz .navse_box form .inp button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navse .navse_hz .navse_box form .inp button svg path {
  fill: #333;
}
.navse .navse_hz .navse_box form .inp input {
  width: 100%;
  padding-left: 16px;
}
.navse .navse_hz .navse_box form .g_del {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.navse .navse_hz .navse_box form .g_del svg path {
  fill: #333;
}
.navse .navse_hz .navse_b {
  display: none;
  border-top: 1px solid #e2e8ed;
  width: 100%;
  padding-right: 1.15rem;
}
.navse .navse_hz .navse_b .box {
  background: #fff;
  padding: 0.22rem 0.38rem 0.32rem;
}
.navse .navse_hz .navse_b .box > p {
  color: #999;
  margin-bottom: 0.1rem;
}
.navse .navse_hz .navse_b .box ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navse .navse_hz .navse_b .box ul li {
  cursor: pointer;
  margin-bottom: 0.12rem;
}
.adv_t {
  height: 9.36rem;
  position: relative;
}
.adv_t .adv_t_box {
  padding-top: 1.9rem;
}
.adv_t .adv_t_box .box {
  margin-top: 0.78rem;
  display: flex;
  justify-content: center;
}
.adv_t .adv_t_box .box .g_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0.78rem;
}
@media (max-width: 767px) {
  .adv_t .adv_t_box .box .g_num {
    margin: 0 0.3rem;
  }
}
.adv_t .adv_t_box .box .g_num .g_num_t {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.16rem;
}
.adv_t .adv_t_box .box .g_num .g_num_t p {
  font-size: 0.8rem;
  color: #ff941d;
  line-height: 0.8;
}
.adv_t .adv_t_box .box .g_num .g_num_t span {
  color: #ff941d;
  line-height: 1.2;
  margin-left: 4px;
}
.adv_t .gbjswi {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.adv_t .gbjswi .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.adv_b {
  padding: 1.44rem 0 2.14rem;
}
@media (max-width: 767px) {
  .adv_b {
    padding: 1rem 0;
  }
}
.adv_b .g_title .img {
  margin-top: 0.4rem;
}
.adv_ba {
  text-align: center;
  margin-top: 0.65rem;
}
.pro_nav3 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: url(../images/nav_bj.jpg) no-repeat;
  background-size: cover;
  padding: 0.85rem 0 2.35rem;
}
.pro_nav3 .pro_nav3_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.pro_nav3 .pro_nav3_box .na_list {
  margin: 0 0.55rem;
}
.pro_nav3 .pro_nav3_box .na_list .titl {
  margin-bottom: 0.22rem;
  display: flex;
  align-items: center;
}
.pro_nav3 .pro_nav3_box .na_list .titl .img {
  width: 34px;
  height: auto;
}
.pro_nav3 .pro_nav3_box .na_list .titl .img img {
  width: 21px;
  height: auto;
}
.pro_nav3 .pro_nav3_box .na_list .naul {
  padding-left: 34px;
}
.pro_nav3 .pro_nav3_box .na_list .naul ul li {
  margin-bottom: 0.15rem;
}
.pro_nav3 .pro_nav3_box .na_list .naul ul li a {
  transition: all 0.3s;
  color: #777;
}
.pro_nav3 .pro_nav3_box .na_list .naul ul li a:hover {
  color: #c11b33;
  text-decoration: underline;
}
.ne_zc {
  display: flex;
  align-items: flex-start;
}
.ne_zc label {
  display: flex;
  align-items: flex-start;
}
.ne_zc label input {
  margin: 0.06rem 0.15rem 0 0;
  -webkit-appearance: auto;
}
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111;
}
#c-home-tips .c-wrap {
  margin: 0 1.8rem;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-home-tips .c-wrap > p a {
  display: inline;
  color: #c11b33;
}
#c-home-tips .c-wrap > p {
  width: 70%;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
#c-home-tips .c-wrapr {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
#c-home-tips .c-wrap .c-wrapr a {
  line-height: 2.5;
  padding: 0 10px;
  font-size: 16px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#c-home-tips .c-wrap .a1 {
  color: #fff;
}
#c-home-tips .c-wrap .c-wrapr a:hover {
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-close {
  background: #fff;
  border-radius: 8px;
  color: #333;
}
@media screen and (max-width: 767px) {
  #c-home-tips .c-wrap {
    margin: 0 5%;
    flex-direction: column;
  }
  #c-home-tips .c-wrap > p {
    width: 100%;
  }
  #c-home-tips .c-wrapr {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.2rem;
  }
  #c-home-tips .c-wrap .c-wrapr a {
    margin: 0 10px 0 0;
  }
}
.fzcode .fzbut.on button {
  color: #999;
  cursor: not-allowed;
}


.wrap{
	
	width: 1200px;
	height: 270px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.wrap ul{
	overflow: hidden;
	position:absolute;
	width: 1550px;
	left: 0;
	top: 0;
	_height:1px;
}

.wrap ul li{
	float: left;
	width: 620px; 
}
.wrap ul li img{ width:601px; height:267px;}

@media (max-width: 767px)  {
  .wrap{
	
	width: 367px;
	height: 270px;
	position: relative;
	overflow: hidden;
}


.wrap ul{
	overflow: hidden;
	position:absolute;
	width: 367px;
	left: 0;
	top: 0;
	_height:1px;
}

.wrap ul li{
	float: left;
	width: 620px; 
}
.wrap ul li img{ width:601px; height:267px;}
}

 /* 电脑端css*/
.visible-xs-pc {       

display: none;

}
 /* 移动端css*/
@media (max-width: 767px) {       

.visible-xs-pc{

display: block !important;

}

}