@charset "utf-8";
:root {
  --color: #c7000b;
  --vh: 100vh;
}
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
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点击效果 */
/* 字体引用 */
@font-face {
  font-family: 'ava-demi';
  src: url(../font/avantgardeitcbybt-demi-mfgpctt-v4-4-dec-14-1998.ttf);
}
.font-ava-demi {
  font-family: 'ava-demi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #c7000b;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #c7000b;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c7000b;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container3 {
  margin: 0 auto;
  width: 75.2%;
  max-width: 1440px;
}
@media (max-width: 1580px) {
  .container3 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container3 {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 73.11%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 86%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c7000b;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #c7000b;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #c7000b;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #c7000b;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #c7000b;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #c7000b;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #c7000b !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#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 img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #c7000b;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(var(--vh) - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  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) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
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-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #c7000b !important;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #c7000b;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #c7000b;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c7000b;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: var(--vh);
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #c7000b;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #c7000b;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #c7000b;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #c7000b;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: #c7000b;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/* 图片盒子 */
.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.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* 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.4s;
  -webkit-animation-delay: 0.4s;
  /* 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.8s;
  -webkit-animation-delay: 0.8s;
  /* 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.4s;
}
.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: 130px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .gw {
    padding-top: 60px;
  }
}
/* banner */
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
}
.h_b_img .img1 {
  z-index: 1;
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
/*延迟*/
.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.8s;
  -webkit-animation-delay: 0.8s;
}
.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.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.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;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
.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: 90px;
  width: calc(100% - 1rem);
  position: fixed;
  top: 0.1rem;
  right: 0.5rem;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 0.2rem 0 0.42rem;
}
nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 0.64rem;
  height: auto;
}
.logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_ljbox {
  display: flex;
  align-items: center;
  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;
}
.nav_r_box {
  height: 100%;
  margin-left: 2rem;
}
.nav {
  height: 100%;
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  margin: 0 0.3rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: #c7000b;
  transform: translateX(-50%);
}
.nav > ul > li:hover > a p,
.nav > ul > .on > a p {
  color: #c7000b !important;
}
.nav > ul > li:hover > a svg path,
.nav > ul > .on > a svg path {
  fill: #c7000b !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: 6px;
  height: auto;
  position: absolute;
  right: -11px;
}
.nav > ul > li > a > svg path {
  fill: #999;
}
.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;
  width: 100%;
  right: 0;
  top: 0;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #333 !important;
}
.nav_on .xs {
  display: none;
}
.nav_on .yc {
  display: block;
}
.nav_on .nav > ul > li > a {
  color: #333;
}
.nav_on .nav_login {
  color: #333;
}
.nav_on .nav > ul > li > a > p {
  color: #333;
}
.nav_on svg path {
  fill: #333 !important;
}
.nav_on .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on .nav_ljbox .nav_r_box .nav_rr .nav_sq {
  color: #333;
  border-color: #333;
}
.nav_on2 {
  background: #fff;
  width: 100%;
  right: 0;
  top: 0;
}
.nav_on2 .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #333;
}
.nav_on2 .nav_login {
  color: #333 !important;
}
.nav_on2 .nav_col {
  color: #333 !important;
}
.nav_on2 .xs {
  display: none;
}
.nav_on2 .yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #333;
}
.nav_on2 svg path {
  fill: #333 !important;
}
.nav_on2 .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on2 .nav_ljbox .nav_r_box .nav_rr .nav_sq {
  color: #333;
  border-color: #333;
}
.show_nav {
  background: #fff;
  width: 100% !important;
  right: 0 !important;
  top: 0 !important;
  padding: 0;
}
.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: #999 !important;
}
.show_nav .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.show_nav .nav_ljbox .nav_r_box .nav_rr .nav_sq {
  color: #fff;
  border-color: #c7000b;
  background: #c7000b;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  /* border-radius: 5px; */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  /* padding: 10px 0; */
  display: none;
  width: 100%;
  white-space: nowrap;
}
.pro_nav2 > a {
  padding: 14px 0;
  text-align: center;
  display: block;
  /* margin: 0 0 10px; */
  /* border-radius: 5px; */
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  background: #f1f1f1;
  color: #c7000b;
}
/* 移动端导航 */
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 60px;
  height: calc(var(--vh) - 60px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#g-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-header .c-nav2 li .c-title-box svg {
  width: 18px;
  height: auto;
}
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li ul {
  display: none;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.nav_box2 {
  display: none;
}
/*顶部导航开关*/
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i {
  background: #fff;
}
#g-header .c-nav2 li .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.h_b_box {
  width: 100%;
  height: calc(var(--vh) - 130px);
}
/* 二级 */
/* .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;
  }
  #g-header .c-switch i {
    background: #fff;
  }
  .nav_on #g-header .c-switch i {
    background: #333;
  }
  nav {
    background: #fff;
  }
  nav .xs {
    display: none;
  }
  nav .yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #g-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;
  }
  .h_b_box {
    height: calc(var(--vh) - 60px);
  }
  .h_banner {
    height: calc(var(--vh) - 60px);
  }
}
@media screen and (max-width: 767px) {
  .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  #g-header .c-nav2 li .c-title-box svg {
    width: 9px;
    height: auto;
  }
  .logo img {
    width: 0.9rem;
  }
}
@media (max-width: 1260px) {
  nav {
    width: 100%;
    right: 0;
  }
}
.nav_lan {
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .nav_lan {
    /* display: none; */
  }
}
.nav_lan > svg {
  width: 0.16rem;
  height: auto;
  margin-right: 0.09rem;
}
.nav_lan > svg path {
  fill: #999999;
}
.nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
.nav_lan .nav_lan_box p {
  color: #333;
  margin-right: 0.12rem;
}
.nav_lan .nav_lan_box svg {
  flex-shrink: 0;
  width: 8px;
  height: auto;
}
.nav_lan .nav_lan_box svg path {
  fill: #fff;
}
.nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 100;
}
.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 {
  white-space: nowrap;
  margin: 3px 0;
}
.nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #c7000b;
}
/* 开始 */
.nav_rr {
  margin-left: 1.18rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .nav_rr {
    display: none;
  }
}
.nav_rr .nav_sq {
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 3px;
  height: 0.44rem;
  padding: 0 0.24rem;
  margin-left: 0.42rem;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
.h_banner .home_swi .home_pag {
  bottom: 0.74rem;
}
.h_banner .home_swi .home_pag .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 0.07rem;
  background: #fff;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .h_banner .home_swi .home_pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.h_banner .home_swi .home_pag .swiper-pagination-bullet-active {
  opacity: 1;
}
.h_banner .home_swi .h_b_box {
  position: relative;
}
.h_banner .home_swi .h_b_box .h_b_img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  object-fit: cover;
}
.h_banner .home_swi .h_b_box .h_b_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 1.12rem;
  z-index: 10;
  color: #fff;
}
.h_banner .home_swi .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1 {
  font-size: 0.64rem;
  line-height: 1.15;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
.public-btn {
  background: #c7000b;
  height: 0.6rem;
  padding: 0 0.36rem;
  border-radius: 3px;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
    padding: 0 0.46rem;
  }
}
.public-btn:hover {
  opacity: 0.8;
  /* background: none;
		border-color: @color1;
		p{
			color: @color1;
		}
		svg{
			path{
				fill: @color1;
			}
		} */
}
.public-btn p {
  color: #fff;
  transition: all 0.4s;
}
.public-btn svg {
  margin-left: 0.18rem;
  width: 8px;
  height: auto;
}
@media (max-width: 767px) {
  .public-btn svg {
    width: 6px;
  }
}
.public-btn svg path {
  fill: #fff;
  transition: all 0.4s;
}
.pub_a {
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.pub_a:hover svg {
  left: 0.05rem;
}
.pub_a p {
  font-weight: bold;
  color: #c7000b;
  margin-right: 0.22rem;
  transition: all 0.4s;
}
.pub_a svg {
  width: 8px;
  height: auto;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pub_a svg {
    width: 6px;
  }
}
.pub_a svg path {
  fill: #c7000b;
}
.hpub_tit h2 {
  font-weight: 900;
  line-height: 1.1;
}
.hon {
  padding: 1.2rem 0 1.4rem;
}
.hon .hon_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hon .box {
  margin-top: 0.55rem;
  padding-left: 8.33vw;
}
@media (max-width: 991px) {
  .hon .box {
    padding: 0 5%;
  }
}
.hon .box .hon_swi {
  padding-bottom: 0.74rem;
}
@media (max-width: 767px) {
  .hon .box .hon_swi {
    padding-bottom: 0.4rem;
  }
}
.hon .box .hon_swi .hon_swi_box {
  display: block;
  height: 5rem;
  position: relative;
}
.hon .box .hon_swi .hon_swi_box:hover .img .img_box1 {
  opacity: 0;
}
.hon .box .hon_swi .hon_swi_box:hover .img .img_box2 {
  opacity: 1;
  transform: scale(1.05);
}
.hon .box .hon_swi .hon_swi_box:hover .txt .hon_swi_a {
  opacity: 1;
}
.hon .box .hon_swi .hon_swi_box .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.hon .box .hon_swi .hon_swi_box .img .img_box1 {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.hon .box .hon_swi .hon_swi_box .img .img_box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.hon .box .hon_swi .hon_swi_box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.62rem 0.5rem 0.57rem;
}
.hon .box .hon_swi .hon_swi_box .txt .txt_box h3 {
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0.3rem;
}
.hon .box .hon_swi .hon_swi_box .txt .txt_box .g_p p {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.1rem;
  color: #666;
}
.hon .box .hon_swi .hon_swi_box .txt .txt_box .g_p p:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c7000b;
  left: 0;
  top: 11px;
}
@media (max-width: 1580px) {
  .hon .box .hon_swi .hon_swi_box .txt .txt_box .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.hon .box .hon_swi .hon_swi_box .txt .hon_swi_a {
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  border: 2px solid #c7000b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.hon .box .hon_swi .hon_swi_box .txt .hon_swi_a:hover:after {
  left: 0;
}
.hon .box .hon_swi .hon_swi_box .txt .hon_swi_a:hover .g_svg svg {
  animation: mov1 0.8s 1 forwards;
}
.hon .box .hon_swi .hon_swi_box .txt .hon_swi_a:hover .g_svg svg path {
  fill: #fff;
}
.hon .box .hon_swi .hon_swi_box .txt .hon_swi_a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c7000b;
  z-index: 1;
  left: -100%;
  transition: all 0.4s;
}
.hon .box .hon_swi .hon_swi_box .txt .hon_swi_a .g_svg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.hon .box .hon_swi .hon_swi_box .txt .hon_swi_a .g_svg svg {
  width: 8px;
  height: auto;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.hon .box .hon_swi .hon_swi_box .txt .hon_swi_a .g_svg svg path {
  fill: #c7000b;
  transition: all 0.4s;
}
.hon .swip2_pag {
  position: initial;
  top: auto;
  bottom: 0;
  background: #e5e5e5;
  height: 3px;
}
.hon .swip2_pag .swiper-pagination-progressbar-fill {
  background: #898989;
}
@keyframes mov1 {
  0% {
    left: 0;
  }
  50% {
    left: 66%;
  }
  51% {
    left: -66%;
  }
  100% {
    left: 0;
  }
}
.htw {
  position: relative;
  height: 9.7rem;
}
@media (max-width: 767px) {
  .htw {
    height: auto;
  }
}
.htw .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.htw .box {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.htw .box .txt {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .htw .box .txt {
    padding: 1rem 5%;
  }
}
.htw .box .txt .item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .htw .box .txt .item {
    flex-direction: column-reverse;
    justify-content: center;
    height: 6.4rem;
  }
}
.htw .box .txt .item .left {
  flex-shrink: 0;
  padding-left: 8.33vw;
  padding-top: 3.4rem;
}
@media (max-width: 1580px) {
  .htw .box .txt .item .left {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .htw .box .txt .item .left {
    padding: 1.5rem 0;
  }
}
.htw .box .txt .item .left .txt_box {
  margin-bottom: 0.82rem;
  width: 5.65rem;
}
@media (max-width: 767px) {
  .htw .box .txt .item .left .txt_box {
    width: 100%;
    padding: 0 ;
  }
}
.htw .box .txt .item .left .txt_box h3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.htw .box .txt .item .left .txt_box p {
  color: #222;
  opacity: 0.8;
}
.htw .box .txt .item .left .public-btn {
  display: none;
}
.htw .box .txt .item .right {
  display: none;
  padding-top: 0.88rem;
  margin-left: 0.65rem;
}
@media (max-width: 767px) {
  .htw .box .txt .item .right {
    margin: 0.8rem 0;
    padding: 0 ;
  }
}
.htw .box .bnav {
  flex-shrink: 0;
  height: 1rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  -webkit-backdrop-filter: saturate(180%) blur(30px);
  backdrop-filter: saturate(180%) blur(30px);
}
@media (max-width: 991px) {
  .htw .box .bnav {
    overflow: auto;
  }
}
.htw .box .bnav .item {
  cursor: pointer;
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .htw .box .bnav .item {
    width: 130px;
    flex-shrink: 0;
  }
}
.htw .box .bnav .item.on,
.htw .box .bnav .item:hover {
  background: #fff;
}
.htw .box .bnav .item.on::before,
.htw .box .bnav .item:hover::before {
  background: #c7000b;
}
.htw .box .bnav .item.on .lsvg .img1 path,
.htw .box .bnav .item:hover .lsvg .img1 path {
  fill: #c7000b;
}
.htw .box .bnav .item.on .lsvg .img2,
.htw .box .bnav .item:hover .lsvg .img2 {
  opacity: 1;
}
@media (max-width: 1260px) {
  .htw .box .bnav .item.on .lsvg .img2,
  .htw .box .bnav .item:hover .lsvg .img2 {
    display: none;
  }
}
.htw .box .bnav .item.on .rtxt,
.htw .box .bnav .item:hover .rtxt {
  margin-left: 0.3rem;
}
@media (max-width: 1260px) {
  .htw .box .bnav .item.on .rtxt,
  .htw .box .bnav .item:hover .rtxt {
    margin-left: 0.1rem;
  }
}
.htw .box .bnav .item.on .rtxt p,
.htw .box .bnav .item:hover .rtxt p {
  color: #c7000b;
}
.htw .box .bnav .item::before {
  content: '';
  width: 100%;
  height: 0.06rem;
  top: 0;
  left: 0;
  position: absolute;
  background: none;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .htw .box .bnav .item::before {
    height: 2px;
  }
}
.htw .box .bnav .item .lsvg {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.htw .box .bnav .item .lsvg .img1 {
  width: 100%;
  height: auto;
}
.htw .box .bnav .item .lsvg .img1 path {
  fill: #3e3f3f;
}
.htw .box .bnav .item .lsvg .img2 {
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  max-width: initial;
  transition: all 0.4s;
  opacity: 0;
  animation: rotate 10s linear infinite;
}
.htw .box .bnav .item .rtxt {
  margin-left: 0.1rem;
  transition: all 0.4s;
}
.htw .box .bnav .item .rtxt p {
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .htw .box .bnav .item .rtxt p {
    font-size: 16px;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.htr {
  padding: 1.5rem 0 1.52rem;
}
@media (max-width: 767px) {
  .htr {
    padding: 1rem 0;
  }
}
.htr .hon_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.htr .box {
  /* margin-top: 0.35rem; */
  padding-top: 0.58rem;
  /* border-top: 1px solid #ddd; */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .htr .box {
    flex-direction: column;
    padding-top: 1rem;
  }
}
.htr .box .item {
  width: calc((100% - 0.6rem)/3);
  background: #f6f8fa;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .htr .box .item {
    width: calc((100% - 0.4rem)/3);
  }
}
@media (max-width: 767px) {
  .htr .box .item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.htr .box .item:hover .txt .pub_a p {
  color: #c7000b;
}
.htr .box .item:hover .txt .pub_a svg path {
  fill: #c7000b;
}
.htr .box .item:hover .public-img img {
  transform: scale(1.05);
}
.htr .box .item .txt {
  padding: 0.3rem;
}
.htr .box .item .txt .num {
  margin-bottom: 0.35rem;
  display: none;
  align-items: center;
}
.htr .box .item .txt .num img,
.htr .box .item .txt .num svg {
  width: 0.16rem;
  height: auto;
  /* margin-right: 0.06rem; */
}
.htr .box .item .txt .num img path,
.htr .box .item .txt .num svg path {
  fill: #999;
}
.htr .box .item .txt .num span {
  color: #999;
  line-height: 1;
}
.htr .box .item .txt .num p {
  font-weight: bold;
  color: #999;
  line-height: 1;
  border-left: 1px solid #e7e7e7;
  padding-left: 5px;
  margin-left: 5px;
}
.htr .box .item .txt h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.45rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.htr .box .item .txt .pub_a p {
  color: #000;
}
.htr .box .item .txt .pub_a svg path {
  fill: #000;
}
.htr .box .item .public-img:before {
  padding-top: 55.55555556%;
}
.hfo {
  background: #f6f8fa;
  padding: 1.7rem 0 2.2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hfo {
    padding: 1.2rem 0 2rem;
  }
}
.hfo .hfo_bj {
  position: absolute;
  bottom: -5.18rem;
  left: 0;
  width: 100%;
  height: 18.08rem;
  display: block;
  background: #f6f8fa url(../images/himg8.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (max-width: 1580px) {
  .hfo .hfo_bj {
    bottom: -6.4rem;
  }
}
.hfo .hfo_box {
  position: relative;
  z-index: 10;
}
.hfo .hfo_box .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.99rem;
}
@media (max-width: 767px) {
  .hfo .hfo_box .tit {
    flex-direction: column;
  }
}
.hfo .hfo_box .tit h2 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .hfo .hfo_box .tit h2 {
    margin-bottom: 0.5rem;
  }
}
.hfo .hfo_box .tit .tit_r {
  width: 50%;
  padding: 0 0.84rem 0 0.39rem;
}
@media (max-width: 1260px) {
  .hfo .hfo_box .tit .tit_r {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hfo .hfo_box .tit .tit_r {
    width: 100%;
  }
}
.hfo .hfo_box .tit .tit_r .g_p {
  margin-bottom: 0.55rem;
}
.hfo .hfo_box .tit .tit_r .g_p p {
  font-weight: 900;
  display: initial;
  background: #999 -webkit-linear-gradient(left, #333, #333) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.hfo .hfo_box .tit .tit_r .public-btn:hover {
  opacity: 0.8;
  background: #c7000b;
}
.hfo .hfo_box .tit .tit_r .public-btn:hover p {
  color: #fff;
}
.hfo .hfo_box .tit .tit_r .public-btn:hover svg path {
  fill: #fff;
}
.hfo .hfo_box .box {
  height: 7.5rem;
  transform: scale(0.84);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hfo .hfo_box .box {
    height: auto;
  }
}
.hfo .hfo_box .box.on {
  transform: scale(1);
}
.hfo .hfo_box .box.on .bbx .img {
  opacity: 0;
}
.hfo .hfo_box .box .bbx {
  width: 100%;
  height: 100%;
  position: relative;
}
.hfo .hfo_box .box .bbx .img {
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hfo .hfo_box .box .bbx .vid {
  width: 100%;
  height: 100%;
}
.hfo .hfo_box .box .bbx .vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hfo .hfo_box .hfo_b {
  margin-top: 2.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .hfo .hfo_box .hfo_b {
    margin-top: 1rem;
  }
}
.hfo .hfo_box .hfo_b > span {
  color: #222;
  font-weight: bold;
}
.hfo .hfo_box .hfo_b h2 {
  color: #222;
  font-weight: bold;
  margin: 0.12rem 0 0.4rem;
}
footer {
  background: url(../images/foot_bj.jpg) no-repeat;
  background-size: cover;
  padding: 0.9rem 0 0;
}
footer .container2 .foot_t {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  footer .container2 .foot_t {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .container2 .foot_t .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
  }
}
footer .container2 .foot_t .left .b_logo {
  margin-bottom: 0.66rem;
  width: 0.62rem;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  footer .container2 .foot_t .left .b_logo {
    width: 1rem;
  }
}
footer .container2 .foot_t .left .b_gz .b_gz_t {
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  footer .container2 .foot_t .left .b_gz .b_gz_t {
    margin-bottom: 0.3rem;
  }
}
footer .container2 .foot_t .right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container2 .foot_t .right {
    width: 100%;
  }
}
footer .container2 .foot_t .right .b_nav {
  display: flex;
}
@media (max-width: 1260px) {
  footer .container2 .foot_t .right .b_nav {
    display: none;
  }
}
footer .container2 .foot_t .right .b_nav .item {
  min-width: 1.78rem;
  margin-right: 0.4rem;
}
@media (max-width: 1580px) {
  footer .container2 .foot_t .right .b_nav .item {
    margin-right: 1.3rem;
  }
}
@media screen and (max-width: 1380px) {
  footer .container2 .foot_t .right .b_nav .item {
    margin-right: 0.5rem;
  }
}
footer .container2 .foot_t .right .b_nav .item p {
  color: #222;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
footer .container2 .foot_t .right .b_nav .item ul li {
  margin-bottom: 0.08rem;
}
footer .container2 .foot_t .right .b_nav .item ul li a {
  color: #222;
  opacity: 0.6;
  transition: all 0.4s;
}
footer .container2 .foot_t .right .b_nav .item ul li a:hover {
  color: #c7000b;
  opacity: 1;
  text-decoration: underline;
}
footer .container2 .foot_t .right .b_cont {
  max-width: 6.43rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  footer .container2 .foot_t .right .b_cont {
    width: 2rem;
  }
}
@media (max-width: 1260px) {
  footer .container2 .foot_t .right .b_cont {
    width: auto;
  }
}
@media (max-width: 767px) {
  footer .container2 .foot_t .right .b_cont {
    width: 100%;
    justify-content: flex-start;
  }
}
footer .container2 .foot_t .right .b_cont .b_cont_box {
  padding-right: 0.45rem;
}
footer .container2 .foot_t .right .b_cont .b_cont_box .tit {
  margin-bottom: 0.25rem;
}
footer .container2 .foot_t .right .b_cont .b_cont_box .tit span {
  margin-bottom: 0.15rem;
  display: block;
  font-weight: bold;
}
footer .container2 .foot_t .right .b_cont .b_cont_box .tit p {
  color: #222;
  font-weight: bold;
}
footer .container2 .foot_t .right .b_cont .b_cont_box .b_cont_con {
  margin-bottom: 0.24rem;
}
footer .container2 .foot_t .right .b_cont .b_cont_box .b_cont_con span {
  color: #222;
  opacity: 0.6;
  display: block;
  margin-bottom: 0.06rem;
}
footer .container2 .foot_t .right .b_cont .b_cont_box .b_cont_con p {
  font-weight: bold;
}
footer .container2 .foot_m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dddfe1;
  padding: 0.2rem 0;
}
footer .container2 .foot_m .right {
  min-width: 2.2rem;
  height: 0.53rem;
  /* border: 2px solid #dbdbdb; */
}
@media (max-width: 767px) {
  footer .container2 .foot_m .right {
    border: 1px solid #dbdbdb;
    height: 0.8rem;
  }
}
footer .container2 .foot_m .right .sot_select_nr {
  position: relative;
  height: 100%;
}
footer .container2 .foot_m .right .sot_select_nr .sel_text_x {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container2 .foot_m .right .sot_select_nr .sel_text_x {
    padding: 0 0.4rem;
  }
}
footer .container2 .foot_m .right .sot_select_nr .sel_text_x svg {
  width: 10px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  footer .container2 .foot_m .right .sot_select_nr .sel_text_x svg {
    margin-left: 0.4rem;
  }
}
footer .container2 .foot_m .right .sot_select_nr .sel_text_x svg path {
  fill: #dbdbdb;
}
footer .container2 .foot_m .right .sot_select_nr .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  bottom: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
footer .container2 .foot_m .right .sot_select_nr .sel_text_box a {
  color: #222;
  padding: 7px 0 7px 0.2rem;
  display: block;
  cursor: pointer;
}
footer .container2 .foot_m .right .sot_select_nr .sel_text_box a:hover {
  color: #c7000b;
}
footer .container2 .foot_m .b_gz_box {
  display: flex;
  align-items: center;
}
footer .container2 .foot_m .b_gz_box .item {
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  footer .container2 .foot_m .b_gz_box .item {
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #d8d8d8;
  }
}
footer .container2 .foot_m .b_gz_box .item svg {
  width: 0.25rem;
  height: auto;
}
@media (max-width: 767px) {
  footer .container2 .foot_m .b_gz_box .item svg {
    width: 0.46rem;
  }
}
footer .container2 .foot_m .b_gz_box .item svg path {
  fill: #d8d8d8;
}
footer .container2 .foot_b {
  border-top: 1px solid #dddfe1;
  padding: 0.32rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1260px) {
  footer .container2 .foot_b {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .container2 .foot_b a:hover {
  color: #c7000b !important;
}
footer .container2 .foot_b .left {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  footer .container2 .foot_b .left {
    flex-wrap: wrap;
    margin-bottom: 0.1rem;
  }
}
footer .container2 .foot_b .left .b_ba {
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  footer .container2 .foot_b .left .b_ba {
    margin: 0 0 0.3rem 0;
  }
}
footer .container2 .foot_b .left .b_ba p {
  color: #666;
}
footer .container2 .foot_b .left .b_ba p a {
  color: #666;
}
footer .container2 .foot_b .left .b_a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .container2 .foot_b .left .b_a {
    margin-bottom: 0.3rem;
  }
}
footer .container2 .foot_b .left .b_a a {
  color: #666;
  margin-left: 0.25rem;
  padding-left: 0.25rem;
  border-left: 2px solid #a9aaab;
  line-height: 1;
}
footer .container2 .foot_b .left .b_a a:first-child {
  border: none;
}
.gpro {
  background: #f3f5f7;
  padding: 0.32rem 0 0;
}
.gpro .tit {
  text-align: center;
  padding: 0.15rem 0 0.5rem;
}
.gpro .tit h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 0.38rem;
  font-weight: bold;
}
.gpro .tit form {
  margin: auto;
  width: 6rem;
  height: 0.54rem;
}
.gpro .tit form .tit_search {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gpro .tit form .tit_search input {
  width: 100%;
  padding-left: 0.18rem;
}
.gpro .tit form .tit_search input::-webkit-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.gpro .tit form .tit_search button {
  flex-shrink: 0;
  width: 0.9rem;
  border-radius: 4px;
  background: #c7000b;
  color: #fff;
  height: 100%;
}
.gpro .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.52rem;
  padding-bottom: 0.7rem;
  border-top: 1px solid #dedfe1;
}
@media (max-width: 767px) {
  .gpro .box {
    flex-direction: column;
  }
}
.gpro .box .left {
  width: 20.625%;
}
@media (max-width: 767px) {
  .gpro .box .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gpro .box .left .l_box2 .l_con {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .gpro .box .left .l_box2 .l_con .prosx_nav {
    margin: 0 0.2rem 0.2rem 0;
  }
}
.gpro .box .left .l_box {
  margin-bottom: 0.35rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #e1e3e5;
}
.gpro .box .left .l_box:last-child {
  border: none;
}
.gpro .box .left .l_box .l_tit {
  margin-bottom: 0.35rem;
}
.gpro .box .left .l_box .l_tit p {
  font-weight: bold;
}
.gpro .box .left .l_box .l_con .prosx_nav {
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .gpro .box .left .l_box .l_con .prosx_nav {
    margin: 0 0.2rem 0.2rem 0;
  }
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_tit {
  display: flex;
  justify-content: space-between;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_tit.on .prosx_tit_l .prosx_gx {
  background: #c7000b;
  border-color: #c7000b;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_tit .prosx_tit_l {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_tit .prosx_tit_l .prosx_gx {
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #e2e2e2;
  background: #fff;
  margin-right: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_tit .prosx_tit_l .prosx_gx svg {
  width: 55%;
  height: auto;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_tit .prosx_tit_l .prosx_gx svg path {
  fill: #fff;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_tit .prosx_tit_r svg {
  width: 0.12rem;
  height: auto;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_tit .prosx_tit_r svg path {
  fill: #c5c6c6;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_two {
  display: none;
  padding-left: 0.3rem;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_two .prosx_two_l {
  display: flex;
  align-items: center;
  margin-top: 0.28rem;
  cursor: pointer;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_two .prosx_two_l.on .prosx_gx2 {
  background: #c7000b;
  border-color: #c7000b;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_two .prosx_two_l .prosx_gx2 {
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #e2e2e2;
  background: #fff;
  margin-right: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_two .prosx_two_l .prosx_gx2 svg {
  width: 50%;
  height: auto;
}
.gpro .box .left .l_box .l_con .prosx_nav .prosx_two .prosx_two_l .prosx_gx2 svg path {
  fill: #fff;
}
.gpro .box .right {
  width: 76.75%;
}
@media (max-width: 767px) {
  .gpro .box .right {
    width: 100%;
  }
}
.gpro .box .right .r_box .r_box_t {
  margin-bottom: 0.36rem;
}
.gpro .box .right .r_box .r_box_t p {
  color: #666;
}
.gpro .box .right .r_box .r_box_t p span {
  color: #c7000b;
  padding: 0 0.07rem 0 0.14rem;
}
.gpro .box .right .r_box .r_con {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
@media (max-width: 1260px) {
  .gpro .box .right .r_box .r_con {
    justify-content: space-between;
  }
}
.gpro .box .right .r_box .r_con .item {
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
  position: relative;
  padding-bottom: 2.4rem;
}
@media (max-width: 1260px) {
  .gpro .box .right .r_box .r_con .item {
    width: calc(50% - 0.15rem);
    margin: 0 0 0.3rem 0;
  }
}
@media (max-width: 767px) {
  .gpro .box .right .r_box .r_con .item {
    width: 100%;
  }
}
.gpro .box .right .r_box .r_con .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1580px) {
  .gpro .box .right .r_box .r_con .item {
    padding-bottom: 3.4rem;
  }
}
.gpro .box .right .r_box .r_con .item:hover .img {
  background: #cbe1f7;
}
.gpro .box .right .r_box .r_con .item:hover .txt {
  height: 3.18rem;
}
@media (max-width: 1580px) {
  .gpro .box .right .r_box .r_con .item:hover .txt {
    height: 4.2rem;
  }
}
@media (max-width: 767px) {
  .gpro .box .right .r_box .r_con .item:hover .txt {
    height: 4.5rem;
  }
}
.gpro .box .right .r_box .r_con .item:hover .txt .txt_t .txt_p {
  /* .txt_p_xs{
											opacity: 0;
										} */
}
.gpro .box .right .r_box .r_con .item:hover .txt .txt_t .txt_p .txt_p_yc {
  opacity: 1;
  top: 0;
}
.gpro .box .right .r_box .r_con .item:hover .txt .txt_b p {
  color: #c7000b;
}
.gpro .box .right .r_box .r_con .item .img {
  transition: all 0.4s;
  background: #f9f9f9;
}
.gpro .box .right .r_box .r_con .item .img:before {
  padding-top: 56.55%;
}
.gpro .box .right .r_box .r_con .item .img img {
  mix-blend-mode: multiply;
}
.gpro .box .right .r_box .r_con .item .txt {
  background: #fff;
  position: absolute;
  z-index: 10;
  transition: all 0.4s;
  bottom: 0;
  height: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .gpro .box .right .r_box .r_con .item .txt {
    height: 3.4rem;
  }
}
.gpro .box .right .r_box .r_con .item .txt .txt_t {
  padding: 0.3rem;
}
.gpro .box .right .r_box .r_con .item .txt .txt_t h3 {
  font-weight: bold;
  margin-bottom: 0.12rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p {
  position: relative;
}
.gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p p {
  color: #666;
}
.gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p .txt_p_xs {
  transition: all 0.4s;
}
.gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p .txt_p_xs p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p .txt_p_yc {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 20%;
  opacity: 0;
  transition: all 0.8s;
  max-height: 10.2em;
  overflow: auto;
}
@media (max-width: 767px) {
  .gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p .txt_p_yc {
    max-height: 8.5em;
  }
}
.gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p .txt_p_yc p {
  margin-bottom: 0.2em;
  display: block;
  position: relative;
  padding-left: 20px;
}
.gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p .txt_p_yc p:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #c7000b;
  left: 0;
  top: 11px;
}
@media (max-width: 1580px) {
  .gpro .box .right .r_box .r_con .item .txt .txt_t .txt_p .txt_p_yc p:after {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}
.gpro .box .right .r_box .r_con .item .txt .txt_b {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  width: 100%;
  height: 0.6rem;
  border-top: solid 1px #f2f2f2;
  padding: 0 0.32rem;
  display: flex;
  align-items: center;
  background: #fff;
}
@media (max-width: 767px) {
  .gpro .box .right .r_box .r_con .item .txt .txt_b {
    height: 0.8rem;
  }
}
.gpro .box .right .r_box .r_con .item .txt .txt_b p {
  color: #666666;
}
.g_banner {
  height: 6rem;
  position: relative;
}
.g_banner .img {
  width: 100%;
  height: 100%;
}
.g_banner .txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.g_banner .txt .container,
.g_banner .txt .container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  color: #fff;
}
.g_banner .txt .container h2,
.g_banner .txt .container2 h2 {
  margin-bottom: 0.1rem;
}
.g_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.g_title p {
  color: #999;
  margin-bottom: 0.3rem;
}
.g_title h2 {
  color: #222;
  line-height: 1.1;
  font-weight: bold;
}
.lifeon {
  padding: 1.25rem 0 0;
}
.lifeon .box {
  margin-top: 0.78rem;
  padding: 0 0.8rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .lifeon .box {
    flex-direction: column;
    padding: 0;
  }
}
.lifeon .box .item {
  width: calc(50% - 0.18rem);
  /* box-shadow: 0  15px 24px rgba(0,0,0,0.08); */
  height: 4rem;
  background: #f6f8fa;
  position: relative;
}
.lifeon .box .item:nth-child(2) .lifeon_xs svg {
  left: 2.16rem;
  top: 0.5rem;
  width: 7rem;
}
@media (max-width: 767px) {
  .lifeon .box .item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.lifeon .box .item:hover .lifeon_yc {
  opacity: 1;
}
.lifeon .box .item:hover .txt .hon_swi_a {
  opacity: 1;
}
.lifeon .box .item:hover .txt .hon_swi_a:after {
  left: 0;
}
.lifeon .box .item:hover .txt .hon_swi_a .g_svg svg {
  animation: mov1 0.8s 1 forwards;
}
.lifeon .box .item:hover .txt .hon_swi_a .g_svg svg path {
  fill: #fff;
}
.lifeon .box .item:hover .txt .txt_l h3,
.lifeon .box .item:hover .txt .txt_l p {
  color: #fff;
}
.lifeon .box .item .lifeon_xs {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.lifeon .box .item .lifeon_xs svg {
  position: absolute;
  left: 2.66rem;
  top: 0.6rem;
  width: 5rem;
  height: auto;
}
.lifeon .box .item .lifeon_xs svg path {
  fill: #fff;
}
.lifeon .box .item .lifeon_yc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .lifeon .box .item .lifeon_yc {
    opacity: 1;
  }
}
.lifeon .box .item .lifeon_yc:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  background: url(../images/life_png.png) no-repeat;
  background-position: bottom center;
}
.lifeon .box .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 0.58rem 0.7rem;
}
@media (max-width: 991px) {
  .lifeon .box .item .txt {
    padding: 0.3rem 0.2rem;
  }
}
.lifeon .box .item .txt .txt_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lifeon .box .item .txt .txt_l h3 {
  color: #222222;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lifeon .box .item .txt .txt_l h3 {
    color: #fff;
  }
}
.lifeon .box .item .txt .txt_l p {
  color: #999;
}
@media (max-width: 767px) {
  .lifeon .box .item .txt .txt_l p {
    color: #fff;
  }
}
.lifeon .box .item .txt .hon_swi_a {
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  border: 2px solid #c7000b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .lifeon .box .item .txt .hon_swi_a {
    opacity: 1;
  }
}
.lifeon .box .item .txt .hon_swi_a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c7000b;
  z-index: 1;
  left: -100%;
  transition: all 0.4s;
}
.lifeon .box .item .txt .hon_swi_a .g_svg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.lifeon .box .item .txt .hon_swi_a .g_svg svg {
  width: 8px;
  height: auto;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.lifeon .box .item .txt .hon_swi_a .g_svg svg path {
  fill: #c7000b;
  transition: all 0.4s;
}
.lifetw {
  padding: 1.8rem 0 0;
}
@media (max-width: 767px) {
  .lifetw {
    padding: 1.2rem 0 0;
  }
}
.lifetw .container {
  padding: 0 0.8rem;
}
.lifetw .box {
  margin-top: 0.85rem;
  /* padding: 0 0.28rem; */
}
@media (max-width: 767px) {
  .lifetw .box {
    padding: 0;
  }
}
.lifetw .box .bbx {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .lifetw .box .bbx {
    flex-wrap: wrap;
  }
}
.lifetw .box .bbx .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .lifetw .box .bbx .item {
    width: 33.33%;
    margin-bottom: 0.4rem;
  }
}
.lifetw .box .bbx .item .img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.44rem;
}
.lifetw .box .bbx .item .txt {
  text-align: center;
}
.lifetw .box .bbx .item .txt p {
  font-weight: bold;
}
.lifeth {
  padding: 1.75rem 0 0;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .lifeth {
    padding: 1.2rem 0 0;
    margin-bottom: 1rem;
  }
}
.lifeth .box {
  margin-top: 0.6rem;
  padding: 0 0.8rem 72px;
}
@media (max-width: 767px) {
  .lifeth .box {
    padding: 0 0 0.8rem;
  }
}
.lifeth .box .bbx {
  position: relative;
}
.lifeth .box .bbx .lifeth_box {
  position: relative;
}
.lifeth .box .bbx .lifeth_box .public-img:before {
  padding-top: 71.11111111%;
}
.lifeth .box .bbx .lifeth_box .txt {
  display: flex;
  align-items: flex-end;
  padding: 0.2rem 0.35rem;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
}
.lifeth .box .bbx .lifeth_box .txt p {
  color: #fff;
}
@media (max-width: 767px) {
  .lifeth .box .bbx .qie {
    display: none;
  }
}
.lifeth .box .bbx .qie .pub_nav {
  width: 0.46rem;
  height: 0.46rem;
  border: 2px solid #000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lifeth .box .bbx .qie .pub_nav:hover {
  background: #000;
}
.lifeth .box .bbx .qie .pub_nav:hover svg path {
  fill: #fff;
}
.lifeth .box .bbx .qie .pub_nav svg {
  width: 17.4%;
  height: auto;
}
.lifeth .box .bbx .qie .pub_nav svg path {
  fill: #000;
  opacity: 1;
}
.lifeth .box .bbx .qie .pub_prev {
  left: -0.76rem;
}
.lifeth .box .bbx .qie .pub_next {
  right: -0.76rem;
}
.lifeth .box .bbx .swip2_pag {
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .lifeth .box .bbx .swip2_pag {
    bottom: -0.8rem;
  }
}
.lifeth .box .bbx .swip2_pag .swiper-pagination-progressbar-fill {
  background: #000;
}
.qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.qie .pub_nav:hover {
  background: #d60c1c;
}
.qie .pub_nav:hover svg path {
  fill: #fff;
}
.qie .pub_nav svg {
  width: 33.33%;
  height: auto;
}
.qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
}
.qie .pub_prev {
  left: 0.8rem;
}
.qie .pub_prev svg {
  transform: rotate(180deg);
}
.qie .pub_next {
  right: 0.8rem;
}
.about_banner {
  height: 6rem;
  position: relative;
}
.about_banner .img {
  width: 100%;
  height: 100%;
}
.about_banner .ban_txt {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.about_banner .ban_txt .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.about_banner .ban_txt .container .txt {
  width: 100%;
  height: 100%;
  padding: 0 0.8rem 1.24rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .about_banner .ban_txt .container .txt {
    padding: 0 0 1.24rem;
  }
}
.about_banner .ban_txt .container .txt .txt_h2 {
  margin-bottom: 0.1rem;
}
.about_banner .ban_txt .container .txt .txt_h2 p {
  line-height: 1.3;
}
.about_banner .ban_txt .container .txt .txt_h2 p span {
  color: #c7000b;
}
.about_banner .ban_txt .container .txt .txt_h2 .p2 {
  text-indent: 2em;
}
.about_banner .ban_txt .container .txt .txt_b p {
  letter-spacing: 0.27em;
}
.aboon {
  margin-bottom: 1.85rem;
}
@media (max-width: 767px) {
  .aboon {
    margin-bottom: 1.2rem;
  }
}
.aboon .container2 {
  /* padding: 0 0.8rem; */
  margin-top: -1.25rem;
}
@media (max-width: 767px) {
  .aboon .container2 {
    padding: 0;
  }
}
.aboon .container2 .box {
  width: 100%;
  box-shadow: 0 0.13rem 0.36rem rgba(21, 27, 71, 0.08);
  border-top: 4px solid #c7000b;
  padding: 1.05rem 0.75rem 1.1rem;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .aboon .container2 .box {
    padding: 0.55rem 0.35rem 0.4rem;
  }
}
.aboon .container2 .box .box_rf {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translate(124%, -141%) rotate(90deg);
  transform-origin: left;
}
@media (max-width: 1580px) {
  .aboon .container2 .box .box_rf {
    transform: translate(164%, -141%) rotate(90deg);
    transform-origin: left;
  }
}
@media screen and (max-width: 1460px) {
  .aboon .container2 .box .box_rf {
    transform: translate(154%, -141%) rotate(90deg);
    transform-origin: left;
  }
}
@media screen and (max-width: 1380px) {
  .aboon .container2 .box .box_rf {
    transform: translate(144%, -141%) rotate(90deg);
    transform-origin: left;
  }
}
@media (max-width: 1260px) {
  .aboon .container2 .box .box_rf {
    transform: translate(108%, -141%) rotate(90deg);
    transform-origin: left;
  }
}
@media (max-width: 991px) {
  .aboon .container2 .box .box_rf {
    display: none;
  }
}
.aboon .container2 .box .box_rf p {
  text-transform: uppercase;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.04);
  font-weight: bold;
  line-height: 0.8;
}
.aboon .container2 .box .tit {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.36rem;
  align-items: flex-start;
}
.aboon .container2 .box .tit h1 {
  display: inline-flex;
  color: #c7000b;
  margin-bottom: 0.45rem;
  line-height: 1.1;
  font-weight: bold;
  position: relative;
}
.aboon .container2 .box .tit h1:after {
  content: '';
  position: absolute;
  width: 7.47rem;
  height: 6.59rem;
  display: block;
  background: url(../images/about9.png) no-repeat;
  left: -2rem;
  top: -3.58rem;
}
@media (max-width: 1580px) {
  .aboon .container2 .box .tit h1:after {
    left: -3.2rem;
    top: -5.38rem;
  }
}
@media (max-width: 767px) {
  .aboon .container2 .box .tit h1:after {
    left: -4rem;
    top: -1.38rem;
    width: 5.47rem;
    height: 3.59rem;
  }
}
.aboon .container2 .box .tit img {
  width: 0.7rem;
  height: auto;
  margin-left: 0.08rem;
}
.aboon .container2 .box .public-content {
  margin-bottom: 0.82rem;
}
.aboon .container2 .box .aboon_bnum {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0.42rem;
}
@media (max-width: 767px) {
  .aboon .container2 .box .aboon_bnum {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .aboon .container2 .box .aboon_bnum .item {
    width: 50%;
    margin-bottom: 0.6rem;
  }
}
.aboon .container2 .box .aboon_bnum .item:nth-child(1) .g_t span {
  margin-left: 0.15rem;
}
.aboon .container2 .box .aboon_bnum .item .g_t {
  margin-bottom: 0.12rem;
  display: flex;
  align-items: flex-end;
}
.aboon .container2 .box .aboon_bnum .item .g_t p {
  font-size: 0.7rem;
  color: #c7000b;
  line-height: 0.8;
  font-family: 'ava-demi';
}
.aboon .container2 .box .aboon_bnum .item .g_t span {
  line-height: 1;
}
.abo_tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.abo_tit .abo_h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.48rem;
}
.abo_tit .abo_h2 h2 {
  margin: 0 0.35rem;
  font-weight: bold;
}
.abo_tit .abo_h2 .gh2_sx i {
  width: 0.24rem;
  height: 2px;
  margin: 0 0 0.08rem 0.08rem;
  background: #c7000b;
  display: block;
}
.abo_tit .abo_h2 .gh2_sx i:nth-child(2) {
  margin-left: 0;
}
.abo_tit .abo_h2 .gh2_sx i:nth-child(3) {
  margin-bottom: 0;
}
.abo_tit .b_img {
  width: 0.7rem;
  height: auto;
}
.abo_pubbox {
  background: url(../images/about2.png) no-repeat;
  background-size: 100% ;
  background-position: top center;
}
@media (max-width: 767px) {
  .abo_pubbox {
    background: none;
  }
}
.abotw {
  margin-bottom: 1.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .abotw {
    margin-bottom: 1.2rem;
    overflow: hidden;
  }
}
.abotw .abotw_fwz {
  position: absolute;
  left: 50%;
  top: 0.85rem;
  transform: translateX(-50%);
}
.abotw .abotw_fwz p {
  text-transform: uppercase;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.02);
  font-weight: bold;
  line-height: 0.8;
}
.abotw .container2 {
  position: relative;
  z-index: 10;
  /* padding: 0 0.8rem; */
  margin-top: 0.6rem;
}
.abotw .container2 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abotw .container2 .box {
    flex-direction: column;
  }
}
.abotw .container2 .box .item {
  width: calc(50% - 0.3rem);
  border: 1px solid #efefef;
  background: #fff;
  padding: 0.4rem 0.48rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .abotw .container2 .box .item {
    padding: 0.4rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.abotw .container2 .box .item .l_img {
  margin: 0 1.2rem 0 0.38rem;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  background: #c7000b;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .abotw .container2 .box .item .l_img {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .abotw .container2 .box .item .l_img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.abotw .container2 .box .item .l_img .img1 {
  width: 100%;
  height: 100%;
}
.abotw .container2 .box .item .l_img .img1 path {
  fill: #fff;
}
.abotw .container2 .box .item .l_img .img2 {
  max-width: initial;
  position: absolute;
  width: 1.56rem;
  height: 1.56rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .abotw .container2 .box .item .l_img .img2 {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.abotw .container2 .box .item .r_txt {
  min-height: 1.8rem;
  padding-left: 0.7rem;
  border-left: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .abotw .container2 .box .item .r_txt {
    padding-left: 0.2rem;
  }
}
@media (max-width: 767px) {
  .abotw .container2 .box .item .r_txt {
    padding-left: 0.8rem;
    border: none;
  }
}
.abotw .container2 .box .item .r_txt span {
  color: #c7000b;
  margin-bottom: 0.32rem;
}
.abotw .container2 .box .item .r_txt .txt p {
  line-height: 1.25;
  font-weight: bold;
}
.aboth {
  overflow: hidden;
}
.aboth .box {
  margin-top: 0.84rem;
  position: relative;
}
@media (max-width: 991px) {
  .aboth .box {
    margin: 2rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .aboth .box {
    overflow: auto;
    margin: 1rem 0;
    height: auto;
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .aboth .box .bbx {
    position: relative;
    height: 7.6rem;
    display: flex;
    align-content: center;
  }
}
.aboth .box .bbx .imgbj {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .aboth .box .bbx .imgbj {
    width: 18rem;
  }
}
.aboth .box .bbx .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 14rem;
  height: 2.9rem;
}
@media (max-width: 991px) {
  .aboth .box .bbx .line {
    width: 10rem;
    height: 2.0714rem;
  }
}
@media (max-width: 767px) {
  .aboth .box .bbx .line {
    width: 14rem;
    height: 2.9rem;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
.aboth .box .bbx .line.on .line_box .line1 {
  animation: open-line1 5s forwards;
}
.aboth .box .bbx .line.on .line_box .line2 {
  animation: open-line1 5.4s forwards;
}
.aboth .box .bbx .line.on .txt .item:nth-child(2n) .txt_box {
  bottom: 1.05rem;
}
.aboth .box .bbx .line.on .txt .item .txt_box {
  top: 0.45rem;
  opacity: 1;
}
.aboth .box .bbx .line .line_box .line1 {
  position: absolute;
  top: 0;
  stroke-dashoffset: 1920;
  stroke-dasharray: 1920;
}
.aboth .box .bbx .line .line_box .line2 {
  position: absolute;
  top: 0.56rem;
  stroke-dashoffset: 1920;
  stroke-dasharray: 1920;
}
.aboth .box .bbx .line .txt .item {
  position: absolute;
}
.aboth .box .bbx .line .txt .item:nth-child(2n) .txt_box {
  top: auto;
  bottom: 1.45rem;
  flex-direction: column-reverse;
}
.aboth .box .bbx .line .txt .item:nth-child(2n) .txt_box .g_p {
  margin: 0 0 0.25rem 0;
}
.aboth .box .bbx .line .txt .item i {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.aboth .box .bbx .line .txt .item .txt_box {
  transition: all 1.5s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: 250px;
  text-align: center;
}
.aboth .box .bbx .line .txt .item .txt_box .year {
  font-weight: bold;
  color: #222;
}
.aboth .box .bbx .line .txt .item .txt_box .g_p {
  margin-top: 0.25rem;
}
.aboth .box .bbx .line .txt .item1 {
  top: 86%;
  left: 3%;
}
.aboth .box .bbx .line .txt .item2 {
  top: 87%;
  left: 17%;
}
.aboth .box .bbx .line .txt .item2 .txt_box {
  transition-delay: 0.3s;
}
.aboth .box .bbx .line .txt .item3 {
  top: 49%;
  left: 30%;
}
.aboth .box .bbx .line .txt .item3 .txt_box {
  transition-delay: 0.6s;
}
.aboth .box .bbx .line .txt .item4 {
  top: 67%;
  left: 44%;
}
.aboth .box .bbx .line .txt .item4 .txt_box {
  transition-delay: 0.9s;
}
.aboth .box .bbx .line .txt .item5 {
  top: 6%;
  left: 63%;
}
.aboth .box .bbx .line .txt .item5 .txt_box {
  transition-delay: 1.2s;
}
.aboth .box .bbx .line .txt .item6 {
  top: 36%;
  left: 78%;
}
.aboth .box .bbx .line .txt .item6 .txt_box {
  transition-delay: 1.5s;
}
.aboth .box .bbx .line .txt .item7 {
  top: 14%;
  left: 95%;
}
.aboth .box .bbx .line .txt .item7 .txt_box {
  transition-delay: 1.8s;
}
@keyframes open-line1 {
  0% {
    stroke-dashoffset: 1920;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.abofo {
  background: url(../images/about8.png) no-repeat;
  background-size: 100% ;
  background-position: bottom center;
  padding: 0.84rem 0 0.8rem;
}
@media (max-width: 767px) {
  .abofo {
    padding: 0.3rem 0 1.2rem;
  }
}
.abofo .container2 {
  margin-top: 0.65rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .abofo .container2 {
    flex-wrap: wrap;
  }
}
.abofo .container2 .item {
  width: calc(50% - 0.29rem);
  margin-bottom: 0.5rem;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px) {
  .abofo .container2 .item {
    width: 100%;
  }
}
.abofo .container2 .item .public-img:before {
  padding-top: 23.1884058%;
}
.abofo .container2 .item .txt {
  background: #fff;
  padding: 0.44rem 0.5rem;
}
.abofo .container2 .item .txt .g_h3 {
  margin-bottom: 0.27rem;
}
.abofo .container2 .item .txt .g_h3::after {
  content: '';
  width: 26px;
  height: 2px;
  background: #c7000b;
  display: block;
}
.abofo .container2 .item .txt .g_h3 h3 {
  padding: 0 0 0.22rem;
  font-weight: 900;
}
.abofo .container2 .item .txt .txt_add {
  display: flex;
  align-items: center;
}
.abofo .container2 .item .txt .txt_add svg {
  width: 0.2rem;
  height: auto;
  margin-right: 0.18rem;
  flex-shrink: 0;
}
.abofo .container2 .item .txt .txt_add svg path {
  fill: #141414;
}
.abofo .container2 .item .txt .txt_add p {
  color: #666;
}
.g_banner2 .txt .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.g_banner2 .txt .container h2 {
  font-size: 0.64rem;
}
.invon {
  padding: 1.3rem 0 1.2rem;
}
.invon .invon_t h2 {
  font-weight: bold;
  margin-bottom: 0.56rem;
  line-height: 1;
}
.invon .invon_t .box {
  margin-bottom: 0.96rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .invon .invon_t .box {
    flex-direction: column;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .invon .invon_t .box .left {
    margin-bottom: 0.8rem;
  }
}
.invon .invon_t .box .left span {
  display: block;
  margin-bottom: 0.05rem;
}
.invon .invon_t .box .left p {
  font-size: 1rem;
  line-height: 1;
  font-family: 'ava-med';
}
.invon .invon_t .box .right .g_t {
  margin-bottom: 0.35rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .invon .invon_t .box .right .g_t {
    flex-wrap: wrap;
  }
}
.invon .invon_t .box .right .g_t .item {
  min-width: 2rem;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .invon .invon_t .box .right .g_t .item {
    min-width: 50%;
    margin-bottom: 0.3rem;
  }
}
.invon .invon_t .box .right .g_t .item span {
  color: #666;
  display: block;
  margin-bottom: 0.05rem;
}
.invon .invon_t .box .right .g_t .item p {
  font-family: 'ava-med';
}
.invon .invon_t .box .right .g_tal p {
  color: #999;
}
.invon .invon_t .box .right .g_tal p span {
  color: #c7000b;
}
.invon .invon_box .invon_box_t {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.invon .invon_box .invon_box_t a {
  cursor: pointer;
  font-weight: bold;
  color: #999;
  margin-right: 1.05rem;
  padding-bottom: 0.18rem;
  border-bottom: 3px solid transparent;
  line-height: 1;
  transition: all 0.4s;
}
.invon .invon_box .invon_box_t a:hover {
  color: #333;
}
.invon .invon_box .invon_box_t a.on {
  color: #222;
  border-color: #c7000b;
}
.invon .invon_box .invon_con {
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #e8e8e8;
}
.invon .invon_box .invon_con a {
  width: 100%;
  padding: 0.36rem 0.46rem 0.36rem 0.12rem;
  border-top: 1px solid #e8e8e8;
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .invon .invon_box .invon_con a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.invon .invon_box .invon_con a:hover {
  border-color: #c7000b;
}
.invon .invon_box .invon_con a:hover .left p {
  color: #c7000b;
  left: 5px;
}
.invon .invon_box .invon_con a:hover .right p {
  color: #c7000b;
}
.invon .invon_box .invon_con a .left {
  max-width: 60%;
}
@media (max-width: 767px) {
  .invon .invon_box .invon_con a .left {
    max-width: 100%;
    margin-bottom: 0.1rem;
  }
}
.invon .invon_box .invon_con a .left p {
  position: relative;
  left: 0;
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.invon .invon_box .invon_con a .right {
  margin-left: 0.2rem;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 767px) {
  .invon .invon_box .invon_con a .right {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
}
.invon .invon_box .invon_con a .right span {
  color: #999;
  min-width: 3.5rem;
  margin-right: 0.2rem;
}
.invon .invon_box .invon_con a .right p {
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .nav_ljbox {
    justify-content: space-between;
  }
}
.g_newinfo .container2 {
  margin-bottom: 1.36rem;
  padding: 0.82rem 1.9rem 0 2.12rem;
}
@media (max-width: 1260px) {
  .g_newinfo .container2 {
    padding: 0.82rem 0 1.12rem;
  }
}
@media (max-width: 767px) {
  .g_newinfo .container2 {
    margin-bottom: 0.4rem;
  }
}
.g_newinfo .container2 .ret {
  margin: 0 0 0.34rem;
  display: flex;
  align-items: center;
}
.g_newinfo .container2 .ret:hover p {
  color: #c7000b;
}
.g_newinfo .container2 .ret:hover svg path {
  fill: #c7000b;
}
.g_newinfo .container2 .ret a {
  color: #c7000b;
}
.g_newinfo .container2 .ret p {
  color: #666;
}
.g_newinfo .container2 .ret svg {
  margin-left: 0.2rem;
  width: 6px;
  height: auto;
}
.g_newinfo .container2 .ret svg path {
  fill: #000;
}
.g_newinfo .container2 .tit {
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g_newinfo .container2 .tit .left {
  padding-bottom: 0.4rem;
}
.g_newinfo .container2 .tit .left h1 {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.g_newinfo .container2 .tit .left .time {
  display: flex;
  align-items: center;
}
.g_newinfo .container2 .tit .left .time .time_box {
  margin-right: 1.06rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .g_newinfo .container2 .tit .left .time .time_box {
    margin-right: 0.5rem;
  }
}
.g_newinfo .container2 .tit .left .time .time_box p {
  color: #666;
}
.g_newinfo .container2 .tit .left .time .time_box svg {
  margin-right: 0.13rem;
  width: 14px;
  height: auto;
}
@media (max-width: 767px) {
  .g_newinfo .container2 .tit .left .time .time_box svg {
    width: 12px;
  }
}
.g_newinfo .container2 .tit .left .time .time_box svg path {
  fill: #c5c6c8;
}
.g_newinfo .container2 .tit .right .g_fx {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g_newinfo .container2 .tit .right .g_fx svg {
  width: 34.78%;
  height: auto;
}
.g_newinfo .container2 .tit .right .g_fx svg path {
  fill: #000;
}
.g_newinfo .container2 .g_newinfo {
  padding-bottom: 0.48rem;
}
.g_newinfo .container2 .g_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.38rem;
  border-top: 1px solid #e5e5e5;
}
.g_newinfo .container2 .g_page .g_page_box {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.g_newinfo .container2 .g_page .g_page_box:hover p {
  color: #c7000b;
}
.g_newinfo .container2 .g_page .g_page_box:hover svg path {
  fill: #c7000b;
}
.g_newinfo .container2 .g_page .g_page_box p {
  transition: all 0.4s;
  color: #666;
}
.g_newinfo .container2 .g_page .g_page_box svg {
  margin-right: 0.2rem;
  width: 7px;
  height: auto;
}
.g_newinfo .container2 .g_page .g_page_box svg path {
  transition: all 0.4s;
  fill: #999999;
}
.g_newinfo .container2 .g_page .g_page_l svg {
  transform: rotate(180deg);
}
.g_newinfo .container2 .g_page .g_page_m svg {
  width: 0.16rem;
}
@media (max-width: 767px) {
  .g_newinfo .container2 .g_page .g_page_m svg {
    width: 0.26rem;
  }
}
.g_newinfo .container2 .g_page .g_page_r svg {
  margin: 0 0 0 0.2rem;
}
.g_btj {
  padding: 0.75rem 0 0.7rem;
}
.g_btj h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.g_btj .g_btj_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
  padding: 0.45rem 0 1.15rem;
}
.g_btj .g_btj_box a {
  width: 33.33%;
  padding: 0.15rem 0.15rem;
  display: flex;
  display: block;
  /* box-shadow: 0 0 0.2rem rgba(1, 1, 1, 0.05); */
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .g_btj .g_btj_box a {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.g_btj .g_btj_box a:hover {
  transform: translateY(-0.2rem);
}
.g_btj .g_btj_box a:hover .x-tp .public-img img {
  transform: scale(1.05);
}
.g_btj .g_btj_box a:hover .x-text .x-title {
  color: #c7000b;
}
.g_btj .g_btj_box a:hover .x-text .x-sp::before {
  width: 100%;
}
.g_btj .g_btj_box a:hover .x-text .x-sp i svg path {
  fill: #c7000b;
}
.g_btj .g_btj_box a .g_more {
  margin: 0.65rem 0 0;
  display: flex;
  align-items: center;
}
.g_btj .g_btj_box a .g_more p {
  color: #000;
}
.g_btj .g_btj_box a .g_more svg {
  margin-left: 0.1rem;
  width: 7px;
  height: auto;
}
@media (max-width: 767px) {
  .g_btj .g_btj_box a .g_more svg {
    width: 6px;
  }
}
.g_btj .g_btj_box a .g_more svg path {
  fill: #666;
}
.g_btj .g_btj_box a .x-tp {
  position: relative;
}
.g_btj .g_btj_box a .x-tp span {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0.01rem 0.1rem;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.g_btj .g_btj_box a .x-tp .public-img::before {
  padding-top: 52%;
}
.g_btj .g_btj_box a .x-text {
  background: #f6f8fa;
  padding: 0.35rem 0.4rem;
}
.g_btj .g_btj_box a .x-text .x-title {
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
}
.g_btj .g_btj_box a .x-text .x-p {
  color: #999999;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.g_btj .g_btj_box a .x-text .x-sp {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
.g_btj .g_btj_box a .x-text .x-sp::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #c7000b;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
}
.g_btj .g_btj_box a .x-text .x-sp i {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .g_btj .g_btj_box a .x-text .x-sp i {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.g_btj .g_btj_box a .x-text .x-sp i svg {
  width: 100%;
  height: 100%;
}
.g_btj .g_btj_box a .x-text .x-sp i svg path {
  fill: #ccc;
  transition: 0.4s ease-in-out;
}
.g_btj .g_btj_box a .x-text .x-sp span {
  color: #999999;
}
.g_btj .solbox {
  margin: 0.42rem 0 0.32rem;
}
.g_btj .solbox .item {
  width: calc((100% - 0.6rem)/3);
}
@media (max-width: 767px) {
  .g_btj .solbox .item {
    width: 100%;
  }
}
.g_btj .solbox .item:nth-child(4n) {
  margin-right: 0.3rem;
}
.g_btj .solbox .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .g_btj .solbox .item:nth-child(2n) {
    margin-right: 0.3rem;
  }
}
.g_banner3 {
  height: 5rem;
}
.g_banner3 .txt .container2 {
  align-items: flex-start;
}
.solon {
  padding: 0.3rem 0 0.7rem;
}
.solbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.solbox .item {
  width: calc((100% - 0.9rem)/4);
  margin: 0 0.3rem 0.3rem 0;
  background: #f9fafa;
  padding: 0.25rem 0.24rem 0.32rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .solbox .item {
    width: calc((100% - 0.3rem)/2);
  }
}
@media (max-width: 767px) {
  .solbox .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.solbox .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .solbox .item:nth-child(2n) {
    margin-right: 0;
  }
}
.solbox .item:hover {
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.solbox .item:hover .txt span {
  color: #c7000b;
}
.solbox .item .public-img {
  margin-bottom: 0.26rem;
}
.solbox .item .public-img:before {
  padding-top: 65.86206897%;
}
.solbox .item .txt h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: #000;
}
.solbox .item .txt p {
  color: #666;
  margin-bottom: 0.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 6em;
}
.solbox .item .txt span {
  color: #000;
  transition: all 0.4s;
}
.sinfo .sinfo_nav {
  position: sticky;
  background: #fff;
  z-index: 10;
  top: 130px;
  text-align: center;
  border-bottom: 1px solid #f3f6fa;
  /* border-bottom: 1px solid #e8e8e8; */
}
@media screen and (max-width: 991px) {
  .sinfo .sinfo_nav {
    top: 60px;
  }
}
.sinfo .sinfo_nav a {
  cursor: pointer;
  color: #999;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin: 0 0.36rem;
  position: relative;
  line-height: 1.1;
  height: 0.6rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .sinfo .sinfo_nav a {
    margin: 0 0.1rem;
    height: 0.8rem;
  }
}
.sinfo .sinfo_nav a:hover,
.sinfo .sinfo_nav a.on {
  color: #444;
}
.sinfo .sinfo_nav a:hover::before,
.sinfo .sinfo_nav a.on::before {
  width: 100%;
}
.sinfo .sinfo_nav a::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #c7000b;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s ease-in-out;
}
.sinfo_box .sinfoon .container2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.2rem 0 1.05rem;
}
@media (max-width: 991px) {
  .sinfo_box .sinfoon .container2 {
    flex-direction: column;
  }
}
.sinfo_box .sinfoon .container2 .left {
  width: 50%;
  padding-right: 0.78rem;
}
@media (max-width: 991px) {
  .sinfo_box .sinfoon .container2 .left {
    width: 100%;
    padding: 0;
  }
}
.sinfo_box .sinfoon .container2 .left h2 {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.15rem;
}
.sinfo_box .sinfoon .container2 .left p {
  line-height: 1.66;
}
.sinfo_box .sinfoon .container2 .left .l_lab {
  margin-top: 0.64rem;
}
.sinfo_box .sinfoon .container2 .left .l_lab .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.28rem;
}
.sinfo_box .sinfoon .container2 .left .l_lab .item img {
  width: 0.22rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .sinfo_box .sinfoon .container2 .left .l_lab .item img {
    width: 0.34rem;
  }
}
.sinfo_box .sinfoon .container2 .left .l_lab .item p {
  color: #000;
  font-weight: bold;
}
.sinfo_box .sinfoon .container2 .right {
  width: 50%;
  text-align: center;
}
@media (max-width: 991px) {
  .sinfo_box .sinfoon .container2 .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.sinfo_box .sinfoon .container2 .right .t_img {
  padding: 0.2rem 0.2rem 0 0.38rem;
}
.sinfo_box .sinfoon .container2 .right .b_vid {
  cursor: pointer;
  margin: 0.46rem auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sinfo_box .sinfoon .container2 .right .b_vid:hover .b_vid_on svg {
  width: 30%;
}
.sinfo_box .sinfoon .container2 .right .b_vid p {
  color: #222;
}
.sinfo_box .sinfoon .container2 .right .b_vid .b_vid_on {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #c7000b;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sinfo_box .sinfoon .container2 .right .b_vid .b_vid_on svg {
  transition: all 0.2s;
  width: 25%;
  height: auto;
}
.sinfo_box .sinfoon .container2 .right .b_vid .b_vid_on svg path {
  fill: #fff;
}
.sinfo_con_tit h2 {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.2rem;
}
.sinfo_con_tit p {
  color: #222;
}
.sinfotw {
  background: #f6f8fa;
  padding: 1.16rem 0 0.8rem;
}
.sinfotw .sinfotw_box {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sinfotw .sinfotw_box {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .sinfotw .sinfotw_box {
    flex-direction: column;
  }
}
.sinfotw .sinfotw_box .left {
  width: 32.14%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .sinfotw .sinfotw_box .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sinfotw .sinfotw_box .left {
    margin-bottom: 0.5rem;
  }
}
.sinfotw .sinfotw_box .left .public-img:before {
  padding-top: 66.66666667%;
}
.sinfotw .sinfotw_box .right {
  width: 100%;
  margin-left: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sinfotw .sinfotw_box .right {
    margin: 0;
  }
}
.sinfotw .sinfotw_box .right .item {
  width: calc((100% - 0.66rem)/2);
  margin-right: 0.66rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .sinfotw .sinfotw_box .right .item {
    width: 100%;
  }
}
.sinfotw .sinfotw_box .right .item:nth-child(2n) {
  margin-right: 0;
}
.sinfotw .sinfotw_box .right .item h3 {
  color: #222;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .sinfotw .sinfotw_box .right .item h3 {
    font-size: 0.32rem;
  }
}
.sinfotw .sinfotw_box .right .item p {
  color: #999;
  line-height: 1.66;
}
@media (max-width: 767px) {
  .sinfotw .sinfotw_box .right .item p {
    font-size: 0.28rem;
  }
}
.sinfoth {
  padding: 1.16rem 0 0.8rem;
}
.sinfoth .sinfotw_box {
  margin-top: 0.5rem;
}
.sinfofo {
  padding: 1.06rem 0 1rem;
  background: #f1f1f1;
}
.sinfofo .sinfofo_box {
  margin-top: 0.5rem;
}
.sinfofo .sinfofo_box .solbox {
  margin-bottom: 0;
}
.sinfofo .sinfofo_box .solbox .item {
  background: #fff;
  width: calc((100% - 0.6rem)/3);
}
@media (max-width: 767px) {
  .sinfofo .sinfofo_box .solbox .item {
    width: 100%;
  }
}
.sinfofo .sinfofo_box .solbox .item:nth-child(4n) {
  margin-right: 0.3rem;
}
.sinfofo .sinfofo_box .solbox .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .sinfofo .sinfofo_box .solbox .item:nth-child(2n) {
    margin-right: 0.3rem;
  }
}
.g_acti {
  padding-top: 0.9rem;
}
.g_acti .container2 {
  position: relative;
  /* box-shadow: 0 0 0.2rem rgba(1, 1, 1, 0.05); */
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-le .public-img img {
  transform: scale(1.05);
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-ri .x-title {
  color: #c7000b;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-ri .x-sp::before {
  width: 100%;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-ri .x-sp i svg path {
  /* fill: #c7000b; */
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-ri .g_more p {
  color: #c7000b;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-ri .g_more svg path {
  fill: #c7000b;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-le {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-le {
    width: 100%;
  }
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-le span {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0.01rem 0.1rem;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-le .public-img::before {
  padding-top: 62.5%;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri {
  background: #f6f8fa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 0.65rem 0.8rem 0 0.8rem;
}
@media (max-width: 991px) {
  .g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    width: 100%;
    padding: 0.4rem;
  }
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-title {
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.3em;
  transition: 0.4s ease-in-out;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-p {
  color: #666;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp {
  display: flex;
  align-items: center;
  padding-bottom: 0.35rem;
  /* border-bottom: 1px solid #e8e8e8; */
  position: relative;
  /* &::before{
                                content: "";
                                width: 0;
                                height: 1px;
                                background-color: #c7000b;
                                position: absolute;
                                left: 0;
                                bottom: 0;
                                transition: 0.4s ease-in-out;
                                @media @max-sm {
                                    display: none;
                                }
                            } */
}
@media (max-width: 1260px) {
  .g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 991px) {
  .g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp {
    padding-bottom: 0.2rem;
  }
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp i {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp i {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp i svg {
  width: 100%;
  height: 100%;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp i svg path {
  fill: #c5c6c8;
  transition: 0.4s ease-in-out;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp em {
  margin-right: 0.1rem;
  color: #666666;
  display: inline-block;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-sp span {
  color: #666666;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .g_more {
  margin: 0.1rem 0 0.54rem;
  display: flex;
  align-items: center;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .g_more p {
  color: #666;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .g_more svg {
  margin-left: 0.1rem;
  width: 6px;
  height: auto;
}
.g_acti .container2 .swiper-container .swiper-wrapper .swiper-slide .x-ri .g_more svg path {
  fill: #666;
}
.g_acti .container2 .swiper-container .x-but {
  display: flex;
  position: absolute;
  left: 55%;
  bottom: 0.6rem;
  z-index: 5;
}
@media (max-width: 991px) {
  .g_acti .container2 .swiper-container .x-but {
    display: none;
  }
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a,
.g_acti .container2 .swiper-container .x-but .hon_swi_b {
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  border: 2px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a:first-child,
.g_acti .container2 .swiper-container .x-but .hon_swi_b:first-child {
  margin-right: 0.2rem;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a:first-child .g_svg svg,
.g_acti .container2 .swiper-container .x-but .hon_swi_b:first-child .g_svg svg {
  transform: rotate(180deg);
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a:hover,
.g_acti .container2 .swiper-container .x-but .hon_swi_b:hover {
  border-color: #c7000b;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a:hover:after,
.g_acti .container2 .swiper-container .x-but .hon_swi_b:hover:after {
  left: 0;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a:hover .g_svg svg,
.g_acti .container2 .swiper-container .x-but .hon_swi_b:hover .g_svg svg {
  animation: mov1 0.8s 1 forwards;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a:hover .g_svg svg path,
.g_acti .container2 .swiper-container .x-but .hon_swi_b:hover .g_svg svg path {
  fill: #fff;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a:after,
.g_acti .container2 .swiper-container .x-but .hon_swi_b:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c7000b;
  z-index: 1;
  left: -100%;
  transition: all 0.4s;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a .g_svg,
.g_acti .container2 .swiper-container .x-but .hon_swi_b .g_svg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a .g_svg svg,
.g_acti .container2 .swiper-container .x-but .hon_swi_b .g_svg svg {
  width: 8px;
  height: auto;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.g_acti .container2 .swiper-container .x-but .hon_swi_a .g_svg svg path,
.g_acti .container2 .swiper-container .x-but .hon_swi_b .g_svg svg path {
  fill: #cccccc;
  transition: all 0.4s;
}
.g_acti .container2 .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: -0.5rem;
}
@media (max-width: 991px) {
  .g_acti .container2 .swiper-pagination {
    width: 100%;
    bottom: auto;
    top: 55%;
  }
}
@media (max-width: 767px) {
  .g_acti .container2 .swiper-pagination {
    top: 45%;
  }
}
.g_acti .container2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  /* border: 0.02rem solid #fff; */
  opacity: 1;
  margin: 0 0.07rem;
}
@media (max-width: 767px) {
  .g_acti .container2 .swiper-pagination .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.g_acti .container2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
  border-color: #000000;
}
.actitw {
  padding: 1.28rem 0 1.3rem;
}
.actitw .container2 .x-top {
  text-align: center;
  /* border-bottom: 1px solid #e8e8e8; */
}
.actitw .container2 .x-top a {
  color: #666666;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.36rem;
  padding-bottom: 0.18rem;
  position: relative;
  line-height: 1.1;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .actitw .container2 .x-top a {
    margin: 0 0.2rem;
  }
}
.actitw .container2 .x-top a:hover,
.actitw .container2 .x-top a.on {
  /* color: #c7000b; */
}
.actitw .container2 .x-top a:hover::before,
.actitw .container2 .x-top a.on::before {
  width: 100%;
}
.actitw .container2 .x-top a::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #c7000b;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s ease-in-out;
}
.actitw .container2 .actitw_box {
  margin: 0.6rem 0;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .actitw .container2 .actitw_box {
    padding-top: 0.3rem;
  }
}
.actitw .container2 .actitw_box .item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.4rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .actitw .container2 .actitw_box .item {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
.actitw .container2 .actitw_box .item:hover .left .public-img img {
  transform: scale(1.05);
}
.actitw .container2 .actitw_box .item:hover .right .txt_box h3 {
  color: #c7000b;
}
.actitw .container2 .actitw_box .item:hover .right .txt_b .g_more p {
  color: #c7000b;
}
.actitw .container2 .actitw_box .item:hover .right .txt_b .g_more svg path {
  fill: #c7000b;
}
.actitw .container2 .actitw_box .item .left {
  flex-shrink: 0;
  width: 21.43%;
}
@media (max-width: 991px) {
  .actitw .container2 .actitw_box .item .left {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .actitw .container2 .actitw_box .item .left {
    width: 100%;
  }
}
.actitw .container2 .actitw_box .item .left .public-img:before {
  padding-top: 68.33333333%;
}
.actitw .container2 .actitw_box .item .right {
  width: 78.57%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.1rem 0.5rem 0.12rem;
}
@media (max-width: 991px) {
  .actitw .container2 .actitw_box .item .right {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .actitw .container2 .actitw_box .item .right {
    width: 100%;
    padding: 0.3rem 0;
  }
}
.actitw .container2 .actitw_box .item .right .txt_box h3 {
  transition: all 0.4s;
  margin-bottom: 0.2rem;
  color: #222;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.actitw .container2 .actitw_box .item .right .txt_box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  color: #666;
}
.actitw .container2 .actitw_box .item .right .txt_b {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .actitw .container2 .actitw_box .item .right .txt_b {
    margin-top: 0.4rem;
  }
}
.actitw .container2 .actitw_box .item .right .txt_b .x-sp {
  display: flex;
  align-items: center;
  position: relative;
}
.actitw .container2 .actitw_box .item .right .txt_b .x-sp::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #c7000b;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
}
.actitw .container2 .actitw_box .item .right .txt_b .x-sp i {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .actitw .container2 .actitw_box .item .right .txt_b .x-sp i {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.actitw .container2 .actitw_box .item .right .txt_b .x-sp i svg {
  width: 100%;
  height: 100%;
}
.actitw .container2 .actitw_box .item .right .txt_b .x-sp i svg path {
  fill: #ccc;
  transition: 0.4s ease-in-out;
}
.actitw .container2 .actitw_box .item .right .txt_b .x-sp span {
  color: #666;
}
.actitw .container2 .actitw_box .item .right .txt_b .x-sp em {
  margin-right: 0.1rem;
  color: #666;
  display: inline-block;
}
.actitw .container2 .actitw_box .item .right .txt_b .g_more {
  display: flex;
  align-items: center;
}
.actitw .container2 .actitw_box .item .right .txt_b .g_more p {
  color: #666;
}
.actitw .container2 .actitw_box .item .right .txt_b .g_more svg {
  margin-left: 0.1rem;
  width: 7px;
  height: auto;
}
@media (max-width: 767px) {
  .actitw .container2 .actitw_box .item .right .txt_b .g_more svg {
    width: 6px;
  }
}
.actitw .container2 .actitw_box .item .right .txt_b .g_more svg path {
  fill: #666;
}
.case {
  padding: 0.72rem 0;
}
.case .sinfo_nav {
  text-align: center;
}
@media (max-width: 991px) {
  .case .sinfo_nav {
    display: flex;
    overflow: auto;
    justify-content: flex-start;
  }
}
.case .sinfo_nav a {
  cursor: pointer;
  color: #999;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin: 0 0.36rem;
  position: relative;
  line-height: 1.1;
  height: 0.6rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1260px) {
  .case .sinfo_nav a {
    margin: 0 0.1rem;
  }
}
@media (max-width: 991px) {
  .case .sinfo_nav a {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .case .sinfo_nav a {
    margin: 0 0.1rem;
    height: 0.8rem;
  }
}
.case .sinfo_nav a:hover,
.case .sinfo_nav a.on {
  color: #444;
}
.case .sinfo_nav a:hover::before,
.case .sinfo_nav a.on::before {
  width: 100%;
}
.case .sinfo_nav a::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #c7000b;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .case .sinfo_nav a::before {
    bottom: 0;
    height: 2px;
  }
}
.case .solbox {
  margin: 0.42rem 0 0.32rem;
}
.case .solbox .item {
  width: calc((100% - 0.6rem)/3);
}
@media (max-width: 767px) {
  .case .solbox .item {
    width: 100%;
  }
}
.case .solbox .item:nth-child(4n) {
  margin-right: 0.3rem;
}
.case .solbox .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .case .solbox .item:nth-child(2n) {
    margin-right: 0.3rem;
  }
}
.caseinfo .caseinfo_t {
  background: #f6f8fa;
}
.caseinfo .caseinfo_t .container2 {
  padding: 0 0.7rem;
  height: 3.28rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .caseinfo .caseinfo_t .container2 {
    width: 100%;
    padding: 0 3%;
  }
}
.caseinfo .caseinfo_t .container2 .g_t {
  background: #fff;
  height: 2.28rem;
  width: 100%;
}
.caseinfo .caseinfo_box {
  margin-top: -2.28rem;
}
.caseinfo .caseinfo_box .caseinfo_hz1 {
  padding: 0.8rem 1.5rem 1px;
  /* box-shadow: 0 0 0.4rem rgba(0,0,0,0.05); */
  position: relative;
}
.caseinfo .caseinfo_box .caseinfo_hz1::before {
  content: '';
  width: 11px;
  height: 100%;
  background: url(../images/bax_l.png);
  background-size: 100% 100%;
  right: 100%;
  top: 0;
  display: block;
  position: absolute;
}
.caseinfo .caseinfo_box .caseinfo_hz1::after {
  content: '';
  width: 11px;
  height: 100%;
  background: url(../images/bax_r.png);
  background-size: 100% 100%;
  left: 100%;
  top: 0;
  display: block;
  position: absolute;
}
.caseinfo .caseinfo_box .container2 {
  padding: 0 0.7rem 0;
}
@media (max-width: 767px) {
  .caseinfo .caseinfo_box .container2 {
    width: 100%;
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  .caseinfo .caseinfo_box .container2 {
    padding: 0.4rem 0;
  }
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .info_logo {
  margin-bottom: 0.25rem;
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .info_logo img {
  height: 0.56rem;
  width: auto;
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .caseinfo_h1 {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .caseinfo_h1 h1 {
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .caseinfo_h1 .right {
  position: relative;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .caseinfo_h1 .right .g_fx {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .caseinfo_h1 .right .g_fx svg {
  width: 34.78%;
  height: auto;
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .caseinfo_h1 .right .g_fx svg path {
  fill: #000;
}
.caseinfo .caseinfo_box .container2 .caseinfo_tit .caseinfo_h1 .right .ins_det_fxr_box {
  /* position: absolute;
							bottom: 0;
							right: 0; */
}
.caseinfo .caseinfo_box .container2 .public-content {
  padding: 0.35rem 0 0.4rem;
}
.caseinfo .caseinfo_box .container2 .g_page {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.38rem;
  border-top: 1px solid #e5e5e5;
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_box {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_box:hover p {
  color: #c7000b;
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_box:hover svg path {
  fill: #c7000b;
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_box p {
  transition: all 0.4s;
  color: #666;
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_box svg {
  margin-right: 0.2rem;
  width: 7px;
  height: auto;
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_box svg path {
  transition: all 0.4s;
  fill: #999999;
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_l svg {
  transform: rotate(180deg);
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_m svg {
  width: 0.16rem;
}
@media (max-width: 767px) {
  .caseinfo .caseinfo_box .container2 .g_page .g_page_m svg {
    width: 0.26rem;
  }
}
.caseinfo .caseinfo_box .container2 .g_page .g_page_r svg {
  margin: 0 0 0 0.2rem;
}
.g_down {
  padding: 0.72rem 0 0.6rem;
}
.g_down .sinfo_nav {
  text-align: center;
  /* @media @max-sm{
			display: flex;
			overflow: auto;
			justify-content: flex-start;
		} */
}
.g_down .sinfo_nav a {
  cursor: pointer;
  color: #999;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin: 0 0.36rem;
  position: relative;
  line-height: 1.1;
  height: 0.6rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1260px) {
  .g_down .sinfo_nav a {
    margin: 0 0.1rem;
  }
}
@media (max-width: 991px) {
  .g_down .sinfo_nav a {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .g_down .sinfo_nav a {
    margin: 0 0.1rem;
    height: 0.8rem;
  }
}
.g_down .sinfo_nav a.on {
  color: #444;
}
.g_down .sinfo_nav a.on::before {
  width: 100%;
}
.g_down .sinfo_nav a::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #c7000b;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .g_down .sinfo_nav a::before {
    bottom: 0;
    height: 2px;
  }
}
.g_down .g_down_box {
  padding: 0.6rem 0 0.7rem;
}
.g_down .g_down_box .g_down_tit {
  margin-bottom: 0.4rem;
}
.g_down .g_down_box .g_down_tit p {
  font-weight: bold;
  color: #222;
  margin-bottom: 0.18rem;
}
.g_down .g_down_box .g_down_tit span {
  color: #999;
}
.g_down .g_down_box .g_down_pro {
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
}
.g_down .g_down_box .g_down_pro .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.36rem 0;
  transition: all 0.4s;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
@media (max-width: 767px) {
  .g_down .g_down_box .g_down_pro .item {
    flex-direction: column;
  }
}
.g_down .g_down_box .g_down_pro .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: -1px;
  background: transparent;
  z-index: 1;
}
.g_down .g_down_box .g_down_pro .item:hover {
  color: #c7000b;
}
.g_down .g_down_box .g_down_pro .item:hover::after {
  /* background: #c7000b; */
}
.g_down .g_down_box .g_down_pro .item:hover .left p {
  color: #c7000b;
}
.g_down .g_down_box .g_down_pro .item .left {
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .g_down .g_down_box .g_down_pro .item .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.g_down .g_down_box .g_down_pro .item .left p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
.g_down .g_down_box .g_down_pro .item .left span {
  color: #999;
  margin-left: 0.2rem;
  width: 190px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .g_down .g_down_box .g_down_pro .item .left span {
    width: auto;
  }
}
.g_down .g_down_box .g_down_pro .item .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.68rem;
  width: 32.5%;
}
@media (max-width: 767px) {
  .g_down .g_down_box .g_down_pro .item .right {
    width: 100%;
    padding: 0;
  }
}
.g_down .g_down_box .g_down_pro .item .right span {
  color: #999;
}
.g_down .g_down_box .g_down_pro .item .right a {
  transition: all 0.4s;
  color: #999;
}
.g_down .g_down_box .g_down_pro .item .right a:hover {
  color: #c7000b;
}
.g_down .g_down_box .g_down_inf {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .g_down .g_down_box .g_down_inf {
    flex-direction: column;
  }
}
.g_down .g_down_box .g_down_inf .item {
  width: calc(50% - 0.5rem);
  padding: 0.4rem 0;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .g_down .g_down_box .g_down_inf .item {
    width: 100%;
  }
}
.g_down .g_down_box .g_down_inf .item:hover .txt .txt_t p {
  color: #c7000b;
}
.g_down .g_down_box .g_down_inf .item:nth-child(1),
.g_down .g_down_box .g_down_inf .item:nth-child(2) {
  border-top: 1px solid #e5e5e5;
}
.g_down .g_down_box .g_down_inf .item .public-img {
  flex-shrink: 0;
  width: 1.2rem;
}
@media (max-width: 767px) {
  .g_down .g_down_box .g_down_inf .item .public-img {
    width: 1.7rem;
  }
}
.g_down .g_down_box .g_down_inf .item .public-img:before {
  padding-top: 133.33333333%;
}
.g_down .g_down_box .g_down_inf .item .txt {
  margin-left: 0.38rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.g_down .g_down_box .g_down_inf .item .txt .txt_t a {
  cursor: pointer;
  display: block;
  color: #000;
  margin-bottom: 0.08rem;
}
.g_down .g_down_box .g_down_inf .item .txt .txt_t a p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 1.5em;
  transition: all 0.4s;
}
.g_down .g_down_box .g_down_inf .item .txt .txt_t span {
  color: #999;
}
.g_down .g_down_box .g_down_inf .item .txt .txt_a {
  cursor: pointer;
  color: #999;
  transition: all 0.4s;
}
.g_down .g_down_box .g_down_inf .item .txt .txt_a:hover {
  color: #c7000b;
}
.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.7);
  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: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.22rem;
  right: 0.22rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #ebebeb;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curtain1 .curtain_box .curtain_title .close_tc svg {
  width: 28%;
  height: auto;
}
.curtain1 .curtain_box .curtain_title .close_tc svg path {
  fill: #999999;
}
.curtain1 .curtain_box .downcur {
  width: 6.2rem;
  background: #fff;
  padding: 0.68rem 0.55rem 0.52rem 0.65rem;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .downcur {
    padding: 0.5rem 0.3rem;
  }
}
.curtain1 .curtain_box .downcur h2 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .downcur h2 {
    font-size: 0.28rem;
  }
}
.curtain1 .curtain_box .downcur form .inp .inp_box {
  margin-bottom: 0.2rem;
}
.curtain1 .curtain_box .downcur form .inp .inp_box p {
  margin-bottom: 0.12rem;
  font-weight: bold;
  color: #222;
}
.curtain1 .curtain_box .downcur form .inp .inp_box p span {
  color: #c7000b;
}
.curtain1 .curtain_box .downcur form .inp .inp_box input {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 100%;
  height: 0.5rem;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .downcur form .inp .inp_box input {
    height: 0.6rem;
  }
}
.curtain1 .curtain_box .downcur form .b_bri label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .downcur form .b_bri label p {
    font-size: 0.24rem;
  }
}
.curtain1 .curtain_box .downcur form .b_bri label p a {
  color: #c7000b;
}
.curtain1 .curtain_box .downcur form .b_bri label p a:hover {
  text-decoration: underline;
}
.curtain1 .curtain_box .downcur form button {
  border-radius: 4px;
  height: 0.5rem;
  width: 100%;
  margin-top: 0.28rem;
  background: #c7000b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .downcur form button {
    height: 0.6rem;
  }
}
.curtain1 .curtain_box .downcur form button:hover {
  opacity: 0.8;
}
/* 修改 checkbox 默认样式 */
.curtain1 .curtain_box .b_bri input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  margin-right: 0.1rem;
  outline: none;
  transition: background-color 0.3s;
}
.curtain1 .curtain_box .b_bri input[type="checkbox"]:not(:checked) {
  background-color: #fff;
}
.curtain1 .curtain_box .b_bri input[type="checkbox"]:checked {
  background-color: #c7000b;
  border: 1px solid #c7000b;
}
nav {
  height: auto;
}
@media (max-width: 991px) {
  nav .nav_pc {
    display: none;
  }
}
nav .nav_pc .nav_pc_t {
  background: #f0f0f0;
  height: 40px;
}
nav .nav_pc .nav_pc_t .container2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .nav_pc .nav_pc_t .container2 .g_r {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav .nav_pc .nav_pc_t .container2 .g_r a {
  transition: all 0.4s;
  height: 100%;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .nav_pc .nav_pc_t .container2 .g_r a:hover {
  /* background: #c7000b; */
  color: #c7000b;
}
nav .nav_pc .nav_pc_t .container2 .g_r a:last-child {
  cursor: pointer;
  margin-left: 0.28rem;
  background: #c7000b;
  color: #fff;
}
nav .nav_pc .nav_pc_t .container2 .g_r a:last-child:hover {
  color: #fff;
}
nav .nav_pc .nav_pc_b {
  position: relative;
  height: 90px;
  width: 100%;
}
nav .nav_pc .nav_pc_b .nav_pc_box {
  height: 100%;
  border-bottom: 1px solid #f0f0f0;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  position: relative;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l {
  /* margin-left: -0.3rem; */
  height: 100%;
  display: flex;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav {
  position: relative;
  height: 100%;
  padding: 0 0.22rem 0 0.29rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav:first-child {
  position: initial;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav.on {
  background: #c7000b;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav.on > p,
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav.on > a {
  color: #fff;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav.on > i > svg {
  transform: rotate(180deg);
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav.on > i > svg path {
  fill: #fff !important;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav > p,
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav > a {
  cursor: pointer;
  margin-right: 0.11rem;
  font-weight: bold;
  transition: all 0.4s;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav > i {
  display: flex;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav > i > svg {
  transition: all 0.4s;
  width: 9px;
  height: 4.5px;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav > i > svg path {
  transition: all 0.4s;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two {
  position: absolute;
  width: 100%;
  max-height: 85vh;
  /* margin-left: -0.6rem; */
  left: 0;
  top: calc(100% + 1px);
  background: #fff;
  display: none;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  /* @media screen and (max-width: 991px) {
									height: calc(100vh - 60px);
								} */
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .nav_pc_box_two_ite {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box {
  display: flex;
  justify-content: space-between;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_l {
  width: 21.71%;
  padding: 0 0 1rem 0;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_l .g_navtw_l_box {
  height: 100%;
  padding-top: 0.3rem;
  border-right: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_l .g_navtw_l_box a {
  cursor: pointer;
  width: 100%;
  height: 0.64rem;
  /* padding-left: 0.4rem; */
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: all 0.4s;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_l .g_navtw_l_box a.on {
  background: #f6f8fa;
  color: #c7000b;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_l .g_navtw_l_box a.on svg {
  opacity: 1;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_l .g_navtw_l_box a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 9px;
  height: auto;
  opacity: 0;
  transition: all 0.4s;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_l .g_navtw_l_box a svg path {
  fill: #f6f8fa !important;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r {
  width: 78.29%;
  position: relative;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0.35rem 0.6rem 0;
  opacity: 0;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item.on {
  position: relative;
  opacity: 1;
  z-index: 10;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .t_all {
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .t_all svg {
  margin-left: 0.22rem;
  width: 6px;
  height: auto;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .t_all svg path {
  fill: #333 !important;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .item_box {
  max-height: 60vh;
  width: 100%;
  overflow: auto;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .item_box .item_con {
  margin-bottom: 0.3rem;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .item_box .item_con .item_h3 {
  color: #c7000b;
  font-weight: bold;
  margin-bottom: 0.14rem;
  display: inline-flex;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .item_box .item_con ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
  padding-left: 0.2rem;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .item_box .item_con ul li {
  width: 3rem;
  margin-bottom: 0.12rem;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw .g_navtw_box .g_navtw_r .item .item_box .item_con ul li a {
  color: #444;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw_bri {
  flex-shrink: 0;
  height: 0.64rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f8fa;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw_bri .g_l {
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw_bri .g_l .p1 {
  margin-right: 1.1rem;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw_bri .g_l .p2 {
  color: #666;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw_bri .g_r {
  width: 4.6rem;
  padding: 0 0.36rem;
  display: flex;
  align-items: center;
  background: #c7000b;
  height: 100%;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw_bri .g_r p {
  color: #fff;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw_bri .g_r svg {
  width: 6px;
  height: auto;
  margin-left: 0.2rem;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_l .g_nav .nav_pc_box_two .g_navtw_bri .g_r svg path {
  fill: #fff !important;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_r form {
  border: 1px solid #dfdfdf;
  height: 0.5rem;
  border-radius: 100px;
  padding: 0 0.2rem 0 0.17rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 3.34rem;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_r form input {
  width: 100%;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_r form button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 20px;
}
nav .nav_pc .nav_pc_b .nav_pc_box .container2 .nav_pc_box_r form button svg {
  width: 100%;
  height: auto;
}
nav .nav_pc .nav_pc_b .nav_pc_logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.62rem;
  left: 50%;
  transform: translateX(-50%);
}
nav .nav_pc .nav_pc_b .nav_pc_logo img {
  height: auto;
}
nav .nav_ljbox {
  display: none;
}
@media (max-width: 991px) {
  nav .nav_ljbox {
    display: flex;
    height: 60px;
    width: 100%;
    justify-content: space-between;
    padding: 0 5%;
  }
}
.seaon {
  padding: 1.2rem 0 0.6rem;
}
.seaon .container {
  padding: 0 2rem;
}
@media (max-width: 1260px) {
  .seaon .container {
    padding: 0;
  }
}
.seaon .container .g_tss {
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .seaon .container .g_tss {
    margin-bottom: 0.8rem;
  }
}
.seaon .container .g_tss form {
  background: #efeeef;
  margin-bottom: 0.15rem;
}
.seaon .container .g_tss form .g_form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .seaon .container .g_tss form .g_form {
    height: 0.8rem;
  }
}
.seaon .container .g_tss form .g_form input {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
}
.seaon .container .g_tss form .g_form button {
  width: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7000b;
}
@media (max-width: 767px) {
  .seaon .container .g_tss form .g_form button {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.seaon .container .g_tss form .g_form button svg {
  width: 39%;
  height: auto;
}
.seaon .container .g_tss form .g_form button svg path {
  fill: #fff;
}
.seaon .container .g_tss > p {
  color: #666;
}
.seaon .container .box .seaon_nav {
  margin-bottom: 0.55rem;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .seaon .container .box .seaon_nav {
    overflow: auto;
    border: none;
    margin-bottom: 0.8rem;
  }
}
.seaon .container .box .seaon_nav a {
  cursor: pointer;
  margin-right: 0.55rem;
  margin-bottom: -1px;
  padding-bottom: 0.22rem;
  color: #27272a;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .seaon .container .box .seaon_nav a {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.seaon .container .box .seaon_nav a.on {
  border-color: #c7000b;
  color: #c7000b;
}
.seaon .container .box .seaon_nav a span {
  margin-left: 0.08rem;
}
.seaon .container .box .seaon_nr h2 {
  /* font-family: "at-r"; */
  line-height: 1;
  margin-bottom: 0.34rem;
}
.seaon .container .box .seaon_nr .bbx .item {
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.seaon .container .box .seaon_nr .bbx .item:hover .right .txt h3 {
  color: #c7000b;
}
.seaon .container .box .seaon_nr .bbx .item:hover .right .public-a .zz-a span {
  color: #c7000b;
}
.seaon .container .box .seaon_nr .bbx .item:hover .left img {
  transform: scale(1.05);
}
.seaon .container .box .seaon_nr .bbx .item .left {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.seaon .container .box .seaon_nr .bbx .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seaon .container .box .seaon_nr .bbx .item .right {
  width: 100%;
  padding-left: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seaon .container .box .seaon_nr .bbx .item .right .txt {
  padding-bottom: 0.35rem;
  border-bottom: 1px dashed #999999;
}
@media (max-width: 991px) {
  .seaon .container .box .seaon_nr .bbx .item .right .txt {
    padding-bottom: 0.15rem;
  }
}
.seaon .container .box .seaon_nr .bbx .item .right .txt h3 {
  transition: all 0.4s;
  color: #27272a;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.seaon .container .box .seaon_nr .bbx .item .right .txt p {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .seaon .container .box .seaon_nr .bbx .item .right .txt p {
    font-size: 0.24rem;
  }
}
.seaon .container .box .seaon_nr .bbx .item .right .public-a {
  margin-top: 0.54rem;
}
@media (max-width: 991px) {
  .seaon .container .box .seaon_nr .bbx .item .right .public-a {
    margin-top: 0.3rem;
  }
}
.seaon .container .box .seaon_nr .bbx .item .right .public-a .zz-a span {
  transition: all 0.4s;
  color: #999;
}
@media (max-width: 767px) {
  .seaon .container .box .seaon_nr .bbx .item .right .public-a .zz-a span {
    font-size: 0.24rem;
  }
}
.seaon .container .box .seaon_nr .bbx .item .right .public-a .zz-a svg path {
  fill: #cdcdcd;
}
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#c-home-tips .c-wrap {
  margin: auto;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-home-tips .c-wrap > p {
  width: 70%;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
#c-home-tips .c-wrap .c-wrapr {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
#c-home-tips .c-wrap .c-wrapr a {
  width: 1.6rem;
  height: 0.54rem;
  padding: 0 10px;
  margin-left: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #c5000a;
  color: #c5000a;
  cursor: pointer;
}
#c-home-tips .c-wrap .c-wrapr a:hover {
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-wrapr a:last-child {
  background: #c5000a;
  color: #fff;
}
.ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box > p {
  margin-right: 0.05rem;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.3rem;
  height: 0.3rem;
  padding: 0;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 0 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: #d60c1c;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 55%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #fff;
  opacity: 1;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
.gpop {
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
  z-index: 100;
  display: none;
  /* background: #fff; */
  /* border-radius: 60px; */
  /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
}
@media (max-width: 767px) {
  .gpop {
    right: 10px;
  }
}
.gpop > * {
  transition: all 0.6s;
}
.gpop .gpop_t {
  border-radius: 3px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);
}
.gpop .pop_a {
  width: 72px;
  height: 72px;
  position: relative;
  display: block;
  padding: 2px;
  background: #fff;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 7px; */
  /* margin-bottom: 20px; */
}
@media (max-width: 767px) {
  .gpop .pop_a {
    width: 42px;
    height: 42px;
  }
}
.gpop .pop_a .pop_a_box {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.6s;
}
.gpop .pop_a.on .pop_a_box {
  background: #c5000a;
}
.gpop .pop_a.on .pop_text {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.gpop .pop_a.on .pop_a_img svg path {
  fill: #fff;
}
.gpop .pop_a.on .pop_a_img p {
  color: #fff;
}
.gpop .pop_a img {
  z-index: 100;
}
.gpop .pop_a .pop_a_img {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.gpop .pop_a .pop_a_img svg {
  width: auto;
  height: 20px;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img svg {
    height: 14px;
  }
}
.gpop .pop_a .pop_a_img svg path {
  /* fill: #969696; */
}
.gpop .pop_a .pop_a_img p {
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img p {
    display: none;
  }
}
.gpop .pop_a .pop_text {
  position: absolute;
  top: 50%;
  right: 130%;
  background: #fff;
  padding: 0.15rem 0.3rem;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text {
    /* width: 220px; */
  }
}
.gpop .pop_a .pop_text p {
  color: #999;
  margin-top: 0.15rem;
  white-space: nowrap;
}
.gpop .pop_a .pop_text img {
  height: 1.4rem;
  width: 1.4rem;
  /* margin-right: 0.1rem; */
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text img {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.gpop .pop_a .pop_text::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-top-color: #fff;
  -webkit-transform: rotate(-90deg);
}
.gpop .cur4 {
  margin-top: 0.2rem;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);
}
.curtain_no2 .curtain_box .downcur form .inp .inp_box {
  display: flex;
  align-items: center;
}
.curtain_no2 .curtain_box .downcur form .inp .inp_box p {
  margin-bottom: 0;
  width: 6em;
  flex-shrink: 0;
  text-align: right;
  margin-right: 1em;
}
