@charset "utf-8";
:root {
  --color: #ee2316;
  --vh: 100vh;
}
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
/* 字体引用 */
@font-face {
  font-family: 'font-r';
  src: url(../font/Cabin-Regular-1.ttf);
}
@font-face {
  font-family: 'font-b';
  src: url(../font/Cabin-Bold-4.ttf);
}
@font-face {
  font-family: 'font-m';
  src: url(../font/MontserratAlternates-Regular-17.otf);
}
@font-face {
  font-family: 'font-sb';
  src: url(../font/Cabin-SemiBold-2.ttf);
}
.font-r {
  font-family: 'font-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: 'font-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-m {
  font-family: 'font-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-sb {
  font-family: 'font-sb', '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: #ee2316;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #ee2316;
}
* {
  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;*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  /*height: 1px;*/
  height: 8px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  /*
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ee2316;*/
  border-radius: 6px;
  border-width: 1px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #cecece;
  border-style: solid;
  border-color: #fff;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  /*background: #ededed;*/
  background: #ffffff;
}
.capital_pop,
.ggr_down,
.pub_a,
.pub_arz,
.public-btn,
.morefa,
.g_down_box {
  cursor: pointer;
}
/* 按钮父容器：水平排列 + 两端对齐 */
.button-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  /* 根据实际间距调整 */
  padding: 0 0.29rem 0 0.29rem;
}
.button-wrapper p {
  font-size: 14px;
}
.button-wrapper .pp {
  font-size: 12px;
}
/* 按钮父容器：水平排列 + 两端对齐 */
.button-wrapperaws {
  text-align: center;
  margin-top: 0.4rem;
  justify-content: start;
  margin-top: 0.8rem;
  /* 根据实际间距调整 */
  padding: 0;
}
.button-wrapperaws p {
  font-size: 16px;
}
.g_a1 > a,
.g_a2 > a,
.cn5 > a,
.cn6 .itembox > a,
.cn2 > a,
.g_con5_zy > a {
  cursor: pointer;
}
.morenavl {
	cursor: pointer !important;
}
.a_not {
    pointer-events: none;
  cursor: default !important;
}
.a_not:hover {
  top: 0 !important;
  background: none !important;
}
.a_not:hover p {
  color: #333 !important;
  opacity: 0.3 !important;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
  .pro_nav_fo .g_erbox .ggr {
    /*overflow: hidden !important;*/
    height: 6.8rem !important;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
  .pro_nav_fo .g_erbox .ggr {
    /* overflow: hidden !important;*/
    height: 8.9rem !important;
  }
}
@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: 1260px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
  .crmtw .box img {
  width: 100% !important;
 
}
}
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;
}
.container {
  margin: 0 auto;
  width: 86%;
 /* max-width: 1400px;*/
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 86%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 86%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    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: #ee2316;
}
.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.14rem;
  min-width: 1rem;
  height: 0.4rem;
  border: 1px solid #ee2316;
  color: #ee2316;
}
.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% !important;
  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: #ee2316;
}
#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: #ee2316;
}
#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: #ee2316;
}
#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: #ee2316;
  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: #ee2316;
}
#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: #ee2316 !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: #ee2316;
}
#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: #ee2316 !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: #ee2316;
  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: #ee2316;
}
#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: #ee2316;
  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: #ee2316;
}
#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: #ee2316;
}
#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: #ee2316;
}
#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: #ee2316;
}
@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: #ee2316;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/* 自己的公共样式 */
/*过渡*/
.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;
  }
}
.g_xs {
  display: block !important;
}
.g_yc {
  display: none !important;
}
@media (max-width: 767px) {
  .g_xs {
    display: none !important;
  }
  .g_yc {
    display: block !important;
  }
}
.g_xs2 {
  display: inline-flex !important;
}
.g_yc2 {
  display: none !important;
}
@media (max-width: 767px) {
  .g_xs2 {
    display: none !important;
  }
  .g_yc2 {
    display: inline-flex !important;
  }
  .g_pc {
    display: none !important;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* 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 {
  height: 88px;
  width: 100%;
  background: #fff;
}
.gw2 {
  background: #000;
}
@media screen and (max-width: 1440px) {
  .gw {
    height: 60px;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.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: 36px;
  }
  .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 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: none;
  /* show_nav 子页面导航class */
  /* nav_on 导航不在顶部后移入加上移除去掉的class */
  /* nav_on2 导航不在顶部后固定的class */
}
nav.show_nav {
  background: #fff;
}
nav.show_nav .nav_top {
  background: none;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_top {
    background: #0066cc;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .yc {
    display: none;
  }
}
nav.show_nav svg path {
  fill: #333 !important;
}
nav.show_nav .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.show_nav .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.show_nav .nav_ljbox .nav_l_box .nav > ul > li > a > p {
  color: #333 !important;
}
nav.show_nav .nav_ljbox .nav_l_box .nav > ul > li > a svg path {
  fill: #333 !important;
}
nav.show_nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p {
  color: #ee2316 !important;
}
nav.show_nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p::after {
  background: #ee2316 !important;
}
nav.show_nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a svg path {
  fill: #ee2316 !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box {
  /* 语言 */
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: #ee2316;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
    color: #ee2316;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a2 {
  border-color: #ee2316;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a2 p {
  color: #ee2316;
}
nav.nav_on,
nav.nav_on2 {
  background: #fff !important;
}
nav.nav_on svg path,
nav.nav_on2 svg path {
  fill: #333 !important;
}
nav.nav_on .nav_top,
nav.nav_on2 .nav_top {
  background: #ee2316;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .xs,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .yc,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.nav_on .nav_ljbox .nav_l_box .nav > ul > li > a > p,
nav.nav_on2 .nav_ljbox .nav_l_box .nav > ul > li > a > p {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_l_box .nav > ul > li > a svg path,
nav.nav_on2 .nav_ljbox .nav_l_box .nav > ul > li > a svg path {
  fill: #333 !important;
}
nav.nav_on .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p,
nav.nav_on2 .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p {
  color: #ee2316 !important;
}
nav.nav_on .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p::after,
nav.nav_on2 .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p::after {
  background: #ee2316 !important;
}
nav.nav_on .nav_ljbox .nav_l_box .nav > ul > li:hover > a svg path,
nav.nav_on2 .nav_ljbox .nav_l_box .nav > ul > li:hover > a svg path {
  fill: #ee2316 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > p {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a svg path {
  fill: #ee2316 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a > p {
  color: #ee2316 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a > p::after,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a > p::after {
  background: #ee2316 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a svg path {
  fill: #ee2316 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box {
  /* 语言 */
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #ee2316;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #ee2316;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #333;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a2,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a2 {
  border-color: #ee2316;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a2 p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a2 p {
  color: #ee2316;
}
@media (max-width: 1260px) {
  nav.nav_on #g-header .c-switch i,
  nav.nav_on2 #g-header .c-switch i {
    background: #333;
  }
}
@media (max-width: 1260px) {
  nav {
    background: #fff;
    position: fixed;
  }
  nav .nav_top {
    background: none;
  }
  nav svg path {
    fill: #333 !important;
  }
  nav .nav_ljbox .nav_l_box .logo .xs {
    display: none;
  }
  nav .nav_ljbox .nav_l_box .logo .yc {
    display: block;
  }
  nav .nav_ljbox .nav_l_box .nav > ul > li > a > p {
    color: #333 !important;
  }
  nav .nav_ljbox .nav_l_box .nav > ul > li > a svg path {
    fill: #333 !important;
  }
  nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p {
    color: #ee2316 !important;
  }
  nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p::after {
    background: #ee2316 !important;
  }
  nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a svg path {
    fill: #ee2316 !important;
  }
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box {
    /* 语言 */
  }
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: #fff;
  }
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
    color: #fff;
  }
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
    color: #fff;
  }
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a2 {
    border-color: #ee2316 !important;
  }
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a2 p {
    color: #ee2316 !important;
  }
}
@media (max-width: 1260px) and (max-width: 1260px) {
  nav .nav_top {
    background: #0066cc;
  }
}
@media (max-width: 1260px) and (max-width: 1260px) {
  nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) and (max-width: 1260px) {
  nav .yc {
    display: none;
  }
}
@media (max-width: 1260px) and (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: #ee2316;
  }
}
@media (max-width: 1260px) and (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
    color: #ee2316;
  }
}
nav .nav_top {
  transition: all 0.4s;
  background: #ee2316;
  height: 40px;
}
nav .nav_top .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav .nav_top .container a {
  color: #fff;
  margin-left: 0.4rem;
}
nav .nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 88px;
  margin: auto;
  /* logo */
  /* 导航右侧 */
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox {
    height: 60px;
  }
}
@media (max-width: 1260px) {
  nav .nav_ljbox {
    width: 100%;
    padding: 0 5%;
  }
}
nav .nav_ljbox .nav_l_box {
  height: 100%;
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_l_box .logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 0.3rem;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo .xs {
    display: none;
  }
  nav .nav_ljbox .nav_l_box .logo .yc {
    display: block;
  }
}
nav .nav_ljbox .nav_l_box .logo img {
  width: 1.56rem;
  height: auto;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img {
    width: 1.5rem;
  }
}
nav .nav_ljbox .nav_l_box .logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_l_box .nav {
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .nav {
    display: none;
  }
}
nav .nav_ljbox .nav_l_box .nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_l_box .nav > ul > li {
  height: 100%;
  position: relative;
}
nav .nav_ljbox .nav_l_box .nav > ul > li.on2 {
  position: initial;
}
nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p,
nav .nav_ljbox .nav_l_box .nav > ul > li.on > a > p {
  color: #ee2316 !important;
}
nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a > p::after,
nav .nav_ljbox .nav_l_box .nav > ul > li.on > a > p::after {
  width: 0.3rem;
  background: #ee2316;
}
nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a svg path,
nav .nav_ljbox .nav_l_box .nav > ul > li.on > a svg path {
  fill: #333 !important;
}
nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a .xs,
nav .nav_ljbox .nav_l_box .nav > ul > li.on > a .xs {
  display: none;
}
nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a .yc,
nav .nav_ljbox .nav_l_box .nav > ul > li.on > a .yc {
  display: block;
}
nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a .img1,
nav .nav_ljbox .nav_l_box .nav > ul > li.on > a .img1 {
  display: none !important;
}
nav .nav_ljbox .nav_l_box .nav > ul > li:hover > a .img2,
nav .nav_ljbox .nav_l_box .nav > ul > li.on > a .img2 {
  display: block !important;
}
nav .nav_ljbox .nav_l_box .nav > ul > li > a {
  color: #fff;
  margin: 0 0.18rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .nav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .nav > ul > li > a {
    margin: 0 0.1rem;
    color: #333;
  }
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_l_box .nav > ul > li > a {
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_l_box .nav > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
}
nav .nav_ljbox .nav_l_box .nav > ul > li > a > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_l_box .nav > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
nav .nav_ljbox .nav_l_box .nav > ul > li > a .img2 {
  display: none;
}
nav .nav_ljbox .nav_l_box .nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
nav .nav_ljbox .nav_l_box .nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: #333;
  transform: translateX(-50%);
}
nav .nav_ljbox .nav_r_box {
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box {
    display: flex;
  }
}
nav .nav_ljbox .nav_r_box .nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  /* 导航右边内容 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box {
  height: 100%;
  display: flex;
  align-items: center;
  /* 语言 */
  /* 搜索 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl {
  margin: 0 0.43rem 0 0.73rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan {
  margin-right: 0.26rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan > svg {
  margin-right: 0.19rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box svg {
  flex-shrink: 0;
  width: 6px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .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 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #ee2316;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search {
  position: relative;
  /* background: #fff; */
  /* border-radius: 5px; */
  padding: 0 0 0 0.22rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #a7a9ab;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search .nav_search_a {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search .nav_search_a svg {
  width: 15px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search .nav_search_a svg path {
  fill: #333;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search form button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search form button svg {
  margin-right: 0.1rem;
  width: 15px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search form button svg path {
  fill: #999;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search form input {
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wlj {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wlj a:hover svg path {
  fill: #ee2316 !important;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wlj {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wlj a {
  display: flex;
  align-items: center;
  margin-left: 0.18rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wlj a svg {
  width: 0.24rem;
  height: 0.24rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wlj a svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a {
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 0.2rem;
  height: 0.4rem;
  min-width: 1.1rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1460px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a {
    height: 0.6rem;
    padding: 0 0.34rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a p {
  color: #fff;
  font-weight: bold;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_a .nav_a1 {
  border: none;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
/* 导航各种效果 */
.nav1_none {
  top: -88px !important;
}
.nav2_none {
  top: 88px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #f8f8f8;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0 6px 29px rgba(211, 211, 211, 0.08);
  padding: 10px 0;
  display: none;
  width: auto;
  white-space: nowrap;
}
.pro_navnav {
  background: #ffffff;
}
.pro_nav2 > a {
  min-height: 0.6rem;
  padding: 0.07rem 0.2rem 0.07rem 0.3rem;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 5px 10px;
  border-radius: 0.15rem;
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  background: #fff;
}
.pro_navnav > a:hover {
  background: #FFF1F0;
  color: #ed2315;
}
.pro_nav3 {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh);
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
}
.pro_nav3 .pro_nav3_tnav {
  height: 80px;
  background: #f8fafb;
}
@media (max-width: 1580px) {
  .pro_nav3 .pro_nav3_tnav {
    behavior: 60px;
  }
}
.pro_nav3 .pro_nav3_tnav .container2 {
  position: relative;
  height: 100%;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.04rem;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del svg {
  width: 14px;
  height: auto;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del svg path {
  fill: #666666;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox {
  height: 100%;
  display: flex;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item {
  cursor: pointer;
  margin-right: 0.58rem;
  display: flex;
  align-items: center;
  position: relative;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item.on::after {
  opacity: 1;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item.on p {
  color: #ee2316;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ee2316;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item svg {
  width: 20px;
  margin-right: 0.08rem;
  height: auto;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item svg path {
  fill: #ee2316 !important;
}
.pro_nav3 .pro_nav3_box {
  height: calc(100% - 80px - 80px);
}
.pro_nav3 .pro_nav3_box .conItem_tw {
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: wrap;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item {
  margin: 0 0.3rem 0.3rem 0;
  width: calc((100% - 0.9rem)/4);
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:nth-child(4n) {
  margin-right: 0;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:hover .public-img img {
  transform: scale(1.05);
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:hover .txt h4 {
  color: #ee2316;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .public-img {
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .public-img:before {
  padding-top: 57.46031746%;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .txt h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_box .boxItem {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: auto;
}
.pro_nav3 .pro_nav3_box .boxItem li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.36rem 0.1rem 0.3rem 0;
  width: calc(100%/6);
}
.pro_nav3 .pro_nav3_box .boxItem li .g_tit {
  margin-bottom: 0.18rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.1rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #f8fafb;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  margin-right: 0.15rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt {
  width: calc(100% - 60px);
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 {
  display: flex;
  align-items: center;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-right: 0.08rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 span {
  font-size: 12px;
  color: #ee2316;
  border: 1px solid #ee2316;
  border-radius: 10px;
  padding: 0 4px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt p {
  color: #999;
  font-size: 12px;
}
.pro_nav3 .pro_nav3_all {
  cursor: pointer;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #ddd;
}
.pro_nav3 .pro_nav3_all svg {
  margin-left: 0.1rem;
}
.pro_nav3 .pro_nav3_all svg path {
  fill: #e0e0e0 !important;
}
/* 移动端导航 */
#g-header {
  display: none;
}
@media (max-width: 1260px) {
  #g-header {
    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-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 100px;
  height: calc(var(--vh) - 100px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 {
    height: calc(var(--vh) - 60px);
    top: 60px;
  }
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  #g-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#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 img,
#g-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: auto;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 12px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 9px;
  }
}
#g-header .c-nav2 li .c-title-box img path,
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#g-header .c-nav2 li .c-title-box.on img,
#g-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#g-header .c-nav2 li .c-title-box i {
  display: flex;
  height: 50px;
  width: 40px;
  flex-shrink: 0;
  justify-content: flex-end;
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 100%;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li a:hover,
#g-header .c-nav2 li.on > a {
  color: #ee2316;
}
#g-header .c-nav2 li ul {
  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;
}
@media (max-width: 1260px) {
  #g-header .c-switch i {
    background: #333;
  }
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.c-open #g-header .c-nav2 .c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-open #g-header .c-nav2 .c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
#g-header .c-nav2 li.on .c-title-box i svg{
    transform: rotate(-90deg);
}
.gnav-two .gnav-two-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gnav-two .gnav-two-box i{
    display: flex;
    height: 50px;
    width: 40px;
    flex-shrink: 0;
    justify-content: flex-end;
}
.gnav-two .gnav-two-box.on i svg{
    transform: rotate(-90deg);
}
.gnav-two .gnav-two-box a{
    color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.gnav-two .gnav-two-box svg {
  margin-left: 0.05rem;
  width: 9px;
  height: auto;;
}
.gnav-two .gnav-two-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
.gnav-three{
    display: none;
    padding-left: 30px;
    line-height: 30px;
    color: #999 !important;
}
.gnav-three a{
    color: #999 !important;
}


.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* banner */
@media (max-width: 1260px) {
  .h_banner {
    margin-top: 60px;
    height: calc(var(--vh) - 60px);
  }
}
@media (max-width: 1260px) {
  .h_banner .h_banner_swi {
    height: 100%;
  }
}
.h_banner .swiper-slide {
  overflow: hidden;
}
.h_banner .h_b_box {
  position: relative;
  width: 100%;
  height: var(--vh);
}
@media (max-width: 1260px) {
  .h_banner .h_b_box {
    height: calc(var(--vh) - 60px);
  }
}
@media (max-width: 767px) {
  .h_banner .h_b_box {
    height: 100%;
  }
}
.h_banner .h_b_box .h_b_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_banner .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.6rem;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p2 {
  margin-top: 0.15rem;
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .container .public-btn {
  margin-top: 0.56rem;
}
.h_banner .home_pag {
  bottom: 0.66rem;
}
.h_banner .home_pag .swiper-pagination-bullet {
  min-width: 1.8rem;
  height: auto;
  color: #fff;
  background: none;
  border-radius: 0;
  opacity: 1;
  padding-top: 0.16rem;
  position: relative;
  margin: 0 0.1rem;
}
.h_banner .home_pag .swiper-pagination-bullet span {
  opacity: 0.64;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet span {
    font-size: 0.24rem;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::after {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0s;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::before {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet-active span {
  opacity: 1;
}
.h_banner .home_pag .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5.8s;
}
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_b_img .img1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.h_b_img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* 网站地图 */
.g-mapon {
  padding: 1.1rem 0 3.14rem;
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  background: #fff;
  margin-top: 0.1rem;
}
.g-mapon .box .item {
  display: flex;
  padding: 0.45rem 0 0.3rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    flex-direction: column;
  }
}
.g-mapon .box .item a:hover {
  color: #652C0B !important;
}
.g-mapon .box .item .g-la {
  font-weight: bold;
  width: 2.5rem;
  margin-bottom: 0.15rem;
  flex-shrink: 0;
  color: #231815;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.g-mapon .box .item .g-twa a {
  min-width: 1.8rem;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  padding-right: 0.2rem;
  color: #000;
}
/* 免责声明 */
.g-pri {
  padding: 1.1rem 0 3rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
/* 开始 */
@keyframes mov1 {
  0% {
    transform: translate3d(0px, -30px, 0px);
  }
  50% {
    transform: translate3d(0px, 0, 0px);
  }
  100% {
    transform: translate3d(0px, -30px, 0px);
  }
}
@media (max-width: 991px) {
  @keyframes mov1 {
    0% {
      transform: translate3d(0px, -10px, 0px);
    }
    50% {
      transform: translate3d(0px, 0, 0px);
    }
    100% {
      transform: translate3d(0px, -10px, 0px);
    }
  }
}
.public-btn {
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  height: 0.48rem;
  min-width: 1.38rem;
  padding: 0 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media screen and (max-width: 1460px) {
  .public-btn {
    height: 0.6rem;
    padding: 0 0.34rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.public-btn:hover {
  opacity: 0.8;
}
.public-btn p {
  position: relative;
  z-index: 20;
  color: #fff;
  font-weight: bold;
}
.public-btn2 {
  border: none;
}
.public-btn2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
.public-btn2:hover {
  opacity: 1;
}
.public-btn2:hover::after {
  opacity: 0.8;
}
.public-btn8 {
  border: none;
}
.public-btn8::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
.public-btn8:hover {
  opacity: 1;
}
.public-btn8:hover::after {
  opacity: 0.8;
}
.public-btn3 {
  border-color: #333;
}
.public-btn3 p {
  color: #333;
}
.homeon {
  padding: 2.14rem 0 1.9rem;
  background: url(../images/home_bj.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.homeonindex {
/*  background-color: #e3ebfe;*/
}
.homeon .tit {
  color: #fff;
  text-align: center;
}
.homeon .tit h1 {
  margin-bottom: 0.55rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homeon .tit h1 .span1 {
  margin-bottom: 0.18rem;
  line-height: 1;
  font-size: 0.72rem;
}
@media (max-width: 767px) {
  .homeon .tit h1 .span1 {
    font-size: 0.6rem;
  }
}
.homeon .tit h1 .span2 {
  line-height: 1;
}
@media (max-width: 767px) {
  .homeon .tit h1 .span2 {
    font-size: 0.4rem;
  }
}
.homeon .tit .tit_a .public-btn {
  margin: 0 0.1rem;
}
.homeon .homeon_video {
  width: 100%;
  margin-top: 0rem;
  position: relative;
}
.homeon .homeon_video .swiper-container {
  width: 74%;
  /*height: 5.8rem;*/
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .homeon .homeon_video .swiper-container {
    width: 100%;
    /*height: 4.8rem;*/
  }
}
.homeon .homeon_video .homeon_video_img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}
.homeon .homeon_video .homeon_video_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
   
}
.homeon .homeon_video .homeon_video_img:before {
  padding-top: 56.383%;
}
.homeon .homeon_video .homeon_video_con {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.homeon .homeon_video .homeon_video_con .homeon_video_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.homeon .homeon_video .homeon_video_con .homeon_video_box video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homeon .homeon_video .homeon_video_con .homeon_video_box:before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 56.383%;
}
.homeon .homeon_video .homeon_video_con .video_on {
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.homeon .homeon_video .homeon_video_con .video_on svg {
  width: 0.22rem;
  height: auto;
}
.homeon .homeon_video .homeon_video_con .video_on svg path {
  fill: #fff;
}
.awsfo .homeon_video_con .vio_on {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 4px solid #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .awsfo .homeon_video_con .vio_on {
    width: 0.96rem;
    height: 0.96rem;
  }
}
.awsfo .homeon_video_con .vio_on img {
  width: 27.27%;
  height: auto;
}
.awsse .homeon_video_con .vio_on {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 4px solid #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .awsse .homeon_video_con .vio_on {
    width: 0.96rem;
    height: 0.96rem;
  }
}
.awsse .homeon_video_con .vio_on img {
  width: 27.27%;
  height: auto;
}
@media (max-width: 767px) {
  .homeon .homeon_video .g_qie {
    display: none;
  }
}
.homeon .box {
  display: flex;
  margin-top: 0.62rem;
}
@media (max-width: 767px) {
  .homeon .box {
    flex-wrap: wrap;
  }
}
.homeon .box .item {
  border-radius: 6px;
  overflow: hidden;
  width: calc((100% - 0.6rem)/3);
  background: #1a1819;
  margin: 0 0.3rem 0 0;
  padding: 0.42rem 0.58rem 0.42rem 0.3rem;
  transition: all 0.4s;
}
.homeon .box .item:hover {
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
@media (max-width: 767px) {
  .homeon .box .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.homeon .box .item:nth-child(3n) {
  margin-right: 0;
}
.homeon .box .item .txt {
  margin-bottom: 0.44rem;
}
.homeon .box .item .txt p {
  line-height: 1.9;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 5.7em;
}
.homeon .box .item .g_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 0.38rem;
}
.homeonindex .box .item .g_logo {
  justify-content: space-between;
}
.homeon .box .item .g_logo img {
  object-fit: contain;
}
.more {
  display: inline-flex;
  align-items: center;
}
.more.more2 {
  color: #fff;
}
.more:hover svg {
  left: 5px;
}
.xzbpssy:hover svg {
  left: 0px;
}
.more p {
  font-weight: bold;
}
.more svg {
  position: relative;
  left: 0;
  margin-left: 0.12rem;
  transition: all 0.4s;
  width: 0.27rem;
  height: auto;
}
.button-wrapper .more svg {
  margin-left: 0rem;
}
.xzbpssy:hover svg {
  left: 0px;
}
.more svg path {
  fill: #ee2316;
}
.pub_title {
  text-align: center;
}
.solseindex  .pub_title {
  transform: skewY(2deg);
}
.pub_title.pub_title2 h2 {
  color: #fff;
}
.pub_title.pub_title2 p {
  color: #ffffff;
}
.pub_title h2 {
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 1460px) {
  .pub_title h2 {
    font-size: 48px;
  }
}
@media (max-width: 1260px) {
  .pub_title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .pub_title h2 {
    font-size: 0.4rem;
  }
  .pub_title h2.fadeInUpTitle {
    font-size: 0.3rem;
  }
  .pub_title h2 br {
    display: none;
  }
}
.pub_title p {
  padding: 0 1.17rem;
  margin-top: 0.25rem;
  line-height: 1.66;
  text-align: justify;
   text-align-last: center; 
}
.newtxt{
     text-align-last: left !important; 
}
@media screen and (max-width: 1460px) {
  .pub_title p {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .pub_title p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .pub_title p {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pub_title p {
    font-size: 0.28rem;
  }
  .pub_title p br {
    display: none;
  }
}
.hometw {
  padding: 1.15rem 0 0;
}
.hometw .pub_tc {
  position: relative;
  z-index: 10;
  margin-top: 0.5rem;
}
.hometw .box {
  margin-top: 0.5rem;
}
.hometw .box img {
  width: 100%;
  height: auto;
  margin: -0.3rem 0 -1.46rem;
}
.hometw .boxindex img {
  margin: 0;
}
@media (max-width: 767px) {
  .hometw .box img {
    margin: 0.3rem 0;
  }
}
.hometh {
  position: relative;
  z-index: 10;
  border-radius: 1.2rem 0 1.2rem 0;
  transform: skewY(-2deg);
  background: #131112;
}
.homethindex {
  margin-top: -2rem;
}
.hometh .hometh_t {
  padding-top: 1.85rem;
  height: 250vh;
  transform: skewY(2deg);
}
@media (max-width: 767px) {
  .hometh .hometh_t {
    height: auto;
  }
}
.hometh .hometh_t .hometh_t_box {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 767px) {
  .hometh .hometh_t .hometh_t_box {
    height: auto;
    position: relative;
  }
}
.hometh .hometh_t .hometh_t_box .hometh_t_bj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .g_tit {
  position: relative;
  z-index: 10;
  color: #fff;
  opacity: 0;
  text-align: center;
  transform: translateY(3rem);
}
@media (max-width: 767px) {
  .hometh .hometh_t .hometh_t_box .hometh_t_con .g_tit {
    padding: 0 5%;
    transform: translateY(0rem) !important;
    opacity: 1 !important;
  }
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .g_tit h2 {
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .g_tit p {
  opacity: 0;
}
@media (max-width: 767px) {
  .hometh .hometh_t .hometh_t_box .hometh_t_con .g_tit p {
    opacity: 0.5 !important;
  }
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr {
  margin-top: 0.92rem;
  display: flex;
  flex-wrap: wrap;
  width: 5.52rem;
  height: 5.52rem;
  transform: scale(0.3);
}
@media (max-width: 767px) {
  .hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr {
    transform: scale(1) !important;
    z-index: 0 !important;
  }
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item {
  width: calc(100%/3);
  height: calc(100%/3);
  position: relative;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item.on2 {
  z-index: 10;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item.on {
  z-index: 20;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item.on .item_box {
  transform: translate(-50%, -50%) scale(1.195);
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(2n) {
  overflow: hidden;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(1) .item_box {
  background: #ffafb9;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(2) .item_box {
  background: #f86349;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(3) .item_box {
  background: #f02d39;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(4) .item_box {
  background: #fc738e;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(5) .item_box {
  background: #ea4782;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(6) .item_box {
  background: #ca1b5e;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(7) .item_box {
  background: #c65ad3;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(8) .item_box {
  background: #a04395;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item:nth-child(9) .item_box {
  background: #8a2a8b;
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item .item_box {
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item .item_box {
    text-align: center;
  }
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item .item_box p {
  opacity: 0;
}
@media (max-width: 1580px) {
  .hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item .item_box p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item .item_box p {
    opacity: 1 !important;
    font-size: 0.32rem;
  }
}
.hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item .item_box span {
  opacity: 0;
}
@media (max-width: 1580px) {
  .hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item .item_box span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hometh .hometh_t .hometh_t_box .hometh_t_con .hometh_t_nr .item .item_box span {
    font-size: 0.24rem;
    opacity: 1 !important;
  }
}
.hometh .hometh_box {
  padding-bottom: 1.9rem;
  margin-top: 0.6rem;
  transform: skewY(2deg);
}
.hometh .hometh_box .t_num {
  display: flex;
  justify-content: space-between;
}
.hometh .hometh_box .t_num .item {
  width: calc(100%/3);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hometh .hometh_box .t_num .item:last-child::after {
  display: none;
}
.hometh .hometh_box .t_num .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  right: 0;
  top: 10%;
  background: rgba(255, 255, 255, 0.2);
}
.hometh .hometh_box .t_num .item .num_t {
  position: relative;
}
.hometh .hometh_box .t_num .item .num_t p {
  line-height: 1;
  font-size: 1.08rem;
  font-family: 'font-m';
  background-image: linear-gradient(to left, #b236d1 0%, #e62638 100%), linear-gradient(#b236d1, #e62638);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .hometh .hometh_box .t_num .item .num_t p {
    font-size: 0.6rem;
  }
}
.hometh .hometh_box .t_num .item .num_t span {
  position: absolute;
  left: 100%;
  top: 0.1rem;
  color: #bc41e2;
}
.hometh .hometh_box .t_num .item .g_p p {
  color: #fff;
}
@media (max-width: 767px) {
  .hometh .hometh_box .t_num .item .g_p p {
    font-size: 0.28rem;
  }
}
.hometh .hometh_box .b_con {
  margin-top: 0.85rem;
  border-radius: 0.1rem;
  background: #252324;
  height: 1.4rem;
  padding: 0 0.82rem 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .hometh .hometh_box .b_con {
    flex-direction: column;
    height: auto;
    padding: 0.5rem 0.82rem 0.5rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .hometh .hometh_box .b_con {
    text-align: center;
  }
}
.hometh .hometh_box .b_con h3 {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 991px) {
  .hometh .hometh_box .b_con h3 {
    margin-bottom: 0.2rem;
  }
}
.hometh .hometh_box .b_con .b_con_a .more {
  margin-left: 0.26rem;
}
.g_qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  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;
}
.g_qie .pub_nav::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.g_qie .pub_nav:hover {
  border: none;
}
.g_qie .pub_nav:hover::after {
  opacity: 1;
}
.g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie .pub_nav svg {
  position: relative;
  z-index: 10;
  width: 13.33%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #fff;
  opacity: 1;
}
.g_qie .pub_prev {
  left: 2cqh;
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 20px;
}
.pub_a {
  border-radius: 4px;
  margin-left: 0.2rem;
  height: 0.48rem;
  min-width: 1.38rem;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
@media screen and (max-width: 1580px) {
  .pub_a {
    height: 0.6rem;
    padding: 0 0.3rem;
  }
}
.pub_afoot {
  height: 0.6rem;
  min-width: 2.6rem;
  font-size: 18px;
}
.morefoot {
  font-size: 18px;
}
.pub_arz {
  border-radius: 4px;
  margin-left: 0.2rem;
  height: 0.48rem;
  min-width: 1.38rem;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
@media (max-width: 767px) {
  .pub_a {
    height: 0.7rem;
    padding: 0 0.3rem;
  }
  .pub_arz {
    height: 0.7rem;
    padding: 0 0.3rem;
  }
}
.pub_a:hover {
  opacity: 0.8;
}
.pub_a p {
  color: #fff;
  font-weight: bold;
}
.pub_arz:hover {
  opacity: 0.8;
}
.pub_arz p {
  color: #fff;
  font-weight: bold;
}
.homefo {
  padding: 1.5rem 0 1.4rem;
}
.homefo .box {
  margin-top: 0.55rem;
}
.homefo .box .homefo_nav {
  display: flex;
  justify-content: center;
}
.homefo .box .homefo_nav a {
  cursor: pointer;
  margin: 0 0.34rem;
  position: relative;
}
.homefo .box .homefo_nav a.on {
  font-weight: bold;
  color: #ee2316;
}
.homefo .box .homefo_nav a.on::after {
  width: 100%;
}
.homefo .box .homefo_nav a::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.06rem;
}
.homefo .box .homefo_qih {
  display: none;
}
.homefo .box .homefo_con {
  margin-top: 0.5rem;
}
.homefo .box .homefo_con .homefo_nr {
  display: none;
}
.homefo .box .homefo_con .homefo_nr:first-child {
  display: block;
}
.homefo .box .b_more {
  margin-top: 0.38rem;
  text-align: center;
}
.homefo_hz {
  display: flex;
  flex-wrap: wrap;
}
.homefo_hz .item {
  width: 25%;
  overflow: hidden;
  position: relative;
  background: #000;
  background: #000 !important;
  display: block !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .homefo_hz .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .homefo_hz .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 768px) {
  .homefo_hz .item.on .public-img::after {
    opacity: 0.9;
  }
  .homefo_hz .item.on .public-img img {
    opacity: 1;
  }
  .homefo_hz .item.on .txt .g_svg {
    height: 0;
  }
  .homefo_hz .item.on .txt .txt_box {
    /* .more{
							display: flex;
						} */
  }
}
.homefo_hz .item .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
  z-index: 10;
  opacity: 0;
}
.homefo_hz .item .public-img img {
  /*opacity: 0.5;*/
}
.homefo_hz .item .public-img:before {
  padding-top: 68.75%;
}
.homefo_hz .item .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.35rem;
}
.homefo_hz .item .txt .g_svg {
  transition: all 0.4s;
  height: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.05rem;
}
@media (max-width: 767px) {
  .homefo_hz .item .txt .g_svg {
    height: 0.8rem;
  }
}
.homefo_hz .item .txt .g_svg svg {
  width: 0.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .homefo_hz .item .txt .g_svg svg {
    width: 0.8rem;
  }
}
.homefo_hz .item .txt .g_svg svg path {
  fill: #fff;
}
.homefo_hz .item .txt .txt_box {
  padding-top: 0.08rem;
  color: #fff;
}
@media (max-width: 767px) {
  .homefo_hz .item .txt .txt_box {
    margin-top: 0.5rem;
  }
}
.homefo_hz .item .txt .txt_box .txt_t h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.homefo_hz .item .txt .txt_box .txt_t p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  display: none;
}
.homefo_hz .item .txt .txt_box .b_a {
  display: none;
}
.homefo_hz .item .txt .txt_box .b_a .more {
  margin-top: 0.3rem;
}
.homefo_hz .item .txt .txt_box .b_a .more p {
  font-weight: bold;
}
.homefo_hz .item .txt .txt_box .b_a .more svg path {
  fill: #fff;
}
.homefi {
  padding: 1.45rem 0 1.25rem;
  border-radius: 1.2rem 0 1.2rem 0;
  transform: skewY(-2deg);
  background: #131112 url(../images/home19.png) no-repeat;
  background-position: center center;
}
.homefi .box {
  transform: skewY(2deg);
}
.homefi .box .bbox {
  overflow: hidden;
}
.homefi .box .bbox .homefi_box {
  position: relative;
  margin-top: 0.55rem;
}
.homefi .box .bbox .homefi_box .homefi_con {
  padding-bottom: 1rem;
  margin: auto;
  width: 64.28571429%;
}
@media (max-width: 767px) {
  .homefi .box .bbox .homefi_box .homefi_con {
    width: 100%;
  }
}
.homefi .box .bbox .homefi_box .homefi_con .swiper-container {
  overflow: initial;
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi {
  /* transition: all 0.4s; */
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0.4rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .homefi .box .bbox .homefi_box .homefi_con .homefi_swi {
    flex-direction: column-reverse;
  }
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left {
  width: 56.34146341%;
}
@media (max-width: 991px) {
  .homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left {
    width: 100%;
  }
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left .img {
  margin-bottom: 0.32rem;
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left .txt .g_t h3 {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.3rem;
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left .txt .g_t img {
  width: 100%;
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left .txt .g_b {
  display: flex;
}
@media (max-width: 767px) {
  .homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left .txt .g_b {
    align-items: flex-start;
  }
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left .txt .g_b p {
  margin: 0 0.14rem;
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left .txt .g_b .g_span {
  display: flex;
  flex-wrap: wrap;
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .left .txt .g_b .g_span span {
  margin: 0 10px 5px 0;
  color: #999;
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .right {
  width: 36.58536585%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .homefi .box .bbox .homefi_box .homefi_con .homefi_swi .right {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .right .public-img:before {
  padding-top: 73.66666667%;
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .right .vio_on {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 80%;
  left: 84%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 4px solid #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .homefi .box .bbox .homefi_box .homefi_con .homefi_swi .right .vio_on {
    width: 0.96rem;
    height: 0.96rem;
  }
}
.homefi .box .bbox .homefi_box .homefi_con .homefi_swi .right .vio_on img {
  width: 27.27%;
  height: auto;
}

@media (max-width: 767px) {
  /*.homeonindex .container{
        width: 90% !important;
  }
  .homeonindex .container .tit{
      display: block !important;
      padding: 1rem 0rem;
  }
  .homeonindex{
        margin-top: 55px;
        background:url(../images/home_bj.png) no-repeat;
  }
  .homefi .box .bbox .homefi_box .g_qie {
    display: none;
  } 
 .homeon .homeon_video .homeon_video_img img{ 
    clip-path: polygon(0 0,   100% 0,   100% calc(100% - 10px),   0% 100%,  0% 100%,   0 calc(100% - 40px)  );
  }*/
}  
.homefi .box .bbox .homefi_box .g_qie .pub_prev {
  top: 40%;
  left: 0;
}
.homefi .box .bbox .homefi_box .g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.homefi .box .bbox .homefi_box .g_qie .pub_next {
  top: 40%;
  right: 0;
}
.homefi .box .b_logo .g_logo {
  margin-top: 0.4rem;
  position: relative;
}
.homefi .box .b_logo .g_logo .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 3.7rem;
  height: 2rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #131112 20.45%, hsla(0, 0%, 100%, 0));
}
.homefi .box .b_logo .g_logo .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.7rem;
  height: 2rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #131112 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1260px) {
  .homefi .box .b_logo .g_logo .bj2 {
    width: 4rem;
    height: 3.3rem;
  }
}
@media (max-width: 767px) {
  .homefi .box .b_logo .g_logo .bj2 {
    width: 1rem;
  }
}
.homefi .box .b_logo .g_logo .item {
  display: flex;
}
.homefi .box .b_logo .g_logo .item .img {
  background: #211f20;
   width: 250px; 
  height: 120px;
  display: inline-block;
  margin-right: 0.2rem;
  text-align: center;
  line-height: 120px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .homefi .box .b_logo .g_logo .item .img {
    width: 125px;
    height: 60px;
  }
}
.homefi .box .b_logo .g_logo .item .img img {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
}
.homefi .box .b_logo .b_more {
  margin-top: 0.38rem;
  text-align: center;
}
.homesi {
  padding: 1.35rem 0 1.85rem;
}
.homesi .box {
  margin-top: 0.45rem;
}
.homesi .box .homesi_nav {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.homesi .box .homesi_nav a {
  cursor: pointer;
  margin: 0 0.34rem;
  position: relative;
  padding-bottom: 0.06rem;
}
.homesi .box .homesi_nav a.on {
  font-weight: bold;
  color: #ee2316;
}
.homesi .box .homesi_nav a.on::after {
  width: 100%;
}
.homesi .box .homesi_nav a::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.homesi .box .homesi_con {
  display: none;
}
.homesi .box .bbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.homesi .box .bbox .swiper-container{
    padding-bottom: 0.6rem;
}
.homesi .box .bbox .pub_nav svg path{
    fill: #333;
}
.homesi .box .bbox .pub_nav:hover svg path{
    fill: #fff;
}
.homesi .box .bbox .pub_prev{
    left: -1rem;
}
.homesi .box .bbox .pub_next{
    right: -1rem;
}

.homesi .box .bbox .swip2_pag .swiper-pagination-bullet {
  background: #fff;
  border-radius: 8px;
  transition: all 0.4s;
  opacity: 1;
  background: #e1e1e1;
}
.homesi .box .bbox .swip2_pag .swiper-pagination-bullet-active {
  width: 0.39rem;
  background: #9f9f9f;
}
@media (max-width: 767px) {
  .homesi .box .bbox .swip2_pag .swiper-pagination-bullet-active {
    width: 8px;
  }
}

@media (max-width: 991px) {
  .homesi .box .bbox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homesi .box .bbox .pub_nav{
      display: none;
  }
}
.homesi .box .bbox .item {
  /*width: calc((100% - 0.6rem)/3);*/
  display: block;
  /*margin: 0 0.3rem 0.3rem 0;*/
  position: relative;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .homesi .box .bbox .item {
    width: calc(50% - 0.15rem);
    margin: 0 0 0.3rem 0;
  }
}
@media (max-width: 767px) {
  .homesi .box .bbox .item {
    width: 100%;
  }
}
/*.homesi .box .bbox .item:nth-child(3n) {*/
/*  margin-right: 0;*/
/*}*/
.homesi .box .bbox .item.on .bjimg i {
  opacity: 1;
}
.homesi .box .bbox .item.on .g_box span {
  color: #fff;
}
.homesi .box .bbox .item.on .g_box .txt h3 {
  color: #fff;
}
.homesi .box .bbox .item .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homesi .box .bbox .item .bjimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homesi .box .bbox .item .bjimg i {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
  opacity: 0;
  transition: all 0.4s;
}
.homesi .box .bbox .item .g_box {
  position: relative;
  z-index: 10;
  padding: 0.34rem 0.3rem 0.32rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.homesi .box .bbox .item .g_box .left {
  width: 60.20942408%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homesi .box .bbox .item .g_box .left .g_span {
  margin-bottom: 0.1rem;
}
.homesi .box .bbox .item .g_box .left .g_span span {
  transition: all 0.4s;
}
.homesi .box .bbox .item .g_box .left .txt h3 {
  transition: all 0.4s;
  overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.homesi .box .bbox .item .g_box .left .txt .g_down {
  display: none;
  margin-top: 0.22rem;
}
.homesi .box .bbox .item .g_box .left .txt .g_down i {
  display: block;
  width: 0.4rem;
  height: 2px;
  margin-bottom: 0.2rem;
  background: #fff;
}
.homeonindex .container .box .fadeInUp .g_logo .g_down {
  display: none;
}
.homesi .box .bbox .item .g_box .left .txt .g_down .g_down_box {
  display: flex;
  align-items: center;
}
.homeonindex .container .box .fadeInUp .g_logo .g_down .g_down_boxs {
  display: flex;
  align-items: center;
}
.homesi .box .bbox .item .g_box .left .txt .g_down .g_down_box svg {
  margin-right: 0.08rem;
  width: 0.22rem;
  height: auto;
}
.homeonindex .container .box .fadeInUp .g_logo .g_down .g_down_boxs svg {
  margin-right: 0.08rem;
  width: 0.22rem;
  height: auto;
}
@media (max-width: 767px) {
  .homesi .box .bbox .item .g_box .left .txt .g_down .g_down_box svg {
    width: 0.34rem;
  }
  .homeonindex .container .box .fadeInUp .g_logo .g_down .g_down_boxs svg {
    width: 0.34rem;
  }
}
.homesi .box .bbox .item .g_box .left .txt .g_down .g_down_box svg path {
  fill: #fff;
}
.homeonindex .container .box .fadeInUp .g_logo .g_down .g_down_boxs svg path {
  fill: #fff;
}
.homesi .box .bbox .item .g_box .left .txt .g_down .g_down_box p {
  color: #fff;
}
.homeonindex .container .box .fadeInUp .g_logo .g_down .g_down_boxs p {
  color: #fff;
}
.homesi .box .bbox .item .g_box .right {
  position: relative;
  width: 30.89005236%;
}
.homesi .box .bbox .item .g_box .right i {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 4px;
  left: 4px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}
.homesi .box .bbox .item .g_box .right .public-img {
  overflow: initial;
}
.homesi .box .bbox .item .g_box .right .public-img:before {
  padding-top: 147.45762712%;
}
.homesi .box .b_more {
  margin-top: 0.08rem;
  text-align: center;
}
/* 底部 */
footer {
  margin-top: -0.5rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #fff;
  background: #131112;
  border-radius: 0.5rem 0.5rem 0 0;
}
footer a {
  transition: all 0.4s;
}
footer a:hover {
  color: #fff !important;
}
footer .bjimg .img1 {
  position: absolute;
  left: 0;
  top: -1rem;
  width: 2.61rem;
  height: auto;
}
footer .bjimg .img2 {
  position: absolute;
  right: -0.1rem;
  top: 0.5rem;
  width: 3.59rem;
  height: auto;
}
footer .foot_box {
  position: relative;
  z-index: 10;
}
footer .foot_box .foot_t .foot_ad {
  padding: 1.35rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot_box .foot_t .foot_ad .foot_ad_nr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .foot_box .foot_t .foot_ad .foot_ad_nr {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .foot_box .foot_t .foot_ad {
    flex-direction: column;
    text-align: center;
    padding: 0.35rem 0;
  }
  footer .foot_box .foot_t .foot_con{
    padding: 0rem !important;
  }
}
footer .foot_box .foot_t .foot_ad .gl {
  font-weight: bold;
}
@media (max-width: 991px) {
  footer .foot_box .foot_t .foot_ad .gl {
    margin-bottom: 0.3rem;
  }
}
footer .foot_box .foot_t .foot_ad .gl h2 {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1460px) {
  footer .foot_box .foot_t .foot_ad .gl h2 {
    /*font-size: 48px;*/
  }
}
@media (max-width: 1260px) {
  footer .foot_box .foot_t .foot_ad .gl h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  footer .foot_box .foot_t .foot_ad .gl h2 {
    font-size: 0.4rem;
  }
  footer .foot_box .foot_t .foot_ad .gl h2 br {
    display: none;
  }
}
footer .foot_box .foot_t .foot_ad .gl p {
  opacity: 0.8;
}
@media screen and (max-width: 1460px) {
  footer .foot_box .foot_t .foot_ad .gl p {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  footer .foot_box .foot_t .foot_ad .gl p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .foot_box .foot_t .foot_ad .gl p {
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer .foot_box .foot_t .foot_ad .gl p {
    font-size: 0.28rem;
  }
  footer .foot_box .foot_t .foot_ad .gl p br {
    display: none;
  }
}
footer .foot_box .foot_t .foot_ad .b_con_a .more {
  margin-left: 0.26rem;
}
footer .foot_box .foot_t .foot_ad .b_con_a .more svg path {
  fill: #fff;
}
footer .foot_box .foot_t .foot_con {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  align-items: flex-start;
}
footer .foot_box .foot_t .foot_con .gl {
  padding: 0 0.1rem 0 0;
}
@media (max-width: 991px) {
  footer .foot_box .foot_t .foot_con .gl {
    width: 100%;
    padding: 0;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .foot_box .foot_t .foot_con .gl {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer .foot_box .foot_t .foot_con .gl .b_logo {
  display: block;
  margin-bottom: 0.42rem;
}
footer .foot_box .foot_t .foot_con .gl .b_add .item {
  margin-bottom: 0.34rem;
}
footer .foot_box .foot_t .foot_con .gl .b_add .item span {
  color: #88898a;
}
footer .foot_box .foot_t .foot_con .gl .b_add .item a {
  display: block;
  color: #fff;
}
footer .foot_box .foot_t .foot_con .gl .b_qr {
  display: inline-flex;
  padding: 0.09rem;
  border-radius: 0.05rem;
  border: 1px solid #b3b3b340;
}
footer .foot_box .foot_t .foot_con .gl .b_qr img {
  width: 1.22rem;
  height: 1.22rem;
}
@media (max-width: 767px) {
  footer .foot_box .foot_t .foot_con .gl .b_qr img {
    width: 2rem;
    height: 2rem;
  }
}
footer .foot_box .foot_t .foot_con .gr {
  width: 72.14285714%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .foot_box .foot_t .foot_con .gr {
    display: none;
  }
}
footer .foot_box .foot_t .foot_con .gr .item {
  width: calc((100% - 1.5rem)/3);
  margin: 0 0.75rem 0.8rem 0;
}
footer .foot_box .foot_t .foot_con .gr .gr_t .item:nth-child(3n) {
  margin-right: 0;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_p {
  padding-bottom: 0.16rem;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul {
  position: relative;
  padding: 0.18rem 0;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul li.on .g_t a {
  color: #fff;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul li.on .g_t svg {
  opacity: 1;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul li .g_t {
  display: flex;
  align-items: center;
  margin: 0.06rem 0;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul li .g_t a {
  color: rgba(255, 255, 255, 0.4);
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul li .g_t svg,
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul li .g_t img {
  opacity: 0;
  margin-left: 0.12rem;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul li .g_t svg path,
footer .foot_box .foot_t .foot_con .gr .item .foot_ul ul li .g_t img path {
  fill: #fff;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul .foot_two {
  position: absolute;
  top: 0.24rem;
  left: 1.2rem;
}
@media (max-width: 1580px) {
  footer .foot_box .foot_t .foot_con .gr .item .foot_ul .foot_two {
    left: 1.6rem;
  }
}
@media (max-width: 1260px) {
  footer .foot_box .foot_t .foot_con .gr .item .foot_ul .foot_two {
    left: 1.2rem;
  }
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul .foot_two .foot_two_item {
  display: none;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul .foot_two .foot_two_item:first-child {
  display: block;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul .foot_two .foot_two_item .foot_two_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul .foot_two .foot_two_item .foot_two_box a {
  margin: 0.04rem 0;
  color: #717273;
}
footer .foot_box .foot_t .foot_con .gr .item .foot_ul2 li {
  margin-bottom: 0.05rem;
}
footer .foot_box .foot_b {
  height: 0.8rem;
  background: #080808;
}
@media (max-width: 991px) {
  footer .foot_box .foot_b {
    height: auto;
    padding: 0.2rem 0;
  }
}
footer .foot_box .foot_b a {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1260px) {
  footer .foot_box .foot_b a {
    font-size: 12px;
  }
}
footer .foot_box .foot_b a:hover {
  color: #fff !important;
  text-decoration: underline;
}
footer .foot_box .foot_b p {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1260px) {
  footer .foot_box .foot_b p {
    font-size: 12px;
  }
}
footer .foot_box .foot_b .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  footer .foot_box .foot_b .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .foot_box .foot_b .container .left {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 767px) {
  footer .foot_box .foot_b .container .left {
    margin-bottom: 0.1rem;
  }
}
footer .foot_box .foot_b .container .left a {
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  footer .foot_box .foot_b .container .left a {
    margin: 0 0.2rem 0 0;
  }
}
footer .foot_box .foot_b .container .right a {
  margin-left: 0.2rem;
}
@media (max-width: 991px) {
  footer .foot_box .foot_b .container .right a {
    margin: 0 0.2rem 0 0;
  }
}
/* AWS  PaaS平台 */
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  font-weight: bold;
  margin-right: 0.2rem;
  color: #535966;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 12px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.2rem;
}
.crumbs p svg path {
  fill: #a1a1a2;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.2rem;
}
.crumbs2 {
  position: relative;
  z-index: 10;
  padding: 0.22rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.crumbs2 p a {
  color: #fff;
}
.crumbs2 p svg path {
  fill: #818181;
}
.sub_top {
  position: sticky;
  position: -webkit-sticky;
  z-index: 100;
  top: 88px;
  transition: all 0.4s;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  height: 62px;
}
@media screen and (max-width: 1440px) {
  .sub_top {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .sub_top {
    height: auto;
    padding: 0.2rem 0 0.1rem;
  }
}
.sub_top .container {
  height: 100%;
}
.sub_top .container .sub_top_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_top .container .sub_top_nav {
  height: 100%;
}
@media (max-width: 1260px) {
  .sub_top .container .sub_top_nav {
    display: none;
  }
}
.sub_top .container .sub_top_nav .nav_con {
  height: 100%;
  display: flex;
  justify-content: center;
}
.sub_top .container .sub_top_nav a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  margin: 0 0.1rem;
  color: #535966;
  position: relative;
  padding: 0 0.06rem;
}
.sub_top .container .sub_top_nav a.on {
  font-weight: bold;
  color: #ee2316;
}
.sub_top .container .sub_top_nav a.on::after {
  width: 100%;
}
.sub_top .container .sub_top_nav a:last-child {
  margin-right: 0;
}
.sub_top .container .sub_top_nav a::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.sub_top2 {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sub_top2 .sub_top_box .crumbs p a {
  color: #fff;
}
.sub_top2 .sub_top_box .sub_top_nav .nav_con a {
  color: #fff;
}
.sub_top2 .sub_top_box .sub_top_nav .nav_con a.on {
  color: #ee2316;
}
.awson {
  padding: 0 0 1.35rem;
}
@media (max-width: 767px) {
  .awson {
    padding: 0 0 0.75rem;
  }
}
.awson .awson_t {
  position: relative;
  padding: 1rem 0 1.33rem;
}
.awson .awson_t .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -0.8rem;
  z-index: -1;
}

.exp_top .awson_t .sub_vidbj video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
      object-fit: contain;
}

.awson .awson_t .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .awson .awson_t .box {
    flex-direction: column-reverse;
  }
}
.awson .awson_t .box .gl {
  width: 35%;
}
@media (max-width: 991px) {
  .awson .awson_t .box .gl {
    width: 100%;
  }
}
.awson .awson_t .box .gl .txt h2 {
  line-height: 1.2;
  margin-bottom: 0.28rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .awson .awson_t .box .gl .txt h2 br {
    display: none;
  }
}
.awson .awson_t .box .gl .txt p {
  text-align: justify;
}
.awson .awson_t .box .gl .public-btn {
  margin-top: 0.4rem;
}
.awson .awson_t .box .gr {
  display: flex;
  justify-content: flex-end;
  width: 58.85714286%;
}
@media (max-width: 991px) {
  .awson .awson_t .box .gr {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.awson .awson_t .box .gr img {
  border-radius: 0.1rem;
}
.awson .awson_b {
  display: flex;
}
@media (max-width: 767px) {
  .awson .awson_b {
    flex-wrap: wrap;
  }
}
.awson .awson_b .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc((100% - 0.56rem)/3);
  margin: 0 0.28rem 0.28rem 0;
  border-right: 1px solid #ced5e1;
  padding: 0.2rem 0.6rem 0 0;
}
@media (max-width: 991px) {
  .awson .awson_b .item {
    padding: 0.2rem 0.2rem 0.3rem 0 !important;
  }
}
@media (max-width: 767px) {
  .awson .awson_b .item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ced5e1;
  }
}
.awson .awson_b .item:last-child {
  margin-right: 0;
  border: none;
}
.awson .awson_b .item h3 {
  font-weight: bold;
  line-height: 1.38;
}
.awson .awson_b .item .more {
  margin-top: 0.2rem;
}
.dynon .awson_t .box .gr {
  width: 52.85714286%;
}
.awstw {
  background: #f3f6f9;
  padding: 1.5rem 0 0.85rem;
}
.awstw .box {
  margin-top: 1.05rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.awstw .box .item {
  width: calc(50% - 0.6rem);
  margin-bottom: 0.66rem;
}
@media (max-width: 767px) {
  .awstw .box .item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.awstw .box .item .tit {
  margin-bottom: 0.22rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .awstw .box .item .tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.awstw .box .item .tit img {
  width: 0.62rem;
  height: auto;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .awstw .box .item .tit img {
    width: 1rem;
    margin-bottom: 0.2rem;
  }
}
.awstw .box .item .tit h3 {
  font-weight: bold;
  line-height: 1.38;
}
@media (max-width: 1260px) {
  .awstw .box .item .tit h3 br {
    display: none;
  }
}
.awstw .box .item .g_p p {
  line-height: 1.9;
}
.awsth {
  padding: 1.5rem 0 1.6rem;
}
.awsth .awsth_nav {
  margin-top: 0.75rem;
  border-bottom: 1px solid #ced5e1;
  display: flex;
  justify-content: center;
}
.awsth .awsth_nav .item {
  cursor: pointer;
  padding-bottom: 0.2rem;
  margin: 0 0.66rem;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .awsth .awsth_nav .item {
    margin: 0 0.2rem;
  }
}
.awsth .awsth_nav .item.on::after {
  width: 100%;
}
.awsth .awsth_nav .item::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.awsth .awsth_nav .item img,
.awsth .awsth_nav .item svg {
  width: 0.36rem;
  height: auto;
}
@media (max-width: 767px) {
  .awsth .awsth_nav .item img,
  .awsth .awsth_nav .item svg {
    width: 0.48rem;
  }
}
.awsth .awsth_nav .item p {
  font-weight: bold;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .awsth .awsth_nav .item p {
    font-size: 0.2rem;
  }
}
.awsth .awsth_box {
  margin-top: 0.6rem;
}
.awsth .awsth_box .awsth_con {
  display: none;
}
.awsth .awsth_box .item {
  display: flex;
  justify-content: space-between;
  background: #f3f6f9;
  border-radius: 5px;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .awsth .awsth_box .item {
    flex-direction: column-reverse;
  }
}
.awsth .awsth_box .item .gl {
  padding: 0.45rem 1.84rem 0 0;
  width: 50%;
}
@media (max-width: 991px) {
  .awsth .awsth_box .item .gl {
    padding: 0 0.44rem 0 0;
  }
}
@media (max-width: 767px) {
  .awsth .awsth_box .item .gl {
    width: 100%;
  }
}
.awsth .awsth_box .item .gl .txt h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.awsth .awsth_box .item .gl .txt p {
  line-height: 1.9;
  color: #343741;
}
.awsth .awsth_box .item .gl .more {
  margin-top: 0.28rem;
}
.awsth .awsth_box .item .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .awsth .awsth_box .item .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.awsth .awsth_box .item .gr .public-img {
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
}
.awsth .awsth_box .item .gr .public-img:before {
  padding-top: 56.25%;
}
.awsfo {
  padding: 1.58rem 0 1.5rem;
  background: #131112;
  position: relative;
  overflow: hidden;
}
.awsfo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0.8rem;
  opacity: 0.15;
}
.awsfo .pub_title p {
  opacity: 1;
}
.awsfo .homeon_video_con {
  width: 74%;
  height: 5.8rem;
  position: relative;
  margin: 0.54rem auto;
}
@media (max-width: 767px) {
  .awsfo .homeon_video_con {
    width: 100%;
  }
}
.awsfo .homeon_video_con .homeon_video_box {
  width: 100%;
  height: 100%;
}
.awsfo .homeon_video_con .homeon_video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awsfo .homeon_video_con .homeon_video_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awsfo .homeon_video_con .video_on {
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  background: rgba(227, 52, 76, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.awsfo .homeon_video_con .video_on svg {
  width: 0.36rem;
  height: auto;
}
.awsfo .homeon_video_con .video_on svg path {
  fill: #fff;
}
.awsfi {
  padding: 1.52rem 0 1.4rem;
}
.awsfi .box {
  margin-top: 0.76rem;
  display: flex;
  flex-wrap: wrap;
}
.awsfi .box .item {
  width: 25%;
  border-top: 1px solid #ced5e1;
  border-right: 1px solid #ced5e1;
  text-align: center;
  padding: 0.48rem 0.44rem 0.36rem;
}
@media (max-width: 767px) {
  .awsfi .box .item {
    width: 100%;
    border: none !important;
    padding: 0.4rem 0;
  }
}
.awsfi .box .item:nth-child(-n+4) {
  padding: 0.34rem 0.44rem 0.48rem;
  border-top: none;
}
.awsfi .box .item:nth-child(4n) {
  border-right: none;
}
.awsfi .box .item .g_img img {
  width: auto;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .awsfi .box .item .g_img img {
    height: 0.8rem;
  }
}
.awsfi .box .item .txt {
  margin-top: 0.24rem;
}
.awsfi .box .item .txt h3 {
  color: #343741;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.awssi {
  padding: 1.5rem 0 1.6rem;
  background: #131112;
  position: relative;
  overflow: hidden;
}
.awssi .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.8rem;
  opacity: 0.15;
}
.awssi .container {
  position: relative;
  z-index: 10;
}
.awssi .pub_title p {
  opacity: 1;
}
.awssi .awsth_nav {
  margin-top: 0.75rem;
  border-bottom: 1px solid #4b4c51;
  display: flex;
  justify-content: center;
}
.awssi .awsth_nav .item {
  cursor: pointer;
  padding-bottom: 0.2rem;
  margin: 0 0.6rem;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .awssi .awsth_nav .item {
    margin: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .awssi .awsth_nav .item {
    margin: 0 0.1rem;
  }
}
.awssi .awsth_nav .item.on::after {
  width: 100%;
}
.awssi .awsth_nav .item::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.awssi .awsth_nav .item img,
.awssi .awsth_nav .item svg {
  width: 0.44rem;
  height: auto;
}
@media (max-width: 767px) {
  .awssi .awsth_nav .item img,
  .awssi .awsth_nav .item svg {
    width: 0.48rem;
  }
}
.awssi .awsth_nav .item p {
  color: #fff;
  font-weight: bold;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .awssi .awsth_nav .item p {
    font-size: 0.2rem;
  }
}
.awssi .awsth_box {
  margin-top: 0.6rem;
}
.awssi .awsth_box .awsth_con {
  display: none;
}
.awssi .awsth_box .item {
  display: flex;
  justify-content: space-between;
  background: #f3f6f9;
  border-radius: 5px;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .awssi .awsth_box .item {
    flex-direction: column-reverse;
  }
}
.awssi .awsth_box .item .gl {
  padding: 0.45rem 1.84rem 0 0;
  width: 50%;
}
@media (max-width: 991px) {
  .awssi .awsth_box .item .gl {
    padding: 0 0.44rem 0 0;
  }
}
@media (max-width: 767px) {
  .awssi .awsth_box .item .gl {
    width: 100%;
  }
}
.awssi .awsth_box .item .gl .txt h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.awssi .awsth_box .item .gl .txt p {
  line-height: 1.9;
  color: #343741;
}
.awssi .awsth_box .item .gl .more {
  margin-top: 0.28rem;
}
.awssi .awsth_box .item .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .awssi .awsth_box .item .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.awssi .awsth_box .item .gr .public-img {
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
}
.awssi .awsth_box .item .gr .public-img:before {
  padding-top: 56.25%;
}
.awsse {
  padding: 1.55rem 0 1.36rem;
  position: relative;
  overflow: hidden;
}
.awsse .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.55rem;
}
.awsse .container {
  position: relative;
  z-index: 10;
}
.awsse .pub_title p {
  opacity: 1;
}
.awsse .homeon_video_con {
  width: 74%;
  height: 5.8rem;
  position: relative;
  margin: 0.54rem auto;
}
@media (max-width: 767px) {
  .awsse .homeon_video_con {
    width: 100%;
  }
}
.awsse .homeon_video_con .homeon_video_box {
  width: 100%;
  height: 100%;
}
.awsse .homeon_video_con .homeon_video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awsse .homeon_video_con .homeon_video_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awsse .homeon_video_con .video_on {
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  background: rgba(227, 52, 76, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.awsse .homeon_video_con .video_on svg {
  width: 0.36rem;
  height: auto;
}
.awsse .homeon_video_con .video_on svg path {
  fill: #fff;
}
.awsen {
  padding: 1.55rem 0 1.14rem;
  background: #f3f6f9;
}
.awsen .box {
  margin: 0.7rem 0 0.5rem;
  position: relative;
  width: 100%;
}
.awsen .box .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 3.6rem;
  height: 5rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #f3f6f9 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1580px) {
  .awsen .box .bj1 {
    height: 7rem;
  }
}
@media (max-width: 1260px) {
  .awsen .box .bj1 {
    width: 3rem;
    height: 5.2rem;
  }
}
@media (max-width: 767px) {
  .awsen .box .bj1 {
    width: 1rem;
  }
}
.awsen .box .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 5rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #f3f6f9 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1580px) {
  .awsen .box .bj2 {
    height: 7rem;
  }
}
@media (max-width: 1260px) {
  .awsen .box .bj2 {
    width: 3rem;
    height: 5.2rem;
  }
}
@media (max-width: 767px) {
  .awsen .box .bj2 {
    width: 1rem;
  }
}
.awsen .box .h_coo_con {
  margin-bottom: 18px;
  height: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .awsen .box .h_coo_con {
    margin-bottom: 5px;
  }
}
.awsen .box .h_coo_con .img {
  border: 1px solid #dcdcdc;
  width: 256px;
  height: 126px;
  display: inline-block;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0 9px;
}
.awsen .box .h_coo_con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100% !important;
}
@media (max-width: 1260px) {
  .awsen .box .h_coo_con .img {
    width: 2.56rem;
    height: 1.26rem;
  }
}
.awsni {
  padding: 1.4rem 0 1.9rem;
}
.awsni .box {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .awsni .box {
    flex-direction: column-reverse;
    margin-top: 0.65rem;
  }
}
.awsni .box .gl {
  width: 30%;
  padding: 0.9rem 0 0;
}
@media (max-width: 991px) {
  .awsni .box .gl {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .awsni .box .gl {
    padding: 0.5rem 0 0;
  }
}
.awsni .box .gl .g_num {
  margin-bottom: 0.52rem;
}
.awsni .box .gl .g_num p {
  font-size: 0.72rem;
  font-weight: bold;
  color: #ee2316;
  line-height: 1;
}
.awsni .box .gl .g_item {
  border-top: 1px solid #dddddd;
  padding-top: 0.5rem;
  display: flex;
}
.awsni .box .gl .g_item .item {
  margin-right: 0.6rem;
}
.awsni .box .gl .g_item .item .item_t {
  display: flex;
}
.awsni .box .gl .g_item .item .item_t p {
  line-height: 1.2;
  font-size: 0.46rem;
  font-weight: bold;
}
.awsni .box .gl .g_item .item .item_t span {
  margin-left: 0.07rem;
  margin-top: 0.05rem;
  font-weight: bold;
}
.awsni .box .gl .g_item .item .item_b {
  margin-top: 0.08rem;
}
.awsni .box .gl .g_item .item .item_b p {
  color: #999;
}
.awsni .box .gl .g_a {
  margin-top: 0.75rem;
}
.awsni .box .gl .g_a .public-btn {
  margin-right: 0.16rem;
}
.awsni .box .gr {
  width: 64.78571429%;
}
@media (max-width: 991px) {
  .awsni .box .gr {
    width: 100%;
  }
}
/* 企业介绍 */
.aboon {
  padding: 1.15rem 0 0;
}
.aboon .awson_t {
  position: relative;
  padding-bottom: 1.84rem;
}
.aboon .awson_t .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -1.3rem;
  z-index: -1;
}
.aboon .awson_t .box .bbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.65rem;
}
@media (max-width: 991px) {
  .aboon .awson_t .box .bbox {
    flex-direction: column-reverse;
  }
}
.aboon .awson_t .box .gl {
  width: 50%;
  padding-right: 1.05rem;
}
@media (max-width: 991px) {
  .aboon .awson_t .box .gl {
    width: 100%;
    padding: 0;
  }
}
.aboon .awson_t .box .gl .txt p {
  text-align: justify;
}
.aboon .awson_t .box .gl .g_a {
  margin-top: 0.3rem;
}
.aboon .awson_t .box .gl .g_a .public-btn {
  margin-right: 0.18rem;
}
.aboon .awson_t .box .homeon_video_con {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .aboon .awson_t .box .homeon_video_con {
    width: 100%;
    margin-bottom: 0.7rem;
  }
}
.aboon .awson_t .box .homeon_video_con .homeon_video_box {
  width: 100%;
  /* height: 4.3rem; */
}
@media (max-width: 991px) {
  .aboon .awson_t .box .homeon_video_con .homeon_video_box {
    /* height: 6.3rem; */
  }
}
@media (max-width: 767px) {
  .aboon .awson_t .box .homeon_video_con .homeon_video_box {
    height: 4.3rem;
  }
}
.aboon .awson_t .box .homeon_video_con .homeon_video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboon .awson_t .box .homeon_video_con .video_on {
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  width: 1.14rem;
  height: 1.14rem;
  background: rgba(227, 52, 76, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboon .awson_t .box .homeon_video_con .video_on svg {
  width: 0.36rem;
  height: auto;
}
.aboon .awson_t .box .homeon_video_con .video_on svg path {
  fill: #fff;
}
.aboon .awson_b {
  background: #111111;
  padding: 1.45rem 0 1.4rem;
}
.aboon .awson_b .g_t {
  padding-bottom: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.aboon .awson_b .g_t .item {
  color: #fff;
  padding: 0 0.64rem;
  width: calc(100%/3);
  text-align: center;
}
.aboon .awson_b .g_t .item .txt p br{
    display: none;
}
@media (max-width: 991px) {
  .aboon .awson_b .g_t .item {
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .aboon .awson_t{
   padding-bottom: 0.84rem !important;
  }
  .aboon .awson_b{
    padding: 0.45rem 0 0.4rem;
  }
  .aboon .awson_b .g_t{
   padding-bottom:0;
  }
  .aboon .awson_b .g_t .item {
    padding: 0 0.1rem;
  }
}
.aboon .awson_b .g_t .item img {
  width: 0.66rem;
  height: 0.66rem;
  margin-bottom: 0.25rem;
  object-fit: contain;
}
.aboon .awson_b .g_t .item .txt h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .aboon .awson_b .g_t .item .txt p {
    font-size: 0.2rem;
  }
}
.aboon .awson_b .g_b {
  display: flex;
  justify-content: space-between;
  padding-top: 1.04rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .aboon .awson_b .g_b {
    flex-wrap: wrap;
  }
}
.aboon .awson_b .g_b .item {
  color: #fff;
  padding-right: 0.2rem;
  margin-right: 0.6rem;
}
@media (max-width: 991px) {
  .aboon .awson_b .g_b .item {
    width: calc(100%/3);
    margin: 0 0 0.4rem 0;
  }
}
.aboon .awson_b .g_b .item:last-child {
  margin-right: 0;
  padding: 0;
}
.aboon .awson_b .g_b .item .item_t {
  display: flex;
}
.aboon .awson_b .g_b .item .item_t p {
  line-height: 1.2;
  font-size: 0.6rem;
  font-weight: bold;
}
.aboon .awson_b .g_b .item .item_t span {
  margin-left: 0.07rem;
  margin-top: 0.08rem;
}
.aboon .awson_b .g_b .item .item_t .span2 {
  line-height: 0.8;
}
.aboon .awson_b .g_b .item .item_b {
  margin-top: 0.04rem;
}
.abotw {
  background: url(../images/about2.jpg) no-repeat;
  background-size: cover;
  padding-right: calc((100% - 1400px)/2);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1580px) {
  .abotw {
    padding-right: 8%;
  }
}
@media (max-width: 1260px) {
  .abotw {
    padding-right: 5%;
  }
}
.abotw .pub_title {
  position: absolute;
  top: 1.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.abotw .left {
  width: 26.92771084%;
  padding-top: 2.2rem;
  height: 9.72rem;
  position: relative;
}
@media (max-width: 991px) {
  .abotw .left {
    width: 18.07228916%;
  }
}
.abotw .left::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10000px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d8d8d8;
}
.abotw .left .l_box {
  width: 100%;
  height: 100%;
  /* transform: translateY(-3.75rem); */
}
.abotw .left .l_box .swiper,
.abotw .left .l_box .swiper-container {
  overflow: hidden;
  height: 100%;
}
.abotw .left .l_box .swiper .swiper-wrapper,
.abotw .left .l_box .swiper-container .swiper-wrapper {
  flex-direction: column;
}
.abotw .left .l_box .swiper .swiper-slide,
.abotw .left .l_box .swiper-container .swiper-slide {
  height: 74px;
  transition: all 0.4s;
}
.abotw .left .l_box .swiper .swiper-slide .g_p,
.abotw .left .l_box .swiper-container .swiper-slide .g_p {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 2.6rem;
  border-right: 2px solid transparent;
}
@media (max-width: 991px) {
  .abotw .left .l_box .swiper .swiper-slide .g_p,
  .abotw .left .l_box .swiper-container .swiper-slide .g_p {
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .abotw .left .l_box .swiper .swiper-slide .g_p,
  .abotw .left .l_box .swiper-container .swiper-slide .g_p {
    padding-left: 0.2rem;
  }
}
.abotw .left .l_box .swiper .swiper-slide .g_p p,
.abotw .left .l_box .swiper-container .swiper-slide .g_p p {
  color: #333;
}
.abotw .left .l_box .swiper .swiper-slide-active,
.abotw .left .l_box .swiper-container .swiper-slide-active {
  background: #fff;
}
.abotw .left .l_box .swiper .swiper-slide-active .g_p,
.abotw .left .l_box .swiper-container .swiper-slide-active .g_p {
  border-color: #ee2316;
  font-size: 0.3rem;
}
.abotw .left .l_box .swiper .swiper-slide-active .g_p p,
.abotw .left .l_box .swiper-container .swiper-slide-active .g_p p {
  color: #ee2316 !important;
  font-weight: bold;
}
.abotw .right {
  width: 73.07228916%;
  padding: 2.35rem 0 0.5rem 1.6rem;
}
@media (max-width: 991px) {
  .abotw .right {
    width: 81.92771084%;
    padding: 2.35rem 0 0.5rem 0.6rem;
  }
}
.abotw .right .swiper {
  overflow: hidden;
}
.abotw .right .r_box {
  overflow: auto;
  max-height: 6.8rem;
  padding-right: 0.2rem;
}
@media (max-width: 1260px) {
  .abotw .right .r_box {
    max-height: 8.8rem;
  }
}
.abotw .right .r_box .item {
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #bbb;
  margin-bottom: 0.38rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abotw .right .r_box .item {
    padding: 0 0.3rem 0.3rem 0;
    flex-direction: column-reverse;
  }
}
.abotw .right .r_box .item:last-child {
  border-bottom: none;
  margin: 0;
}
.abotw .right .r_box .item .g_l {
  width: 100%;
  padding: 0.28rem 1.2rem 0 0;
}
@media (max-width: 1260px) {
  .abotw .right .r_box .item .g_l {
    padding: 0.28rem 0.2rem 0 0;
  }
}
.abotw .right .r_box .item .g_l h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.abotw .right .r_box .item .g_l .g_p {
  margin-bottom: 0.22rem;
}
.abotw .right .r_box .item .g_l .g_p p {
  margin-bottom: 0.08rem;
  color: #343741;
}
.abotw .right .r_box .item .g_r {
  width: 3.4rem;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .abotw .right .r_box .item .g_r {
    width: 100%;
    margin: 0;
  }
}
.abotw .right .r_box .item .g_r .public-img:before {
  padding-top: 58.28571429%;
}
.aboth {
  padding: 1.35rem 0 1rem;
}
.aboth .g_top .g_top_nav {
  border-bottom: 1px solid #ced5e1;
  margin-top: 0.7rem;
  /* .swiper-slide-thumb-active{
				p{
					&::after{
						width: 100% !important;
					}
				}
			} */
}
.aboth .g_top .g_top_nav .swiper {
  justify-content: center;
  display: flex;
}
.aboth .g_top .g_top_nav .swiper .swiper-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
  width: auto;
}
@media (max-width: 991px) {
  .aboth .g_top .g_top_nav .swiper .swiper-wrapper {
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
  }
}
.aboth .g_top .g_top_nav .swiper-slide {
  flex-shrink: 1;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .aboth .g_top .g_top_nav .swiper-slide.on p {
    color: #ee2316;
  }
  .aboth .g_top .g_top_nav .swiper-slide.on p::after {
    width: 0 !important;
  }
}
.aboth .g_top .g_top_nav .swiper-slide.on p::after {
  width: 100% !important;
}
.aboth .g_top .g_top_nav .swiper-slide p {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  color: #535966;
  position: relative;
  padding: 0 0.28rem 0.15rem;
  /* width: 100%; */
}
.aboth .g_top .g_top_nav .swiper-slide p::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
@media (max-width: 991px) {
  .aboth .g_top .g_top_nav .swiper-slide p::after {
    display: none;
  }
}
.aboth .box {
  margin-top: 0.8rem;
  overflow: hidden;
}
.aboth .box .box2 .box_sa {
  display: none;
}
.aboth .box .box2 .box_sa:first-child {
  display: block;
}
.aboth .box .box2 .gallery-thumbs {
  overflow: initial;
}
.aboth .box .box2 .swiper-slide .abofo_swi {
  opacity: 0.4;
  transition: all 0.4s;
}
.aboth .box .box2 .swiper-slide-active .abofo_swi,
.aboth .box .box2 .swiper-slide-prev .abofo_swi,
.aboth .box .box2 .swiper-slide-next .abofo_swi {
  opacity: 1;
}
.aboth .box .box2 .abofo_switwo {
  overflow: initial;
}
.aboth .box .box2 .abofo_switwo .abofo_swi .img_box {
  padding: 0.1rem 0.42rem;
  width: 100%;
  height: 5rem;
  background: url(../images/about5.jpg) no-repeat;
  background-size: cover;
}
.aboth .box .box2 .abofo_switwo .abofo_swi .img_box .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboth .box .box2 .abofo_switwo .abofo_swi .img_box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboth .box .box2 .abofo_switwo .abofo_swi .txt {
  margin-top: 0.45rem;
  text-align: center;
}
.aboth .box .box2 .abofo_switwo .abofo_swi .txt span {
  font-weight: bold;
  display: block;
}
.aboth .box .box2 .abofo_switwo .abofo_swi .txt p {
  padding-right: 0.5rem;
}
.aboth .box .box2 .abofo_switwo .g_qie .pub_nav {
  top: 40%;
  border-color: #d6d8e4;
}
.aboth .box .box2 .abofo_switwo .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.aboth .box .box2 .abofo_switwo .g_qie .pub_nav svg path {
  fill: #333;
}
.aboth .box .box2 .abofo_switwo .g_qie .pub_prev {
  left: -0.88rem;
}
@media (max-width: 1260px) {
  .aboth .box .box2 .abofo_switwo .g_qie .pub_prev {
    left: -0.38rem;
  }
}
@media (max-width: 991px) {
  .aboth .box .box2 .abofo_switwo .g_qie .pub_prev {
    display: none;
  }
}
.aboth .box .box2 .abofo_switwo .g_qie .pub_next {
  left: auto;
  right: -0.88rem;
}
@media (max-width: 1260px) {
  .aboth .box .box2 .abofo_switwo .g_qie .pub_next {
    right: -0.38rem;
  }
}
@media (max-width: 991px) {
  .aboth .box .box2 .abofo_switwo .g_qie .pub_next {
    display: none;
  }
}
.abofo {
  padding: 0.58rem 0 1.58rem;
  position: relative;
}
.abofo .pub_title p {
  padding: 0 2.1rem;
}
@media (max-width: 991px) {
  .abofo .pub_title p {
    padding: 0;
  }
}
.abofo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 2.8rem;
  z-index: -1;
}
.abofo .t_box {
  margin: 0.7rem 0 1.2rem;
}
.abofo .t_box .t_box_nav {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.abofo .t_box .t_box_nav a {
  cursor: pointer;
  margin: 0 0.56rem;
  position: relative;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .abofo .t_box .t_box_nav a {
    margin: 0 0.1rem;
    text-align: center;
    font-size: 0.2rem;
  }
}
.abofo .t_box .t_box_nav a.on::after {
  width: 100%;
}
.abofo .t_box .t_box_nav a::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.abofo .t_box .t_box_item {
  margin-top: 0.6rem;
}
.abofo .t_box .t_box_item .item_box {
  display: none;
}
.abofo .t_box .t_box_item .item {
  display: flex;
  justify-content: space-between;
  background: #f3f6f9;
  border-radius: 5px;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .abofo .t_box .t_box_item .item {
    flex-direction: column-reverse;
  }
}
.abofo .t_box .t_box_item .item .gl {
  padding: 0.45rem 1.84rem 0 0;
  width: 50%;
}
@media (max-width: 991px) {
  .abofo .t_box .t_box_item .item .gl {
    padding: 0 0.44rem 0 0;
  }
}
@media (max-width: 767px) {
  .abofo .t_box .t_box_item .item .gl {
    width: 100%;
  }
}
.abofo .t_box .t_box_item .item .gl .txt h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.abofo .t_box .t_box_item .item .gl .txt p {
  line-height: 1.9;
  color: #343741;
}
.abofo .t_box .t_box_item .item .gl .more {
  margin-top: 0.28rem;
}
.abofo .t_box .t_box_item .item .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .abofo .t_box .t_box_item .item .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.abofo .t_box .t_box_item .item .gr .public-img {
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
}
.abofo .t_box .t_box_item .item .gr .public-img:before {
  padding-top: 56.25%;
}
.abofo .b_box .g_item {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 1.2rem;
}
@media (max-width: 991px) {
  .abofo .b_box .g_item {
    flex-direction: column !important;
  }
}
.abofo .b_box .g_item:last-child {
  margin-bottom: 0;
}
.abofo .b_box .g_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.abofo .b_box .g_item:nth-child(2n) .gl {
  padding: 0.45rem 1.84rem 0 0;
}
@media (max-width: 767px) {
  .abofo .b_box .g_item {
    flex-direction: column-reverse;
  }
}
.abofo .b_box .g_item .gl {
  padding: 0.45rem 0 0 1.84rem;
  width: 50%;
}
@media (max-width: 991px) {
  .abofo .b_box .g_item .gl {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .abofo .b_box .g_item .gl {
    width: 100%;
  }
}
.abofo .b_box .g_item .gl .txt h3 {
  line-height: 1.25;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.abofo .b_box .g_item .gl .txt p {
  line-height: 1.9;
  color: #343741;
}
.abofo .b_box .g_item .gl .more {
  margin-top: 0.28rem;
}
.abofo .b_box .g_item .gr {
  width: 50%;
}
@media (max-width: 991px) {
  .abofo .b_box .g_item .gr {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .abofo .b_box .g_item .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.abofo .b_box .g_item .gr .public-img {
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
}
.abofo .b_box .g_item .gr .public-img:before {
  padding-top: 68.6695279%;
}
.abofi {
  padding: 1.38rem 0 1.5rem;
  background: #f3f6f9;
}
.abofi .box {
  margin-top: 0.55rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abofi .box {
    flex-direction: column;
  }
}
.abofi .box .gl {
  width: calc(50% - 0.2rem);
}
@media (max-width: 767px) {
  .abofi .box .gl {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.abofi .box .gl .img {
  margin-bottom: 0.38rem;
  width: 100%;
}
.abofi .box .gl .txt h2 {
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.abofi .box .gr {
  width: calc(50% - 0.2rem);
  background: #fff;
  box-shadow: 0 5px 10px #ced5e1;
}
@media (max-width: 767px) {
  .abofi .box .gr {
    width: 100%;
  }
}
.abofi .box .gr form {
  padding: 0 0.28rem 0.63rem;
}
.abofi .box .gr form .inp {
  margin-top: 0.12rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abofi .box .gr form .inp {
    flex-direction: column;
  }
}
.abofi .box .gr form .inp .inp_box {
  width: calc(50% - 0.1rem);
  margin: 0 0 0.05rem;
  border-bottom: 1px solid #ced5e1;
  height: 0.76rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .abofi .box .gr form .inp .inp_box {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.abofi .box .gr form .inp .inp_box input {
  width: 100%;
  height: 100%;
}
.abofi .box .gr form .inp .inp_box .inp_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  left: 0;
  top: 0;
  pointer-events: none;
}
.abofi .box .gr form .inp .inp_box .inp_txt.on {
  opacity: 0.8;
  top: -0.22rem;
  left: -0.15rem;
  transform: scale(0.9);
}
@media (max-width: 1260px) {
  .abofi .box .gr form .inp .inp_box .inp_txt.on {
    top: -0.28rem;
  }
}
@media (max-width: 767px) {
  .abofi .box .gr form .inp .inp_box .inp_txt.on {
    left: -0.25rem;
    top: -0.36rem;
  }
}
.abofi .box .gr form .inp .inp_box .inp_txt p {
  color: #333;
}
.abofi .box .gr form .inp .inp_box .inp_txt p span {
  margin-left: 8px;
  color: #ec2e2e;
}
.abofi .box .gr form .inp .inp_code {
  display: flex;
  align-items: center;
  width: calc(50% - 0.1rem);
  background: #fff;
  height: 0.76rem;
  border-bottom: 1px solid #ced5e1;
  margin: 0 0 0.05rem;
}
@media (max-width: 767px) {
  .abofi .box .gr form .inp .inp_code {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.abofi .box .gr form .inp .inp_code input {
  width: 100%;
}
.abofi .box .gr form .inp .inp_code a {
  cursor: pointer;
  padding: 0 0.18rem;
  flex-shrink: 0;
  color: #ee2316;
  line-height: 1.2;
  border-left: 1px solid #d2d2d2;
}
.abofi .box .gr form .inp .textarea_box {
  width: 100%;
  border-bottom: 1px solid #ced5e1;
}
.abofi .box .gr form .inp .textarea_box textarea {
  width: 100%;
  height: 1.35rem;
  margin-top: 0.08rem;
  padding-top: 0.1rem;
}
.abofi .box .gr form .login_tk {
  margin-top: 0.26rem;
}
.abofi .box .gr form .login_tk.on label i {
  border-color: #e5273b;
}
.abofi .box .gr form .login_tk.on label i::after {
  opacity: 1;
}
.abofi .box .gr form .login_tk label {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.abofi .box .gr form .login_tk label input {
  -webkit-appearance: checkbox;
  margin-right: 10px;
  display: none;
}
.abofi .box .gr form .login_tk label i {
  margin-right: 0.08rem;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  border: 1px solid #363942;
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .abofi .box .gr form .login_tk label i {
    margin-top: 0.06rem;
  }
}
@media (max-width: 767px) {
  .abofi .box .gr form .login_tk label i {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.abofi .box .gr form .login_tk label i::after {
  content: '';
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background: #e5273b;
  opacity: 0;
  margin: 0.01rem 0 0 0.01rem;
}
@media (max-width: 1260px) {
  .abofi .box .gr form .login_tk label i::after {
    margin: 0 0 0 0.01rem;
  }
}
.abofi .box .gr form .login_tk label p a {
  /* color: #156BFF; */
}
.abofi .box .gr form button {
  margin-top: 0.26rem;
}
.abosi {
  padding: 1.26rem 0 2rem;
  position: relative;
}
.abosi .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -0.8rem;
  z-index: -1;
}
.abosi .box {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.54rem;
  box-shadow: 0 5px 10px #ced5e1;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .abosi .box {
    box-shadow: none;
  }
}
.abosi .box .item {
  width: calc(100%/3);
  height: 3rem;
  position: relative;
  border-top: 1px solid #f3f6f9;
  border-right: 1px solid #f3f6f9;
}
@media (max-width: 1580px) {
  .abosi .box .item {
    height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .abosi .box .item {
    width: 100%;
    border: none !important;
    height: auto;
    margin-bottom: 0.4rem;
    box-shadow: 0 5px 10px #ced5e1;
  }
}
.abosi .box .item:nth-child(-n+3) {
  border-top: none;
}
.abosi .box .item:nth-child(3n) {
  border-right: none;
}
.abosi .box .item:hover .img {
  opacity: 1;
}
.abosi .box .item:hover .txt {
  color: #fff !important;
}
.abosi .box .item:hover .txt .g_p p {
  color: #fff;
}
.abosi .box .item .img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  top: 0;
  left: 0;
  position: absolute;
}
.abosi .box .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.abosi .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abosi .box .item .txt {
  padding: 0.46rem 0.4rem 0.3rem;
  position: relative;
  z-index: 10;
}
.abosi .box .item .txt .tit {
  margin-bottom: 0.12rem;
}
.abosi .box .item .txt .tit span {
  display: block;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
}
.abosi .box .item .txt .tit h3 {
  transition: all 0.4s;
}
.abosi .box .item .txt .g_p p {
  transition: all 0.4s;
  color: #666;
  margin-bottom: 0.05rem;
}
/* 炎黄动态 */
.dynon {
  padding: 0;
}
.dyntw {
  padding: 1.2rem 0 1.45rem;
}
.dyntw .dyntw_box {
  margin: 0.7rem 0 0.1rem;
}
.dyntw .dyntw_box .t_box_nav {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.dyntw .dyntw_box .t_box_nav a {
  cursor: pointer;
  margin: 0 0.56rem;
  position: relative;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .dyntw .dyntw_box .t_box_nav a {
    margin: 0 0.1rem;
    text-align: center;
    font-size: 0.2rem;
  }
}
.dyntw .dyntw_box .t_box_nav a.on::after {
  width: 100%;
}
.dyntw .dyntw_box .t_box_nav a::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.dyntw .dyntw_box .t_box_item {
  margin-top: 0.6rem;
}
.dyntw .dyntw_box .t_box_item .item_box {
  display: none;
}
.news_item {
  display: flex;
  flex-wrap: wrap;
}
.news_item .item {
  transition: all 0.4s;
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #ced5e1;
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
}
@media (max-width: 767px) {
  .news_item .item {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}
.news_item .item:hover .public-img img {
  transform: scale(1.05);
}
.news_item .item:nth-child(3n) {
  margin-right: 0;
}
.news_item .item .public-img {
  border-radius: 0.1rem;
}
.news_item .item .public-img:before {
  padding-top: 56.05381166%;
}
.news_item .item .txt {
  margin-top: 0.38rem;
}
.news_item .item .txt .txt_box span {
  color: #343741;
}
.news_item .item .txt .txt_box h3 {
  margin-top: 0.15rem;
  line-height: 1.25;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.5em;
}
.news_item .item .txt .more {
  margin-top: 0.6rem;
}
.dynth {
  background: #131112;
  position: relative;
  padding: 1.2rem 0 1.45rem;
}
.dynth .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -0.8rem;
  z-index: -1;
}
.dynth .dynth_box {
  margin: 0.7rem 0 0.1rem;
}
.dynth .dynth_box .t_box_nav {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.dynth .dynth_box .t_box_nav a {
  cursor: pointer;
  margin: 0 0.56rem;
  position: relative;
  color: #fff;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .dynth .dynth_box .t_box_nav a {
    margin: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .dynth .dynth_box .t_box_nav a {
    margin: 0 0.1rem;
    text-align: center;
    font-size: 0.2rem;
  }
}
.dynth .dynth_box .t_box_nav a.on::after {
  width: 100%;
}
.dynth .dynth_box .t_box_nav a::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.dynth .dynth_box .t_box_item {
  margin-top: 0.6rem;
}
.dynth .dynth_box .t_box_item .item_box {
  display: none;
}
.dynth .dynth_box .t_box_item .news_item .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dynth .dynth_box .t_box_item .news_item .item:hover {
  border-bottom: 1px solid #ffffff;
}
.dynth .dynth_box .t_box_item .news_item .item:hover .public-img img {
  transform: scale(1.05);
}
.dynth .dynth_box .t_box_item .news_item .item .txt .txt_box {
  margin-bottom: 0.2rem;
}
.dynth .dynth_box .t_box_item .news_item .item .txt .txt_box h3 {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}
.dynth .dynth_box .t_box_item .news_item .item .txt .txt_con .timeadd {
  margin-bottom: 0.12rem;
  display: flex;
  align-items: center;
}
.dynth .dynth_box .t_box_item .news_item .item .txt .txt_con .timeadd svg,
.dynth .dynth_box .t_box_item .news_item .item .txt .txt_con .timeadd img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.dynth .dynth_box .t_box_item .news_item .item .txt .txt_con .timeadd svg path,
.dynth .dynth_box .t_box_item .news_item .item .txt .txt_con .timeadd img path {
  fill: #fff;
}
.dynth .dynth_box .t_box_item .news_item .item .txt .txt_con .timeadd p {
  color: #fff;
}
.dynth .dynth_box .t_box_item .news_item .item .txt .more {
  margin-top: 0.32rem;
}
.dynfo {
  padding: 1.42rem 0 1.83rem;
}
.dynfo .dynfo_box {
  margin: 0.7rem 0 0.1rem;
}
.dynfo .dynfo_box .t_box_item {
  margin-top: 0.6rem;
}
.dynfo .dynfo_box .t_box_item .item_box {
  display: block;
}
.dynfo .dynfo_box .t_box_item .news_item .item .txt .txt_box h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}
.dynfo .dynfo_box .t_box_item .news_item .item .txt .txt_box p {
  color: #343741;
  line-height: 1.9;
  margin-top: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 7.6em;
}
.dynfo .dynfo_box .t_box_item .news_item .item .txt .txt_box span {
  display: block;
  margin-top: 0.26rem;
}
.dynfo .dynfo_box .t_box_item .news_item .item .txt .more {
  margin-top: 0.45rem;
}
/* 新闻详情 */
.newsInfo {
  position: relative;
  padding: 1.15rem 0 1.9rem;
}
.newsInfo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -1.4rem;
  z-index: -1;
}
.newsInfo .container h1 {
  margin-bottom: 0.4rem;
  font-weight: bold;
  line-height: 1.25;
  padding-right: 3.8rem;
}
@media (max-width: 991px) {
  .newsInfo .container h1 {
    padding: 0;
  }
}
.newsInfo .container .newsInfo_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .newsInfo .container .newsInfo_box {
    flex-direction: column;
  }
}
.newsInfo .container .newsInfo_box .gl {
  width: 72.85714286%;
}
@media (max-width: 991px) {
  .newsInfo .container .newsInfo_box .gl {
    width: 100%;
  }
}
.newsInfo .container .newsInfo_box .gl .tit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.24rem;
  border-bottom: 2px solid #ced5e1;
}
.newsInfo .container .newsInfo_box .gl .newsInfo_con {
  padding: 0.38rem 1.2rem 0.9rem 0;
}
@media (max-width: 991px) {
  .newsInfo .container .newsInfo_box .gl .newsInfo_con {
    padding: 0.38rem 0 0.9rem;
  }
}
.newsInfo .container .newsInfo_box .gl .newsInfo_con p {
  line-height: 2;
}
.newsInfo .container .newsInfo_box .gl .news_fy {
  padding-top: 0.3rem;
  border-top: 2px solid #ced5e1;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_box a {
  color: #343741;
  display: flex;
  align-items: center;
  margin: 0.07rem 0;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_box a:hover p,
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_box a:hover span {
  color: #ee2316;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_box a span {
  transition: all 0.4s;
  flex-shrink: 0;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_box a p {
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_fh {
  margin-top: 0.4rem;
  display: flex;
  transition: all 0.4s;
  align-items: center;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_fh:hover {
  opacity: 0.8;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_fh svg {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: auto;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_fh svg path {
  fill: #d32829;
}
.newsInfo .container .newsInfo_box .gl .news_fy .news_fy_fh p {
  color: #d32829;
}
.newsInfo .container .newsInfo_box .gr {
  width: 21.42857143%;
}
@media (max-width: 991px) {
  .newsInfo .container .newsInfo_box .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.newsInfo .container .newsInfo_box .gr h2 {
  padding: 0 0 0.12rem;
  font-weight: bold;
  border-bottom: 2px solid #ced5e1;
}
@media (max-width: 1580px) {
  .newsInfo .container .newsInfo_box .gr h2 {
    padding: 0 0 0.06rem;
  }
}
.newsInfo .container .newsInfo_box .gr .gr_item {
  padding: 0.38rem 0 0;
}
.newsInfo .container .newsInfo_box .gr .gr_item .item {
  display: block;
  transition: all 0.4s;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ced5e1;
  width: 100%;
  margin: 0 0 0.3rem 0;
}
@media (max-width: 767px) {
  .newsInfo .container .newsInfo_box .gr .gr_item .item {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}
.newsInfo .container .newsInfo_box .gr .gr_item .item:hover .public-img img {
  transform: scale(1.05);
}
.newsInfo .container .newsInfo_box .gr .gr_item .item .public-img:before {
  padding-top: 56.1461794%;
}
.newsInfo .container .newsInfo_box .gr .gr_item .item .txt {
  margin-top: 0.18rem;
}
.newsInfo .container .newsInfo_box .gr .gr_item .item .txt .txt_box span {
  display: block;
  margin-top: 0.1rem;
  color: #343741;
}
.newsInfo .container .newsInfo_box .gr .gr_item .item .txt .txt_box h3 {
  margin-top: 0.15rem;
  line-height: 1.33;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsInfo .container .newsInfo_box .gr .gr_qr {
  margin-top: 0.2rem;
  background: #f5f5f7;
  padding: 0.26rem 0.2rem 0.45rem;
}
@media (max-width: 767px) {
  .newsInfo .container .newsInfo_box .gr .gr_qr {
    display: flex;
    justify-content: space-between;
  }
}
.newsInfo .container .newsInfo_box .gr .gr_qr h3 {
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.newsInfo .container .newsInfo_box .gr .gr_qr .tel p {
  font-weight: bold;
}
.newsInfo .container .newsInfo_box .gr .gr_qr .qr {
  margin-top: 0.26rem;
}
@media (max-width: 767px) {
  .newsInfo .container .newsInfo_box .gr .gr_qr .qr {
    margin: 0;
    text-align: center;
  }
}
.newsInfo .container .newsInfo_box .gr .gr_qr .qr .img {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  height: auto;
  padding: 0.1rem;
  width: 1.4rem;
}
.newsInfo .container .newsInfo_box .gr .gr_qr .qr .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.newsInfo .container .newsInfo_box .gr .gr_qr .qr p {
  margin-top: 0.12rem;
}
.ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.22rem;
  height: 0.22rem;
  padding: 0;
  margin: 0 0 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: none;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #ee2316;
}
.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: 100%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #343741;
  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;
}
@media (max-width: 767px) {
  .social-share .icon-wechat .wechat-qrcode {
    right: 0;
    left: auto !important;
  }
}
/* 炎黄动态查看更多 */
.newsMore {
  padding: 1.15rem 0 1.9rem;
  position: relative;
}
.newsMore .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -0.8rem;
  z-index: -1;
}
.newsMore .t_box_nav {
  margin: 0.7rem 0 0.4rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.newsMore .t_box_nav a {
  cursor: pointer;
  margin: 0 0.56rem;
  position: relative;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .newsMore .t_box_nav a {
    margin: 0 0.1rem;
    text-align: center;
    font-size: 0.2rem;
  }
}
.newsMore .t_box_nav a.on::after {
  width: 100%;
}
.newsMore .t_box_nav a::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.newsMore .newsMore_filter {
  display: flex;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .newsMore .newsMore_filter {
    justify-content: space-between;
  }
}
.newsMore .newsMore_filter .g_year {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: #f8fafc;
  height: 0.5rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .newsMore .newsMore_filter .g_year {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .newsMore .newsMore_filter .g_year {
    width: calc(50% - 0.1rem);
  }
}
.newsMore .newsMore_filter .g_year .g_p {
  margin-right: 0.78rem;
}
@media (max-width: 767px) {
  .newsMore .newsMore_filter .g_year .g_p {
    margin-right: 0.1rem;
  }
}
.newsMore .newsMore_filter .g_search {
  background: #f8fafc;
  height: 0.5rem;
  padding: 0 0.4rem 0 0.2rem;
}
@media (max-width: 1580px) {
  .newsMore .newsMore_filter .g_search {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .newsMore .newsMore_filter .g_search {
    width: calc(50% - 0.1rem);
  }
}
.newsMore .newsMore_filter .g_search form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsMore .newsMore_filter .g_search input {
  width: 3.86rem;
}
@media (max-width: 767px) {
  .newsMore .newsMore_filter .g_search input {
    width: 100%;
  }
}
.newsMore .newsMore_filter .g_search button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.newsMore .newsMore_filter .g_search button svg {
  width: 0.18rem;
  height: auto;
}
@media (max-width: 1580px) {
  .newsMore .newsMore_filter .g_search button svg {
    width: 0.26rem;
  }
}
.newsMore .newsMore_filter .g_search button svg path {
  fill: #333;
}
.newsMore .page {
  margin-top: 0.5rem;
}
.sot_select_nr {
  position: relative;
  min-width: 100px;
}
@media (max-width: 767px) {
  .sot_select_nr {
    min-width: auto;
  }
}
.sot_select_nr .sel_text_x {
  width: 100%;
  height: 0.4rem;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sot_select_nr .sel_text_x svg {
  width: 14px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .sot_select_nr .sel_text_x svg {
    width: 10px;
  }
}
.sot_select_nr .sel_text_x svg path {
  fill: #333;
}
.sot_select_nr .sel_text_x p {
  color: #ee2316;
  font-weight: bold;
}
.sot_select_nr .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.sot_select_nr .sel_text_box a {
  color: #000;
  padding: 7px 0 7px 0.2rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr .sel_text_box a:hover {
  background: #ee2316;
  color: #fff;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  height: 0.44rem;
  min-width: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #efefef;
  color: #8e8e8e;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page a {
    font-size: 0.28rem;
  }
}
.page a.prev img,
.page a.prev svg {
  transform: rotate(180deg);
  margin-right: 5px;
}
.page a.next img,
.page a.next svg {
  margin-left: 5px;
}
.page a:hover {
  color: #fff;
  border-color: #ee2316;
  background: #ee2316;
}
.page a:hover p {
  color: #fff;
}
.page a:hover svg path {
  fill: #fff;
}
.page a img,
.page a svg {
  width: 6px;
  height: auto;
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 4px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #333;
}
.page .active {
  color: #fff;
  border-color: #ee2316;
  background: #ee2316;
}
.page .active p {
  color: #fff;
}
.page input {
  border: 1px solid #efefef;
  text-align: center;
  width: 0.7rem;
  height: 0.44rem;
}
@media (max-width: 1580px) {
  .page input {
    width: 1rem;
  }
}
.page2 a {
  border-radius: 0.05rem;
}
.page2 a:hover {
  color: #fff;
  border-color: #131112;
  background: #131112;
}
.page2 .active {
  border-color: #131112;
  background: #131112;
}
/* AWS Al Copilot智能助理平台 */
.aion .awson_t .box .gl .txt {
  padding: 0.7rem 0 0;
}
.aion .awson_t .box .gl .public-btn {
  margin-top: 0.7rem;
}
.aion .awson_t .box .gr {
  width: 50%;
}
@media (max-width: 991px) {
  .aion .awson_t .box .gr {
    width: 100%;
  }
}
.aion .awson_b .item .more {
  margin-top: 0.55rem;
}
.aitw {
  padding: 0.2rem 0;
}
.aitw .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.18rem;
}
.aitw .box .item {
  width: calc(100%/3);
  border-top: 1px solid #ced5e1;
  border-right: 1px solid #ced5e1;
  text-align: center;
  padding: 0.48rem 0.44rem 0.36rem;
}
@media (max-width: 767px) {
  .aitw .box .item {
    width: 100%;
    border: none !important;
    padding: 0.4rem 0;
  }
}
.aitw .box .item:nth-child(-n+3) {
  padding: 0.34rem 0.44rem 0.48rem;
  border-top: none;
}
.aitw .box .item:nth-child(3n) {
  border-right: none;
}
.aitw .box .item .g_img img {
  width: auto;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .aitw .box .item .g_img img {
    height: 0.8rem;
    object-fit: contain;
  }
}
.aitw .box .item .txt {
  margin-top: 0.24rem;
}
.aitw .box .item .txt h3 {
  color: #343741;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.aith {
  width: 100%;
  height: 200vh;
  position: relative;
}
.aith .aith_box {
  position: relative;
  z-index: 10;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  min-height: 100vh;
  margin-top: -100vh;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.aith .aith_box .awsth_nav {
  margin-top: 0.75rem;
  border-bottom: 1px solid #ced5e1;
  display: flex;
  justify-content: center;
}
.aith .aith_box .awsth_nav .item {
  cursor: pointer;
  padding-bottom: 0.2rem;
  margin: 0 0.66rem;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .aith .aith_box .awsth_nav .item {
    margin: 0 0.2rem;
  }
}
.aith .aith_box .awsth_nav .item.on::after {
  width: 100%;
}
.aith .aith_box .awsth_nav .item::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.aith .aith_box .awsth_nav .item img,
.aith .aith_box .awsth_nav .item svg {
  width: auto;
  height: 0.4rem;
}
@media (max-width: 767px) {
  .aith .aith_box .awsth_nav .item img,
  .aith .aith_box .awsth_nav .item svg {
    height: 0.48rem;
  }
}
.aith .aith_box .awsth_nav .item p {
  font-weight: bold;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .aith .aith_box .awsth_nav .item p {
    font-size: 0.2rem;
  }
}
.aith .aith_box .awsth_box {
  margin-top: 0.6rem;
}
.aith .aith_box .awsth_box .awsth_con {
  display: none;
}
.aith .aith_box .awsth_box .item {
  display: flex;
  justify-content: space-between;
  background: #f3f6f9;
  border-radius: 5px;
  padding: 0.6rem 0.6rem 0.35rem;
}
@media (max-width: 767px) {
  .aith .aith_box .awsth_box .item {
    flex-direction: column-reverse;
  }
}
.aith .aith_box .awsth_box .item .gl {
  padding: 0.28rem 1.22rem 0 0;
  width: calc(515/1280*100%);
}
@media (max-width: 991px) {
  .aith .aith_box .awsth_box .item .gl {
    padding: 0 0.44rem 0 0;
  }
}
@media (max-width: 767px) {
  .aith .aith_box .awsth_box .item .gl {
    width: 100%;
  }
}
.aith .aith_box .awsth_box .item .gl .txt .g_p {
  margin-bottom: 0.3rem;
}
.aith .aith_box .awsth_box .item .gl .txt .g_p p {
  line-height: 1.6;
  color: #666;
}
.aith .aith_box .awsth_box .item .gl .txt .g_ul p {
  color: #343741;
  display: block;
  position: relative;
  padding-left: 13px;
  margin-bottom: 0.16rem;
}
.aith .aith_box .awsth_box .item .gl .txt .g_ul p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .aith .aith_box .awsth_box .item .gl .txt .g_ul p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.aith .aith_box .awsth_box .item .gl .more {
  margin-top: 0.48rem;
}
.aith .aith_box .awsth_box .item .gr {
  width: calc(760/1280*100%);
}
@media (max-width: 767px) {
  .aith .aith_box .awsth_box .item .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.aith .aith_box .awsth_box .item .gr .public-img {
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
}
.aith .aith_box .awsth_box .item .gr .public-img:before {
  padding-top: 47.36842105%;
}
.aith .aith_box .awsth_box .item .gr p {
  text-align: center;
  margin-top: 0.28rem;
  color: #343741;
}
.aith .aith_act {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aith .aith_act .g_p {
  text-align: center;
}
.aith .aith_act .g_p p {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #d7dde7;
  text-stroke: 1.2px #d7dde7;
  background-image: -webkit-linear-gradient(top, transparent, transparent, transparent);
  -webkit-background-clip: text;
  font-size: 2rem;
}
.aith .aith_act .g_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.22rem;
  height: auto;
  z-index: 10;
}
.aith .aith_act .g_svg img {
  width: 100%;
}
.aith .aith_act .g_png {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.66rem;
  height: auto;
}
.aith .aith_act .g_png img {
  width: 100%;
}
.aifo {
  overflow: hidden;
  position: relative;
  background: #131112;
  padding: 1.55rem 0 1.6rem;
}
.aifo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.6rem;
  z-index: 1;
}
.aifo .container {
  position: relative;
  z-index: 10;
}
.aifo .container .box {
  margin-top: 0.56rem;
}
.aifo .container .box .switch_box .switch_box_nav a {
  margin: 0 0.95rem;
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_nav a {
    text-align: center;
    margin: 0 0.2rem;
  }
}
.aifo .container .box .switch_box .switch_box_item .item_box {
  display: block;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item {
  border: 1px solid #5a595a;
  display: flex;
  justify-content: space-between;
  background: #211f20;
  border-radius: 5px;
  padding: 0.5rem;
  padding-bottom: 0.86rem;
}
@media (max-width: 991px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item {
    flex-direction: column;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_l {
  width: 22.76923077%;
}
@media (max-width: 991px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_l {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_l .g_svg {
  width: 0.58rem;
  margin: 0.4rem 0;
}
@media (max-width: 991px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_l .g_svg {
    margin-right: 0.5rem;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_l .g_svg {
    width: 0.8rem;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_l .txt {
  color: #fff;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_l .txt h3 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.2rem;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_l .txt p {
  padding-right: 0.6rem;
  line-height: 1.6;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r {
  width: 72.30769231%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r {
    flex-direction: column;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rl {
  height: calc(4rem + 10px);
  width: 43.08510638%;
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rl {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  border: 1px solid #fff;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr {
  width: 55.85106383%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr {
    width: 100%;
    height: auto;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .aboutour_swip {
  height: calc(4rem + 10px);
  width: 100%;
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .aboutour_swip {
    height: auto;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .aboutour_swip .swiper-wrapper {
  align-items: flex-start;
  height: 100%;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .aboutour_swip .swiper-wrapper .swiper-slide {
  height: 2rem;
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .aboutour_swip .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .home_hb_pag {
  bottom: -0.46rem;
  left: 50%;
  transform: translateX(-50%);
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .home_hb_pag .swiper-pagination-bullet {
  background: #fff;
  margin: 0 0.07rem;
  transition: all 0.4s;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .home_hb_pag .swiper-pagination-bullet-active {
  background: #fff;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite {
  border-radius: 0.1rem;
  /*background: url(../images/ai33.jpg) no-repeat;*/
  background: radial-gradient(30% 124% at 21% 50%, #E8EFFF 0%, #EAECFF 47%, #DEE4FC 100%);
  background-size: cover;
  width: 100%;
  padding: 0.26rem;
  display: inline-flex;
  height: 100%;
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite {
    padding: 0.4rem;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite .g_svg {
  margin-bottom: 0.26rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite .g_svg img,
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite .g_svg svg {
  width: 0.3rem;
  height: 0.3rem;
}
@media (max-width: 767px) {
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite .g_svg img,
  .aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite .g_svg svg {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite .txt h4 {
  font-weight: bold;
  margin-bottom: 0.06rem;
}
.aifo .container .box .switch_box .switch_box_item .aifo_item .g_r .g_rr .g_ite .txt p {
  color: #666;
}
.aifi {
  padding: 0.8rem 0 1.6rem;
  background: #ffffff;
}
.aifi .box {
  padding: 0.8rem 0;
  overflow: hidden;
}
.aifi .box .container .swiper-container {
  overflow: initial;
}
.aifi .box .container .swiper-container .swiper-slide-active .aifi_box {
  opacity: 1;
}
.aifi .box .container .swiper-container .aifi_box {
  border: 1px solid #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.8rem rgba(210, 210, 210, 0.69);
  padding: 0.65rem 0.6rem 0.65rem 0.54rem;
  /*background: #fef7f9;*/
  background: #F9FBFF;
  opacity: 0.5;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aifi .box .container .swiper-container .aifi_box {
    flex-direction: column-reverse;
  }
}
.aifi .box .container .swiper-container .aifi_box .gl {
  padding-right: 0.2rem;
  width: 36.23639191%;
}
@media (max-width: 767px) {
  .aifi .box .container .swiper-container .aifi_box .gl {
    width: 100%;
  }
}
.aifi .box .container .swiper-container .aifi_box .gl .g_svg {
  width: 0.62rem;
  height: auto;
}
@media (max-width: 767px) {
  .aifi .box .container .swiper-container .aifi_box .gl .g_svg {
    width: 0.76rem;
  }
}
.aifi .box .container .swiper-container .aifi_box .gl .g_svg img,
.aifi .box .container .swiper-container .aifi_box .gl .g_svg svg {
  width: 100%;
}
.aifi .box .container .swiper-container .aifi_box .gl .txt {
  margin-top: 0.45rem;
}
.aifi .box .container .swiper-container .aifi_box .gl .txt p {
  color: #343741;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0.15rem;
}
.aifi .box .container .swiper-container .aifi_box .gl .txt p span {
  color: #ee2316;
  margin: 0 0.1rem;
}
.aifi .box .container .swiper-container .aifi_box .gr {
  width: 63.76360809%;
}
@media (max-width: 767px) {
  .aifi .box .container .swiper-container .aifi_box .gr {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.aifi .box .container .swiper-container .aifi_box .gr img {
  border-radius: 0.1rem;
  width: 100%;
}
.aisi {
  background: #f3f6f9;
}
@media (max-width: 767px) {
  .aisi {
    padding: 1.2rem 0 0.8rem;
    overflow: hidden;
    width: 100%;
  }
}
.aisi .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .aisi .box {
    flex-direction: column;
  }
}
.aisi .box .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 50%;
  padding-right: 0.7rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
@media (max-width: 767px) {
  .aisi .box .gl {
    position: initial;
    height: auto;
    width: 100%;
    padding: 0;
  }
}
.aisi .box .gl::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4rem;
  background: linear-gradient(to bottom, #f3f6f9 20.45%, hsla(0, 0%, 100%, 0));
  left: 100%;
  top: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .aisi .box .gl::after {
    display: none;
  }
}
.aisi .box .gl::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4rem;
  background: linear-gradient(to top, #f3f6f9 20.45%, hsla(0, 0%, 100%, 0));
  left: 100%;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .aisi .box .gl::before {
    display: none;
  }
}
.aisi .box .gl .txt h2 {
  line-height: 1.4;
  font-weight: bold;
}
.aisi .box .gl .txt p {
  margin-top: 0.36rem;
}
.aisi .box .gr {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 0.14rem;
}
@media (max-width: 767px) {
  .aisi .box .gr {
    width: 100%;
    justify-content: center;
  }
}
.aisi .box .gr .aisi_box {
  padding: 34vh 0 1rem;
}
@media (max-width: 767px) {
  .aisi .box .gr .aisi_box {
    padding: 0.5rem 0;
    margin: 0 0.2rem !important;
  }
}
.aisi .box .gr .aisi_box:first-child {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .aisi .box .gr .aisi_box:first-child {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .aisi .box .gr .aisi_box:first-child {
    margin: 0;
  }
}
.aisi .box .gr .aisi_box .img {
  position: relative;
  width: 2.98rem;
  border-radius: 0.2rem;
  padding: 5px;
  margin: 0.2rem 0;
  background: #fff;
}
@media (max-width: 991px) {
  .aisi .box .gr .aisi_box .img {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .aisi .box .gr .aisi_box .img {
    width: 3rem;
    margin: 0 0 0.4rem;
  }
}
.aisi .box .gr .aisi_box .img.on::after,
.aisi .box .gr .aisi_box .img:hover::after {
  opacity: 1;
}
.aisi .box .gr .aisi_box .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/ai36.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.4s;
  opacity: 0;
}
.aisi .box .gr .aisi_box .img img {
  position: relative;
  z-index: 10;
  border-radius: 0.16rem;
}
.aise {
  padding: 1.55rem 0 1.45rem;
}
@media (max-width: 767px) {
  .aise {
    padding: 1.2rem 0 1.1rem;
  }
}
.aise .box {
  margin-top: 0.64rem;
}
.aise .box .switch_box .switch_box_nav a {
  margin: 0 0.96rem;
}
@media (max-width: 767px) {
  .aise .box .switch_box .switch_box_nav a {
    margin: 0 0.3rem;
  }
}
.aise .box .switch_box .switch_box_item {
  padding: 0.6rem;
  background: #f3f6f9;
  border-radius: 0.05rem;
}
.aise .box .pub_open .open_item .g_p p {
  display: block;
  position: relative;
  padding-left: 12px;
  color: #343741;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.aise .box .pub_open .open_item .g_pai p {
  font-weight: normal;
}
.aise .box .pub_open .open_item .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #343741;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .aise .box .pub_open .open_item .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.aise .box .pub_tc {
  margin-top: 0.55rem;
}
.aien {
  background: #f3f6f9;
  position: relative;
  padding: 2.35rem 0 3.5rem;
}
@media (max-width: 991px) {
  .aien {
    padding: 1.35rem 0 1.5rem;
  }
}
.aien .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.22rem;
  z-index: 1;
}
.aien .box {
  position: relative;
  z-index: 10;
}
.aien .box .pub_title p {
  margin-top: 0.2rem;
}
.aien .box .pub_tc {
  margin-top: 0.54rem;
}
.aien .box .aien_box {
  position: relative;
  width: 1px;
  height: 1px;
  margin: auto;
}
.aien .box .pub_tc .more svg path {
  fill: #fff;
}
@media (max-width: 991px) {
  .aien .box .aien_box {
    width: 100%;
    height: auto;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .aien .box .aien_box {
    justify-content: space-between;
  }
}
.aien .box .aien_box .item {
  width: 2.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #fff;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 992px) {
  .aien .box .aien_box .item {
    animation: mov1 4.2s infinite ease-in-out;
    -webkit-animation: mov1 4.2s infinite ease-in-out;
  }
}
@media (max-width: 991px) {
  .aien .box .aien_box .item {
    left: 0 !important;
    top: 0 !important;
    position: initial;
    width: 30%;
    margin: 0 3.33% 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .aien .box .aien_box .item {
    width: 48%;
    margin: 0 0 0.2rem;
  }
}
.aien .box .aien_box .item:hover::before {
  opacity: 1;
}
.aien .box .aien_box .item::before {
  content: '';
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #ee2316;
  opacity: 0;
}
.aien .box .aien_box .item .public-img:before {
  padding-top: 36%;
}
.aien .box .aien_box .item1 {
  top: -2.6rem;
  left: -5.5rem;
}
.aien .box .aien_box .item2 {
  top: -2.45rem;
  left: 2.95rem;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.aien .box .aien_box .item3 {
  top: -0.55rem;
  left: -6.65rem;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.aien .box .aien_box .item4 {
  top: -0.24rem;
  left: 3.5rem;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.aien .box .aien_box .item5 {
  top: 0.95rem;
  left: -1.32rem;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
/* 客户案例 */
.sub_banner {
  background: #f3f6f9 url(../images/case8.png) no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .sub_banner {
    background: #000;
  }
}
.sub_banner .box {
  padding: 0.7rem 0 1.33rem;
}
@media (max-width: 767px) {
  .sub_banner .box {
    padding: 0.7rem 0 1rem;
  }
}
.sub_banner .box .swiper-container {
  padding-bottom: 0.6rem;
}
.sub_banner .box .swiper-container .swip2_pag {
  bottom: 0;
}
.sub_banner .box .swiper-container .swip2_pag .swiper-pagination-bullet {
  background: #fff;
  border-radius: 8px;
  transition: all 0.4s;
}
.sub_banner .box .swiper-container .swip2_pag .swiper-pagination-bullet-active {
  width: 0.39rem;
}
@media (max-width: 767px) {
  .sub_banner .box .swiper-container .swip2_pag .swiper-pagination-bullet-active {
    width: 8px;
  }
}
.sub_banner .box .case_tban {
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sub_banner .box .case_tban {
    flex-direction: column;
  }
}
.sub_banner .box .case_tban .gl {
  width: 44.70588235%;
}
@media (max-width: 767px) {
  .sub_banner .box .case_tban .gl {
    width: 100%;
  }
}
.sub_banner .box .case_tban .gl .public-img {
  border-radius: 0.05rem;
}
.sub_banner .box .case_tban .gl .public-img:before {
  padding-top: 67.65676568%;
}
.sub_banner .box .case_tban .gr {
  width: 51.17647059%;
}
@media (max-width: 767px) {
  .sub_banner .box .case_tban .gr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.sub_banner .box .case_tban .gr .txt {
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .sub_banner .box .case_tban .gr .txt {
    padding: 0;
  }
}
.sub_banner .box .case_tban .gr .txt .txt_span {
  display: flex;
  flex-wrap: wrap;
}
.sub_banner .box .case_tban .gr .txt .txt_span span {
  padding: 4px 10px;
  background: #fde9e7;
  border-radius: 4px;
  color: #ee2316;
  margin: 0 0.1rem 0.1rem 0;
}
.sub_banner .box .case_tban .gr .txt h2 {
  margin-top: 0.06rem;
  font-weight: bold;
  line-height: 1.38;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sub_banner .box .case_tban .gr .txt p {
  margin-top: 0.2rem;
  color: #343741;
  padding-right: 0.7rem;
}
.sub_banner .box .case_tban .gr .b_con_a {
  margin-top: 0.44rem;
}
.sub_banner .box .case_tban .gr .b_con_a .pub_a {
  margin: 0 0.2rem 0 0;
}
.sub_banner .box .case_tban .gr .b_con_a .pub_arz {
  margin: 0 0.2rem 0 0;
}
.case_two {
  background: #fff;
}
.case_two .box .bj1 {
  background: linear-gradient(270deg, #fff 20.45%, hsla(0, 0%, 100%, 0));
}
.case_two .box .bj2 {
  background: linear-gradient(270deg, #fff 20.45%, hsla(0, 0%, 100%, 0));
}
.caseIiston {
  background: #f3f6f9;
  padding: 1.45rem 0 1.6rem;
}
.caseIiston .caseIiston_search {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
}
.caseIiston .caseIiston_search form {
  background: #fff;
  border-radius: 3px;
  height: 0.5rem;
  width: 4.62rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_search form {
    height: 0.8rem;
    width: 100%;
  }
}
.caseIiston .caseIiston_search form input {
  width: 100%;
  padding: 0 20px;
}
.caseIiston .caseIiston_search form button {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}
.caseIiston .caseIiston_search form button svg {
  width: 18px;
}
.caseIiston .caseIiston_search form button svg path {
  fill: #333;
}
.caseIiston .caseIiston_fl {
  margin-top: 0.5rem;
}
.caseIiston .caseIiston_fl .g_filter {
  align-items: flex-start;
  display: flex;
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_fl .g_filter {
    flex-direction: column;
    margin-bottom: 0.4rem;
  }
}
.caseIiston .caseIiston_fl .g_filter .g_l {
  width: 1.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_fl .g_filter .g_l {
    width: auto;
  }
}
.caseIiston .caseIiston_fl .g_filter .g_l p {
  padding: 0 0.2rem;
  height: 0.3rem;
  display: inline-flex;
  align-items: center;
  background: #f2e0e2;
  color: #ee2316;
  border-radius: 100px;
}
@media (max-width: 1580px) {
  .caseIiston .caseIiston_fl .g_filter .g_l p {
    height: 0.4rem;
  }
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_fl .g_filter .g_l p {
    padding: 0 0.4rem;
    height: 0.6rem;
    margin-bottom: 0.2rem;
  }
}
.caseIiston .caseIiston_fl .g_filter .fl_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e9ef;
}
.caseIiston .caseIiston_fl .g_filter .fl_box a {
  cursor: pointer;
  color: #343741;
  margin: 0 0.42rem 0.18rem 0;
  border-bottom: 2px solid transparent;
}
.caseIiston .caseIiston_fl .g_filter .fl_box a.on,
.caseIiston .caseIiston_fl .g_filter .fl_box a:hover {
  border-color: #ee2316;
  color: #ee2316;
}
.caseIiston .caseIiston_fl .fl_box .item {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem 0.35rem 0.14rem;
}
.caseIiston .caseIiston_fl .fl_box .item a {
  cursor: pointer;
  color: #343741;
  margin: 0 0.55rem 0.18rem;
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_fl .fl_box .item a {
    margin: 0 0.2rem 0.15rem;
  }
}
.caseIiston .caseIiston_fl .fl_box .item a.on,
.caseIiston .caseIiston_fl .fl_box .item a:hover {
  color: #ee2316;
}
.caseIiston .caseIiston_box .caseIiston_con {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.caseIiston .caseIiston_box .caseIiston_con .item {
  border: 1px solid #efefef;
  border-radius: 0.1rem;
  overflow: hidden;
  width: calc((100% - 0.56rem)/3);
  margin: 0 0.28rem 0.3rem 0;
  background: #fff;
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_box .caseIiston_con .item {
    width: 100%;
  }
}
.caseIiston .caseIiston_box .caseIiston_con .item:nth-child(3n) {
  margin-right: 0;
}
.caseIiston .caseIiston_box .caseIiston_con .item:hover .public-img img {
  transform: scale(1.05);
}
.caseIiston .caseIiston_box .caseIiston_con .item .img {
  position: relative;
}
.caseIiston .caseIiston_box .caseIiston_con .item .img .public-img:before {
  padding-top: 53.69127517%;
}
.caseIiston .caseIiston_box .caseIiston_con .item .img .img_logo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
/*  background: rgba(0, 0, 0, 0.4);*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.caseIiston .caseIiston_box .caseIiston_con .item .img .img_logo .img_logo_box {
  padding: 0 0.24rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.caseIiston .caseIiston_box .caseIiston_con .item .img .img_logo .img_logo_box:last-child {
  border: none;
}
.caseIiston .caseIiston_box .caseIiston_con .item .img .img_logo .img_logo_box img {
  width: auto;
  height: 0.39rem;
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_box .caseIiston_con .item .img .img_logo .img_logo_box img {
    height: 0.56rem;
  }
}
.caseIiston .caseIiston_box .caseIiston_con .item .txt {
  padding: 0.28rem 0.25rem;
}
.caseIiston .caseIiston_box .caseIiston_con .item .txt .g_lab {
  display: flex;
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_box .caseIiston_con .item .txt .g_lab {
    flex-wrap: wrap;
  }
}
.caseIiston .caseIiston_box .caseIiston_con .item .txt .g_lab span {
  border-radius: 0.05rem;
  padding: 4px 0.14rem;
  min-width: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1rem 0.05rem 0;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .caseIiston .caseIiston_box .caseIiston_con .item .txt .g_lab span {
    flex-shrink: initial;
  }
}
.caseIiston .caseIiston_box .caseIiston_con .item .txt .g_lab .span1 {
  background: #eeefff;
  color: #5460fc;
}
.caseIiston .caseIiston_box .caseIiston_con .item .txt .g_lab .span2 {
  background: #fde9e7;
  color: #ee2316;
}
.caseIiston .caseIiston_box .caseIiston_con .item .txt .g_lab .span3 {
  background: #e7e7e74a;
  color: #797979;
}
.caseIiston .caseIiston_box .caseIiston_con .item .txt .txt_box {
  margin-top: 0.2rem;
}
.caseIiston .caseIiston_box .caseIiston_con .item .txt .txt_box p {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.caseIiston .caseIiston_box .page {
  margin-top: 0.5rem;
}
/* 客户案例详情 */
.sub_banner_caseInfo {
  position: relative;
}
.sub_banner_caseInfo .box {
  color: #fff;
  padding: 0.46rem 0 1.5rem;
  position: relative;
  z-index: 10;
}
.sub_banner_caseInfo .box .gt .g_lab {
  margin-bottom: 0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.sub_banner_caseInfo .box .gt .g_lab span {
  padding: 8px 0.14rem;
  background: #3a3b3b;
  color: #fff;
  border-radius: 0.05rem;
  margin: 0 0.1rem 0.1rem 0;
}
.sub_banner_caseInfo .box .gt .txt {
  padding-right: 3.78rem;
}
@media (max-width: 991px) {
  .sub_banner_caseInfo .box .gt .txt {
    padding: 0;
  }
}
.sub_banner_caseInfo .box .gt .txt h1 {
  font-weight: bold;
  line-height: 1.1;
}
.sub_banner_caseInfo .box .gt .txt p {
  margin-top: 0.26rem;
  color: rgba(255, 255, 255, 0.8);
}
.sub_banner_caseInfo .box .box_jj {
  margin-top: 0.42rem;
  display: flex;
  flex-wrap: wrap;
}
.sub_banner_caseInfo .box .box_jj .item {
  margin-right: 1.2rem;
}
@media (max-width: 991px) {
  .sub_banner_caseInfo .box .box_jj .item {
    margin: 0 1rem 0.3rem 0;
  }
}
.sub_banner_caseInfo .box .box_jj .item p {
  font-weight: bold;
}
.sub_banner_caseInfo .box .box_jj .item span {
  color: #999;
}
.sub_banner_caseInfo .box .box_a {
  margin-top: 0.65rem;
}
.sub_banner_caseInfo .box .box_a .pub_a {
  margin: 0;
}
.sub_banner_caseInfo .box .box_a .pub_arz {
  margin: 0;
}
.caseInfo_ban {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.caseInfo_ban .caseInfo_ban_box {
  width: 100%;
  height: calc(100% + 50px);
  transform: skewY(-2deg);
  border-radius: 0 0 1.2rem 0;
  position: relative;
  overflow: hidden;
}
.caseInfo_ban .caseInfo_ban_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.caseInfo_ban .caseInfo_ban_box .caseInfo_ban_con {
  width: 100%;
  height: 100%;
  transform: skewY(2deg) translateY(45px);
}
.caseInfo_ban .caseInfo_ban_box .caseInfo_ban_con img {
  width: 100%;
  height: 100%;
}
.caseInfoon {
  padding: 1.55rem 0 1.62rem;
}
.caseInfoon .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .caseInfoon .box {
    flex-direction: column;
  }
}
.caseInfoon .box .gl {
  width: 65.71428571%;
}
@media (max-width: 991px) {
  .caseInfoon .box .gl {
    width: 100%;
  }
}
.caseInfoon .box .gl p,
.caseInfoon .box .gl li {
  line-height: 2;
}
.caseInfoon .box .gl ul {
  padding-left: 1.5em;
}
.caseInfoon .box .gl ul li {
  list-style: auto;
}
.caseInfoon .box .gr {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  width: 28.57142857%;
  border: 1px solid #ebebeb;
  border-radius: 0.1rem;
  padding: 0.35rem 0.4rem;
}
@media (max-width: 991px) {
  .caseInfoon .box .gr {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.caseInfoon .box .gr .fxr {
  padding-bottom: 0.32rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.caseInfoon .box .gr .fxr h2 {
  line-height: 1.1;
  color: #0e2339;
}
.caseInfoon .box .gr .fxr .ins_det_fxr_box {
  margin-bottom: 0.4rem;
  flex-shrink: 0;
}
.caseInfoon .box .gr .gr_a a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.12rem 0.2rem;
  margin-bottom: 0.1rem;
  border-radius: 5px;
  color: #fff;
}
.caseInfoon .box .gr .gr_a a:hover svg {
  left: 5px;
}
.caseInfoon .box .gr .gr_a a svg {
  position: relative;
  left: 0;
  transition: all 0.4s;
  flex-shrink: 0;
  margin-left: 0.2rem;
  width: 0.26rem;
  height: auto;
}
.caseInfoon .box .gr .gr_a a svg path {
  fill: #fff;
}
.caseInfoon .box .gr .gr_a a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.caseInfoon .box .gr .news_fy {
  margin-top: 0.2rem;
  padding-top: 0.15rem;
  border-top: 1px solid #ebebeb;
}
.caseInfoon .box .gr .news_fy .news_fy_box a {
  color: #343741;
  display: flex;
  align-items: center;
  margin: 0.15rem 0;
}
.caseInfoon .box .gr .news_fy .news_fy_box a:hover p,
.caseInfoon .box .gr .news_fy .news_fy_box a:hover span {
  color: #ee2316;
}
.caseInfoon .box .gr .news_fy .news_fy_box a span {
  transition: all 0.4s;
  flex-shrink: 0;
}
.caseInfoon .box .gr .news_fy .news_fy_box a p {
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.caseInfoon .box .gr .news_fy .news_fy_fh {
  margin-top: 0.25rem;
  display: flex;
  transition: all 0.4s;
  align-items: center;
}
.caseInfoon .box .gr .news_fy .news_fy_fh:hover {
  opacity: 0.8;
}
.caseInfoon .box .gr .news_fy .news_fy_fh svg {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: auto;
}
.caseInfoon .box .gr .news_fy .news_fy_fh svg path {
  fill: #000;
}
.caseInfoon .box .gr .news_fy .news_fy_fh p {
  color: #000;
}
.caseInfotw {
  padding: 1.55rem 0 1.84rem;
  background: #f3f6f9;
}
.caseInfotw .box {
  margin-top: 0.58rem;
  position: relative;
}
.caseInfotw .box .caseInfotw_box {
  display: block;
  border: 1px solid #efefef;
  border-radius: 0.1rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .caseInfotw .box .caseInfotw_box {
    width: 100%;
  }
}
.caseInfotw .box .caseInfotw_box:nth-child(3n) {
  margin-right: 0;
}
.caseInfotw .box .caseInfotw_box:hover .public-img img {
  transform: scale(1.05);
}
.caseInfotw .box .caseInfotw_box .img {
  position: relative;
}
.caseInfotw .box .caseInfotw_box .img .public-img:before {
  padding-top: 53.69127517%;
}
.caseInfotw .box .caseInfotw_box .img .img_logo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.caseInfotw .box .caseInfotw_box .img .img_logo .img_logo_box {
  padding: 0 0.24rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.caseInfotw .box .caseInfotw_box .img .img_logo .img_logo_box:last-child {
  border: none;
}
.caseInfotw .box .caseInfotw_box .img .img_logo .img_logo_box img {
  width: auto;
  height: 0.39rem;
}
@media (max-width: 767px) {
  .caseInfotw .box .caseInfotw_box .img .img_logo .img_logo_box img {
    height: 0.56rem;
  }
}
.caseInfotw .box .caseInfotw_box .txt {
  background: #fff;
  padding: 0.28rem 0.25rem;
}
.caseInfotw .box .caseInfotw_box .txt .g_lab {
  display: flex;
  flex-wrap: wrap;
}
.caseInfotw .box .caseInfotw_box .txt .g_lab span {
  border-radius: 0.05rem;
  padding: 4px 0.14rem;
  min-width: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1rem 0.05rem 0;
  font-weight: bold;
}
.caseInfotw .box .caseInfotw_box .txt .g_lab .span1 {
  background: #eeefff;
  color: #5460fc;
}
.caseInfotw .box .caseInfotw_box .txt .g_lab .span2 {
  background: #fde9e7;
  color: #ee2316;
}
.caseInfotw .box .caseInfotw_box .txt .g_lab .span3 {
  background: #e7e7e7;
  color: #999;
}
.caseInfotw .box .caseInfotw_box .txt .txt_box {
  margin-top: 0.2rem;
}
.caseInfotw .box .caseInfotw_box .txt .txt_box p {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
  .caseInfotw .box .g_qie {
    display: none;
  }
}
.caseInfotw .box .g_qie .pub_nav {
  border: 1px solid #dfdfe0;
  box-shadow: none;
}
.caseInfotw .box .g_qie .pub_nav svg path {
  fill: #ddd;
}
.caseInfotw .box .g_qie .pub_prev {
  left: -1rem;
}
@media (max-width: 1260px) {
  .caseInfotw .box .g_qie .pub_prev {
    left: -0.7rem;
  }
}
.caseInfotw .box .g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.caseInfotw .box .g_qie .pub_next {
  right: -1rem;
}
@media (max-width: 1260px) {
  .caseInfotw .box .g_qie .pub_next {
    right: -0.7rem;
  }
}
/* 服务支持 */
.sub_banner_service {
  background: #f5f8fa;
  position: relative;
}
.sub_banner_service .caseInfo_ban .caseInfo_ban_box:after {
  background: rgba(0, 0, 0, 0.4);
}
.sub_banner_service .box {
  color: #fff;
  height: 6.4rem;
  padding: 1.2rem 0;
  position: relative;
  z-index: 10;
}
.sub_banner_service .box .g_box .txt {
  margin-bottom: 0.35rem;
}
.sub_banner_service .box .g_box .txt h1 {
  line-height: 1.3;
  margin: 0.1rem 0;
}
.sub_banner_service .box .g_box .txt_b {
  display: flex;
  align-items: center;
}
.sub_banner_service .box .g_box .txt_b a {
  position: relative;
  display: block;
  margin-left: 5px;
  color: #fff;
}
.sub_banner_service .box .g_box .txt_b a:hover svg {
  left: 5px;
}
.sub_banner_service .box .g_box .txt_b a:hover::after {
  width: calc(100% + 5px);
}
.sub_banner_service .box .g_box .txt_b a span {
  color: #fff;
}
.sub_banner_service .box .g_box .txt_b a svg {
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.sub_banner_service .box .g_box .txt_b a svg path {
  fill: #fff;
}
.sub_banner_service .box .g_box .txt_b a::after {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: all 0.4s;
}
.sub_banner_service .sticky_top {
  background: #02070b;
}
.seron {
  background: #f5f8fa;
  padding: 1.9rem 0 1.62rem;
}
@media (max-width: 767px) {
  .seron {
    padding: 1.4rem 0 1.22rem;
  }
}
@media (max-width: 767px) {
  .seron .pub_title {
    padding: 0 5%;
  }
}
.seron .formt {
  margin-top: 0.78rem;
}
@media (max-width: 767px) {
  .seron .formt {
    padding: 0 5%;
  }
}
.seron .formt form {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .seron .formt form {
    flex-direction: column;
  }
}
.seron .formt form input {
  background: #fff;
  height: 0.48rem;
  width: 4.66rem;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .seron .formt form input {
    width: 100%;
    margin-bottom: 0.2rem;
    height: 0.8rem;
  }
}
.seron .formt form .but {
  display: inline-flex;
  align-items: center;
}
.seron .formt form .but button {
  margin-left: 0.1rem;
}
.seron .formt form .but button svg,
.seron .formt form .but button img {
  margin-right: 0.05rem;
}
@media (max-width: 767px) {
  .seron .formt form .but button svg,
  .seron .formt form .but button img {
    width: 14px;
  }
}
.seron .formt form .but button svg path,
.seron .formt form .but button img path {
  fill: #fff;
}
.seron .formt form .but button p {
  font-weight: bold;
}
.seron .formt form .but .but_box2 {
  border-radius: 3px;
  border: 2px solid #343741;
  height: 0.48rem;
  min-width: 1.38rem;
  padding: 0 0.2rem;
  margin-left: 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .seron .formt form .but .but_box2 {
    height: 0.7rem;
  }
}
.switch_box {
  margin: 0.7rem 0 0;
}
.switch_box.switch_box2 .switch_box_nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.switch_box.switch_box2 .switch_box_nav a,
.switch_box.switch_box2 .switch_box_nav p {
  color: #fff;
}
.switch_box.switch_box3 .switch_box_nav .item {
  cursor: pointer;
  padding-bottom: 0.2rem;
  margin: 0 0.66rem;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .switch_box.switch_box3 .switch_box_nav .item {
    margin: 0 0.2rem;
  }
}
.switch_box.switch_box3 .switch_box_nav .item.on::after {
  width: 100%;
}
.switch_box.switch_box3 .switch_box_nav .item::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.switch_box.switch_box3 .switch_box_nav .item img,
.switch_box.switch_box3 .switch_box_nav .item svg {
  width: 0.36rem;
  height: auto;
}
@media (max-width: 767px) {
  .switch_box.switch_box3 .switch_box_nav .item img,
  .switch_box.switch_box3 .switch_box_nav .item svg {
    width: 0.48rem;
  }
}
.switch_box.switch_box3 .switch_box_nav .item p {
  font-weight: bold;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .switch_box.switch_box3 .switch_box_nav .item p {
    font-size: 0.2rem;
  }
}
.switch_box .switch_box_nav {
  text-align: center;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.switch_box .switch_box_nav a {
  cursor: pointer;
  /*margin: 0 0.56rem;*/
  margin: 0 0.3rem;
  position: relative;
  padding-bottom: 0.2rem;
  font-weight: bold;
  font-size: 22px;
}
.switch_box .switch_box_navcf a {
  margin: 0 0.4rem;
}
@media (max-width: 1260px) {
  .switch_box .switch_box_nav a {
    text-align: center;
    margin: 0 0.2rem;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .switch_box .switch_box_nav a {
    margin: 0 0.1rem;
    text-align: center;
    font-size: 0.3rem;
  }
}
.switch_box .switch_box_nav a.on::after {
  width: 100%;
}
.switch_box .switch_box_nav a::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.switch_box .switch_box_item {
  margin-top: 0.4rem;
}
.switch_box .switch_box_item .item_box {
  display: none;
}
.switch_box .switch_box_item .item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .switch_box .switch_box_item .item {
    padding: 0.4rem;
    flex-direction: column-reverse;
  }
}
.switch_box .switch_box_item .item .gl {
  padding: 0.15rem 0.4rem 0 0;
  width: 50%;
}
@media (max-width: 1260px) {
  .switch_box .switch_box_item .item .gl {
    padding: 0 0.44rem 0 0;
  }
}
@media (max-width: 767px) {
  .switch_box .switch_box_item .item .gl {
    width: 100%;
  }
}
.switch_box .switch_box_item .item .gl .txt h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  line-height: 1.333;
}
.switch_box .switch_box_item .item .gl .txt p {
  /*line-height: 1.9;*/
  color: #666;
  text-align: justify;
}
.switch_box .switch_box_item .item .gl .g_lab {
  margin-top: 0.2rem;
}
.switch_box .switch_box_item .item .gl .g_lab p {
  margin-bottom: 0.15rem;
  display: block;
  position: relative;
  padding-left: 12px;
}
.switch_box .switch_box_item .item .gl .g_lab p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #343741;
  left: 0;
  top: 9px;
  display: block !important;
}
@media (max-width: 1580px) {
  .switch_box .switch_box_item .item .gl .g_lab p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.switch_box .switch_box_item .item .gl .g_p {
  margin-top: 0.2rem;
}
.switch_box .switch_box_item .item .gl .g_p p {
  margin-bottom: 0.15rem;
  display: block;
  position: relative;
  padding-left: 15px;
}
.switch_box .switch_box_item .item .gl .g_p p:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  left: 0;
  top: 10px;
}
@media (max-width: 1580px) {
  .switch_box .switch_box_item .item .gl .g_p p:after {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}
.switch_box .switch_box_item .item .gl .more {
  margin-top: 0.5rem;
}
.switch_box .switch_box_item .item .gl .pub_a {
  margin: 0.5rem 0 0;
}
.switch_box .switch_box_item .item .gl .pub_arz {
  margin: 0.5rem 0 0;
}
.switch_box .switch_box_item .item .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .switch_box .switch_box_item .item .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.switch_box .switch_box_item .item .gr .img img {
  width: 100%;
  height: auto;
}
.switch_box .switch_box_item .item .gr .img2 {
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
}
.switch_box .switch_box_item .item .gr .img2 img {
  width: 100%;
  height: auto;
}
.switch_box .switch_box_item .item .gr .public-img {
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
}
.switch_box .switch_box_item .item .gr .public-img:before {
  padding-top: 63.56707317%;
}
.sertw {
  padding: 1.6rem 0;
  position: relative;
}
.sertw .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 2.7rem;
  z-index: -1;
}
.sertw .switch_box .switch_box_item .item_box .item {
  background: #f3f6f9;
}
@media (max-width: 991px) {
  .sertw .switch_box .switch_box_item .item_box .item {
    flex-direction: column-reverse;
  }
}
.sertw .switch_box .switch_box_item .item_box .item .gl {
  padding-right: 0.4rem;
  width: 42.1875%;
}
@media (max-width: 991px) {
  .sertw .switch_box .switch_box_item .item_box .item .gl {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.sertw .switch_box .switch_box_item .item_box .item .gr {
  width: 57.8125%;
}
@media (max-width: 991px) {
  .sertw .switch_box .switch_box_item .item_box .item .gr {
    width: 100%;
  }
}
.sertw .switch_box .switch_box_item .item_box .item .gr .public-img:before {
  padding-top: 58.10810811%;
}
.sertw .switch_box .switch_box_item .item .gl .g_lab p {
  /* padding-left: 0; */
  /* margin-bottom: 0; */
  /* line-height: 1.9; */
}
.sertw .switch_box .switch_box_item .item .gl .g_lab p::after {
  /* display: none; */
}
.serth {
  padding: 1.82rem 0 1.6rem;
  background: #131112;
  position: relative;
}
@media (max-width: 767px) {
  .serth {
    padding: 1.42rem 0 1.2rem;
  }
}
.serth .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.12rem;
  z-index: 1;
}
.serth .container {
  position: relative;
  z-index: 10;
}
.serth .container .box {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .serth .container .box {
    flex-direction: column;
  }
}
.serth .container .box .item {
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
  background: url(../images/service8.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.24rem 0.3rem 0.44rem;
}
@media (max-width: 767px) {
  .serth .container .box .item {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.serth .container .box .item:nth-child(3n) {
  margin-right: 0;
}
.serth .container .box .item .g_svg {
  margin-bottom: 0.2rem;
}
.serth .container .box .item .g_svg img,
.serth .container .box .item .g_svg svg {
  width: auto;
  height: 0.44rem;
}
@media (max-width: 767px) {
  .serth .container .box .item .g_svg img,
  .serth .container .box .item .g_svg svg {
    height: 0.7rem;
  }
}
.serth .container .box .item .txt h3 {
  margin-bottom: 0.2rem;
}
.serth .container .box .item .txt .g_p p {
  margin-bottom: 0.09rem;
  display: block;
  position: relative;
  padding-left: 11px;
}
.serth .container .box .item .txt .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .serth .container .box .item .txt .g_p p:after {
    top: 7px;
    width: 5px;
    height: 5px;
  }
}
.serth .container .box .item .txt .g_p p span {
  color: #ee2316;
}
.serfo {
  padding: 1.55rem 0 0;
  position: relative;
}
.serfo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.12rem;
  z-index: -1;
}
.serfo .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.18rem;
}
.serfo .box .item {
  width: calc(100%/3);
  border-top: 1px solid #ced5e1;
  border-right: 1px solid #ced5e1;
  text-align: center;
  padding: 0.48rem 0.44rem 0.36rem;
}
@media (max-width: 767px) {
  .serfo .box .item {
    width: 100%;
    border: none !important;
    padding: 0.4rem 0;
  }
}
.serfo .box .item:nth-child(-n+3) {
  padding: 0.34rem 0.44rem 0.48rem;
  border-top: none;
}
.serfo .box .item:nth-child(3n) {
  border-right: none;
}
.serfo .box .item .g_img img {
  width: auto;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .serfo .box .item .g_img img {
    height: 0.8rem;
  }
}
.serfo .box .item .txt {
  margin-top: 0.34rem;
}
.serfo .box .item .txt h3 {
  color: #343741;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.serfi {
  padding: 1.6rem 0 2.5rem;
}
@media (max-width: 767px) {
  .serfi {
    padding: 1.2rem 0 1.8rem;
  }
}
.serfi .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .serfi .box {
    flex-direction: column;
  }
}
.serfi .box .gl {
  width: 52.85714286%;
}
@media (max-width: 767px) {
  .serfi .box .gl {
    width: 100%;
  }
}
.serfi .box .gr {
  width: 36.71428571%;
}
@media (max-width: 767px) {
  .serfi .box .gr {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.serfi .box .gr .txt h2 {
  font-weight: bold;
}
.serfi .box .gr .txt .g_p {
  margin-top: 0.15rem;
}
.serfi .box .gr .more {
  margin-top: 0.5rem;
}
/* 生态合作伙伴 */
.sub_banner_partners {
  position: relative;
}
.sub_banner_partners .caseInfo_ban .caseInfo_ban_box:after {
  background: rgba(0, 0, 0, 0.8);
}
.sub_banner_partners .box {
  color: #fff;
  height: 6.4rem;
  padding: 0.8rem 0 0.2rem;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .sub_banner_partners .box {
    height: 8rem;
  }
}
@media (max-width: 1260px) {
  .sub_banner_partners .box {
    height: 6.4rem;
  }
}
@media (max-width: 991px) {
  .sub_banner_partners .box {
    padding: 1.2rem 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .sub_banner_partners .box {
    padding: 1.2rem 0;
    height: auto;
    flex-direction: column;
  }
}
.sub_banner_partners .box .g_box {
  padding-top: 0.25rem;
  padding-right: 0.2rem;
  width: 50%;
}
@media (max-width: 767px) {
  .sub_banner_partners .box .g_box {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.sub_banner_partners .box .g_box .txt h1 {
  line-height: 1.3;
  margin: 0.1rem 0;
}
.sub_banner_partners .box .g_box .txt .p2 {
  padding-right: 2.6rem;
}
@media (max-width: 1260px) {
  .sub_banner_partners .box .g_box .txt .p2 {
    padding: 0;
  }
}
.sub_banner_partners .box .g_box .txt .p3 {
  margin-top: 0.4rem;
}
.sub_banner_partners .box .g_box .pub_a {
  margin: 0.55rem 0 0 0;
}
.sub_banner_partners .box .g_box .pub_arz {
  margin: 0.55rem 0 0 0;
}
.sub_banner_partners .box .gr {
  width: 50%;
  position: relative;
  padding-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .sub_banner_partners .box .gr {
    width: 100%;
  }
}
.sub_banner_partners .box .gr .public-img {
  border-radius: 0.1rem;
}
.sub_banner_partners .box .gr .public-img:before {
  padding-top: 56.28571429%;
}
.sub_banner_partners .box .gr .swiper-container {
  border-radius: 0.1rem;
}
.sub_banner_partners .box .gr .swip2_pag {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub_banner_partners .box .gr .swip2_pag .swiper-pagination-bullet {
  background: #fff;
  border-radius: 8px;
  transition: all 0.4s;
  margin: 0 0.05rem;
}
.sub_banner_partners .box .gr .swip2_pag .swiper-pagination-bullet-active {
  width: 0.39rem;
}
.sub_banner_partners .sticky_top {
  background: #02070b;
}
.paron {
  padding: 1.82rem 0 0;
}
.paron .box .item .txt {
  margin-top: 0.25rem;
}
.partw {
  padding: 1.55rem 0 1.6rem;
  position: relative;
}
.partw .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 2rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .partw .switch_box .switch_box_nav a {
    margin: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .partw .switch_box .switch_box_nav a {
    margin: 0 0.1rem;
  }
}
.partw .switch_box .switch_box_item {
  margin-top: 0.6rem;
}
.partw .switch_box .switch_box_item .item_box .partw_item {
  background: #f3f6f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.1rem;
  padding: 0.5rem 0.5rem 0.3rem 0.6rem;
}
@media (max-width: 991px) {
  .partw .switch_box .switch_box_item .item_box .partw_item {
    flex-direction: column;
  }
}
.partw .switch_box .switch_box_item .item_box .partw_item .gl {
  padding-right: 1.9rem;
  width: 50%;
}
@media (max-width: 991px) {
  .partw .switch_box .switch_box_item .item_box .partw_item .gl {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .partw .switch_box .switch_box_item .item_box .partw_item .gl {
    padding: 0;
  }
}
.partw .switch_box .switch_box_item .item_box .partw_item .gl .txt h3 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.22rem;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gl .partw_fl {
  margin-top: 0.25rem;
  padding-top: 0.26rem;
  border-top: 1px solid #ddd;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gl .partw_fl p {
  font-weight: bold;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gl .partw_fl span {
  display: block;
  color: #666;
  margin-top: 0.15rem;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gl .more {
  margin-top: 0.42rem;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .partw .switch_box .switch_box_item .item_box .partw_item .gr {
    width: 100%;
  }
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite {
  min-height: 180px;
  transition: all 0.4s;
  width: calc(50% - 0.1rem);
  border-radius: 0.1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
  padding: 0.3rem 0.28rem 0;
}
@media (max-width: 1260px) {
  .partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite {
    min-height: 160px;
  }
}
@media (max-width: 767px) {
  .partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite.on {
  box-shadow: 0 0.05rem 0.1rem rgba(206, 213, 225, 0.5);
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite.on .g_more {
  opacity: 1;
  height: 24px;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite.on .txt .tit h4 {
  color: #ee2316;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite .txt {
  margin-bottom: 0.12rem;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite .txt .tit {
  margin-bottom: 0.12rem;
  display: flex;
  align-items: flex-end;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite .txt .tit svg {
  width: auto;
  height: 0.25rem;
  margin-right: 0.1rem;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite .txt .tit svg path {
  fill: #ee2316;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite .txt .tit h4 {
  transition: all 0.4s;
  line-height: 1.1;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite .txt .g_p p {
  color: #666;
}
.partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite .g_more {
  opacity: 1;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .partw .switch_box .switch_box_item .item_box .partw_item .gr .g_ite .g_more {
    opacity: 1 !important;
    margin-top: 0.5rem;
    height: auto !important;
  }
}
.partw .switch_box .switch_box_item .partw_item .gl .g_lab p {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.9;
}
.partw .switch_box .switch_box_item .partw_item .gl .g_lab p::after {
  display: none;
}
.parth {
  padding: 1.55rem 0 1.8rem;
  background: #f3f6f9;
}
.parth .pub_title {
  padding: 0 5%;
}
.parth .box {
  margin: 0.7rem 0 0.88rem;
  position: relative;
  width: 100%;
}
.parth .box .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 3.6rem;
  height: 5rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #f3f6f9 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1580px) {
  .parth .box .bj1 {
    height: 7rem;
  }
}
@media (max-width: 1260px) {
  .parth .box .bj1 {
    width: 3rem;
    height: 5.2rem;
  }
}
@media (max-width: 767px) {
  .parth .box .bj1 {
    width: 1rem;
  }
}
.parth .box .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 5rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #f3f6f9 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1580px) {
  .parth .box .bj2 {
    height: 7rem;
  }
}
@media (max-width: 1260px) {
  .parth .box .bj2 {
    width: 3rem;
    height: 5.2rem;
  }
}
@media (max-width: 767px) {
  .parth .box .bj2 {
    width: 1rem;
  }
}
.parth .box .h_coo_con {
  margin-bottom: 18px;
  height: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .parth .box .h_coo_con {
    margin-bottom: 5px;
  }
}
.parth .box .h_coo_con .img {
  background: #fff;
  border: 1px solid #dcdcdc;
  width: 252px;
  height: 122px;
  display: inline-block;
  border-radius: 0.11rem;
  overflow: hidden;
  margin: 0 9px;
}
.parth .box .h_coo_con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100% !important;
}
@media (max-width: 1260px) {
  .parth .box .h_coo_con .img {
    width: 2.52rem;
    height: 1.22rem;
  }
}
.parfo {
  background: #131112;
  padding: 1.55rem 0 1rem;
  position: relative;
  overflow: hidden;
}
.parfo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0.85rem;
  z-index: 1;
}
.parfo .container {
  position: relative;
  z-index: 10;
}
.parfo .container .box {
  margin-top: 0.52rem;
}
.parfo .container .box .switch_box .switch_box_nav a {
  margin: 0 0.8rem;
}
@media (max-width: 767px) {
  .parfo .container .box .switch_box .switch_box_nav a {
    margin: 0 0.2rem;
  }
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  padding: 0.36rem 0.36rem 0.36rem 0.6rem;
}
@media (max-width: 767px) {
  .parfo .container .box .parfo_box .parfo_sel_t .g_it {
    padding: 0.4rem;
    flex-direction: column-reverse;
  }
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gl {
  padding: 0.36rem 0.6rem 0 0;
  width: 50%;
}
@media (max-width: 1260px) {
  .parfo .container .box .parfo_box .parfo_sel_t .g_it .gl {
    padding: 0 0.44rem 0 0;
  }
}
@media (max-width: 767px) {
  .parfo .container .box .parfo_box .parfo_sel_t .g_it .gl {
    width: 100%;
    padding: 0;
  }
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gl .txt h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  line-height: 1.333;
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gl .txt p {
  padding-right: 0.55rem;
  line-height: 1.9;
  color: #343741;
}
@media (max-width: 767px) {
  .parfo .container .box .parfo_box .parfo_sel_t .g_it .gl .txt p {
    padding: 0;
  }
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gl .g_lab {
  margin-top: 0.2rem;
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gl .g_lab p {
  margin-bottom: 0.15rem;
  display: block;
  position: relative;
  padding-left: 12px;
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gl .g_lab p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #343741;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .parfo .container .box .parfo_box .parfo_sel_t .g_it .gl .g_lab p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gl .more {
  margin-top: 0.5rem;
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .parfo .container .box .parfo_box .parfo_sel_t .g_it .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gr .public-img {
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
}
.parfo .container .box .parfo_box .parfo_sel_t .g_it .gr .public-img:before {
  padding-top: 54.21686747%;
}
.parfo .container .box .parfo_box .parfo_sel_b {
  margin-top: 0.46rem;
}
.parfo .container .box .parfo_box .parfo_sel_b .swiper-container {
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .parfo .container .box .parfo_box .parfo_sel_b .swiper-container {
    padding-bottom: 0.8rem;
  }
}
.parfo .container .box .parfo_box .parfo_sel_b .swiper-container .swip2_pag {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.parfo .container .box .parfo_box .parfo_sel_b .swiper-container .swip2_pag .swiper-pagination-bullet {
  background: #fff;
  border-radius: 8px;
  transition: all 0.4s;
  margin: 0 0.05rem;
}
.parfo .container .box .parfo_box .parfo_sel_b .swiper-container .swip2_pag .swiper-pagination-bullet-active {
  width: 0.39rem;
}
.parfo .container .box .parfo_box .parfo_sel_b .swiper-slide-thumb-active .parfo_sel_nav::after {
  opacity: 0;
}
.parfo .container .box .parfo_box .parfo_sel_b .swiper-slide-thumb-active .parfo_sel_nav::before {
  opacity: 1;
}
.parfo .container .box .parfo_box .parfo_sel_b .parfo_sel_nav {
  overflow: hidden;
  border-radius: 0.05rem;
  background: #fff;
  position: relative;
}
.parfo .container .box .parfo_box .parfo_sel_b .parfo_sel_nav::after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.parfo .container .box .parfo_box .parfo_sel_b .parfo_sel_nav::before {
  content: '';
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ee2316;
  opacity: 0;
}
.parfo .container .box .parfo_box .parfo_sel_b .parfo_sel_nav .public-img:before {
  padding-top: 32.40740741%;
}
.parfi {
  padding: 1.58rem 0 2.1rem;
}
.parfi .box {
  margin-top: 0.83rem;
}
.parfi .box .parfi_t {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .parfi .box .parfi_t {
    flex-wrap: wrap;
  }
}
.parfi .box .parfi_t .parfi_t_tw {
  position: relative;
  width: 10%;
}
@media (max-width: 767px) {
  .parfi .box .parfi_t .parfi_t_tw {
    width: 30%;
    margin: 0 5%;
  }
}
.parfi .box .parfi_t .parfi_t_tw .parfi_t_num {
  width: 100%;
  position: relative;
}
.parfi .box .parfi_t .parfi_t_tw .parfi_t_num img {
  width: 100%;
}
.parfi .box .parfi_t .parfi_t_tw .parfi_t_num .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.parfi .box .parfi_t .parfi_t_tw .parfi_t_num .num .num_box {
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(59deg, #e62638 0%, #b236d1 100%), linear-gradient(#e62638, #b236d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.parfi .box .parfi_t .parfi_t_tw .parfi_t_num .num .num_box p {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1580px) {
  .parfi .box .parfi_t .parfi_t_tw .parfi_t_num .num .num_box p {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .parfi .box .parfi_t .parfi_t_tw .parfi_t_num .num .num_box p {
    font-size: 0.6rem;
  }
}
@media (max-width: 1580px) {
  .parfi .box .parfi_t .parfi_t_tw .parfi_t_num .num .num_box span {
    font-size: 0.16rem;
  }
}
@media (max-width: 767px) {
  .parfi .box .parfi_t .parfi_t_tw .parfi_t_num .num .num_box span {
    font-size: 0.3rem;
  }
}
.parfi .box .parfi_t .parfi_t_tw .g_p {
  width: 100%;
  position: absolute;
  top: calc(100% + 0.12rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .parfi .box .parfi_t .parfi_t_tw .g_p {
    position: initial;
    transform: translateX(0%);
    margin: 0.2rem 0 0.4rem;
  }
}
@media (max-width: 991px) {
  .parfi .box .parfi_t .parfi_t_tw .g_p p {
    font-size: 16px;
  }
}
.parfi .box .parfi_t .parfi_t_img {
  display: flex;
  align-items: center;
  width: 7.57142857%;
}
@media (max-width: 767px) {
  .parfi .box .parfi_t .parfi_t_img {
    display: none;
  }
}
.parfi .box .parfi_t .parfi_t_img img {
  width: 100%;
}
.parfi .box .parfi_b {
  margin-top: 0.9rem;
}
.parfi .box .parfi_b .parfi_b_box {
  display: flex;
}
@media (max-width: 991px) {
  .parfi .box .parfi_b .parfi_b_box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.parfi .box .parfi_b .parfi_b_box .item {
  border-radius: 0.1rem;
  width: calc((100% - 0.6rem)/4);
  box-shadow: 0 0.05rem 0.16rem rgba(206, 213, 225, 0.49);
  padding: 0.38rem 0.28rem 0.35rem;
  margin: 0 0.2rem 0.2rem 0;
}
@media (max-width: 991px) {
  .parfi .box .parfi_b .parfi_b_box .item {
    width: calc(50% - 0.1rem);
    margin: 0 0 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .parfi .box .parfi_b .parfi_b_box .item {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.parfi .box .parfi_b .parfi_b_box .item:last-child {
  margin-right: 0;
}
.parfi .box .parfi_b .parfi_b_box .item .g_svg {
  width: auto;
}
.parfi .box .parfi_b .parfi_b_box .item .g_svg img,
.parfi .box .parfi_b .parfi_b_box .item .g_svg svg {
  height: 0.42rem;
}
@media (max-width: 767px) {
  .parfi .box .parfi_b .parfi_b_box .item .g_svg img,
  .parfi .box .parfi_b .parfi_b_box .item .g_svg svg {
    height: 0.68rem;
  }
}
.parfi .box .parfi_b .parfi_b_box .item .txt {
  margin-top: 0.32rem;
}
.parfi .box .parfi_b .parfi_b_box .item .txt h3 {
  margin-bottom: 0.08rem;
  font-weight: bold;
}
.parfi .box .parfi_b .parfi_b_box .item .txt p {
  color: #666;
  line-height: 1.6;
}
.parfi .box .parfi_b .parfi_ba {
  text-align: center;
}
.parfi .box .parfi_b .parfi_ba .pub_a {
  margin: 0.5rem 0 0;
}
.parfi .box .parfi_b .parfi_ba .pub_arz {
  margin: 0.5rem 0 0;
}
/* aPaaS低代码应用平台详情页 */
.apon {
  padding: 0 0 0.1rem;
}
.apon .awson_t {
  padding: 1rem 0 1.6rem;
}
.apon .awson_t .box .gl {
  width: 50%;
  padding: 0.3rem 0.3rem 0 0;
}
@media (max-width: 991px) {
  .apon .awson_t .box .gl {
    width: 100%;
  }
}
.apon .awson_t .box .gl .txt h2 {
  margin: 0.1rem 0 0.32rem 0;
}
.apon .awson_t .box .gl .txt p {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .apon .awson_t .box .gl .txt p {
    padding: 0;
  }
}
.apon .awson_t .box .gl .public-btn {
  margin-top: 0.7rem;
}
.apon .awson_t .box .homeon_video_con {
  width: 50%;
  height: 4.68rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .apon .awson_t .box .homeon_video_con {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .apon .awson_t .box .homeon_video_con {
    width: 100%;
  }
}
.apon .awson_t .box .homeon_video_con .homeon_video_box {
  width: 100%;
  height: 100%;
}
.apon .awson_t .box .homeon_video_con .homeon_video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apon .awson_t .box .homeon_video_con .video_on {
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  width: 0.66rem;
  height: 0.66rem;
  background: rgba(227, 52, 76, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apon .awson_t .box .homeon_video_con .video_on svg {
  width: 0.21rem;
  height: auto;
}
.apon .awson_t .box .homeon_video_con .video_on svg path {
  fill: #fff;
}
.apon .awson_b .item .more {
  margin-top: 0.16rem;
}
.aptw {
  padding: 1.25rem 0 1.7rem;
}
.apth {
  padding: 1.2rem 0 1.6rem;
  position: relative;
  background: #131112;
}
.apth .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.08rem;
  z-index: 1;
}
.apth .container {
  position: relative;
  z-index: 10;
}
.apth .box {
  margin-top: 0.95rem;
}
.apth .box .switch_box .switch_box_nav .item {
  margin: 0 1.63rem;
}
@media (max-width: 991px) {
  .apth .box .switch_box .switch_box_nav .item {
    margin: 0 0.4rem;
  }
}
.apth .box .apth_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 0.6rem;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .apth .box .apth_box {
    padding: 0.4rem;
  }
}
.apth .box .apth_box .gl {
  width: calc(468/1280*100%);
}
@media (max-width: 767px) {
  .apth .box .apth_box .gl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.apth .box .apth_box .gr {
  width: calc(760/1280*100%);
}
@media (max-width: 767px) {
  .apth .box .apth_box .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.apth .box .apth_box .gr p {
  text-align: center;
  margin-top: 0.28rem;
  color: #343741;
}
.pub_open_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pub_open_box {
    flex-direction: column;
  }
}
.pub_open_box .gl {
  width: calc(468/1280*100%);
}
@media (max-width: 767px) {
  .pub_open_box .gl {
    width: 100%;
  }
}
.pub_open_box .gr {
  width: calc(760/1280*100%);
}
@media (max-width: 767px) {
  .pub_open_box .gr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.pub_open_box .gr p {
  text-align: center;
  margin-top: 0.28rem;
  color: #343741;
}
.pub_open .open_item {
  cursor: pointer;
  border-bottom: 1px solid #ced5e1;
  border-left: 2px solid transparent;
  transition: all 0.4s;
}
.pub_open .open_item:first-child .g_p,
.pub_open .open_item:first-child .moreg {
  display: block;
}
.pub_open .open_item.on2 {
  border-bottom-color: transparent;
}
.pub_open .open_item.on {
  background: #fff;
  border-bottom-color: transparent;
  border-left: 2px solid #ee2316;
  box-shadow: 0 0 0.2rem rgba(10, 19, 36, 0.1);
}
.pub_open .open_item.on .open_tit svg,
.pub_open .open_item.on .open_tit img {
  transform: rotate(180deg);
}
.pub_open .open_item .open_tit {
  padding: 0.15rem 0.3rem 0.15rem 0.33rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pub_open .open_item .open_tit svg,
.pub_open .open_item .open_tit img {
  transition: all 0.4s;
  width: 14px;
  height: auto;
}
@media (max-width: 767px) {
  .pub_open .open_item .open_tit svg,
  .pub_open .open_item .open_tit img {
    width: 10px;
  }
}
.pub_open .open_item .open_tit svg path,
.pub_open .open_item .open_tit img path {
  fill: #333;
}
.pub_open .open_item .open_tit h3 {
  font-weight: bold;
}
.pub_open .open_item .g_p {
  display: none;
  padding: 0 0.5rem 0.24rem 0.33rem;
}
.pub_open .open_item .g_p > p {
  color: #666;
}
.pub_open .open_item .moreg {
  display: none;
  padding: 0 0.5rem 0.24rem 0.33rem;
}
.open_img {
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 5px 10px #ced5e1;
  width: 100%;
  position: relative;
}
.open_img img {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.4s;
  opacity: 0;
}
.open_img img.on {
  position: relative;
  opacity: 1;
}
.apfo {
  padding: 1.6rem 0;
  position: relative;
}
.apfo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.45rem;
  z-index: -1;
}
.apfo .switch_box .switch_box_item .item_box .item {
  background: #f3f6f9;
  padding-bottom: 0.38rem;
}
@media (max-width: 991px) {
  .apfo .switch_box .switch_box_item .item_box .item {
    flex-direction: column-reverse;
  }
}
.apfo .switch_box .switch_box_item .item_box .item .gl {
  padding-right: 1.3rem;
  width: 41.015625%;
}
@media (max-width: 991px) {
  .apfo .switch_box .switch_box_item .item_box .item .gl {
    margin-top: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .apfo .switch_box .switch_box_item .item_box .item .gl {
    padding: 0;
  }
}
.apfo .switch_box .switch_box_item .item_box .item .gl .txt p {
  color: #666;
  line-height: 1.6;
}
.apfo .switch_box .switch_box_item .item_box .item .gr {
  width: 58.828125%;
}
@media (max-width: 991px) {
  .apfo .switch_box .switch_box_item .item_box .item .gr {
    width: 100%;
  }
}
.apfo .switch_box .switch_box_item .item_box .item .gr .public-img:before {
  padding-top: 54.58167331%;
}
.apfo .switch_box .switch_box_item .item_box .item .gr .pub_tc {
  margin-top: 0.28rem;
}
.apfo .switch_box .switch_box_item .item .gl .g_lab p {
  /* padding-left: 0; */
  /* margin-bottom: 0; */
  /* line-height: 1.9; */
}
.apfo .switch_box .switch_box_item .item .gl .g_lab p::after {
  /* display: none; */
}
.apfi {
  background: #f3f6f9;
  padding: 1.55rem 0 1.6rem;
}
.apfi .box {
  margin-top: 0.65rem;
}
.apfi .box .pub_open .open_item .open_tit {
  padding: 0.24rem 0.3rem 0.24rem 0.33rem;
}
.apfi .box .pub_open .open_item .g_p {
  padding: 0 0.3rem 0.24rem 0.33rem;
}
.apfi .box .gl {
  width: calc(468/1400*100%);
}
@media (max-width: 767px) {
  .apfi .box .gl {
    width: 100%;
  }
}
.apfi .box .gr {
  width: calc(860/1400*100%);
}
@media (max-width: 767px) {
  .apfi .box .gr {
    width: 100%;
  }
}
.apsi {
  padding: 1.55rem 0 1.6rem;
}
.apsi .box {
  margin-top: 0.56rem;
}
.apsi .box .apsi_nav {
  display: flex;
  justify-content: space-between;
}
.apsi .box .apsi_nav a {
  width: 25%;
  height: 0.75rem;
  background: url(../images/apaas9.png) no-repeat;
  background-size: 100% 100%;
  color: #85929f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  .apsi .box .apsi_nav a {
    height: 0.9rem;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .apsi .box .apsi_nav a {
    height: 0.7rem;
    font-size: 0.32rem;
  }
}
.apsi .box .apsi_nav a:first-child {
  background: url(../images/apaas8.png) no-repeat;
  background-size: 100% 100%;
}
.apsi .box .apsi_box {
  margin-top: 0.5rem;
}
.apsi .box .apsi_box .apsi_item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .apsi .box .apsi_box .apsi_item .item {
    flex-direction: column;
  }
}
.apsi .box .apsi_box .apsi_item .item .l_box {
  background: linear-gradient(to right, #f9e4e5 10.45%, hsla(0, 0%, 100%, 0));
  border-radius: 0.2rem;
  padding: 0.3rem;
  margin: 0.3rem 0;
  top: 0;
  transition: all 0.4s;
  position: relative;
}
@media (min-width: 768px) {
  .apsi .box .apsi_box .apsi_item .item .l_box:hover {
    top: -5px;
  }
}
.apsi .box .apsi_box .apsi_item .item .l_box h3 {
  margin-bottom: 0.05rem;
  font-weight: bold;
}
.apsi .box .apsi_box .apsi_item .item .l_box p {
  color: #666;
  margin-top: 0.05rem;
}
@media (max-width: 1260px) {
  .apsi .box .apsi_box .apsi_item .item .l_box p {
    font-size: 12px;
  }
}
.apsi .box .apsi_box .apsi_item .item .gl {
  width: calc(480/1400*100%);
}
@media (max-width: 767px) {
  .apsi .box .apsi_box .apsi_item .item .gl {
    width: 100%;
  }
}
.apsi .box .apsi_box .apsi_item .item .gm {
  width: calc(440/1400*100%);
}
@media (max-width: 767px) {
  .apsi .box .apsi_box .apsi_item .item .gm {
    width: 100%;
    order: -1;
  }
}
.apsi .box .apsi_box .apsi_item .item .gm img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.apsi .box .apsi_box .apsi_item .item .gr {
  width: calc(480/1400*100%);
}
@media (max-width: 767px) {
  .apsi .box .apsi_box .apsi_item .item .gr {
    width: 100%;
    margin-top: -0.3rem;
  }
}
@media (min-width: 768px) {
  .apsi .box .apsi_box .apsi_item .item .gr .l_box {
    background: linear-gradient(to left, #f9e4e5 10.45%, hsla(0, 0%, 100%, 0));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .apsi .box .apsi_box .apsi_item .item .gr .l_box .g_p {
    text-align: right;
  }
}
.apsi .box .pub_tc {
  margin-top: 0.65rem;
}
.apse {
  padding: 1.6rem 0 1.58rem;
  position: relative;
  background: #131112;
}
.apse .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.64rem;
  z-index: 1;
}
.apse .container {
  position: relative;
  z-index: 10;
}
.apse .container .box .switch_box .switch_box_nav a {
  margin: 0 0.96rem;
}
@media (max-width: 767px) {
  .apse .container .box .switch_box .switch_box_nav a {
    margin: 0 0.2rem;
  }
}
.apse .container .box .pub_open_box {
  background: #fff;
  padding: 0.6rem;
  border-radius: 0.05rem;
}
.apse .container .box .pub_tc {
  margin-top: 0.8rem;
}
.apse .container .box .pub_tc a {
  margin: 0;
}
.apen {
  padding: 1.55rem 0 1.35rem;
  background: url(../images/apaas13.jpg) no-repeat;
  background-size: cover;
}
.apen .box {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .apen .box {
    flex-wrap: wrap;
  }
}
.apen .box .item {
  width: 48%;
  margin-right: 0.19rem;
  /* border: 1px solid #fff; */
  border-radius: 0.1rem;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .apen .box .item {
    margin: 0 0 0.4rem;
  }
}
.apen .box .item:hover {
  box-shadow: 0 0 0.3rem rgba(64, 75, 80, 0.1);
}
.apen .box .item:hover::after {
  opacity: 1;
}
.apen .box .item:hover .txt p {
  opacity: 1;
}
.apen .box .item:hover .b_j {
  opacity: 0;
}
.apen .box .item:last-child {
  margin-right: 0;
}
.apen .box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/apaas14.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.51;
  transition: all 0.4s;
}
.apen .box .item .item_con {
  padding: 0.68rem 0.35rem 0.46rem;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.apen .box .item .g_svg img,
.apen .box .item .g_svg svg {
  width: auto;
  height: 0.72rem;
}
@media (max-width: 767px) {
  .apen .box .item .g_svg img,
  .apen .box .item .g_svg svg {
    height: 1rem;
  }
}
.apen .box .item .txt {
  margin-top: 0.54rem;
}
.apen .box .item .txt h3 {
  font-weight: bold;
}
.apen .box .item .txt p {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.6;
  min-height: 12.8em;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .apen .box .item .txt p {
    min-height: initial;
  }
}
.apen .box .item .b_j {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .apen .box .item {
    width: 100%;
    box-shadow: 0 0 0.3rem rgba(64, 75, 80, 0.1);
  }
  .apen .box .item::after {
    opacity: 1;
  }
  .apen .box .item .txt p {
    opacity: 1;
  }
  .apen .box .item .b_j {
    opacity: 0;
  }
}
.apen .pub_tc {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .apen .pub_tc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.apen .pub_tc .pub_a {
  margin: 0 0.33rem 0 0;
}
.apen .pub_tc .pub_arz {
  margin: 0 0.33rem 0 0;
}
@media (max-width: 767px) {
  .apen .pub_tc .pub_a {
    margin: 0 0 0.4rem 0;
  }
  .apen .pub_tc .pub_arz {
    margin: 0 0 0.4rem 0;
  }
}
.apni {
  padding: 1.55rem 0 2.2rem;
}
/* bpmPaaS 智能流程平台 */
.bpmon .awson_t .box .gl .txt p {
  margin-bottom: 0.1rem;
  padding-right: 2.7rem;
}
@media (max-width: 991px) {
  .bpmon .awson_t .box .gl .txt p {
    padding: 0;
  }
}
.bpmon .awson_b .item {
  padding: 0.2rem 0.7rem 0 0;
}
.bpmon .awson_b .item .more {
  margin-top: 0.5rem;
}
.bpmth {
  padding: 1.55rem 0 1.6rem;
  position: relative;
  background: #131112;
}
.bpmth .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.62rem;
  z-index: 1;
}
.bpmth .container {
  position: relative;
  z-index: 10;
}
.bpmth .box .bpmth_pmi {
  position: relative;
  margin-top: 0.7rem;
}
.bpmth .box .bpmth_pmi .img_bj {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.bpmth .box .bpmth_pmi .img_bj img {
  width: 83%;
}
.bpmth .box .bpmth_pmi .pmibox {
  position: relative;
  z-index: 10;
  padding-bottom: 0.48rem;
  display: flex;
  justify-content: center;
}
.bpmth .box .bpmth_pmi .pmibox .item {
  width: 19.85714286%;
  padding: 0 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #fff;
}
.bpmth .box .bpmth_pmi .pmibox .item:first-child,
.bpmth .box .bpmth_pmi .pmibox .item:last-child {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_pmi .pmibox .item {
    width: 25%;
  }
}
.bpmth .box .bpmth_pmi .pmibox .item .g_png img {
  height: 0.54rem;
  width: auto;
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_pmi .pmibox .item .g_png img {
    height: 0.7rem;
  }
}
.bpmth .box .bpmth_pmi .pmibox .item .txt {
  margin-top: 0.07rem;
}
.bpmth .box .bpmth_pmi .pmibox .item .txt p {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_pmi .pmibox .item .txt p {
    font-size: 0.2rem;
  }
}
.bpmth .box .bpmth_ty {
  position: relative;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_ty {
    margin-top: 1rem;
  }
}
.bpmth .box .bpmth_ty .img_bj {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.bpmth .box .bpmth_ty .img_bj img {
  width: 83%;
}
.bpmth .box .bpmth_ty .pmibox {
  position: relative;
  z-index: 10;
}
.bpmth .box .bpmth_ty .pmibox .t_logo {
  text-align: center;
}
.bpmth .box .bpmth_ty .pmibox .pmibox_con {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_ty .pmibox .pmibox_con {
    margin-top: 0.8rem;
  }
}
.bpmth .box .bpmth_ty .pmibox .pmibox_con .item {
  width: 19.85714286%;
  padding: 0 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item {
    padding: 0 0.1rem;
    width: 25%;
  }
}
.bpmth .box .bpmth_ty .pmibox .pmibox_con .item:first-child,
.bpmth .box .bpmth_ty .pmibox .pmibox_con .item:last-child {
  padding-bottom: 0.22rem;
}
@media (max-width: 1900px) {
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item:first-child,
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item:last-child {
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 1580px) {
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item:first-child,
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item:last-child {
    padding-bottom: 0.28rem;
  }
}
@media (max-width: 1260px) {
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item:first-child,
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item:last-child {
    padding-bottom: 0.22rem;
  }
}
@media (max-width: 991px) {
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item:first-child,
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item:last-child {
    padding-bottom: 0.14rem;
  }
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item .txt h3 {
    font-size: 0.2rem;
  }
}
.bpmth .box .bpmth_ty .pmibox .pmibox_con .item .g_i {
  margin-top: 0.03rem;
  width: 9px;
  height: 9px;
  border: 2px solid #e92316;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_ty .pmibox .pmibox_con .item .g_i {
    width: 6px;
    height: 6px;
    border: 1px solid #e92316;
  }
}
.bpmth .box .bpmth_con .switch_box {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_con .switch_box {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item {
    flex-direction: column-reverse;
  }
}
.bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item .gl {
  padding-right: 1.3rem;
  width: 41.015625%;
}
@media (max-width: 991px) {
  .bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item .gl {
    margin-top: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item .gl {
    padding: 0;
  }
}
.bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item .gl .txt p {
  color: #666;
  line-height: 1.6;
}
.bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item .gr {
  width: 58.828125%;
}
@media (max-width: 991px) {
  .bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item .gr {
    width: 100%;
  }
}
.bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item .gr .public-img:before {
  padding-top: 54.58167331%;
}
.bpmth .box .bpmth_con .switch_box .switch_box_item .item_box .item .gr .pub_tc {
  margin-top: 0.28rem;
}
.bpmfo {
  background: url(../images/bpm11.jpg) no-repeat;
  background-size: cover;
  padding: 1.55rem 0 1.6rem;
}
.bpmfo .box {
  margin-top: 0.6rem;
}
.bpmfo .box .g_t {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bpmfo .box .g_t {
    flex-direction: column;
  }
}
.bpmfo .box .g_t .left {
  width: 36.14285714%;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .bpmfo .box .g_t .left {
    width: 100%;
  }
}
.bpmfo .box .g_t .left .item {
  display: flex;
  align-items: flex-end;
  padding: 0.33rem 0 0.38rem;
  border-bottom: 1px solid #d8dee6;
}
.bpmfo .box .g_t .left .item:last-child {
  border: none;
}
.bpmfo .box .g_t .left .item:nth-child(2) {
  border: none;
}
.bpmfo .box .g_t .left .item:nth-child(2) .num .num_r p {
  font-size: 18px;
}
@media (max-width: 1260px) {
  .bpmfo .box .g_t .left .item:nth-child(2) .num .num_r p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bpmfo .box .g_t .left .item:nth-child(2) .num .num_r p {
    font-size: 14px;
  }
}
.bpmfo .box .g_t .left .item .num {
  width: 2.9rem;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.bpmfo .box .g_t .left .item .num .num_l p {
  line-height: 1;
  color: #000;
}
.bpmfo .box .g_t .left .item .num .num_r p {
  margin: -0.04rem 0 0 0.1rem;
  line-height: 0.8;
  color: #343741;
}
.bpmfo .box .g_t .left .item .num .num_r2 p {
  margin: 0.06rem 0 0 0.1rem;
  line-height: 1;
  color: #343741;
}
.bpmfo .box .g_t .left .item .g_p p {
  line-height: 1;
  color: #343741;
}
@media (max-width: 1260px) {
  .bpmfo .box .g_t .left .item .g_p p {
    font-size: 12px;
  }
}
.bpmfo .box .g_t .right {
  width: 59.64285714%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
}
@media (max-width: 767px) {
  .bpmfo .box .g_t .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.bpmfo .box .g_t .right img {
  width: 100%;
  height: 100%;
}
.bpmfo .box .g_b {
  text-align: center;
  margin-top: 0.4rem;
}
.bpmfo .box .g_b img {
  width: 100%;
}
@media (max-width: 767px) {
  .bpmfo .box .g_b img {
    margin: 0.3rem 0;
  }
}
.bpmfo .box .g_b .pub_a {
  margin-top: 0.6rem;
}
.bpmfo .box .g_b .pub_arz {
  margin-top: 0.6rem;
}
.bpmfi .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0.5rem;
  z-index: -1;
}
.bpmfi .switch_box .switch_box_item .item_box .item {
  padding-bottom: 0.6rem;
}
.bpmfi .switch_box .switch_box_item .item_box .item .gl {
  width: 48.125%;
  padding: 0.2rem 1.55rem 0 0;
}
@media (max-width: 1260px) {
  .bpmfi .switch_box .switch_box_item .item_box .item .gl {
    padding: 0 0.55rem 0 0;
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .bpmfi .switch_box .switch_box_item .item_box .item .gl .g_lab {
    margin-top: 0;
  }
}
.bpmfi .switch_box .switch_box_item .item_box .item .gr {
  width: 51.796875%;
}
@media (max-width: 1260px) {
  .bpmfi .switch_box .switch_box_item .item_box .item .gr {
    width: 100%;
  }
}
.bpmfi .switch_box .switch_box_item .item_box .item .gr .public-img:before {
  padding-top: 52.56024096%;
}
.bpmfi .switch_box .switch_box_item .item .gl .g_lab p {
  padding-left: 20px;
  margin-bottom: 0.32rem;
  line-height: 1.5;
}
.bpmfi .switch_box .switch_box_item .item .gl .g_lab p::after {
  background: #ddd;
  display: block;
  width: 8px;
  height: 8px;
}
.bpmfi .pub_tc {
  margin-top: 0.56rem;
}
.bpmsi {
  background: #131112;
  padding: 1.55rem 0 1.6rem;
  position: relative;
}
.bpmsi .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 1.66rem;
  z-index: 1;
}
.bpmsi .container {
  position: relative;
  z-index: 10;
}
.bpmsi .box {
  margin-top: 0.8rem;
}
.bpmsi .box .switch_box_item .item_box {
  display: block;
}
@media (max-width: 991px) {
  .bpmsi .box .switch_box_item .item_box .item {
    flex-direction: column-reverse;
  }
}
.bpmsi .box .switch_box_item .item_box .item .gl {
  width: 40.625%;
  padding: 0 0.9rem 0 0;
}
@media (max-width: 991px) {
  .bpmsi .box .switch_box_item .item_box .item .gl {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0;
  }
}
.bpmsi .box .switch_box_item .item_box .item .gl .txt p {
  line-height: 1.55;
  color: #666;
}
.bpmsi .box .switch_box_item .item_box .item .gl .g_lab p {
  color: #343741;
  /*line-height: 1.9;*/
  /*padding-left: 0;*/
  /*margin-bottom: 0;*/
}
.bpmsi .box .switch_box_item .item_box .item .gl .g_lab p::after {
  /*display: none;*/
}
.bpmsi .box .switch_box_item .item_box .item .gr {
  width: 59.375%;
}
@media (max-width: 991px) {
  .bpmsi .box .switch_box_item .item_box .item .gr {
    width: 100%;
  }
}
.bpmsi .box .switch_box_item .item_box .item .gr .public-img:before {
  padding-top: 55.92105263%;
}
.bpmsi .pub_tc {
  margin-top: 0.86rem;
}
/* 集成平台：打破系统间数据孤岛 */
.ipaon .awson_t .box .gl .txt p {
  margin-bottom: 0.1rem;
  padding-right: 2.2rem;
}
@media (max-width: 991px) {
  .ipaon .awson_t .box .gl .txt p {
    padding: 0;
  }
}
.ipaon .awson_b .item {
  padding: 0.2rem 0.7rem 0 0;
}
.ipath {
  padding-bottom: 1.46rem;
  position: relative;
}
.ipath .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0.7rem;
  z-index: -1;
}
.ipath .box .switch_box_item .item_box {
  display: block;
}
.ipath .box .switch_box_item .item_box .item {
  padding-bottom: 0.2rem;
  background: #f3f6f9;
}
@media (max-width: 991px) {
  .ipath .box .switch_box_item .item_box .item {
    flex-direction: column-reverse;
  }
}
.ipath .box .switch_box_item .item_box .item .gl {
  width: 41.25%;
  padding: 0 0.6rem 0 0;
}
@media (max-width: 991px) {
  .ipath .box .switch_box_item .item_box .item .gl {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0;
  }
}
.ipath .box .switch_box_item .item_box .item .gl .txt h3 {
  margin-bottom: 0.44rem;
}
.ipath .box .switch_box_item .item_box .item .gl .txt p {
  line-height: 1.55;
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .ipath .box .switch_box_item .item_box .item .gl .txt p {
    padding: 0;
  }
}
.ipath .box .switch_box_item .item_box .item .gr {
  width: 58.75%;
}
@media (max-width: 991px) {
  .ipath .box .switch_box_item .item_box .item .gr {
    width: 100%;
  }
}
.ipafo {
  position: relative;
  background: #131112;
  padding: 1.52rem 0 1.3rem;
  overflow: hidden;
}
.ipafo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 2rem;
}
.ipafo .container {
  position: relative;
  z-index: 10;
}
.ipafo .container .box {
  color: #fff;
  margin-top: 0.8rem;
}
.ipafo .container .box .ipafo_pmi {
  position: relative;
  margin-bottom: 0.25rem;
}
.ipafo .container .box .ipafo_pmi .img_bj {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.ipafo .container .box .ipafo_pmi .img_bj img {
  width: 100%;
}
.ipafo .container .box .ipafo_pmi .ipafo_box {
  position: relative;
  z-index: 10;
  padding: 0 0.39rem 0.68rem;
  display: flex;
  justify-content: center;
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 991px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox {
    flex-direction: column;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr3_ani .ipafo_con .item .g_png {
  position: relative;
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr3_ani .ipafo_con .item .g_png::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/ipssa6.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.4s;
  opacity: 0.4;
  animation: moveq 3s infinite linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr3_ani .ipafo_con .item .g_png img {
  position: relative;
  z-index: 10;
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr {
    margin-bottom: 0.3rem;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr h3 {
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr h3 {
    font-size: 0.4rem;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con {
    flex-flow: wrap;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item {
    margin-bottom: 0.4rem;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item .g_png {
  width: 0.53rem;
  height: 0.61rem;
  background: url(../images/ipssa6.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item .g_png {
    width: 1.06rem;
    height: 1.22rem;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item .g_png img {
  height: 100%;
  width: 100%;
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item .txt {
  margin-top: 0.07rem;
}
.ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item .txt p {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1580px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item .txt p {
    font-size: 12px;
  }
}
@media (max-width: 1260px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item .txt p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .pmibox .ipafo_nr .ipafo_con .item .txt p {
    font-size: 0.28rem;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr1 .item {
  width: 1.52rem;
}
@media (max-width: 1580px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr1 .item {
    width: 2rem;
  }
}
@media (max-width: 1260px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr1 .item {
    width: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr1 .item {
    width: 50% !important;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr2 .item {
  width: 1.39rem;
}
@media (max-width: 1580px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr2 .item {
    width: 1.8rem;
  }
}
@media (max-width: 1260px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr2 .item {
    width: 1.4rem;
  }
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr2 .item {
    width: 50% !important;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr3 .item {
  width: 1.15rem;
}
@media (max-width: 1580px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr3 .item {
    width: 1.4rem;
  }
}
@media (max-width: 1260px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr3 .item {
    width: 1.1rem;
  }
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr3 .item {
    width: 50% !important;
  }
}
.ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr4 {
  width: 100%;
}
.ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr4 .item {
  width: 1.12rem;
}
@media (max-width: 1580px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr4 .item {
    width: 1.1rem;
  }
}
@media (max-width: 767px) {
  .ipafo .container .box .ipafo_pmi .ipafo_box .ipafo_nr4 .item {
    width: 33.33% !important;
  }
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.52);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.ipafi {
  background: #f3f6f9;
  padding: 1.54rem 0 1.05rem;
}
.ipafi .box {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ipafi .box {
    flex-direction: column;
  }
}
.ipafi .box .item {
  width: calc(50% - 0.15rem);
}
@media (max-width: 767px) {
  .ipafi .box .item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.ipafi .box .item .public-img {
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
}
.ipafi .box .item .public-img:before {
  padding-top: 55.47445255%;
}
.ipafi .box .item .txt {
  text-align: center;
  margin-top: 0.25rem;
}
.ipafi .pub_tc {
  margin-top: 0.72rem;
}
.ipasi {
  padding: 1.55rem 0 0.82rem;
  position: relative;
}
.ipasi .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 2.34rem;
  z-index: -1;
}
.ipasi .box .switch_box {
  margin: 0;
}
.ipasi .box .switch_box_item {
  margin: 0;
}
.ipasi .box .switch_box_item .item_box {
  display: block;
}
.ipasi .box .switch_box_item .item_box .item {
  padding: 0;
}
@media (max-width: 991px) {
  .ipasi .box .switch_box_item .item_box .item {
    flex-direction: column-reverse;
  }
}
.ipasi .box .switch_box_item .item_box .item .gl {
  width: 41.25%;
  padding: 0 0.6rem 0 0;
}
@media (max-width: 991px) {
  .ipasi .box .switch_box_item .item_box .item .gl {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0;
  }
}
.ipasi .box .switch_box_item .item_box .item .gl .txt h3 {
  margin-bottom: 0.44rem;
}
.ipasi .box .switch_box_item .item_box .item .gl .txt p {
  line-height: 1.55;
  padding-right: 1.2rem;
}
@media (max-width: 991px) {
  .ipasi .box .switch_box_item .item_box .item .gl .txt p {
    padding: 0;
  }
}
.ipasi .box .switch_box_item .item_box .item .gl .g_lab p {
  margin-bottom: 0.1rem;
}
.ipasi .box .switch_box_item .item_box .item .gr {
  width: 58.75%;
}
.ipasi .box .switch_box_item .item_box .item .gr .img {
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 5px 10px #ced5e1;
}
@media (max-width: 991px) {
  .ipasi .box .switch_box_item .item_box .item .gr {
    width: 100%;
  }
}
.ipaen {
  padding: 0.85rem 0 1.5rem;
}
.ipaen .box {
  margin-top: 0.54rem;
}
@media (max-width: 991px) {
  .ipaen .box {
    flex-direction: column;
  }
}
.ipaen .box .pub_open .open_item .open_tit {
  padding: 0.24rem 0.3rem 0.24rem 0.33rem;
}
.ipaen .box .pub_open .open_item .g_p {
  padding: 0 0.3rem 0.24rem 0.33rem;
}
.ipaen .box .gl {
  width: calc(468/1400*100%);
}
@media (max-width: 991px) {
  .ipaen .box .gl {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.ipaen .box .gl .g_more {
  margin-top: 0.55rem;
}
.ipaen .box .gr {
  width: calc(860/1400*100%);
}
@media (max-width: 991px) {
  .ipaen .box .gr {
    width: 100%;
  }
}
/* 解决方案 */
.sub_banner_sol .caseInfo_ban .caseInfo_ban_box:after {
  background: rgba(0, 0, 0, 0.6);
}
.solon {
  padding: 1.7rem 0 1.58rem;
}
.solon .box {
  margin-top: 0.38rem;
}
.solon .box img {
  width: 100%;
}
.solon .pub_tc {
  margin-top: 0.55rem;
}
.soltw {
  background: #f3f6f9;
  padding: 1.55rem 0 0.2rem;
}
.soltw .box {
  margin-top: 0.38rem;
}
.soltw .box img {
  width: 100%;
  mix-blend-mode: multiply;
}
.soltw .pub_tc {
  margin-top: 0.55rem;
}
.solth .homefo_hz .item .public-img:before {
  padding-top: 81.25%;
}
.solth .box .switch_box .switch_box_item {
  padding: 0;
  background: none;
  border-radius: 0;
}
.solth .box .switch_box .switch_box_item .pub_open_box {
  background: #f3f6f9;
  padding: 0.6rem;
  border-radius: 0.05rem;
}
.solth .box .switch_box .switch_box_nav a {
  margin: 0 0.32rem;
}
.solth .box .pub_open .open_item .g_p p {
  padding: 0;
  color: #666;
  font-weight: 400;
}
.solth .box .pub_open .open_item .g_p p::after {
  display: none;
}
.solth .pub_open_box .gl .gl_txt {
  margin: -0.14rem 0 0.45rem;
}
.solth .pub_open_box .gl .gl_txt .p1 {
  line-height: 1.1;
  font-weight: bold;
}
.solth .pub_open_box .gl .gl_txt .p2 {
  margin-top: 0.2rem;
  line-height: 1.9;
  color: #343741;
}
.solfo {
  position: relative;
  padding: 0.6rem 0 1.55rem;
}
.solfo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 3.7rem;
  z-index: -1;
}
.solfo .box .pub_open .open_item .g_p .more {
  margin-top: 0.22rem;
}
.sub_imgbj img {
  pointer-events: none;
}
.solfi {
  padding: 1.55rem 0 0;
  background: #f3f6f9;
  position: relative;
}
.solfi .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 4.2rem;
}
.solfi .container {
  position: relative;
  z-index: 10;
}
.solfi .container .box .pub_tc {
  margin-top: 0.55rem;
}
.solse {
  padding: 1.55rem 0 2.38rem;
  background: url(../images/sol10.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .solseindex {
    background: #e3ebfe;
  }
}
.solseindex {
  padding: 1.55rem 0 1.38rem;
}
.solse .box {
  margin-top: 0rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solse .box {
    flex-direction: column;
  }
}
.solse .box .gl {
  color: #fff;
  width: 25%;
}
@media (max-width: 767px) {
  .solse .box .gl {
    width: 100%;
    display: flex;
  }
}
.solse .box .gl .l_box {
  width: 100%;
  height: 2.54rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .solse .box .gl .l_box {
    width: 50%;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}
.solse .box .gl .l_box:last-child {
  border: none;
}
.solse .box .gl .l_box .num_t {
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.solse .box .gl .l_box1 {
  background: url(../images/sol11.jpg) no-repeat;
  background-size: cover;
}
.solse .box .gl .l_box1 .num_t span {
  margin-bottom: 0.1rem;
}
.solse .box .gl .l_box2 {
  background: url(../images/sol12.jpg) no-repeat;
  background-size: cover;
}
.solse .box .gr {
  width: 75%;
  background: #fff;
}
@media (max-width: 767px) {
  .solse .box .gr {
    width: 100%;
  }
}
.solse .box .gr .r_boxon {
  display: flex;
  flex-wrap: wrap;
}
.solse .box .gr .r_boxon .item {
  width: 25%;
  height: 1.78rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.solse .box .gr .r_boxon .item:nth-child(4n) {
  border-right: none;
}
.solse .box .gr .r_boxon .item .g_svg img,
.solse .box .gr .r_boxon .item .g_svg svh {
  height: 0.4rem;
  width: auto;
}
.solse .box .gr .r_boxon .item .g_p {
  margin-top: 0.16rem;
}
.solse .box .gr .r_boxon .item .g_p p {
  font-weight: bold;
}
@media (max-width: 991px) {
  .solse .box .gr .r_boxon .item .g_p p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .solse .box .gr .r_boxon .item .g_p p {
    font-size: 0.2rem;
  }
}
.solse .box .gr .r_boxtw {
  display: flex;
  flex-wrap: wrap;
}
.solse .box .gr .r_boxtw .item {
  width: 25%;
  height: 1.52rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eeeeee;
}
.solse .box .gr .r_boxtw .item:nth-child(4n) {
  border-right: none;
}
.solse .box .gr .r_boxtw .item .num_t {
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.solse .box .gr .r_boxtw .item .num_t span {
  margin-bottom: 0.07rem;
}
.solse .box .gr .r_boxtw .item .num_b p {
  color: #343741;
}
@media (max-width: 991px) {
  .solse .box .gr .r_boxtw .item .num_b p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .solse .box .gr .r_boxtw .item .num_b p {
    font-size: 0.2rem;
  }
}
/* 留资弹窗 */
.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%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.31rem;
  right: 0.32rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #282929;
  cursor: pointer;
  z-index: 10000;
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #282929;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #282929;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close_gb::before {
  background: #77829A !important;
}
.close_gb::after {
  background: #77829A !important;
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.curtain1 .curtain_box .gcap {
  border-radius: 0.1rem;
  overflow: hidden;
  width: 12rem;
  display: flex;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .gcap {
    width: 100% !important;
  }
}
.curtain1 .curtain_box .gcap .gl {
  display: flex;
  color: #fff;
  background: url(../images/cap.jpg) no-repeat;
  background-size: cover;
  width: 33.33333333%;
  padding: 0.94rem 0.5rem 0.84rem 0.7rem;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .gcap .gl {
    display: none;
  }
}
.curtain1 .curtain_box .gcap .gl .g_t .cap_logo img {
  height: 0.58rem;
}
.curtain1 .curtain_box .gcap .gl .g_t .txt {
  margin-top: 0.7rem;
}
.curtain1 .curtain_box .gcap .gl .g_t .txt p {
  font-weight: bold;
  margin-bottom: 0.05rem;
  line-height: 1.2;
}
.curtain1 .curtain_box .gcap .gl .g_t .txt .txt_b {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1580px) {
  .curtain1 .curtain_box .gcap .gl .g_t .txt .txt_b {
    flex-direction: column;
    align-items: flex-start;
  }
}
.curtain1 .curtain_box .gcap .gl .g_t .txt .txt_b .p2 {
  line-height: 1;
}
.curtain1 .curtain_box .gcap .gl .g_b {
  margin-top: 0.2rem;
}
.curtain1 .curtain_box .gcap .gl .g_b p {
  font-weight: bold;
  margin-bottom: 0.07rem;
}
.curtain1 .curtain_box .gcap .gr {
  width: 66.66666667%;
  background: #fff;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .gcap .gr {
    width: 100%;
  }
}
.curtain1 .curtain_box .gcap .gr .gr_box {
  padding: 0.65rem 0.6rem 0.2rem;
}
.curtain1 .curtain_box .gcap .gr .tit h2 {
  font-weight: bold;
}
.curtain1 .curtain_box .gcap .gr .tit p {
  margin-top: 0.18rem;
}
.curtain1 .curtain_box .gcap .gr form .inp {
  margin-top: 0.36rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .gcap .gr form .inp {
    flex-direction: column;
  }
}
.curtain1 .curtain_box .gcap .gr form .inp .inp_box {
  width: calc(50% - 0.1rem);
  margin: 0 0 0.12rem;
  background: #fff;
  border-radius: 0.05rem;
  height: 0.5rem;
  padding-left: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .gcap .gr form .inp .inp_box {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.curtain1 .curtain_box .gcap .gr form .inp .inp_box input {
  width: 100%;
}
.curtain1 .curtain_box .gcap .gr form .inp .inp_box .inp_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  left: 0;
  top: 0;
  pointer-events: none;
}
.curtain1 .curtain_box .gcap .gr form .inp .inp_box .inp_txt p {
  color: #666;
}
.curtain1 .curtain_box .gcap .gr form .inp .inp_box .inp_txt p span {
  color: #ec2e2e;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 0.05rem;
  height: 0.5rem;
  margin-bottom: 0.12rem;
  border: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .gcap .gr form .inp_tel {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left {
  height: 100%;
  width: 100px;
  flex-shrink: 0;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .gcap .gr form .inp_tel .left {
    width: 80px;
  }
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left > span {
  color: #ec2e2e;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left .sot_select_nr2 {
  padding-right: 0.16rem;
  width: 100%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left .sot_select_nr2 .sel_text_x {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left .sot_select_nr2 .sel_text_x svg {
  width: 9px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left .sot_select_nr2 .sel_text_x svg path {
  fill: #9ca1ae;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left .sot_select_nr2 .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left .sot_select_nr2 .sel_text_box a {
  color: #000;
  padding: 7px 0 7px 0.2rem;
  display: block;
  cursor: pointer;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .left .sot_select_nr2 .sel_text_box a:hover {
  background: #ee2316;
  color: #fff;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .right {
  width: 100%;
}
.curtain1 .curtain_box .gcap .gr form .inp_tel .right input {
  width: 100%;
  padding-left: 0.3rem;
}
.curtain1 .curtain_box .gcap .gr form .inp_code {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 0.05rem;
  height: 0.5rem;
  border: 1px solid #eeeeee;
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .gcap .gr form .inp_code {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.curtain1 .curtain_box .gcap .gr form .inp_code input {
  width: 100%;
  padding-left: 0.2rem;
}
.curtain1 .curtain_box .gcap .gr form .inp_code a {
  cursor: pointer;
  padding: 0 0.18rem;
  flex-shrink: 0;
  color: #ee2316;
  line-height: 1.2;
  border-left: 1px solid #d2d2d2;
}
.curtain1 .curtain_box .gcap .gr form .inp_textarea {
  width: 100%;
  background: #fff;
  border-radius: 0.05rem;
  height: 0.84rem;
  border: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .gcap .gr form .inp_textarea {
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.3rem;
  }
}
.curtain1 .curtain_box .gcap .gr form .inp_textarea textarea {
  width: 100%;
  height: 100%;
  padding: 0.15rem 0.2rem;
}
.curtain1 .curtain_box .gcap .gr form button {
  text-align: left;
  margin: 0.2rem 0 0 0;
}
.curtain1 .curtain_box .gcap .gr form .b_lab {
  margin-top: 0.26rem;
}
.curtain1 .curtain_box .gcap .gr form .b_lab p {
  color: #999;
}
.curtain1 .curtain_box .gcap .gr .b_gd {
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 10;
}
.curtain1 .curtain_box .gcap .gr .b_gd .box {
  position: relative;
}
.curtain1 .curtain_box .gcap .gr .b_gd .box .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 0.7rem;
  height: 0.5rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #fff 20.45%, hsla(0, 0%, 100%, 0));
}
.curtain1 .curtain_box .gcap .gr .b_gd .box .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.5rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #fff 20.45%, hsla(0, 0%, 100%, 0));
}
.curtain1 .curtain_box .gcap .gr .b_gd .box .h_coo_con_pop {
  display: flex;
}
.curtain1 .curtain_box .gcap .gr .b_gd .box .h_coo_con_pop .img {
  background: #fff;
  border-radius: 0.05rem;
  border: 1px solid #e0e0e0;
  width: 122px;
  height: 46px;
  display: inline-block;
  margin-right: 0.1rem;
}
/* CRM解决方案 */
.sub_banner_crm .caseInfo_ban .caseInfo_ban_box:after {
  background: none;
}
.sub_banner_crm .box .g_box .txt .p3 {
  margin-top: 0.28rem;
}
.sub_banner_crm .box .g_box .txt .crmban_a {
  margin: 0.55rem 0 0 0;
  display: flex;
  align-items: center;
}
.sub_banner_crm .box .g_box .txt .crmban_a .pub_a {
  margin-top: 0;
  color: #fff;
}
.sub_banner_crm .box .g_box .txt .crmban_a .pub_arz {
  margin-top: 0;
}
.sub_banner_crm .box .g_box .txt .crmban_a .g_down_box {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  
}
.sub_banner_crm .box .g_box .txt .crmban_a .g_down_box svg {
  margin-right: 0.08rem;
  width: 0.22rem;
  height: auto;
}
@media (max-width: 767px) {
  .sub_banner_crm .box .g_box .txt .crmban_a .g_down_box svg {
    width: 0.34rem;
  }
}
.sub_banner_crm .box .g_box .txt .crmban_a .g_down_box svg path {
  fill: #fff;
}
.sub_banner_crm .box .g_box .txt .crmban_a .g_down_box p {
  color: #fff;
}
.sub_banner_crm .box .gr {
  padding-bottom: 0;
}
.sub_banner_crm .box .gr .swiper-container {
  padding-bottom: 0.45rem;
}
.crmon {
  padding: 1.42rem 0 1.4rem;
}
.crmon .box {
  justify-content: center;
}
.crmon .box .item {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border-bottom: 1px solid #ced5e1;
}
@media (max-width: 991px) {
  .crmon .box .item {
    padding-left: 0.44rem !important;
    padding-right: 0.44rem !important;
  }
}
.crmon .box .item:last-child {
  border-left: 1px solid #ced5e1;
  border-top: none;
  border-bottom: none;
}
.crmon .box .item .g_img img {
  height: 0.62rem;
}
@media (max-width: 767px) {
  .crmon .box .item .g_img img {
    height: 0.86rem;
  }
}
.crmtw {
  background: #f3f6f9;
  padding: 1.55rem 0 1.25rem;
}
.newImg{
  text-align:center;
}
.newImg img{
  width: 50% !important;
}

.crmtw .box {
  margin-top: 0.38rem;
}
.crmtw .box img {
  width: 100%;
  mix-blend-mode: multiply;
}

.crmtw .pub_tc {
  margin-top: 0.55rem;
}
.crmth {
  padding: 1.4rem 0;
}
.crmth .switch_box .switch_box_item .item {
  background: #f5f8fa;
}
.crmth .switch_box .switch_box_item .item .gl .pub_a {
  margin-top: 0.45rem;
}
.crmth .switch_box .switch_box_item .item .gl .pub_arz {
  margin-top: 0.45rem;
}
.crmth .switch_box .switch_box_item .item .gl .g_p p {
  margin-bottom: 0.1rem;
}
.crmfo {
  padding: 1.35rem 0 1.5rem;
  position: relative;
}
.crmfo .sub_imgbj {
  height: 100%;
  width: 100%;
}
.crmfo .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.crmfo .container {
  position: relative;
  z-index: 10;
}
.crmfo .container .box {
  margin-top: 0.54rem;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban {
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .crmfo .container .box .parfo_box .parfo_sel_t .case_tban {
    flex-direction: column;
  }
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gl {
  width: 44.70588235%;
}
@media (max-width: 767px) {
  .crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gl {
    width: 100%;
  }
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gl .public-img {
  border-radius: 0.05rem;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gl .public-img:before {
  padding-top: 67.65676568%;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr {
  width: 51.17647059%;
}
@media (max-width: 767px) {
  .crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .txt {
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .txt {
    padding: 0;
  }
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .txt .txt_span {
  display: flex;
  flex-wrap: wrap;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .txt .txt_span span {
  padding: 4px 10px;
  background: #fde9e7;
  border-radius: 4px;
  color: #ee2316;
  margin: 0 0.1rem 0.1rem 0;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .txt h2 {
  margin-top: 0.06rem;
  font-weight: bold;
  line-height: 1.38;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .txt p {
  margin-top: 0.2rem;
  color: #343741;
  padding-right: 0.7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-align: justify;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .b_con_a {
  margin-top: 3.44rem;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .b_con_a .pub_a {
  margin: 0 0.2rem 0 0;
}
.crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .b_con_a .pub_arz {
  margin: 0 0.2rem 0 0;
}
@media (max-width: 1260px) {
  .crmfo .container .box .parfo_box .parfo_sel_t .g_qie {
    /*display: none;*/
  }
}
.crmfo .container .box .parfo_box .parfo_sel_t .g_qie .pub_prev {
  left: -0.88rem;
}
.crmfo .container .box .parfo_box .parfo_sel_t .g_qie .pub_next {
  right: -0.88rem;
}
@media screen and (max-width: 767px) {
  .crmfo .container .box .parfo_box .parfo_sel_t .case_tban .gr .b_con_a {
  margin-top: 0.44rem;
}
  .crmfo .container .box .parfo_box .parfo_sel_t .g_qie .pub_prev {
    left: 0.28rem;
  }
  .crmfo .container .box .parfo_box .parfo_sel_t .g_qie .pub_next {
    right: 0.28rem;
  }
  .g_qie .pub_nav {
    top: 23%;
  }
}
.crmfo .container .box .parfo_box .parfo_sel_b {
  margin-top: 0.46rem;
}
.crmfo .container .box .parfo_box .parfo_sel_b .swiper-container {
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .crmfo .container .box .parfo_box .parfo_sel_b .swiper-container {
    padding-bottom: 0.8rem;
  }
}
.crmfo .container .box .parfo_box .parfo_sel_b .swiper-container .swip2_pag {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.crmfo .container .box .parfo_box .parfo_sel_b .swiper-container .swip2_pag .swiper-pagination-bullet {
  background: #fff;
  border-radius: 8px;
  transition: all 0.4s;
  margin: 0 0.05rem;
}
.crmfo .container .box .parfo_box .parfo_sel_b .swiper-container .swip2_pag .swiper-pagination-bullet-active {
  width: 0.39rem;
}
.crmfo .container .box .parfo_box .parfo_sel_b .swiper-slide-thumb-active .parfo_sel_nav {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .crmfo .container .box .parfo_box .parfo_sel_b .swiper-slide-thumb-active .parfo_sel_nav {
    border-color: #ee2316;
  }
}
.crmfo .container .box .parfo_box .parfo_sel_b .parfo_sel_nav {
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 0.05rem;
  background: #211f20;
  position: relative;
  border: 2px solid transparent;
}
.crmfo .container .box .parfo_box .parfo_sel_b .parfo_sel_nav .public-img:before {
  padding-top: 47.90419162%;
}
/* 金融行业解决方案 */
.finon {
  padding: 1.42rem 0 1.4rem;
}
.finon .box .item {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (max-width: 991px) {
  .finon .box .item {
    padding-left: 0.44rem !important;
    padding-right: 0.44rem !important;
  }
}
.finon .box .item .g_img img {
  height: 0.62rem;
}
@media (max-width: 767px) {
  .finon .box .item .g_img img {
    height: 0.86rem;
  }
}
.finth .switch_box .switch_box_nav {
  margin-bottom: 0.3rem;
}
.finth .switch_box .switch_box_item {
  margin-top: 0.3rem;
}
.finth .switch_box .switch_box_item .item .gl .txt p {
  color: #666;
}
.finth .switch_box .switch_box_item .item {
  display: none;
}
.finth .switch_box .switch_box_item .item:first-child {
  display: flex;
}
.finth .switch_box .switch_box_item .item .finth_it_box {
  display: flex;
}
@media (max-width: 767px) {
  .finth .switch_box .switch_box_item .item .finth_it_box {
    flex-direction: column-reverse;
  }
}
.finth .finth_nav {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 1260px) {
  .finth .finth_nav {
    padding-bottom: 5px;
  }
}
.finth .finth_nav .finth_nav_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  .finth .finth_nav .finth_nav_box {
    justify-content: flex-start;
  }
}
.finth .finth_nav .finth_nav_box a {
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.04rem 0.15rem;
  border-radius: 3px;
  border: 1px solid transparent;
  font-weight: bold;
  color: #666;
  margin: 0 0.04rem;
}
.finth .finth_nav .finth_nav_box a.on {
  color: #ee2316;
  border-color: #ee2316;
}
.finfi {
  padding: 1.2rem 0 1.42rem;
  position: relative;
}
.finfi .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.finfi .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.finfi .container {
  position: relative;
  z-index: 10;
}
.finfi .box {
  margin-top: 0.56rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .finfi .box {
    flex-wrap: wrap;
  }
}
.finfi .box .item {
  width: calc((100% - 2.5rem)/6);
}
@media (max-width: 767px) {
  .finfi .box .item {
    width: 100%;
    margin-bottom: 0.4rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.finfi .box .item .finfi_box {
  cursor: pointer;
  width: 100%;
  height: 0.48rem;
  margin-bottom: 0.22rem;
  position: relative;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 3px;
}
@media (max-width: 1580px) {
  .finfi .box .item .finfi_box {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .finfi .box .item .finfi_box {
    width: calc((100% - 0.6rem)/3);
    margin: 0 0.3rem 0.3rem 0;
  }
}
@media (max-width: 767px) {
  .finfi .box .item .finfi_box:nth-child(3n) {
    margin-right: 0;
  }
}
.finfi .box .item .finfi_box:hover p {
  transform: scale(1.25);
  color: #fff;
}
.finfi .box .item .finfi_box:hover .fi_yc {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.finfi .box .item .finfi_box p {
  font-weight: bold;
  position: relative;
  z-index: 10;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .finfi .box .item .finfi_box p {
    font-size: 12px;
  }
}
.finfi .box .item .finfi_box .fi_yc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  transition: all 0.4s;
  opacity: 0;
}
/* 右侧浮窗 */
.gpop {
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .gpop {
    right: 10px;
  }
}
.gpop > * {
  transition: all 0.6s;
}
.gpop .pop_a {
  width: 50px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .gpop .pop_a {
    width: 0.6rem;
    padding: 0;
    height: 0.6rem;
  }
}
.gpop .pop_a::after {
  content: '';
  position: absolute;
  width: 56%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #ddd;
}
@media (max-width: 767px) {
  .gpop .pop_a::after {
    display: none;
  }
}
.gpop .pop_a:last-child {
  /* padding-bottom: 0; */
  margin-bottom: 0;
}
.gpop .pop_a:last-child::after {
  display: none;
}
.gpop .pop_a.on {
  /* .pop_text2{
				@media @max-xs{
					transform: translateY(0%) scale(1);
					-webkit-transform: translateY(0%)  scale(1);
				}
			} */
}
.gpop .pop_a.on .pop_text {
  transform: scale(1);
  -webkit-transform: scale(1);
}
@media (max-width: 767px) {
  .gpop .pop_a.on .pop_text {
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
  }
}
.gpop .pop_a.on .pop_a_img::after {
  opacity: 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 {
  padding: 0.1rem 0 0.1rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img {
    padding: 0;
    justify-content: center;
    height: 100%;
  }
}
.gpop .pop_a .pop_a_img::after {
  content: '';
  position: absolute;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  background: -webkit-linear-gradient(to right, #e72634, #bb39e9);
  background: linear-gradient(to right, #e72634, #bb39e9);
}
.gpop .pop_a .pop_a_img svg,
.gpop .pop_a .pop_a_img img {
  position: relative;
  z-index: 10;
  width: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img svg,
  .gpop .pop_a .pop_a_img img {
    width: 0.24rem;
  }
}
.gpop .pop_a .pop_a_img svg path,
.gpop .pop_a .pop_a_img img path {
  fill: #ef2a1d;
}
.gpop .pop_a .pop_a_img p {
  width: 2.4em;
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0.08rem;
  line-height: 1.2;
  margin-left: 0.2em;
}
@media (max-width: 1260px) {
  .gpop .pop_a .pop_a_img p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img p {
    font-size: 0.2rem;
    display: none;
  }
}
.gpop .pop_a .pop_text {
  position: absolute;
  top: 0%;
  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;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.gpop .pop_a .pop_text p {
  white-space: nowrap;
}
.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);
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text::after {
    display: none;
  }
}
.gpop .pop_a .pop_text1 {
  min-width: 2.3rem;
  background: -webkit-linear-gradient(to right, #e72634, #bb39e9);
  background: linear-gradient(to right, #e72634, #bb39e9);
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text1 {
    top: 50%;
  }
}
.gpop .pop_a .pop_text1::after {
  border-top-color: #bb39e9;
}
.gpop .pop_a .pop_text1 p {
  color: #fff;
}
.gpop .pop_a .pop_text1 .p1 {
  font-weight: bold;
}
.gpop .pop_a .pop_text1 .p2 {
  line-height: 1.2;
}
.gpop .pop_a .pop_text1 .p3 {
  opacity: 0.5;
}
.gpop .pop_a .pop_text2 {
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text2 {
    top: 50%;
  }
}
.gpop .pop_a .pop_text2::after {
  top: 0%;
  margin-top: 20px;
}
.gpop .pop_a .pop_text2 .pop_ewm {
  display: flex;
  justify-content: center;
  padding: 0.2rem 0.15rem;
}
.gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box {
  position: relative;
  padding: 0.12rem;
  width: 1.28rem;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box {
    width: 2rem;
  }
}
.gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box img {
  width: 0.15rem;
  position: absolute;
}
.gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box .img1 {
  position: relative;
  width: 100%;
}
.gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box .img2 {
  left: 0;
  top: 0;
}
.gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box .img3 {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
.gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box .img4 {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box .img5 {
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}
.gpop .pop_a .pop_text2 .pop_ewm .pop_ewm_box .img6 {
  width: 100%;
  left: 0;
  top: 0;
  animation: mov12 4.2s infinite ease-in-out;
  -webkit-animation: mov12 4.2s infinite ease-in-out;
}
.gpop .pop_a .pop_text2 .pop_ewm_b {
  padding: 0.15rem 0.08rem;
  text-align: center;
  background: -webkit-linear-gradient(to right, #e72634, #bb39e9);
  background: linear-gradient(to right, #e72634, #bb39e9);
}
.gpop .pop_a .pop_text2 .pop_ewm_b p {
  color: #fff;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text2 .pop_ewm_b p {
    font-size: 0.24rem;
  }
}
.gpop .gpop_box {
  border-radius: 60px;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 4px;
  box-shadow: 0 0 5px rgba(53, 53, 53, 0.1);
}
.gpop .curlast {
  margin-top: 0.1rem;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  padding: 0;
  background: #f3f3f3;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(53, 53, 53, 0.1);
}
@media (max-width: 767px) {
  .gpop .curlast {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.gpop .curlast .pop_a_img {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gpop .curlast .pop_a_img svg path {
  fill: #2d2d2d;
}
@keyframes mov12 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
/* 新增7.29 */
nav .nav_ljbox .nav_l_box .nav > ul > li.on2:hover > a::after {
  opacity: 1;
}
nav .nav_ljbox .nav_l_box .nav > ul > li.on2 > a::after {
  content: '';
  position: absolute;
  top: calc(100% + 15px - 8px);
  transform: translateX(-50%);
  left: 50%;
  width: 11px;
  height: 9px;
  background: url(../images/t.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.4s;
}
.pro_nav_on {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
  width: 100%;
  border-top: 1px solid #ededed;
  /*width: 88.6%;
  max-width: 1700px;
  padding-top: 15px;
   display: block !important;  */
}
.pro_nav_on .g_erbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  /*border-radius: 0.1rem;*/
  background: #fff;
  /*filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));*/
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0));
  padding: 0.4rem 0 0.4rem 1.4rem;
  /*padding: 0 0 0 0.16rem;*/
}
.pro_nav_on .g_erbox .ggl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #f5f5f5;
  width: 25.11876485%;
  padding: 0.2rem;
}
.pro_nav_on .g_erbox .gglnav {
  background: #fff;
  box-shadow: 1px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.pro_nav_on .g_erbox .ggl .ggl_t {
  width: 100%;
  /*padding-top: 0.17rem;*/
  padding-top: 0rem;
}
.pro_nav_on .g_erbox .ggl .ggl_t h3 {
  font-weight: bold;
  margin-bottom: 0.35rem;
  /*margin-bottom: 0.18rem;*/
}
.pro_nav_on .g_erbox .ggl .ggl_t .public-img {
  border-radius: 0.1rem;
}
.pro_nav_on .g_erbox .ggl .ggl_t .public-img:before {
  padding-top: 56.13577023%;
}
.pro_nav_on .g_erbox .ggl .ggl_t .txt {
  margin-top: 0.18rem;
  /*margin-left: 0.29rem;*/
  padding: 0 0.29rem 0 0.29rem;
  width: 100%;
}
.pro_nav_on .g_erbox .ggl .ggl_t .txt p {
  color: #666;
}
.pro_nav_on .g_erbox .ggl .g_mro .more {
  border-radius: 4px;
  background: linear-gradient(to right, #e62638, #b236d1);
  color: #fff;
  padding: 0 20px;
  line-height: 0.4rem;
}
.button-wrapperaws .g_mro .more {
  border-radius: 4px;
  background: linear-gradient(to right, #e62638, #b236d1);
  color: #fff;
  padding: 0 20px;
}
.pro_nav_on .g_erbox .ggl .g_mr .more {
  margin-top: 0.35rem;
  line-height: 0.45rem;
}
.button-wrapperaws .more {
  line-height: 0.45rem;
  cursor: pointer;
}
.pro_nav_on .g_erbox .ggl .g_mr {
  margin: 0 0 0 0.15rem;
}
.pro_nav_on .g_erbox .ggl .g_mro {
  margin: 0 0.15rem 0 0;
}
.button-wrapperaws .g_mro {
  margin: 0 0.6rem 0 0;
}
.button-wrapperaws .more {
  line-height: 0.45rem;
}
.pro_nav_on .g_erbox .ggl .g_mr .more svg path {
  fill: #ee2316 !important;
}
.pro_nav_on .g_erbox .ggl .g_mro .more svg path {
  fill: #fff !important;
}
.button-wrapperaws .g_mro .more svg path {
  fill: #fff !important;
}
.pro_nav_on .g_erbox .ggr {
  width: 88%;
  /*padding: 0.42rem 0 0.32rem 0.2rem;*/
  padding: 0.15rem 0 0.2rem 0.4rem;
  display: flex;
  justify-content: space-between;
}
.pro_nav_on .g_erbox .ggr .g_a {
  /*width: 25%;*/
  width: 24%;
  display: flex;
  padding: 0 0.6rem 0 0;
  /*padding: 0 0.46rem 0 0;*/
}
@media (max-width: 1580px) {
  .pro_nav_on .g_erbox .ggr .g_a {
    padding: 0 ;
  }
  .pro_nav_on .g_erbox .ggl .g_mr .more {
    margin-top: 0.35rem;
    line-height: 0.55rem;
  }
  .button-wrapperaws .more {
    line-height: 0.55rem;
  }
  .xzbpssy svg {
    width: 0.37rem;
  }
}
.pro_nav_on .g_erbox .ggr .g_a .g_ico {
  flex-shrink: 0;
  border-radius: 0.05rem;
  width: 0.32rem;
  height: 0.32rem;
  /*background: #f5f5f5;*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.07rem;
}
.pro_nav_on .g_erbox .ggr .g_a .g_ico img {
  max-width: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 0.1rem;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gt_txt {
  margin-bottom: 0.3rem;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gt_txt h3 {
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .pro_nav_on .g_erbox .ggr .g_a .g_a_box .gt_txt h3 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .pro_nav_on .g_erbox .ggr .g_a .g_a_box .gt_txt h3 {
    font-size: 14px;
  }
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gt_txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
  color: #666;
  margin-top: 0.35rem;
  /*margin-top: 0.15rem;*/
}
@media (max-width: 1580px) {
  .pro_nav_on .g_erbox .ggr .g_a .g_a_box .gt_txt p {
    font-size: 14px;
  }
  .pro_nav_on .g_erbox .ggl .ggl_t .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .pro_nav_on .g_erbox .ggr .g_a .g_a_box .gt_txt p {
    font-size: 12px;
  }
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 {
  margin: 0.14rem 0 0.5rem;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a {
  display: flex;
  align-items: center;
  /*margin-bottom: 0.14rem;*/
  margin-bottom: 0.2rem;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a:hover p {
  color: #ee2316;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a:hover svg {
  opacity: 1;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a p {
  font-weight: bold;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  .pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a p {
    font-size: 14px;
  }
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a svg,
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a img {
  opacity: 0;
  transition: all 0.4s;
  width: 0.26rem;
  height: auto;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a svg path,
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .gh4 a img path {
  fill: #ee2316 !important;
}
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .more svg path,
.pro_nav_on .g_erbox .ggr .g_a .g_a_box .more img path {
  fill: #ee2316 !important;
}
.pro_nav_fo {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
  width: 100%;
  border-top: 1px solid #ededed;
  /*width: 88.6%;
  max-width: 1700px;
  padding-top: 15px;
   display: block !important;  */
}
.pro_nav_fo .g_erbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 0rem;
  /*border-radius: 0.1rem;*/
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0));
  /*filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));*/
}
.pro_nav_fo .g_erbox .ggl {
  /*border-right: 1px solid #eeeeee;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*background: #f8f8f8;*/
  width: 11.69833729%;
  padding: 0.45rem 0;
  background: #FFFFFF;
  box-shadow: 1px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.pro_nav_fo .g_erbox .ggl .ggl_nav {
  cursor: pointer;
  width: 100%;
  position: relative;
  margin-bottom: 0.1rem;
}
.pro_nav_fo .g_erbox .ggl .ggl_nav.on .ggl_txt {
  color: #ed2315;
  /*background: #fff;*/
  background: #FFF1F0;
}
.pro_nav_th .g_erboxnav a:hover {
  color: #ed2315;
  /*background: #fff;*/
  background: #FFF1F0;
}
/*
.pro_nav_fo .g_erbox .ggl .ggl_nav.on i {
  opacity: 1;
}
*/
.pro_nav_fo .g_erbox .ggl .ggl_nav .ggl_txt {
  width: calc(100% - 0.4rem);
  margin: 0 0.2rem;
  /*width: calc(100% - 0.2rem);
    margin: 0 0.1rem;*/
  min-height: 0.5rem;
  padding: 0.1rem;
  padding-left: 0.4rem;
  /*padding-left: 0.2rem;*/
  border-radius: 0.05rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.pro_nav_fo .g_erbox .ggl .ggl_nav .ggl_txt .g_svgg {
  margin-top: 0.02rem;
  margin-right: 0.14rem;
  width: 0.18rem;
  height: 0.18rem;
}
.pro_nav_fo .g_erbox .ggl .ggl_nav .ggl_txt .g_svgg svg,
.pro_nav_fo .g_erbox .ggl .ggl_nav .ggl_txt .g_svgg img {
  width: 100%;
  height: 100%;
}
/*
.pro_nav_fo .g_erbox .ggl .ggl_nav i {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ed2315;
}
*/
.pro_nav_fo .g_erbox .ggr {
  width: 88.30166271%;
  padding: 0.4rem 1.85rem;
  /*padding: 0.6rem;*/
  /*overflow: auto;
    height: 7.1rem;*/
  overflow: hidden;
  height: 8.5rem !important;
}
.pro_nav_fo .g_erbox .ggr .ggr_item {
  display: none;
}
.pro_nav_fo .g_erbox .ggr .ggr_item:first-child {
  display: block;
}
.pro_nav_fo .g_erbox .ggr .ggr_item .ggr_item_con {
  display: flex;
  justify-content: space-between;
}
.pro_nav_fo .g_erbox .ggr .g_a {
  width: calc((100% - 3rem)/4);
}
.pro_nav_fo .g_erbox .ggr .g_a .ggr_down {
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.pro_nav_fo .g_erbox .ggr .g_a .ggr_down:hover span {
  color: #ff1001;
}
.pro_nav_fo .g_erbox .ggr .g_a .ggr_down:hover i svg path {
  fill: #ff1001 !important;
}
.pro_nav_fo .g_erbox .ggr .g_a .ggr_down span {
  font-size: 12px;
}
.pro_nav_fo .g_erbox .ggr .g_a .ggr_down i {
  margin-left: 0.08rem;
  flex-shrink: 0;
  width: 7px;
  height: auto;
  display: inline-flex;
  align-items: center;
}
.pro_nav_fo .g_erbox .ggr .g_a .ggr_down i svg,
.pro_nav_fo .g_erbox .ggr .g_a .ggr_down i img {
  width: 100%;
  height: auto;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_ico {
  flex-shrink: 0;
  border-radius: 0.05rem;
  width: 0.32rem;
  height: 0.32rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.07rem;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_ico img {
  max-width: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box {
  margin-bottom: 0.34rem;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0.1rem;
  width: 100%;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .ggr_tit {
  padding: 0 0.09rem 0.17rem 0;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .ggr_tit .ggr_down i {
  width: 9px;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .ggr_tit h3 {
  color: #000;
  font-weight: bold;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .gnav_hy {
  margin-top: 0.17rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .gnav_hy a {
  margin-bottom: 0.1rem;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .gnav_hy a:hover {
  color: #ee2316;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .g_a_con .g_a_item_tit a:hover {
  color: #ee2316;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .g_a_item_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .g_a_item_box span {
  color: #999;
  font-size: 12px;
  padding: 0 0.07rem;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  border-radius: 0.04rem;
  margin: 0 0.08rem 0.08rem 0;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .g_a_con .g_a_item {
  margin-top: 0.17rem;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .g_a_con .g_a_item.g_a_item_not {
  margin-top: 0;
}
.pro_nav_fo .g_erbox .ggr .g_a .g_a_box .g_a_con .g_a_item .g_a_item_tit {
  padding: 0 0.09rem 0 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.pro_nav_tw {
  position: absolute;
  top: 100%;
  left: 0px;
  transform: translateX(0%);
  z-index: 1000;
  display: none;
  padding-top: 0.23rem;
}
.pro_nav_tw .g_erbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 0.1rem;
  background: #fff;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
}
.pro_nav_tw .g_erbox::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 30px;
  width: 11px;
  height: 9px;
  background: url(../images/t.svg) no-repeat;
  background-size: 100% 100%;
}
.pro_nav_tw .g_erbox .ggl {
  border-right: 1px solid #ddd;
  width: 2rem;
  min-height: 4rem;
  padding: 0.24rem 0;
}
.pro_nav_tw .g_erbox .ggl a {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 0.58rem;
  padding: 0 0.32rem;
  transition: all 0.4s;
}
.pro_nav_tw .g_erbox .ggl a.on {
  background: #f5f5f5;
}
.pro_nav_tw .g_erbox .ggl a.on svg {
  opacity: 1;
}
.pro_nav_tw .g_erbox .ggl a p {
  margin-right: 0.15rem;
}
.pro_nav_tw .g_erbox .ggl a svg {
  opacity: 0;
  transition: all 0.4s;
  width: 0.27rem;
  height: auto;
}
.pro_nav_tw .g_erbox .ggl a svg path {
  fill: #ee2316 !important;
}
.pro_nav_tw .g_erbox .ggr {
  width: 4rem;
  padding: 0.16rem 0.4rem;
}
.pro_nav_tw .g_erbox .ggr .pro_nav_tw_r {
  display: none;
}
.pro_nav_tw .g_erbox .ggr .pro_nav_tw_r:first-child {
  display: block;
}
.pro_nav_tw .g_erbox .ggr .pro_nav_tw_r a {
  color: #666;
  display: block;
  margin: 0.24rem 0;
  transition: all 0.4s;
}
.pro_nav_tw .g_erbox .ggr .pro_nav_tw_r a:hover {
  color: #333;
  text-decoration: underline;
}
.pro_nav_th {
  position: absolute;
  top: 100%;
  left: 0px;
  transform: translateX(0%);
  z-index: 1000;
  display: none;
  border-top: 1px solid #ededed;
  /*padding-top: 0.23rem;*/
  width: 100%;
}
.pro_nav_th .g_erbox_box {
  display: flex;
  background: #fff;
  /*border-radius: 0.1rem;*/
  justify-content: space-between;
  /*box-shadow: 0 0 0.2rem rgba(0,0,0,0.05);*/
}
.pro_nav_th .g_erbox_box .ggr {
  width: 86%;
  max-width: 1400px;
  justify-content: space-evenly;
  padding: 0;
  /* height: 88px; */
  margin: auto;
  display: flex;
  padding: 0.15rem 0;
}
@media (max-width: 1580px) {
  .pro_nav_th .g_erbox_box .ggr {
    width: 84%;
  }
  .pro_nav_th .g_erbox_box .ggr .g_erbox_video {
    /*font-weight: bold;*/
    width: 6rem;
  }
}
.pro_nav_th .g_erbox_box .ggr .g_a {
  display: flex;
  margin: 0;
  padding: 0.3rem 0;
}
.pro_nav_th .g_erbox_box .ggr .g_a .g_a_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 0.1rem;
}
.pro_nav_th .g_erbox_box .ggr .g_a .g_a_box .gt_txt h3 {
  white-space: nowrap;
  font-weight: bold;
}
.pro_nav_th .g_erbox_box .ggr .g_a .g_a_box .gh4 {
  margin: 0.3rem 0 0.5rem;
}
.pro_nav_th .g_erbox_box .ggr .g_a .g_a_box .gh4 a {
  display: flex;
  align-items: center;
  /* margin-bottom: 0.14rem; */
  margin-bottom: 0.3rem;
}
.pro_nav_th .g_erbox_box .ggr .g_a .g_a_box .gh4 a p {
  /*font-weight: bold;*/
  margin-right: 0.1rem;
}
.pro_nav_th .g_erbox_box .ggr .g_a .g_a_box .gh4 a:hover {
  color: #ee2316;
}
.pro_nav_th .g_erbox {
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
  padding: 0.35rem 0.33rem;
}
.pro_nav_th .g_erboxnav {
  padding: 0.35rem 0.1rem;
}
.pro_nav_th .g_erboxnavo {
  padding: 0.35rem 0rem;
  border-right: none;
  /*box-shadow: 1px 4px 30px 0px rgba(0, 0, 0, 0.1);*/
}
.g_erbox_video {
  border-radius: 0.08rem;
  display: inline-block;
  width: 4rem;
  height: 3rem;
  padding: 0.3rem;
  position: relative;
}
.g_erbox_videoo {
  height: auto;
  cursor: pointer;
}
.pro_nav_th .g_erbox_box .ggr .g_erbox_video {
  /*font-weight: bold;*/
  padding: 0.3rem 0;
  width: 5rem;
}
/*
.g_erbox_video::after{
	position: absolute;
	content: '';
	width: 1px;
	height: calc(100% - 0.8rem);
	top: 0.4rem;
	left: 0;
	background: #eee;
	background: linear-gradient(
	  to bottom,
	  rgba(255, 255, 255, 0) 0%,   
	  #eee 20%,                     
	  #eee 80%,                     
	  rgba(255, 255, 255, 0) 100%    
	);
}
*/
.g_erbox_video video {
  border-radius: 0.08rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_erbox_video img {
  border-radius: 0.08rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_nav_th .g_erbox p {
  white-space: nowrap;
  transition: all 0.4s;
}
.pro_nav_th .g_erbox .g_tit {
  margin-bottom: 0.35rem;
}
.pro_nav_th .g_erbox .g_titnav {
  /*width: calc(100% - 0.2rem);*/
  line-height: normal;
  margin: 0.1rem 0rem;
  min-height: 0.5rem;
  padding: 0.1rem;
  padding: 0 0.3rem;
  border-radius: 0.05rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
/*
.pro_nav_th .g_erbox .g_titnavo{
    min-height: 0.45rem;
}
.pro_nav_th .g_erbox .g_titnavt{
    min-height: 0.45rem;
}
.pro_nav_th .g_erbox .g_titnavs{
    min-height: 0.45rem;
}
*/
.pro_nav_th .g_erbox .g_titnavo {
  margin: 0rem 0.1rem 0.35rem 0.1rem;
}
.pro_nav_th .g_erbox .g_titnavt {
  margin: 0.1rem;
}
.pro_nav_th .g_erbox .g_titnavs {
  margin: 0.35rem 0.1rem 0rem 0.1rem;
}
.pro_nav_th .g_erbox .g_tit:hover p {
  color: #ee2316;
}
.pro_nav_th .g_erbox .g_tit:last-child {
  margin-bottom: 0;
}
/*
.pro_nav_th .g_erbox::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 30px;
  width: 11px;
  height: 9px;
  background: url(../images/t.svg) no-repeat;
  background-size: 100% 100%;
}*/
.pro_nav_th .g_erbox .pro_nav_th_box {
  margin-right: 1.44rem;
  white-space: nowrap;
}
.pro_nav_th .g_erbox .pro_nav_th_box .g_tit {
  margin-bottom: 0.2rem;
}
.pro_nav_th .g_erbox .pro_nav_th_box .g_tit p,
.pro_nav_th .g_erbox .pro_nav_th_box .g_tit a {
  font-weight: bold;
}
.pro_nav_th .g_erbox .pro_nav_th_box .pro_nav_th_a {
  display: flex;
  flex-direction: column;
}
.pro_nav_th .g_erbox .pro_nav_th_box .pro_nav_th_a a {
  margin-bottom: 0.25rem;
  color: #666;
  transition: all 0.4s;
}
.pro_nav_th .g_erbox .pro_nav_th_box .pro_nav_th_a a:hover {
  color: #333;
  text-decoration: underline;
}
.hometh .hometh_box .t_num .item:last-child .num_t p {
  font-family: initial;
}
footer .foot_box .foot_t .foot_con .gr .gr_t {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer .foot_box .foot_t .foot_con .gr .gr_b {
  display: flex;
  flex-wrap: wrap;
}
footer .foot_box .foot_t .foot_con .gr .gr_b a {
  width: auto;
  height: 0.8rem;
  margin: 0 0.3rem 0.1rem 0;
}
footer .foot_box .foot_t .foot_con .gr .gr_b img {
  width: auto;
  height: 0.8rem;
  margin: 0 0.3rem 0.1rem 0;
  object-fit: cover;
}
footer .foot_box .foot_t .foot_con .gr .gr_b a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeon .homeon_video .swip2_pag {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.homeon .homeon_video .swip2_pag .swiper-pagination-bullet {
  background: #fff;
  border-radius: 8px;
  transition: all 0.4s;
  margin: 0 0.05rem;
}
.homeon .homeon_video .swip2_pag .swiper-pagination-bullet-active {
  width: 0.39rem;
}
#hi-video-pop .hi-video-box .hi-video-wrap {
  border: none;
  max-width: 100vh;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .homeon .homeon_video {
    padding-bottom: 0.8rem;
  }
  .homeon .homeon_video .swip2_pag {
    display: block;
  }
}
.g_erbox_video .vio_on {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 80%;
  left: 84%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 4px solid #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .g_erbox_video .vio_on {
    width: 0.96rem;
    height: 0.96rem;
  }
}
@media (max-width: 1580px) {
  .pro_nav_fo .g_erbox .ggr {
    /* overflow: hidden !important;*/
    height: 4.4rem !important;
  }
}
.g_erbox_video .vio_on img {
  width: 27.27%;
  height: auto;
}
.g_erbox_video .public-img:before {
  padding-top: 75%;
}
#hi-video-pop .hi-close:hover {
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
/*修改 4.23*/
.awsen .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0.7rem -0.1rem 0.5rem;
}
@media (max-width: 767px) {
  .awsen .box {
    justify-content: space-between;
    margin: 0.7rem 0 0.5rem;
  }
}
.awsen .box .item {
  width: calc(1/5*100%);
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .awsen .box .item {
    width: calc(1/3*100%);
  }
}
@media (max-width: 767px) {
  .awsen .box .item {
    width: calc(50% - 0.1rem);
    padding: 0;
  }
}
.awsen .box .item .itembox {
  border-radius: 0.1rem;
  border: 1px solid #dcdcdc;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.awsen .box .item .itembox .public-img:before {
  padding-top: 49.21259843%;
}
/* 新增2025.5.12 */
.exp_top {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .exp_top {
    padding: 0 0 0.75rem;
  }
}
.exp_top .awson_t {
    width: 100%;
  position: relative;
  padding: 1rem 0 0.54rem;
  height: 7.5rem;
    display: flex;
    flex-direction: column;
   justify-content: flex-end;
}
.exp_top .awson_t .sub_imgbj {
  opacity: 0.4;
}
.exp_top .awson_t .sub_imgbj img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -0.8rem;
  z-index: -1;
}
.exp_top .awson_t .box {
    margin-bottom: 1.3rem;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .exp_top .awson_t .box {
    flex-direction: column-reverse;
  }
}
.exp_top .awson_t .box .gl {
  padding-right: 0.3rem;
  width: 50%;
}
@media (max-width: 991px) {
  .exp_top .awson_t .box .gl {
    width: 100%;
  }
}
.exp_top .awson_t .box .gl .txt h2 {
  line-height: 1.2;
  margin-bottom: 0.28rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .exp_top .awson_t .box .gl .txt h2 br {
    display: none;
  }
}
.exp_top .awson_t .box .gl .txt p {
  color: #343741;
}
.exp_top .awson_t .box .gl .public-btn {
  margin-top: 0.4rem;
}
.exp_top .awson_t .box .gr {
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
  display: flex;
  justify-content: flex-end;
  width: 67%;
}
@media (max-width: 991px) {
  .exp_top .awson_t .box .gr {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.exp_top .awson_t .box .gr img,
.exp_top .awson_t .box .gr video {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  margin: -4px 0 0 -4px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .exp_top .awson_t{
      height: auto;
  }
  .exp_top .awson_t .box{
      margin-bottom: 0;
  }
}
.exp_top .exp_b {
  position: relative;
  z-index: 10;
  margin-top: 0.9rem;
  display: flex;
}
.exp_top .exp_b p {
  flex-shrink: 0;
  margin-top: 0.04rem;
  margin-right: 0.05rem;
}
.exp_top .exp_b .exp_b_lab {
  display: flex;
  flex-wrap: wrap;
}
.exp_top .exp_b .exp_b_lab a {
  display: block;
  background: #fff;
  margin: 0 0.11rem 0.1rem 0;
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 0.05rem 0.2rem;
  color: #535966;
  transition: all 0.4s;
}
.exp_top .exp_b .exp_b_lab a:hover {
  border-color: #ee2316;
  color: #ee2316;
}
.exptw {
  padding: 1.35rem 0 0.98rem;
}
@media screen and (max-width: 767px) {
  .exptw {
    padding: 0.35rem 0 0.98rem;
  }
  .exp_top .exp_b .exp_b_lab a {
    font-size: 12px;
  }
}
.exptw .awsth_nav {
  margin-top: 0.75rem;
  border-bottom: 1px solid #ced5e1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .exptw .awsth_nav .swiper-wrapper {
    justify-content: center;
  }
}
.exptw .awsth_nav .gallery-top {
  width: 80%;
}
@media (max-width: 767px) {
  .exptw .awsth_nav .gallery-top {
    width: 100%;
  }
}
.exptw .awsth_nav .swiper-slide {
  display: flex;
  justify-content: center;
}
.exptw .awsth_nav .swiper-slide-thumb-active .item::after {
  width: 100%;
}
.exptw .awsth_nav .item {
  cursor: pointer;
  padding-bottom: 0.2rem;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .exptw .awsth_nav .item {
    margin: 0 0.2rem;
  }
}
.exptw .awsth_nav .item::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #ee2316;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.exptw .awsth_nav .item img,
.exptw .awsth_nav .item svg {
  mix-blend-mode: multiply;
  width: 0.36rem;
  height: auto;
}
@media (max-width: 767px) {
  .exptw .awsth_nav .item img,
  .exptw .awsth_nav .item svg {
    width: 0.48rem;
  }
}
.exptw .awsth_nav .item p {
  font-weight: bold;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .exptw .awsth_nav .item p {
    font-size: 0.2rem;
  }
}
.exptw .exptw_box {
  position: relative;
  margin-top: 0.6rem;
}
@media (max-width: 1260px) {
  .exptw .exptw_box .g_qie {
    display: none;
  }
}
.exptw .exptw_box .g_qie .pub_nav {
  border: 2px solid #ccd8e3;
  box-shadow: none;
}
.exptw .exptw_box .g_qie .pub_nav:hover {
  border: 2px solid transparent;
}
.exptw .exptw_box .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.exptw .exptw_box .g_qie .pub_nav svg path {
  fill: #333;
}
.exptw .exptw_box .g_qie .pub_prev {
  left: -0.87rem;
}
.exptw .exptw_box .g_qie .pub_next {
  right: -0.87rem;
}
.exptw .exptw_box .exptw_con {
  border: 2px solid #fff;
  background: #f2f5f9;
  border-radius: 0.2rem;
  padding: 0.28rem;
}
.exptw .exptw_box .exptw_con .g_tit {
  margin-bottom: 0.2rem;
  height: 50px;
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exptw .exptw_box .exptw_con .g_tit img {
  width: 0.27rem;
  height: auto;
  margin-right: 0.1rem;
}
.exptw .exptw_box .exptw_con .g_tit p {
  line-height: 1.1;
  background-image: linear-gradient(90deg, #e62638 0%, #b236d1 100%), linear-gradient(#e62638, #b236d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .exptw .exptw_box .exptw_con .g_tit p {
    white-space: initial;
  }
}
.exptw .exptw_box .exptw_con .g_box {
  min-height: 3.34rem;
  display: flex;
  justify-content: space-between;
  /* 其它 */
  /* a标签盒子 */
  /* 中盒子 */
  /* 大盒子 */
}
@media screen and (max-width: 1900px) {
  .exptw .exptw_box .exptw_con .g_box {
    min-height: 3.7rem;
  }
}
@media (max-width: 1260px) {
  .exptw .exptw_box .exptw_con .g_box {
    min-height: 5.8rem;
  }
}
@media screen and (max-width: 991px) {
  .exptw .exptw_box .exptw_con .g_box {
    min-height: auto;
  }
}
.exptw .exptw_box .exptw_con .g_box > div {
  padding: 0.28rem 0.18rem 0.2rem;
  border-radius: 0.1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.exptw .exptw_box .exptw_con .g_box .col1 {
  color: #bd41dd;
}
.exptw .exptw_box .exptw_con .g_box .g_a {
  /* height: calc(100% - 0.4rem); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.exptw .exptw_box .exptw_con .g_box .g_a .g_abox {
  /* height: calc(100% - 0.4rem); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.06rem 1px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1580px) {
  .exptw .exptw_box .exptw_con .g_box .g_a .g_abox p {
    font-size: 12px;
  }
  .exptw .exptw_box .exptw_con .cn2 .g_a100 p {
    font-size: 12px;
  }
}
.exptw .exptw_box .exptw_con .g_box .g_a a {
  margin-bottom: 0.1rem;
  /*padding: 0.04rem 1px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  /*border-radius: 4px;*/
  text-align: center;
  /*border: 1px solid #dddddd;*/
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con .g_box .g_a a {
    flex-direction: column;
  }
}
/*移动端样式设置*/
@media (max-width: 767px) {
	/*
  .exptw .exptw_box .exptw_con .g_box .g_a a {
    width: 100% !important;
  }
  */
  
}
.exptw .exptw_box .exptw_con .g_box .g_a a:hover .g_abox {
  top: -2px;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
.cn2 a:hover {
  position: relative;
  top: -2px;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1) !important;
  background: linear-gradient(to right, #e62638, #b236d1) !important;
}
.cn2 a:hover p {
  color: #fff;
}
.cn6 a:hover {
  position: relative;
  top: -2px;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1) !important;
  background: linear-gradient(to right, #e62638, #b236d1) !important;
}
.cn6 a:hover p {
  color: #fff;
}
.cn2 a.a_not:hover {
  top: 0 !important;
  background: #fff !important;
}
.cn2 a.a_not:hover p {
  color: #fff;
}
.cn6 a.a_not:hover {
  top: 0 !important;
  background: #fff !important;
}
.cn6 a.a_not:hover p {
  color: #fff;
}
.exptw .exptw_box .exptw_con .g_box .g_a .a_not:hover .g_abox {
  top: 0;
  background: none;
}
.exptw .exptw_box .exptw_con .g_box .g_a a:hover p {
  color: #fff;
}
.exptw .exptw_box .exptw_con .g_box .g_a .a_not:hover p {
  color: #333;
}
.exptw .exptw_box .exptw_con .g_box .g_a a img {
  mix-blend-mode: multiply;
  margin-right: 0.03rem;
  width: 0.1rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .exptw .exptw_box .exptw_con .g_box .g_a a img {
    width: 0.16rem;
  }
}
.exptw .exptw_box .a_not p {
  opacity: 0.3;
}
.exptw .exptw_box .exptw_con .g_box .g_a .g_a100 {
  width: 100%;
}
.exptw .exptw_box .exptw_con .g_box .g_a .g_sx .g_abox {
  flex-direction: column;
}
.exptw .exptw_box .exptw_con .g_box .g_a .g_sx img {
  margin: 0 0 0.03rem 0;
}
.exptw .exptw_box .exptw_con .g_box .g_a .g_sx p {
  line-height: 1.1;
}
.exptw .exptw_box .exptw_con .g_box .g_a1 a {
  width: calc(50% - 0.05rem);
}
.exptw .exptw_box .exptw_con .g_box .g_a2 a {
  width: calc((100% - 0.2rem)/3);
}
@media (max-width: 767px) {
  .exptw .exptw_box .exptw_con .g_box .g_a2 a {
    width: calc((100% - 0.1rem)/2);
  }
  .exptw .exptw_box .exptw_con .g_box .g_a .g_a100 {
    width: calc((100% - 0.1rem)/2);
  }
}
.exptw .exptw_box .exptw_con .g_box .g_con1 {
  /*height: 100%;*/
  /*margin-top: 0.08rem;*/
}
.exptw .exptw_box .exptw_con .g_box .g_con1:first-child {
  margin-top: 0;
}
.exptw .exptw_box .exptw_con .g_box .g_con1 h3 {
  text-align: center;
  margin-bottom: 0.12rem;
}
.exptw .exptw_box .exptw_con .g_box .g_con2 .g_a a {
  padding: 1px 1px;
  margin-bottom: 0.08rem;
}
.exptw .exptw_box .exptw_con .g_box .g_con2 .g_a a .g_abox {
  padding: 2px 1px;
}
.exptw .exptw_box .exptw_con .g_box .g_con3 .g_a a .g_abox {
  min-height: 0.58rem;
}
.exptw .exptw_box .exptw_con .g_box .g_con4 .g_a a .g_abox {
  min-height: 1.28rem;
}
.exptw .exptw_box .exptw_con .g_box .g_con5 .g_a {
  display: flex;
  justify-content: space-between;
  align-items: initial;
}
.exptw .exptw_box .exptw_con .g_box .g_con5 .g_a .g_con5_zy {
  width: calc(50% - 0.05rem);
}
.exptw .exptw_box .exptw_con .g_box .g_con5 .g_a .g_con5_zy2 a {
  height: 100%;
}
.exptw .exptw_box .exptw_con .g_box .g_con5 .g_a .g_con5_zy2 a .g_abox {
  height: 100%;
}
.exptw .exptw_box .exptw_con .g_box .g_con6 .g_a a .g_abox {
  min-height: 0.72rem;
}
.exptw .exptw_box .exptw_con .g_box .g_con7 .g_a a .g_abox {
  min-height: 0.52rem;
}
.exptw .exptw_box .exptw_con .g_box .g_con8 .g_a a .g_abox {
  min-height: 1.96rem;
}
.exptw .exptw_box .exptw_con .g_box .g_con9 .g_a a .g_abox {
  min-height: 0.94rem;
}
.exptw .exptw_box .exptw_con .g_box .g_con10 .g_a a .g_abox {
  min-height: 0.82rem;
}
.exptw .exptw_box .exptw_con .g_box .g_box1 {
  width: calc(50% - 0.05rem);
}
@media screen and (max-width: 767px) {
  .exptw .exptw_box .exptw_con .g_box .g_box1 {
    width: 100%;
  }
  .hin {
	  display: none;
  }
}
.exptw .exptw_box .exptw_con .g_box .g_box2 {
  width: 100%;
}
.exptw .exptw_box .exptw_con1 .cn1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con1 .cn1 {
    flex-direction: column;
  }
}
.exptw .exptw_box .exptw_con1 .cn1 .cn3 {
  width: 49.25373134%;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con1 .cn1 .cn3 {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.exptw .exptw_box .exptw_con1 .cn1 .cn4 {
  width: 23.88059701%;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con1 .cn1 .cn4 {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.exptw .exptw_box .exptw_con1 .cn2 a {
  background: #fff;
  margin-top: 0.2rem;
  min-height: 0.5rem;
  padding: 0.04rem 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  border: 1px solid #dddddd;
}
.exptw .exptw_box .exptw_con1 .cn2 a .g_abox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exptw .exptw_box .exptw_con1 .cn2 a img {
  margin-right: 0.03rem;
  width: 0.1rem;
  height: auto;
}
.g_abox .g_img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  opacity: 1;
  background: url(../images/bjexp.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_abox .g_img img {
  position: absolute;
  display: flex;
  width: 10px !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .exptw .exptw_box .exptw_con1 .cn2 a img {
    width: 0.16rem;
  }
}
.exptw .exptw_box .exptw_con1 .cn2 .cn2_a2 {
  min-height: 1.14rem;
}
.exptw .exptw_box .exptw_con2 .cn1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con2 .cn1 {
    flex-direction: column;
  }
  .exptw .exptw_box .exptw_con1 .cn2 a .g_abox {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con2 .cn1 > div .g_tit {
    background: #fff !important;
  }
}
.exptw .exptw_box .exptw_con2 .cn1 > div:nth-child(1) .g_tit {
  background: url(../images/g_r.png) no-repeat;
  background-size: 100% 100%;
}
.exptw .exptw_box .exptw_con2 .cn1 > div:nth-child(2) .g_tit {
  background: url(../images/g_r2.png) no-repeat;
  background-size: 100% 100%;
}
.exptw .exptw_box .exptw_con2 .cn1 > div:nth-child(3) .g_tit {
  background: url(../images/g_r3.png) no-repeat;
  background-size: 100% 100%;
}
.exptw .exptw_box .exptw_con2 .cn1 > div:nth-child(4) .g_tit {
  background: url(../images/g_r4.png) no-repeat;
  background-size: 100% 100%;
}
.exptw .exptw_box .exptw_con2 .cn1 > div:nth-child(5) .g_tit {
  background: url(../images/g_r5.png) no-repeat;
  background-size: 100% 100%;
}
.exptw .exptw_box .exptw_con2 .cn1 .cn3 {
  width: 23.73134328%;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con2 .cn1 .cn3 {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.exptw .exptw_box .exptw_con2 .cn1 .cn4 {
  width: 11.19402985%;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con2 .cn1 .cn4 {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.exptw .exptw_box .exptw_con3 .cn5 {
  display: flex;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con3 .cn5 {
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
}
.exptw .exptw_box .exptw_con3 .cn5 .item {
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.82rem 0.4rem;
  border: 1px solid #dddddd;
  width: calc((100% - 0.6rem)/4);
  margin: 0 0.2rem 0.2rem 0;
  background: #fff;
}
.exptw .exptw_box .exptw_con3 .cn5 .item:hover {
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
}
.exptw .exptw_box .exptw_con3 .cn5 .item:hover .g_png .img1 {
  display: none;
}
.exptw .exptw_box .exptw_con3 .cn5 .item:hover .g_png .img2 {
  display: inline-block;
}
.exptw .exptw_box .exptw_con3 .cn5 .item:hover .g_png h3 {
  color: #fff;
  -webkit-text-fill-color: initial;
}
.exptw .exptw_box .exptw_con3 .cn5 .item:hover .txt p {
  color: #fff;
}
.exptw .exptw_box .exptw_con3 .cn5 .item.a_not2 {
  background: #fff;
}
.exptw .exptw_box .exptw_con3 .cn5 .item.a_not2 .g_png .img1 {
  display: none;
}
.exptw .exptw_box .exptw_con3 .cn5 .item.a_not2 .g_png .img2 {
  display: none;
}
.exptw .exptw_box .exptw_con3 .cn5 .item.a_not2 .g_png .img3 {
  display: inline-block;
}
.exptw .exptw_box .exptw_con3 .cn5 .item.a_not2 .g_png h3 {
  color: #999;
  -webkit-text-fill-color: initial;
}
.exptw .exptw_box .exptw_con3 .cn5 .item.a_not2 .txt p {
  color: #999;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con3 .cn5 .item {
    width: calc((100% - 0.2rem)/2);
  }
}
.exptw .exptw_box .exptw_con3 .cn5 .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con3 .cn5 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.exptw .exptw_box .exptw_con3 .cn5 .item .g_png {
  text-align: center;
}
.exptw .exptw_box .exptw_con3 .cn5 .item .g_png img {
  width: auto;
  height: 0.6rem;
}
.exptw .exptw_box .exptw_con3 .cn5 .item .g_png .img1 {
  display: inline-block;
}
.exptw .exptw_box .exptw_con3 .cn5 .item .g_png .img2 {
  display: none;
}
.exptw .exptw_box .exptw_con3 .cn5 .item .g_png .img3 {
  display: none;
}
.exptw .exptw_box .exptw_con3 .cn5 .item .g_png h3 {
  margin-top: 0.18rem;
  background-image: linear-gradient(90deg, #e62638 0%, #b236d1 100%), linear-gradient(#e62638, #b236d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .exptw .exptw_box .exptw_con3 .cn5 .item .g_png h3 {
    font-size: 12px;
  }
}
.exptw .exptw_box .exptw_con3 .cn5 .item .txt {
  margin-top: 0.78rem;
}
.exptw .exptw_box .exptw_con3 .cn6 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.11rem;
}
@media (max-width: 767px) {
  .exptw .exptw_box .exptw_con3 .cn6 {
    margin: 0 ;
  }
}
.exptw .exptw_box .exptw_con3 .cn6 .item {
  width: calc(1/3*100%);
  padding: 0 0.11rem;
}
@media (max-width: 991px) {
  .exptw .exptw_box .exptw_con3 .cn6 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .exptw .exptw_box .exptw_con3 .cn6 .item {
    width: 100%;
    padding: 0;
  }
}
.exptw .exptw_box .exptw_con3 .cn6 .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.exptw .exptw_box .exptw_con3 .cn6 .item .itembox a {
  width: 100%;
  background: #fff;
  position: relative;
  top: 0;
  height: 0.5rem;
  margin-bottom: 0.1rem;
  padding: 0.04rem 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  border-radius: 0.1rem;
  text-align: center;
  border: 1px solid #dddddd;
}
.exptw .exptw_box .exptw_con3 .cn6 .item .itembox a .g_abox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exptw .exptw_box .exptw_con3 .cn6 .item .itembox a:nth-child(3n) {
  margin-right: 0;
}
.exptw .exptw_box .exptw_con3 .cn6 .item .itembox a img {
  margin-right: 0.03rem;
  width: 0.1rem;
  height: auto;
}
.g_imgd {
  border-top-right-radius: 2px;
}
.g_imgs {
  border-top-right-radius: 0.1rem;
}
.exptw .exptw_box .exptw_con3 .cn6 .g_a100 {
  width: 100%;
}
.exptw .exptw_ts {
  margin-top: 0.26rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .exptw .exptw_ts {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .exptw .exptw_box .exptw_con3 .cn6 .item .itembox a img {
    width: 0.16rem;
  }
}
.exptw .exptw_ts img {
  mix-blend-mode: multiply;
}
.exptw .exptw_ts p {
  margin-left: 0.28rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
}
.exptw .exptw_ts p img {
  mix-blend-mode: multiply;
  margin-right: 0.03rem;
  width: 0.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .exptw .exptw_ts p img {
    width: 0.16rem;
  }
}
.exptw .exptw_ts p i {
  width: 0.4rem;
  height: 0.16rem;
  display: inline-flex;
  border-radius: 3px;
  border: 1px solid #dddddd;
  background: #fff;
  margin: 0 0.05rem;
}
@media (max-width: 767px) {
  .exptw .exptw_ts p i {
    height: 0.24rem;
  }
}
.expth {
  padding: 1.4rem 0;
}
.expth .box {
  overflow: hidden;
  margin-top: 0.14rem;
}
.expth .box .container {
  max-width: calc(1400px + 0.4rem);
  position: relative;
  /* &::after{
				content: '';
				position: absolute;
				width: 50vw;
				height: 100%;
				background: rgba(255,255,255,0.9);
				top: 0;
				left: 100%;
				z-index: 10;
			}
			&::before{
				
			} */
}
.expth .box .container .swiper-container {
  overflow: initial;
  padding: 0.4rem 0.2rem 0.6rem;
}
.expth .box .container .swiper-container .swiper-slide .expth_box {
  transition: all 0.4s;
  opacity: 0.1;
}
.expth .box .container .swiper-container .swiper-slide.on .expth_box {
  opacity: 1;
}
.expth .box .expth_box {
  position: relative;
  transition: all 0.4s;
  border-radius: 0.2rem;
  overflow: hidden;
}
.expth .box .swiper-slide:hover .expth_box {
  box-shadow: 0 0.1rem 0.2rem rgba(118, 137, 163, 0.35);
  transform: translateY(-0.1rem);
}
.expth .box .swiper-slide:hover .expth_box img {
  transform: scale(1.05);
}
.expth .box .swiper-slide:hover .expth_box .txt {
  background: #fff;
}
.expth .box .swiper-slide:hover .expth_box .txt .txt_box .g_p p {
  -webkit-line-clamp: initial;
  overflow: initial;
}
.expth .box .swiper-slide:hover .expth_box .txt .more p {
  opacity: 1;
  width: 4em;
}
.expth .box .swiper-slide:hover .expth_box .txt .more svg {
  transform: translateX(10px);
}
.expth .box .swiper-slide:hover .expth_box .txt .more svg path {
  fill: #e63041;
}
.expth .box .expth_box .public-img:before {
  padding-top: 55.82089552%;
}
.expth .box .expth_box .txt {
  transition: all 0.4s;
  background: #f1f4f8;
  padding: 0.38rem 0.2rem 0.4rem;
}
.expth .box .expth_box .txt .txt_box h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.expth .box .expth_box .txt .txt_box .g_p {
  margin-top: 0.14rem;
  overflow: hidden;
  height: 6em;
}
.expth .box .expth_box .txt .txt_box p {
  color: #535966;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.expth .box .expth_box .txt .more {
  margin-top: 0.4rem;
  display: inline-flex !important;
  padding: 20px 30px;
  transform: translate(-30px, 20px);
}
.expth .box .expth_box .txt .more p {
  opacity: 0;
  transition: all 0.4s;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  color: #e63041;
}
.expth .box .expth_box .txt .more svg {
  margin-left: 0;
}
.expth .box .expth_box .txt .more svg path {
  fill: #9f9f9f;
}
.expth .box .swip2_pag {
  margin: 0 auto;
  position: initial;
  width: 6rem;
  height: 2px;
  background: #dddddd;
}
.expth .box .swip2_pag .swiper-pagination-progressbar-fill {
  background: #de2950;
}
@media (max-width: 1260px) {
  .expth .box .g_qie {
    display: none;
  }
}
.expth .box .g_qie .pub_nav {
  z-index: 100;
  box-shadow: none;
  border: 2px solid #e5e5e5;
  background: #fff;
}
.expth .box .g_qie .pub_nav:hover {
  border: 2px solid transparent;
}
.expth .box .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.expth .box .g_qie .pub_nav svg path {
  fill: #333;
}
.expth .box .g_qie .pub_next {
  right: -0.9rem;
}
.expth .box .g_qie .pub_prev {
  left: -0.9rem;
}
.expfo {
  background: #f1f4f8;
  padding: 1.35rem 0 1.7rem;
}
.expfo .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .expfo .box {
    margin: 0 ;
    margin-top: 0.7rem;
  }
  .expth .box .swiper-slide .expth_box .txt .more p {
    opacity: 1;
    width: auto;
  }
  .expth .box .swiper-slide .expth_box .txt .more svg path {
    fill: #ee2316;
  }
  .expth .box .swiper-slide .expth_box .txt .more svg {
    transform: translateX(10px);
  }
}
.expfo .box .item {
  width: calc(1/4*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .expfo .box .item {
    width: 50%;
  }
}
.expfo .box .item .itembox {
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0.3rem;
  min-height: 1.8rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  position: relative;
}
.expfo .box .item .itembox::after {
  content: '';
  position: absolute;
  background: -webkit-linear-gradient(to right, #e62638, #b236d1);
  background: linear-gradient(to right, #e62638, #b236d1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
.expfo .box .item .itembox:hover {
  box-shadow: 0 0.1rem 0.2rem rgba(118, 137, 163, 0.35);
  transform: translateY(-0.1rem);
}
.expfo .box .item .itembox:hover::after {
  opacity: 1;
}
.expfo .box .item .itembox:hover .g_png {
  background: rgba(255, 255, 255, 0.2);
}
.expfo .box .item .itembox:hover .g_png .img1 {
  display: none;
}
.expfo .box .item .itembox:hover .g_png .img2 {
  display: block;
}
.expfo .box .item .itembox:hover .txt h3 {
  color: #fff;
}
.expfo .box .item .itembox:hover .txt .more p {
  color: #fff;
  opacity: 1;
  width: 4em;
}
.expfo .box .item .itembox:hover .txt .more svg {
  transform: translateX(10px);
}
.expfo .box .item .itembox:hover .txt .more svg path {
  fill: #fff;
}
.expfo .box .item .itembox .g_png {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f1f4f8;
  transition: all 0.4s;
}
.expfo .box .item .itembox .g_png img {
  width: 50%;
  height: auto;
}
.expfo .box .item .itembox .g_png .img2 {
  display: none;
}
.expfo .box .item .itembox .txt {
  position: relative;
  z-index: 10;
}
.expfo .box .item .itembox .txt h3 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .expfo .box .item .itembox .txt h3 {
    font-size: 14px;
  }
}
.expfo .box .item .itembox .txt .more {
  margin-top: 0.15rem;
}
.expfo .box .item .itembox .txt .more p {
  opacity: 0;
  transition: all 0.4s;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  color: #e63041;
}
@media screen and (max-width: 991px) {
  .exptw .exptw_box .exptw_con3 .cn6 .item .itembox a .g_abox {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .expfo .box .item .itembox .txt .more p {
    display: none;
  }
  .exptw .exptw_box .exptw_con .g_box .g_con3 .g_a a .g_abox {
    min-height: 0.87rem;
  }
  .exptw .exptw_box .exptw_con .g_box .g_con4 .g_a a .g_abox {
    min-height: 1.64rem;
  }
  .exptw .exptw_box .exptw_con .g_box .g_con6 .g_a a .g_abox {
    min-height: 0.84rem;
  }
  .exptw .exptw_box .exptw_con .g_box .g_con10 .g_a a .g_abox {
    min-height: 2.16rem;
  }
  .expth {
    padding: 0.8rem 0;
  }
  .exptw .exptw_box .exptw_con1 .cn2 a {
    min-height: 0.64rem;
  }
  .exptw .exptw_box .exptw_con3 .cn6 .item .itembox a {
    height: 0.64rem;
  }
  .exptw .exptw_box .exptw_con .g_box .g_con5 .g_a .g_con5_zy a:last-child {
    margin-bottom: 0;
  }
  .exptw .exptw_box .exptw_con3 .cn5 .item {
    padding: 0.62rem 0.2rem;
  }
  .exptw .exptw_box .exptw_con .g_box .g_box2 .g_con4 .g_a a .g_abox {
    min-height: 0.94rem;
  }
  .exptw .exptw_box .exptw_con .g_box .g_box2 .g_con10 .g_a a .g_abox {
    min-height: 0.94rem;
  }
  
  .hina >a .g_abox{
	  min-height: auto !important;
	  line-height: 2.5;
  }
  .hina > a {
	  line-height: 2.5;
  }
  .hina .g_abox p {
	  font-size: 14px !important;
  }
  .exptw .awsth_nav .item p {
	  font-size: 0.25rem;
  }
  .hisw {
	  width: 100px !important;
  }
  .exptw .awsth_nav .hiswr {
		justify-content: space-evenly;
	}
}
.expfo .box .item .itembox .txt .more svg {
  transition: all 0.4s;
  margin-left: 0;
}
.expfo .box .item .itembox .txt .more svg path {
  fill: #9f9f9f;
}




/* 触发元素样式 */
.tooltip-trigger {
  position: relative; /* 作为提示框的定位父级 */
}
/*
.tooltip-trigger:hover {
  background: #3367d6;
}
*/
/* 提示框基础样式 - 红紫渐变背景 */
.tooltip {
  position: absolute;
  padding: 8px 16px;
  background: #fff; /* 色渐变 */
  color: #000;
  font-size: 12px;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15); /* 淡红色阴影增强效果 */
  white-space: nowrap; /* 防止文本换行 */
  opacity: 0; /* 初始透明 */
  visibility: hidden; /* 初始隐藏 */
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; /* 增加变换动画 */
  z-index: 100; /* 确保在其他元素上方 */
  transform: translateY(5px); /* 初始位置略微下移 */
}

/* 三角形箭头样式 - 使用border实现 */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent; /* 基础三角形大小 */
}
 /* 下方提示框 */
.tooltip-bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-5px);
  margin-top: 8px;
}
.tooltip-bottom .tooltip-arrow {
  bottom: 100%; /* 箭头在提示框顶部 */
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #fff; /* 箭头颜色与渐变协调 */
}
/* hover时显示提示框并应用动画 */
.tooltip-trigger:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: 
	translateX(var(--x-translate, -50%)) 
	translateY(var(--y-translate, 0));
}


.gnea{position:relative;display:flex;justify-content:space-between;width:100%;}
.gnea .g_a2{font-size: 10px;
   
    white-space: nowrap;}


.gnea .g_a2 {
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.gnea .g_a2:hover span {
  color: #ff1001;
}
.gnea .g_a2:hover i svg path {
  fill: #ff1001 !important;
}
.gnea .g_a2 span {
  font-size: 12px;
}
.gnea .g_a2 i {
  margin-left: 0.08rem;
  flex-shrink: 0;
  width: 5px;
  height: auto;
  display: inline-flex;
  align-items: center;
}
.gnea .g_a2 i svg,
.gnea .g_a2 i img {
  width: 100%;
  height: auto;
}
.g_a2 {
  cursor: pointer;
}



#hi-video-pop .hi-close{top: 5%;left: auto;right: 5%;}



.cls-1 {
        fill: #ee2316;
        fill-rule: evenodd;
 }
















