@charset "utf-8";
:root {
  --color: #2464be;
  --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/OverusedGrotesk-Roman.ttf);
}
@font-face {
  font-family: 'font-b';
  src: url(../font/OverusedGrotesk-Bold.ttf);
}
@font-face {
  font-family: 'font-m';
  src: url(../font/OverusedGrotesk-Medium.ttf);
}
@font-face {
  font-family: 'font-sb';
  src: url(../font/OverusedGrotesk-SemiBold.ttf);
}
@font-face {
  font-family: 'font-bo';
  src: url(../font/OverusedGrotesk-Book.ttf);
}
@font-face {
  font-family: 'FKG-bl';
  src: url(../font/FKGroteskNeueTrial-Black.otf);
}
@font-face {
  font-family: 'FKG-b';
  src: url(../font/FKGroteskNeueTrial-Bold.otf);
}
@font-face {
  font-family: 'FKG-m';
  src: url(../font/FKGroteskNeueTrial-Medium.otf);
}
.font-r {
  font-family: 'font-r', 'PingFang SC', 'font-r', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: 'font-b', 'PingFang SC', 'font-r', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-m {
  font-family: 'font-m', 'PingFang SC', 'font-r', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-sb {
  font-family: 'font-sb', 'PingFang SC', 'font-r', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-bo {
  font-family: 'font-bo', 'PingFang SC', 'font-r', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.FKG-bl {
  font-family: 'FKG-bl', 'PingFang SC', 'font-r', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.FKG-b {
  font-family: 'FKG-b', 'PingFang SC', 'font-r', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.FKG-m {
  font-family: 'FKG-m', 'PingFang SC', 'font-r', '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: #2464be;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #2464be;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2464be;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'font-r', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
svg path {
  fill: currentColor;
}
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: 93.75%;
  max-width: 1800px;
}
@media screen and (max-width: 1820px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 86%;
  max-width: 1400px;
}
@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: #2464be;
}
.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 #2464be;
  color: #2464be;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #2464be;
}
#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: #2464be;
}
#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: #2464be;
}
#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: 100px;
}
@media screen and (max-width: 1440px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#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: #2464be;
  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: #2464be;
}
#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: #2464be !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: #2464be;
}
#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: #2464be !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: #2464be;
  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: #2464be;
}
#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: #2464be;
  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: #2464be;
}
#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: #2464be;
}
#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: #2464be;
}
#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: #2464be;
}
@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: #2464be;
}
#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;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05) !important;
  -webkit-transform: scale(1.05) !important;
}
/* 使用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: 100px;
  width: 100%;
  background: #fff;
}
.gw.on {
  height: 81px;
}
@media screen and (max-width: 1440px) {
  .gw {
    height: 60px;
  }
  .gw.on {
    height: 61px;
  }
}
.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: 44px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 40px;
  }
  .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: 32px;
  }
  .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.4rem;
  }
}
/*延迟*/
.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颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 show_nav */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: #fff;
  /* border-bottom: 1px solid rgba(222,229,236,0.5); */
  /* show_nav 子页面导航class */
  /* nav_on 导航不在顶部后移入加上移除去掉的class */
  /* nav_on2 导航不在顶部后固定的class */
}
nav.show_nav {
  background: #fff;
}
nav.show_nav .nav_ljbox .nav_l_box .logo {
  top: 0 !important;
}
nav.show_nav .nav_ljbox .nav_l_box .logo img {
  width: 1.45rem !important;
}
nav.show_nav #g-header .c-switch i {
  background: #333 !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr {
  background: none;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
  border-left: 1px solid #bbb;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search a > svg path {
  fill: #333;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #333 !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box > svg path {
  fill: #333;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg path {
  fill: #333;
}
nav.show_nav .logo_bj {
  display: none;
}
nav.show_nav .nav_top {
  background: none;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_top {
    background: #2464be;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .yc {
    display: none;
  }
}
nav.show_nav .navbox svg path {
  fill: #333 !important;
}
@media (max-width: 1260px) {
  nav.show_nav .navbox svg path {
    fill: #333 !important;
  }
}
nav.show_nav .nav_ljbox {
  background: none;
}
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_r_box .nav_r .navbox > ul > li > a > p {
  color: #333 !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #333 !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p {
  color: #2464be !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after {
  background: #2464be !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path {
  fill: #2464be !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .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_othr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: #2464be;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .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_othr .nav_rr_box .nav_rr_wl .public-btn p {
    color: #2464be;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #333 !important;
}
nav.show_nav2 {
  background: none;
}
nav.nav_on,
nav.nav_on2 {
  background: #fff !important;
}
nav.nav_on .navbox svg path,
nav.nav_on2 .navbox svg path {
  fill: #333 !important;
}
nav.nav_on .logo_bj,
nav.nav_on2 .logo_bj {
  opacity: 0;
}
nav.nav_on .nav_top,
nav.nav_on2 .nav_top {
  background: #2464be;
}
nav.nav_on .nav_ljbox .nav_l_box .logo,
nav.nav_on2 .nav_ljbox .nav_l_box .logo {
  top: 0;
  /* .xs{
						display: none;
					}
					.yc{
						
						display: block;
					} */
}
nav.nav_on .nav_ljbox .nav_l_box .logo img,
nav.nav_on2 .nav_ljbox .nav_l_box .logo img {
  width: 1.45rem;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #2464be !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p {
  color: #2464be !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after {
  background: #2464be !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path {
  fill: #2464be !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #2464be;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #2464be;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #333;
}
@media (max-width: 1260px) {
  nav.nav_on #g-header .c-switch i,
  nav.nav_on2 #g-header .c-switch i {
    background: #333;
  }
}
nav .nav_top {
  transition: all 0.4s;
  background: #2464be;
  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: 100px;
  background: url(../images/home2.png) no-repeat;
  background-position: left center;
  background-size: auto 100%;
  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% 0 0;
  }
}
nav .nav_ljbox .nav_l_box {
  height: 100%;
  width: 2.85rem;
  flex-shrink: 0;
  position: relative;
  padding: 0 0 0 0.6rem;
}
nav .nav_ljbox .nav_l_box .logo_bj {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  height: 100%;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo_bj {
    display: none;
  }
}
nav .nav_ljbox .nav_l_box .logo_bj img {
  width: 100%;
  height: 100%;
}
nav .nav_ljbox .nav_l_box .logo {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo .xs {
    display: block;
  }
  nav .nav_ljbox .nav_l_box .logo .yc {
    display: none;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo {
    top: 0;
  }
}
nav .nav_ljbox .nav_l_box .logo img {
  width: 1.45rem;
  height: auto;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img {
    width: 1.45rem !important;
  }
}
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: 1580px) {
  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_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 .navbox {
  margin-right: 0.48rem;
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li {
  height: 100%;
  position: relative;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on2 {
  position: initial;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a > p {
  color: #2464be !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a > p::after {
  width: 0.3rem;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg {
  transform: rotate(180deg);
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg path {
  fill: #2464be !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .xs,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .xs {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .yc,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .yc {
  display: block;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .img1,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .img1 {
  display: none !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .img2,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .img2 {
  display: block !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #333;
  margin: 0 0.34rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    margin: 0 0.1rem;
    color: #333;
  }
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg {
  transition: all 0.4s;
  width: 8px;
  height: auto;
  position: absolute;
  right: -0.22rem;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg path {
  fill: #333;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a .img2 {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  /* &::after{
										content: '';
										position: absolute;
										bottom: 0;
										width: 0;
										height: 2px;
										left: 50%;
										background: @colorNav_hover_line;
										transform: translateX(-50%);
									} */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr {
  background: #2464be;
  width: 2.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0 0.54rem 0 0.56rem; */
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr {
    /* padding: 0 0.34rem 0 0.36rem; */
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  height: 100%;
  display: flex;
  align-items: center;
  /* 语言 */
  /* 搜索 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .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_othr .nav_rr_box .nav_rr_wl {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
  margin-right: 0.32rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg {
  width: 20px;
  height: 20px;
  margin-right: 0.12rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg {
    width: 16px;
    height: 16px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  flex-shrink: 0;
  width: 9px;
  height: auto;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
    width: 6px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .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;
  width: 0.88rem;
  background: #fff;
  margin: 0px 0 0 -0.11rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  /* height: 100%; */
  padding: 0.05rem 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 8px 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #2464be;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
  position: relative;
  /* background: #fff; */
  /* border-radius: 5px; */
  padding: 0 0 0 0.35rem;
}
@media (max-width: 767px) {
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search a {
  cursor: pointer;
  width: 20px;
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search a {
    width: 16px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search a svg {
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search a svg path {
  fill: #fff;
}
/* 导航各种效果 */
.nav1_none {
  top: -100px !important;
}
.nav2_none {
  top: 100px !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;
  padding: 9px 0 0;
  display: none;
  width: auto;
}
.pro_nav2 .pro_nav2_box {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 6px 29px rgba(211, 211, 211, 0.08);
  white-space: nowrap;
  padding: 0.16rem 0.2rem 0.14rem 0.4rem;
}
.pro_nav2 .pro_nav2_box > a {
  text-align: center;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
  -webkit-transition: all 0.4s;
}
.pro_nav2 .pro_nav2_box > a:hover {
  text-decoration: underline;
  color: #2261bd;
}
.pro_nav2 .pro_nav2_box > a i {
  margin-right: 0.15rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 3px;
  background: #e9f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_nav2 .pro_nav2_box > a i svg,
.pro_nav2 .pro_nav2_box > a i img {
  width: 100%;
  height: 100%;
}
.pro_nav2 .pro_nav2_box > a i svg path,
.pro_nav2 .pro_nav2_box > a i img path {
  fill: #306cc1 !important;
}
.pro_nav2 .pro_nav2_box > a p {
  color: #566f8f;
  color: #333;
  position: relative;
  padding-right: 0.26rem;
}
.pro_nav2 .pro_nav2_box > a p.g_hot::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 15px;
  background: url(../images/navxl_svg8.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_nav3 {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: calc(100% + 1px);
  left: 0;
  padding: 9px 0 0;
}
.pro_nav3 .navjiad {
  position: relative;
}
.pro_nav3 .navjiad:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  left: -20px;
  top: 12px;
}
@media (max-width: 1580px) {
  .pro_nav3 .navjiad:after {
    top: 9px;
    width: 6px;
    height: 6px;
  }
}
.pro_nav3 .pro_nav3_nr {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0.25rem 0 0.56rem;
  display: flex;
  justify-content: center;
}
.pro_nav3 .pro_nav3_nr .gtwsvg {
  margin-right: 0.15rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 3px;
  background: #e9f3ff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_nav3 .pro_nav3_nr .gtwsvg svg,
.pro_nav3 .pro_nav3_nr .gtwsvg img {
  width: 100%;
  height: 100%;
}
.pro_nav3 .pro_nav3_nr .gtwsvg svg path,
.pro_nav3 .pro_nav3_nr .gtwsvg img path {
  fill: #306cc1 !important;
}
.pro_nav3 .pro_nav3_nr a:hover {
  text-decoration: underline;
  color: #2261bd !important;
}
.pro_nav3 .pro_nav3_nr a:hover:after {
  background: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l {
  padding: 0.4rem 0 0 0;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .pro_nav3_l_tit {
  margin-bottom: 0.3rem;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .pro_nav3_l_tit h3 {
  font-weight: bold;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .pro_nav3_hz {
  display: flex;
  justify-content: flex-end;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  border-right: 2px solid #f3f3f3;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp {
  display: flex;
  align-items: center;
  color: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp:hover {
  text-decoration: underline;
  color: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp:hover .navjiad:after {
  background: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp i {
  margin-right: 0.15rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 3px;
  background: #e9f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp i svg,
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp i img {
  width: 100%;
  height: 100%;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp i svg path,
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp i img path {
  fill: #306cc1 !important;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp .public-img {
  width: 1.3rem;
  margin-bottom: 0.2rem;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp p {
  position: relative;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_tp a {
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_b {
  padding-left: 0.57rem;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_b > a {
  text-align: center;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
  -webkit-transition: all 0.4s;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_b > a:hover {
  text-decoration: underline;
  color: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_b > a p {
  color: #333;
  position: relative;
  /* padding-right: 0.26rem; */
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gon .gon_b > a p.g_hot::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 15px;
  background: url(../images/navxl_svg8.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gtw {
  margin-right: 0.75rem;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gtw a {
  color: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gtw .public-img {
  width: 1.3rem;
  margin-bottom: 0.2rem;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gtw .gtw_box {
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gtw .gtw_a {
  margin: 0.2rem 0;
  display: flex;
  align-items: center;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gtw .gtw_a a {
  margin-bottom: 0.32rem;
  transition: all 0.4s;
  display: block;
  position: relative;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_l .gtrr {
  display: flex;
  flex-direction: column;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_r {
  padding: 0.4rem 0 0 0.86rem;
  border-left: 2px solid #f3f3f3;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_r .g_t {
  display: flex;
  align-items: center;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_r .g_t:hover {
  text-decoration: underline;
  color: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_r .g_t:hover .navjiad:after {
  background: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_r .g_t p {
  color: #2261bd;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_r .g_a {
  padding-left: 0.57rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pro_nav3 .pro_nav3_nr .pro_nav3_r .g_a a {
  margin: 0.2rem 0 0;
  /* color: #2261bd; */
}
.pro_nav3 .pro_nav3_nr .pro_nav3_r .g_a a:hover {
  text-decoration: underline;
  color: #2261bd;
}
/* 移动端导航 */
#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 a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li a:hover,
#g-header .c-nav2 li.on > a {
  color: #2464be;
}
#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 !important;
  }
}
@media (max-width: 767px) {
  #g-header .c-switch i {
    background: #fff !important;
  }
}
#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;
}
.c-open #g-header .c-nav2 .c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.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 */
.h_banner.on .h_b_box .h_b_imgbj {
  opacity: 0;
}
@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%;
  margin-top: 100px;
  height: calc(var(--vh) - 100px);
}
@media screen and (max-width: 1440px) {
  .h_banner .h_b_box {
    margin-top: 60px;
    height: calc(var(--vh) - 60px);
  }
}
.h_banner .h_b_box .h_b_imgbj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 2.85rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_banner .h_b_box .h_b_imgbj {
    display: none;
  }
}
.h_banner .h_b_box .h_b_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 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: 2rem; */
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  font-size: 56px;
}
@media (max-width: 1580px) {
  .h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
    font-size: 0.64rem;
  }
  .h_banner .h_b_box .h_b_txt .container .txt_t .p1 br {
    display: none;
  }
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p2 {
  line-height: 1.1;
  margin-top: 0.25rem;
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .container .public-btn {
  margin-top: 0.25rem;
}
.h_banner .h_banner_smswi {
  position: absolute;
  bottom: 0.48rem;
  right: 0;
  width: 47.166%;
  z-index: 200;
}
@media (max-width: 991px) {
  .h_banner .h_banner_smswi {
    width: 70%;
  }
}
.h_banner .h_banner_smswi .g_qie {
  z-index: 10;
  position: absolute;
  right: 100%;
  display: flex;
  bottom: 0;
}
.h_banner .h_banner_smswi .g_qie .pub_nav {
  position: initial;
  transform: translateY(0%);
  width: 0.73rem;
  height: 0.73rem;
  border-radius: 0;
}
.h_banner .h_banner_smswi .g_qie .pub_nav svg {
  width: 0.19rem;
}
.h_banner .h_banner_smswi .g_qie .pub_nav svg path {
  fill: #fff;
}
.h_banner .h_banner_smswi .g_qie .pub_prev {
  background: #1ca1ee;
}
.h_banner .h_banner_smswi .g_qie .pub_next {
  background: #2362bd;
}
.h_banner .h_banner_smswi .swiper-container {
  height: 2.55rem;
}
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box {
  height: 100%;
  display: flex;
}
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt {
  height: 100%;
  background: #1ca1ee;
  padding: 0.25rem 0.6rem 0.1rem 0.36rem;
  width: 62.27810651%;
}
@media (max-width: 767px) {
  .h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt {
    padding: 0.25rem 0.2rem 0.1rem 0.36rem;
  }
}
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt .txt_t span {
  color: #fff;
}
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt .txt_t h3 {
  margin-top: 0.24rem;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 1260px) {
  .h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt .txt_t h3 {
    font-size: 0.24rem;
  }
}
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt .public-btn {
  margin-top: 0.6rem;
}
@media (max-width: 1260px) {
  .h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt .public-btn {
    margin-top: 0.3rem;
  }
}
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt .public-btn svg,
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .txt .public-btn img {
  margin-left: 0.17rem;
}
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .img {
  width: 37.72189349%;
  height: 100%;
}
.h_banner .h_banner_smswi .swiper-container .h_banner_smswi_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
}
/* 底部导航 */
.foot_nav {
  margin-right: 1.1rem;
}
@media screen and (max-width: 1460px) {
  .foot_nav {
    margin-right: 1rem;
  }
}
@media (max-width: 1260px) {
  .foot_nav {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .foot_nav {
    margin: 0 ;
  }
}
.foot_nav:last-child {
  margin-right: 0;
}
.foot_nav .a_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.foot_nav .a_tit.on svg,
.foot_nav .a_tit.on img {
  transform: rotate(90deg);
}
.foot_nav .a_tit a {
  color: #fff;
}
.foot_nav .a_tit a:hover {
  text-decoration: underline;
}
.foot_nav .a_tit svg,
.foot_nav .a_tit img {
  transition: all 0.4s;
  width: 5px;
  height: auto;
  display: none;
}
@media (max-width: 767px) {
  .foot_nav .a_tit svg,
  .foot_nav .a_tit img {
    display: block;
    width: 12px;
  }
}
.foot_nav .a_tit svg path,
.foot_nav .a_tit img path {
  fill: #fff;
}
@media (max-width: 767px) {
  .foot_nav ul {
    display: none;
    padding-bottom: 0.2rem;
  }
}
.foot_nav ul li {
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .foot_nav ul li {
    width: 100%;
    display: block;
  }
}
.foot_nav ul li a {
  color: #fff;
}
.foot_nav ul li a:hover {
  text-decoration: underline;
}
/* 网站地图 */
.g-mapon {
  padding: 1.88rem 0 0.5rem;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .g-mapon {
    padding: 1.88rem 0 3.5rem;
  }
}
.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 {
  display: flex;
  margin-top: 0.75rem;
  padding-left: 1.48rem;
}
@media (max-width: 1260px) {
  .g-mapon .box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .g-mapon .box {
    flex-direction: column;
  }
}
.g-mapon .box .item {
  margin-right: 1.14rem;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .g-mapon .box .item {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .g-mapon .box .item {
    max-width: 2rem;
  }
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.4rem;
  }
}
.g-mapon .box .item a {
  display: block;
  transition: all 0.4s;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .g-mapon .box .item a {
    white-space: initial;
  }
}
.g-mapon .box .item a:hover {
  text-decoration: underline;
  color: #2464be !important;
}
.g-mapon .box .item .g-la {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 0.2rem;
  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%;
}
.g-mapon .box .item .g-twa a {
  margin-bottom: 0.1rem;
  padding-right: 0.1rem;
  color: #999;
}
/* 免责声明 */
.g-pri {
  padding: 0.88rem 0 1.68rem;
}
.g-pri .box {
  padding: 0 3.34rem;
}
@media (max-width: 1260px) {
  .g-pri .box {
    padding: 0 ;
  }
}
.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 .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;} */
/* 开始 */
.public-btn {
  padding: 0;
  border: none;
  height: auto;
  min-width: auto;
  transition: all 0.4s;
  border-bottom: 1px solid #fff;
}
.public-btn:hover svg,
.public-btn:hover img {
  left: 0.1rem;
}
.public-btn p {
  color: #fff;
  line-height: 1.2;
}
.public-btn svg,
.public-btn img {
  position: relative;
  left: 0;
  transition: all 0.4s;
  width: 0.11rem;
  height: auto;
  margin-left: 0.06rem;
}
@media (max-width: 767px) {
  .public-btn svg,
  .public-btn img {
    width: 0.24rem;
  }
}
.public-btn svg path,
.public-btn img path {
  fill: #fff;
}
.public-btn2 {
  border-color: #333;
}
.public-btn2 p {
  color: #333;
}
.public-btn2 svg path,
.public-btn2 img path {
  fill: #333;
}
.public-btn3 {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0.18rem 0;
  border-bottom: 1px solid #333;
}
.public-btn3 p {
  font-weight: bold;
  color: #333;
}
.public-btn3 i {
  position: relative;
  left: 0;
  transition: all 0.4s;
  flex-shrink: 0;
  margin-left: 2.3rem;
  display: flex;
  width: 0.25rem;
  height: auto;
}
@media (max-width: 767px) {
  .public-btn3 i {
    width: 0.35rem;
  }
}
.public-btn3 i svg {
  width: 100%;
  height: auto;
}
.public-btn3 i svg path {
  fill: #333;
}
.public-btn4 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.07rem 0.14rem 0;
  width: 2.3rem;
  border-bottom: 1px solid #333;
}
.public-btn4.public-btn4-whi {
  border-bottom: 1px solid #fff;
}
.public-btn4.public-btn4-whi p {
  color: #fff;
}
.public-btn4.public-btn4-whi i svg path {
  fill: #fff;
}
.public-btn4.public-btn4-blue {
  border-bottom: 1px solid #285cad;
}
.public-btn4.public-btn4-blue p {
  color: #285cad;
}
.public-btn4.public-btn4-blue i svg path {
  fill: #285cad;
}
.public-btn4 p {
  font-weight: bold;
  color: #333;
}
.public-btn4 i {
  position: relative;
  left: 0;
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  width: 0.18rem;
  height: auto;
}
@media (max-width: 767px) {
  .public-btn4 i {
    width: 0.35rem;
  }
}
.public-btn4 i svg {
  margin-left: 0;
}
.public-btn4 i svg path {
  fill: #333;
}
.g_qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:hover {
  background: #d60c1c;
}
.g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie .pub_nav svg {
  width: 33.33%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
}
.g_qie .pub_prev {
  left: 0.8rem;
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.8rem;
}
.pub_title {
  text-align: center;
}
@media (max-width: 767px) {
  .pub_title {
    padding: 0 5%;
  }
}
.pub_title h2 {
  /* font-size: 0.56rem; */
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .pub_title h2 {
    font-size: 0.52rem;
  }
}
.pub_title p {
  margin-top: 0.22rem;
  color: #999;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .pub_title p {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .pub_title p {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .pub_title p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pub_title p {
    font-size: 0.32rem;
  }
}
.pub_title3 h2 {
  line-height: 1;
  font-weight: bold;
  color: #285cad;
}
.pub_title3 p {
  margin-top: 0.18rem;
  color: #999;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .pub_title3 p {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .pub_title3 p {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .pub_title3 p br {
    display: none;
  }
}
.pub_title4 {
  text-align: center;
}
.pub_title4 p {
  margin-top: 0.34rem;
}
.pub_title2 h2 {
  color: #fff;
}
.pub_title2 p {
  color: #fff;
}
.pub_title_tbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pub_title_tbox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pub_title_tbox .pub_title {
  text-align: left;
}
@media (max-width: 767px) {
  .pub_title_tbox .pub_title {
    margin-bottom: 0.4rem;
    padding: 0;
  }
}
.hon {
  padding: 1rem 0 0;
}
.hon .box {
  margin-top: 0.52rem;
  display: flex;
  flex-wrap: wrap;
}
.hon .box .item {
  width: calc(100%/3);
  display: flex;
  align-items: flex-start;
  padding: 0.38rem 0.4rem 0.04rem;
  position: relative;
  justify-content: center;
}
@media (max-width: 991px) {
  .hon .box .item {
    padding: 0.38rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .hon .box .item {
    width: 100%;
    padding: 0.35rem 0;
    justify-content: flex-start;
  }
}
.hon .box .item::after {
  content: '';
  width: calc(100% - 0.42rem);
  height: 1px;
  background: #dadada;
  position: absolute;
  top: 0;
  left: 0.21rem;
}
@media (max-width: 767px) {
  .hon .box .item::after {
    display: none;
  }
}
.hon .box .item::before {
  content: '';
  width: 1px;
  height: calc(100% - 0.17rem);
  background: #dadada;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hon .box .item::before {
    display: none;
  }
}
.hon .box .item:nth-child(3n)::before {
  display: none;
}
.hon .box .item .g_h3 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hon .box .item .g_h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hon .box .item .g_h3 i {
  margin-right: 0.3rem;
  width: auto;
  height: 0.74rem;
}
@media (max-width: 991px) {
  .hon .box .item .g_h3 i {
    height: 0.6rem;
    margin-bottom: 0.2rem;
  }
}
.hon .box .item .g_h3 i svg {
  height: 100%;
}
.hon .box .item .g_h3 i svg path {
  fill: #1ca1ee;
}
.hon .box .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hon .box .item .txt p {
  color: #999;
  margin-top: 0.16rem;
}
.hon .box .item .txt h3 {
  line-height: 1.1;
}
.hon .hon_b {
  margin-top: 0.76rem;
  position: relative;
}
@media (max-width: 767px) {
  .hon .hon_b {
    margin-top: 0.5rem;
  }
}
.hon .hon_b .g_p {
  display: none;
  position: absolute;
  right: 1.45rem;
  bottom: 0.48rem;
  z-index: 10;
  width: 5.5rem;
}
@media (max-width: 991px) {
  .hon .hon_b .g_p {
    right: 0.2rem;
    bottom: 0.4rem;
  }
}
.hon .hon_b .g_p p {
  color: #fff;
}
.htw {
  padding: 0.9rem 0 0.96rem;
}
.htw .box {
  margin-top: 0.75rem;
}
.htw .box .box_t {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .htw .box .box_t {
    flex-direction: column;
  }
}
.htw .box .box_t .box_t_con {
  margin-bottom: 0.2rem;
  width: calc(50% - 0.1rem);
  position: relative;
}
@media (max-width: 1260px) {
  .htw .box .box_t .box_t_con {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.htw .box .box_t .box_t_con:hover .public-img img {
  transform: scale(1.05);
}
.htw .box .box_t .box_t_con:hover .g_h3 h3 {
  text-decoration: underline;
}
.htw .box .box_t .box_t_con .public-img {
  position: relative;
}
@media (max-width: 767px) {
  .htw .box .box_t .box_t_con .public-img {
    height: 8rem;
  }
}
.htw .box .box_t .box_t_con .public-img:before {
  padding-top: 91.01123596%;
}
.htw .box .box_t .box_t_con .box_t_nr {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.htw .box .box_t .box_t_con .box_t_nr .g_h3 i {
  width: auto;
  height: 0.67rem;
  display: flex;
  align-items: center;
}
.htw .box .box_t .box_t_con .box_t_nr .g_h3 i svg,
.htw .box .box_t .box_t_con .box_t_nr .g_h3 i img {
  height: 100%;
}
.htw .box .box_t .box_t_con .box_t_nr .g_h3 i svg path,
.htw .box .box_t .box_t_con .box_t_nr .g_h3 i img path {
  fill: #484848;
}
.htw .box .box_t .box_t_con .box_t_nr .g_h3 h3 {
  margin-top: 0.2rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .htw .box .box_t .box_t_con .box_t_nr .g_h3 h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .htw .box .box_t .box_t_con .box_t_nr .g_h3 h3 {
    font-size: 0.4rem;
  }
}
.htw .box .box_t .box_t_con .box_t_nr .txt {
  width: 68%;
  margin-top: 0.3rem;
  border-top: 1px solid #c8c8c8;
}
@media (max-width: 767px) {
  .htw .box .box_t .box_t_con .box_t_nr .txt {
    width: 80%;
  }
}
.htw .box .box_t .box_t_con .box_t_nr .txt .txt_p {
  border-bottom: 1px solid #c8c8c8;
  padding: 0.11rem 0;
}
.htw .box .box_t .box_t_con .box_t_nr .txt .txt_p p {
  padding: 0 20px;
  display: block;
  position: relative;
  color: #777;
}
.htw .box .box_t .box_t_con .box_t_nr .txt .txt_p p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #545454;
  left: 0;
  top: 15px;
}
@media (max-width: 1580px) {
  .htw .box .box_t .box_t_con .box_t_nr .txt .txt_p p:after {
    top: 13px;
    width: 5px;
    height: 5px;
  }
}
.htw .box .box_t .box_t_con .box_t_nr .txt .txt_p p span {
  color: #222;
  font-weight: bold;
  margin-left: 0.06rem;
  letter-spacing: 0.02em;
}
.htw .box .box_b {
  position: relative;
}
.htw .box .box_b .item {
  position: relative;
  /* width: calc((100% - 0.4rem)/3); */
  /* margin: 0 0.2rem 0.2rem 0; */
}
@media (max-width: 991px) {
  .htw .box .box_b .item {
    width: 100%;
    /* margin: 0 0 0.4rem 0; */
  }
}
.htw .box .box_b .item:nth-child(3n) {
  /* margin-right: 0; */
}
.htw .box .box_b .item .public-img:before {
  padding-top: 58.02047782%;
}
.htw .box .box_b .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.35rem 0.4rem;
  color: #fff;
  background: url(../images/home8.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.htw .box .box_b .item .txt h3 {
  line-height: 1.2;
  margin-bottom: 0.1rem;
  width: 100%;
}
.htw .box .box_b .swip2_pag {
  width: 100%;
  margin-top: 0.2rem;
}
.htw .box .box_b .swip2_pag span {
  background: #2464be;
  margin: 0 0.06rem;
}
.hth .box {
  position: relative;
}
.hth .box .imgbj_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hth .box .imgbj_box .imgbj_bj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
.hth .box .imgbj_box .imgbj_bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hth .box .imgbj_box .imgbj_img {
  width: 100%;
  height: 100%;
}
.hth .box .imgbj_box .imgbj_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hth .box .imgbj_box .imgbj_img_pc {
    display: none;
  }
}
.hth .box .imgbj_box .imgbj_img_md {
  display: none;
}
@media (max-width: 767px) {
  .hth .box .imgbj_box .imgbj_img_md {
    display: block;
  }
}
.hth .box .box_txt {
  width: 100%;
  height: 9.7rem;
  position: relative;
  z-index: 10;
}
.hth .box .box_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.9rem 0;
}
.hth .box .box_txt .hth_txt {
  color: #fff;
}
.hth .box .box_txt .hth_txt .hth_txt_item {
  display: none;
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_tit .g_tit_t h3 {
  margin-top: 0.12rem;
  /* font-size: 0.9rem; */
  line-height: 1.3;
  /* font-weight: bold; */
}
@media (max-width: 767px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_tit .g_tit_t h3 {
    font-size: 0.36rem;
  }
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_tit .g_tit_lab {
  margin-top: 0.16rem;
  display: flex;
  flex-wrap: wrap;
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_tit .g_tit_lab span {
  position: relative;
  margin-right: 0.16rem;
  padding-right: 0.16rem;
}
@media (max-width: 767px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_tit .g_tit_lab span {
    font-size: 0.24rem;
  }
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_tit .g_tit_lab span::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.13rem;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_tit .g_tit_lab span:last-child::after {
  display: none;
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_num {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num {
    margin-top: 0.4rem;
  }
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_num .item {
  padding-left: 0.18rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 0.42rem;
}
@media (max-width: 767px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num .item {
    margin-bottom: 0.4rem;
  }
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t {
  display: flex;
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t p {
  line-height: 0.8;
  font-size: 0.6rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t p {
    font-size: 54px;
  }
}
@media (max-width: 1260px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t p {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t p {
    font-size: 0.4rem;
  }
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t span {
  margin-top: -0.02rem;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t span {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_t span {
    font-size: 0.32rem;
  }
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_b {
  margin-top: 0.08rem;
}
.hth .box .box_txt .hth_txt .hth_txt_item .g_num .item .item_b p {
  line-height: 1.2;
}
.hth .box .box_txt .hth_box {
  display: flex;
}
.hth .box .box_txt .hth_box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.56rem;
  margin-right: 0.24rem;
  width: 11%;
  transition: all 0.4s;
  background: #2362bd;
}
@media (max-width: 1260px) {
  .hth .box .box_txt .hth_box .item {
    height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .hth .box .box_txt .hth_box .item {
    height: 0.7rem;
    margin-right: 0.1rem;
  }
}
.hth .box .box_txt .hth_box .item:last-child {
  margin-right: 0;
}
.hth .box .box_txt .hth_box .item.on {
  background: #1ca1ee;
  width: 4.73rem;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 0 0.54rem;
}
@media (max-width: 991px) {
  .hth .box .box_txt .hth_box .item.on {
    width: 50%;
    flex-shrink: initial;
    padding: 0;
    justify-content: center;
  }
}
.hth .box .box_txt .hth_box .item.on .g_svg i {
  height: 0.7rem;
}
@media (max-width: 991px) {
  .hth .box .box_txt .hth_box .item.on .g_svg i {
    height: 0.5rem;
  }
}
.hth .box .box_txt .hth_box .item.on .g_svg p {
  display: none;
}
.hth .box .box_txt .hth_box .item.on .txt {
  position: relative;
  opacity: 1;
}
.hth .box .box_txt .hth_box .item .g_svg {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hth .box .box_txt .hth_box .item .g_svg i {
  transition: all 0.4s;
  width: auto;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .hth .box .box_txt .hth_box .item .g_svg i {
    height: 0.38rem !important;
  }
}
.hth .box .box_txt .hth_box .item .g_svg i svg,
.hth .box .box_txt .hth_box .item .g_svg i img {
  height: 100%;
  width: auto;
}
.hth .box .box_txt .hth_box .item .g_svg i svg path,
.hth .box .box_txt .hth_box .item .g_svg i img path {
  fill: #fff;
}
.hth .box .box_txt .hth_box .item .g_svg p {
  transition: all 0.4s;
  margin-top: 0.18rem;
  color: #fff;
}
@media (max-width: 1580px) {
  .hth .box .box_txt .hth_box .item .g_svg p {
    font-size: 14px;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 1380px) {
  .hth .box .box_txt .hth_box .item .g_svg p {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .hth .box .box_txt .hth_box .item .g_svg p {
    display: none;
  }
}
.hth .box .box_txt .hth_box .item .txt {
  margin-left: 0.5rem;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .hth .box .box_txt .hth_box .item .txt {
    display: none;
  }
}
.hth .box .box_txt .hth_box .item .txt > p {
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1580px) {
  .hth .box .box_txt .hth_box .item .txt > p {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .hth .box .box_txt .hth_box .item .txt > p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hth .box .box_txt .hth_box .item .txt > p {
    font-size: 14px;
  }
}
.hth .box .box_txt .hth_box .item .txt .public-btn {
  margin-top: 0.13rem;
}
@media (max-width: 1580px) {
  .hth .box .box_txt .hth_box .item .txt .public-btn p {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .hth .box .box_txt .hth_box .item .txt .public-btn p {
    font-size: 12px;
  }
}
.hfo {
  padding: 1.1rem 0 1.12rem;
}
.hfo .box {
  margin-top: 0.58rem;
  padding-left: calc((100% - 1800px)/2);
}
@media screen and (max-width: 1820px) {
  .hfo .box {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .hfo .box {
    padding: 0 5%;
  }
}
.hfo .box .hfo_box {
  display: flex;
}
@media (max-width: 991px) {
  .hfo .box .hfo_box {
    flex-direction: column;
  }
}
.hfo .box .hfo_box .public-img {
  width: 51.73913043%;
}
@media (max-width: 991px) {
  .hfo .box .hfo_box .public-img {
    width: 100%;
  }
}
.hfo .box .hfo_box .public-img:before {
  padding-top: 71.06842737%;
}
.hfo .box .hfo_box .gr {
  width: 48.26086957%;
  background: #f5f5f5;
  padding: 0.74rem 0.5rem 0.2rem 1.17rem;
}
@media (max-width: 1260px) {
  .hfo .box .hfo_box .gr {
    padding: 0.4rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .hfo .box .hfo_box .gr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hfo .box .hfo_box .gr {
    padding: 0.4rem 0.5rem 0.6rem;
  }
}
.hfo .box .hfo_box .gr .logo_t {
  margin-right: 0.9rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #d6d6d6;
}
.hfo .box .hfo_box .gr .logo_t img {
  height: 0.51rem;
  width: auto;
}
.hfo .box .hfo_box .gr .txt {
  margin-top: 0.74rem;
}
.hfo .box .hfo_box .gr .txt .txt_t h3 {
  color: #000;
}
.hfo .box .hfo_box .gr .txt .txt_t .g_p {
  margin-top: 0.12rem;
}
.hfo .box .hfo_box .gr .txt .txt_t .g_p p {
  line-height: 1.8;
  color: #999;
  margin-bottom: 0.05rem;
}
.hfo .box .hfo_box .gr .txt .txt_t .g_p p span {
  color: #000;
  font-family: 'font-m';
}
.hfo .box .hfo_box .gr .txt .public-btn {
  margin-top: 0.68rem;
}
.hfo .pub_title_tbox .g_qie {
  z-index: 10;
  display: flex;
}
@media (max-width: 767px) {
  .hfo .pub_title_tbox .g_qie {
    align-self: flex-end;
  }
}
.hfo .pub_title_tbox .g_qie .pub_nav {
  margin-left: 0.24rem;
  position: initial;
  transform: translateY(0%);
  width: 0.6rem;
  height: 0.6rem;
  background: none;
  border: 1px solid #2464be;
  border-radius: 0;
}
.hfo .pub_title_tbox .g_qie .pub_nav:hover {
  background: #2464be;
}
.hfo .pub_title_tbox .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.hfo .pub_title_tbox .g_qie .pub_nav svg {
  width: 0.22rem;
}
.hfo .pub_title_tbox .g_qie .pub_nav svg path {
  fill: #2464be;
}
.hfo .hfo_logo {
  margin-top: 1.2rem;
}
.hfo .hfo_logo .item {
  display: flex;
}
.hfo .hfo_logo .item .img {
  width: 250px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .hfo .hfo_logo .item .img {
    width: 166px;
    height: 80px;
  }
}
.hfo .hfo_logo .item .img img {
  max-height: 100%;
}
.hfi {
  position: relative;
}
@media (max-width: 991px) {
  .hfi .imgbj {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.hfi .imgbj img {
  width: 100%;
  height: 100%;
}
.hfi .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  padding: 1.2rem 0 0;
}
@media (max-width: 991px) {
  .hfi .box {
    position: relative;
    padding: 1.2rem 0 1.8rem;
  }
}
.hfi .box .g_t {
  text-align: center;
}
.hfi .box .g_t .public-btn {
  margin-top: 0.46rem;
}
.hfi .box .hfi_num_lab {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.hfi .box .hfi_num_lab p {
  color: #fff;
}
@media (max-width: 767px) {
  .hfi .box .hfi_num_lab p {
    font-size: 0.24rem;
    text-align: center;
  }
}
.hfi .box .hfi_num {
  overflow: hidden;
  /* padding-left: 1.33rem; */
  margin-top: 0.65rem;
}
.hfi .box .hfi_num .hfi_num_box {
  position: relative;
  left: 0;
  display: flex;
  justify-content: center;
  transform: translateX(90vw);
}
@media (max-width: 767px) {
  .hfi .box .hfi_num .hfi_num_box {
    transform: translateX(0) !important;
  }
}
.hfi .box .hfi_num .item {
  flex-shrink: 0;
  margin: 0 0.45rem;
}
@media (max-width: 767px) {
  .hfi .box .hfi_num .item {
    margin: 0;
    width: 33.33%;
    text-align: center;
  }
}
.hfi .box .hfi_num .item .item_t {
  display: flex;
}
@media (max-width: 767px) {
  .hfi .box .hfi_num .item .item_t {
    justify-content: center;
  }
}
.hfi .box .hfi_num .item .item_t p {
  line-height: 0.8;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .hfi .box .hfi_num .item .item_t p {
    font-size: 0.36rem;
  }
}
.hfi .box .hfi_num .item .item_t span {
  color: #fff;
  margin-top: -0.02rem;
  font-weight: bold;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .hfi .box .hfi_num .item .item_t span {
    margin-left: 4px;
    font-size: 0.22rem;
  }
}
.hfi .box .hfi_num .item .item_b {
  margin-top: 0.36rem;
}
.hfi .box .hfi_num .item .item_b p {
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.hsi {
  padding: 1.7rem 0 1.3rem;
}
.hsi .box {
  margin-top: 0.6rem;
  padding-left: calc((100% - 1800px)/2);
}
@media screen and (max-width: 1820px) {
  .hsi .box {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .hsi .box {
    padding: 0 5%;
  }
}
.hsi .box .hsi_box:hover .public-img img {
  transform: scale(1.05) !important;
}
.hsi .box .hsi_box:hover .txt p b {
  background-size: 100% 100%;
}
.hsi .box .hsi_box .public-img:before {
  padding-top: 64.08163265%;
}
.hsi .box .hsi_box .public-img img {
  transform: scale(1) !important;
}
.hsi .box .hsi_box .txt {
  margin-top: 0.28rem;
}
.hsi .box .hsi_box .txt span {
  color: #888;
}
.hsi .box .hsi_box .txt p {
  margin-top: 0.2rem;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.2em;
}
.hsi .box .hsi_box .txt p b {
  font-weight: 400;
  transition: all 0.4s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.hse {
  position: relative;
}
@media (max-width: 767px) {
  .hse {
    padding-bottom: 1.15rem;
  }
}
.hse .imgbj {
  width: 100%;
  height: 100%;
  position: absolute;
}
.hse .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hse .box {
  position: relative;
  z-index: 10;
  color: #fff;
  height: 5.2rem;
}
@media (max-width: 767px) {
  .hse .box {
    height: auto;
  }
}
.hse .box .container {
  text-align: center;
  height: 100%;
}
.hse .box .container .g_tit {
  padding-top: 1.15rem;
}
.hse .box .container .g_tit h2 {
  line-height: 1.1;
}
.hse .box .container .g_tit p {
  margin-top: 0.22rem;
}
@media (max-width: 767px) {
  .hse .box .container .g_tit p br {
    display: none;
  }
}
.hse .box .container .pub_a {
  /* padding: 0 3em; */
  margin-top: 0.38rem;
}
footer .container {
  color: #fff;
  height: 100%;
  padding: 0.72rem 0.95rem 0.85rem 0.42rem;
}
@media (max-width: 1260px) {
  footer .container {
    padding: 0.7rem 0;
  }
}
footer .container .gt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .container .gt h2 {
  line-height: 1.1;
  text-transform: uppercase;
}
footer .container .gt .b_ewm {
  display: flex;
}
footer .container .gt .b_ewm .foot_t_r_box {
  display: flex;
  align-items: flex-end;
  position: relative;
}
footer .container .gt .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
@media (max-width: 767px) {
  footer .container .gt .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
    transform: translateX(0%) scale(1);
  }
}
footer .container .gt .b_ewm .foot_t_r_box.on .foot_t_r_con svg {
  opacity: 0.8;
}
footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_ewm {
  position: absolute;
  top: 200%;
  left: 50%;
  background: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 1;
  transform: translateX(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 160px;
  height: 160px;
  padding: 5px;
}
@media (max-width: 767px) {
  footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_ewm {
    width: 120px;
    height: 120px;
    left: auto;
    right: 0;
    transform: translateX(0%) scale(0);
  }
}
footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_con {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0.14rem;
}
footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_con svg {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_con svg path {
  fill: #fff;
}
footer .container .gt .b_ewm .foot_t_r_box .foot_t_r_con svg .cls-2 {
  fill: #3a94dc;
}
footer .container .gm {
  margin-top: 1.15rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container .gm {
    flex-direction: column;
  }
}
footer .container .gm .gm_l {
  display: flex;
}
@media (max-width: 767px) {
  footer .container .gm .gm_l {
    flex-direction: column;
  }
}
footer .container .gm .gm_r {
  max-width: 40%;
  margin-left: 1.2rem;
}
@media (max-width: 1260px) {
  footer .container .gm .gm_r {
    margin-left: 0.5rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer .container .gm .gm_r {
    margin: 0.6rem 0 0;
  }
}
footer .container .gm .gm_r h3 {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  footer .container .gm .gm_r h3 {
    font-size: 0.24rem;
  }
}
footer .container .gm .gm_r .g_p p {
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  footer .container .gm .gm_r .g_p p {
    font-size: 0.24rem;
  }
}
footer .container .gb {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .container .gb {
    margin-top: 0.6rem;
    font-size: 0.2rem !important;
  }
}
footer .container .gb .gb_l {
  margin-bottom: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
footer .container .gb .gb_l p {
  margin-right: 0.2rem;
}
footer .container .gb .gb_r {
  /* padding-right: 0.8rem; */
}
footer .container .gb .gb_r a {
  color: #fff;
  margin-left: 0.24rem;
}
@media (max-width: 767px) {
  footer .container .gb .gb_r a {
    margin: 0 0.2rem 0 0;
  }
}
footer .container .gb .gb_r a:hover {
  text-decoration: underline;
}
/* 面包屑 */
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-left: 20px;
}
.crumbs:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .crumbs:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.07rem;
  color: #fff;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #fff;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.07rem;
}
.crumbs p svg path {
  fill: #fff;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.07rem;
}
.crumbs2::after {
  background: #2260bc;
}
.crumbs2 p > a {
  color: #222;
}
.crumbs2 p i {
  color: #222;
}
.crumbs2 p:last-child a {
  color: #222;
}
/* 技术研发 */
.sub_banner {
  position: relative;
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.25rem;
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t {
  /* max-width: 60%; */
}
@media (max-width: 991px) {
  .sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t {
    max-width: 100%;
  }
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_span {
  display: none;
  margin-bottom: 0.25rem;
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_span span {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 20px;
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_span span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_span span:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .p1 {
  color: #fff;
  line-height: 1.25;
  font-weight: bold;
  font-size: 56px;
}
@media (max-width: 1580px) {
  .sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .p1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .p1 {
    font-size: 0.44rem;
  }
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .p2 {
  line-height: 1.1;
  margin-top: 0.25rem;
  color: #fff;
}
.sub_banner .h_banner_swi .h_b_box .subbanner_txt .container .public-btn {
  margin-top: 0.85rem;
}
.sub_banner .sub_banner_r {
  position: absolute;
  width: 2.38rem;
  background: url(../images/skill2.png) no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0.1rem 0.85rem;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_r {
    display: none;
  }
}
.sub_banner .sub_banner_r .ban_bot {
  overflow: hidden;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_banner .sub_banner_r .ban_bot svg {
  transform: translateY(-0.6rem);
  width: 0.22rem;
  height: auto;
  animation: moveq2 2s infinite linear;
  -webkit-animation: moveq2 2s infinite linear;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_r .ban_bot svg {
    width: 0.32rem;
  }
}
.sub_banner .sub_banner_r .ban_bot svg path {
  fill: #fff;
}
@keyframes moveq2 {
  0% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0.4rem);
  }
}
.sub_banner2 {
  position: relative;
}
.sub_banner2 .h_banner_swi .h_b_box {
  height: 6.7rem;
}
@media (max-width: 767px) {
  .sub_banner2 .h_banner_swi .h_b_box {
    height: calc(var(--vh) - 60px);
  }
}
.sub_banner2 .h_banner_swi .h_b_box .subbanner_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.sub_banner2 .h_banner_swi .h_b_box .subbanner_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.sub_banner2 .h_banner_swi .h_b_box .subbanner_txt .container .crumbs {
  position: absolute;
  top: 0.45rem;
  left: 0;
}
.sub_banner2 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .p1 {
  color: #fff;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sub_banner2 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .p1 {
    font-size: 0.64rem;
  }
}
.sub_banner2 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .p2 {
  max-width: 6.88rem;
  margin-top: 0.25rem;
  color: #fff;
}
.sub_banner2 .h_banner_swi .h_b_box .subbanner_txt .container .public-btn {
  margin-top: 0.85rem;
}
.sub_banner2 .sub_banner_r {
  position: absolute;
  width: 2.38rem;
  background: url(../images/skill2.png) no-repeat;
  background-position: bottom center;
  height: 100%;
  z-index: 200;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0.1rem 0.85rem;
}
@media (max-width: 767px) {
  .sub_banner2 .sub_banner_r {
    display: none;
  }
}
.sub_banner2 .sub_banner_r .ban_bot {
  cursor: pointer;
  width: 0.22rem;
  height: auto;
}
.sub_banner2 .sub_banner_r .ban_bot svg {
  width: 100%;
  height: auto;
}
.sub_banner2 .sub_banner_r .ban_bot svg path {
  fill: #fff;
}
.sub_banner3 .sub_banner_r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_r {
    width: 1.5rem;
  }
}
.sub_banner3 .sub_banner_r .ins_det_fxr_box {
  margin-bottom: 1.15rem;
}
.sub_banner3 .sub_banner_r .ins_det_fxr_box .share a {
  margin: 0.24rem 0 0;
}
.sub_banner3 .h_banner_swi .h_b_box .subbanner_txt {
  background: url(../images/sceOther.png) no-repeat;
  background-position: center bottom;
}
.sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container {
  /* justify-content: flex-end; */
  padding: 0 2.4rem 0.5rem 0;
}
@media (max-width: 767px) {
  .sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container {
    justify-content: center;
    padding: 0 1.2rem 0.5rem 0;
  }
}
.sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_span span {
  text-transform: uppercase;
}
.sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_span span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  left: 0;
  top: 13px;
}
@media (max-width: 1580px) {
  .sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_span span:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_h2 {
  align-items: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_h2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_h2 .p1 {
  /* font-size: 1.2rem; */
  /* line-height: 1; */
  font-size: 56px;
}
@media (max-width: 1580px) {
  .sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_h2 .p1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_h2 .p1 {
    font-size: 0.64rem;
  }
}
.sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_h2 p {
  color: #fff;
  margin: 0 0 0.2rem 1.35rem;
}
@media (max-width: 991px) {
  .sub_banner3 .h_banner_swi .h_b_box .subbanner_txt .container .txt_t .txt_t_h2 p {
    margin: 0.5rem 0 0;
  }
}
.ins_det_fxr_box {
  display: flex;
  align-items: center;
  display: none;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box > p {
  margin-right: 0.05rem;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.3rem;
  height: 0.3rem;
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: #2464be;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 55%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #fff;
  opacity: 1;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50%;
  transform: translateX(-50%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
.skion {
  padding: 1.35rem 0 0.5rem;
}
.skion .container {
  max-width: 1300px;
}
.skion .g_tit {
  text-align: center;
}
.skion .g_tit h2 {
  font-weight: bold;
  color: #285cad;
  line-height: 1.2;
}
.skion .g_tit p {
  text-align: left;
  margin-top: 0.3rem;
  line-height: 1.8;
  color: #999;
}
@media (max-width: 1260px) {
}
@media (max-width: 767px) {
}
.skion .box {
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .skion .box {
    margin-top: 0.5rem;
  }
}
.skion .box .img {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.skion .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skion .box .t2tw_vid {
  position: relative;
  width: 100%;
  height: 8.78rem;
  overflow: hidden;
  /* .vid_on{
				cursor: pointer;
				z-index: 10;
				position: absolute;
				width: 0.6rem;
				height: 0.6rem;
				border-radius: 50%;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				.vid_on_box{
					position: relative;
					z-index: 10;
					display: flex;
					align-items: center;
					justify-content: center;
					width: 100%;
					height: 100%;
					border-radius: 50%;
					border: 1px solid #589fe7;
					background: rgba(0,102,204,0.82);
					svg{
						margin-left: 0.03rem;
						width: 21.67%;
						height: auto;
						path{
							fill: #fff;
						}
					}
				}
				i{
					animation:moveq 3s infinite linear;
					-webkit-animation:moveq 3s infinite linear;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%,-50%);
					width: 100%;
					height: 100%;
					border-radius: 50%;
					background: @color1;
				}
			} */
}
@media (max-width: 767px) {
  .skion .box .t2tw_vid {
    height: 5rem;
  }
}
.skion .box .t2tw_vid img,
.skion .box .t2tw_vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pub_title_tbox2 .g_qie {
  z-index: 10;
  display: flex;
}
@media (max-width: 767px) {
  .pub_title_tbox2 .g_qie {
    margin-top: 0.5rem;
  }
}
.pub_title_tbox2 .g_qie .pub_nav {
  margin-left: 0.24rem;
  position: initial;
  transform: translateY(0%);
  width: 0.6rem;
  height: 0.6rem;
  background: none;
  border: 1px solid #2464be;
  border-radius: 0;
}
@media (max-width: 767px) {
  .pub_title_tbox2 .g_qie .pub_nav {
    margin: 0 0.24rem 0 0;
  }
}
.pub_title_tbox2 .g_qie .pub_nav:hover {
  background: #2464be;
}
.pub_title_tbox2 .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.pub_title_tbox2 .g_qie .pub_nav svg {
  width: 0.22rem;
}
.pub_title_tbox2 .g_qie .pub_nav svg path {
  fill: #2464be;
}
.skitw {
  /* display: none; */
  padding: 1.55rem 0 1.7rem;
}
@media (max-width: 767px) {
  .skitw {
    padding: 1rem 0;
  }
}
.skitw .box {
  margin-top: 0.58rem;
}
@media (max-width: 767px) {
  .skitw .box {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .skitw .box .swiper-container .swiper-slide:nth-child(2) {
    /* order: -1; */
  }
}
.skitw .box .skitw_box .public-img:before {
  padding-top: 72.5862069%;
}
.skitw .box .skitw_box .txt {
  padding: 0.34rem 0 0;
}
.skitw .box .skitw_box .txt h3 {
  color: #285cad;
  font-weight: bold;
}
.skitw .box .skitw_box .txt .txt_span {
  margin-top: 0.15rem;
}
.skitw .box .skitw_box .txt .txt_span span {
  margin-bottom: 0.14rem;
  color: #999;
  display: block;
  position: relative;
  padding-left: 20px;
}
.skitw .box .skitw_box .txt .txt_span span:first-child {
  color: #222;
}
.skitw .box .skitw_box .txt .txt_span span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #1ca1ee;
  left: 0;
  top: 10px;
}
@media (max-width: 1580px) {
  .skitw .box .skitw_box .txt .txt_span span:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.skith {
  background: #f2faff;
  padding: 1.05rem 0 0;
}
.skith .container .lhdc5 {
  display: flex;
  justify-content: space-between;
}
.skith .container .lhdc5 .lhdc5_l {
  padding-bottom: 20vh;
  width: 41.11111111%;
  padding-top: 0;
}
@media (max-width: 991px) {
  .skith .container .lhdc5 .lhdc5_l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .skith .container .lhdc5 .lhdc5_l {
    padding-bottom: 1rem;
  }
}
.skith .container .lhdc5 .lhdc5_l .item {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1.64rem;
  /* padding-top: 1rem; */
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .skith .container .lhdc5 .lhdc5_l .item {
    padding-right: 0.94rem;
  }
}
@media (max-width: 991px) {
  .skith .container .lhdc5 .lhdc5_l .item {
    padding: 0;
    height: auto;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .skith .container .lhdc5 .lhdc5_l .item {
    margin-top: 0.6rem;
  }
}
.skith .container .lhdc5 .lhdc5_l .item.on {
  opacity: 1;
}
.skith .container .lhdc5 .lhdc5_l .item .g_span {
  margin-bottom: 1.45rem;
  display: none;
}
@media (max-width: 991px) {
  .skith .container .lhdc5 .lhdc5_l .item .g_span {
    margin-bottom: 0.4rem;
  }
}
.skith .container .lhdc5 .lhdc5_l .item .g_span span {
  color: #2260bc;
}
.skith .container .lhdc5 .lhdc5_l .item .g_h3 {
  margin-bottom: 0.22rem;
}
.skith .container .lhdc5 .lhdc5_l .item .g_h3 h3 {
  line-height: 1.15;
  font-weight: bold;
}
.skith .container .lhdc5 .lhdc5_l .item .g_h3 h3 span {
  color: #1ca1ee;
}
.skith .container .lhdc5 .lhdc5_l .item .g_p p {
  color: #999;
  /* text-align: justify; */
}
.skith .container .lhdc5 .lhdc5_l .item .xs_img {
  display: none;
}
@media (max-width: 991px) {
  .skith .container .lhdc5 .lhdc5_l .item .xs_img {
    display: block;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .skith .container .lhdc5 .lhdc5_l .item .xs_img {
    margin-top: 0.6rem;
  }
}
.skith .container .lhdc5 .lhdc5_r {
  height: 100vh;
  width: 58.88888889%;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .skith .container .lhdc5 .lhdc5_r {
    display: none;
  }
}
.skith .container .lhdc5 .lhdc5_r h2 {
  line-height: 1;
  margin-bottom: 1.6rem;
}
.skith .container .lhdc5 .lhdc5_r h2 span {
  margin-right: 0.2rem;
}
.skith .container .lhdc5 .lhdc5_r .lhdc5_img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  height: 5.8rem;
}
.skith .container .lhdc5 .lhdc5_r .lhdc5_img .lhdc5_img_box {
  width: 100%;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
}
.skith .container .lhdc5 .lhdc5_r .lhdc5_img .lhdc5_img_box:first-child {
  transform: translateX(0%);
}
.skith .container .lhdc5 .lhdc5_r .lhdc5_img .lhdc5_img_box:last-child i {
  display: none;
}
.skith .container .lhdc5 .lhdc5_r .lhdc5_img .lhdc5_img_box .public-img:before {
  padding-top: 61.57112527%;
}
.skith .container .lhdc5 .lhdc5_r .lhdc5_img .lhdc5_img_box i {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
}
.skifo {
  padding: 1.1rem 0 1.36rem;
}
@media (max-width: 767px) {
  .skifo {
    padding: 1rem 0;
  }
}
.skifo .box {
  margin-top: 0.8rem;
}
.skifo .box .skifo_box {
  padding-bottom: 0.53rem;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .skifo .box .skifo_box {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.skifo .box .skifo_box .public-img {
  width: 29.76744186%;
}
@media (max-width: 767px) {
  .skifo .box .skifo_box .public-img {
    width: 100%;
  }
}
.skifo .box .skifo_box .public-img:before {
  padding-top: 127.34375%;
}
.skifo .box .skifo_box .txt {
  width: 70.23255814%;
  padding: 0 0.54rem 0 0.58rem;
}
@media (max-width: 767px) {
  .skifo .box .skifo_box .txt {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.skifo .box .skifo_box .txt .txt_t span {
  color: #285cad;
  font-weight: bold;
}
.skifo .box .skifo_box .txt .txt_t p {
  color: #999;
  line-height: 1.3;
}
.skifo .box .skifo_box .txt .txt_b {
  margin-top: 0.25rem;
}
.skifo .box .skifo_box .txt .txt_b h3 {
  line-height: 1.25;
  /* overflow: hidden;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 3; */
}
.skifo .box .skifo_box .txt .txt_b p {
  margin-top: 0.2rem;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
  line-height: 1.7;
}
.skifi {
  background: #f2faff;
  padding: 0.85rem 0 1.35rem;
}
.skifi .container .box {
  margin-top: 0.42rem;
  position: relative;
}
.skifi .container .box .item {
  display: flex;
}
.skifi .container .box .item .str_move {
  /* width: 100%; */
  line-height: 1.5;
  font-size: 16px;
  display: flex;
}
@media (max-width: 1580px) {
  .skifi .container .box .item .str_move {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .skifi .container .box .item .str_move {
    font-size: 0.28rem;
  }
}
.skifi .container .box .item .item_box {
  width: 580px;
  position: relative;
  display: inline-block;
  margin-right: 0.32rem;
}
@media (max-width: 1580px) {
  .skifi .container .box .item .item_box {
    width: 480px;
  }
}
@media (max-width: 1260px) {
  .skifi .container .box .item .item_box {
    width: 4.8rem;
  }
}
.skifi .container .box .item .item_box:hover .public-img img {
  transform: scale(1.05) !important;
}
.skifi .container .box .item .item_box:hover .txt {
  background: none;
}
.skifi .container .box .item .item_box:hover .txt::after {
  opacity: 1;
}
.skifi .container .box .item .item_box:hover .txt span {
  color: #bbe6ff;
}
.skifi .container .box .item .item_box:hover .txt .txt_box h3 {
  font-weight: bold;
  color: #fff;
}
.skifi .container .box .item .item_box:hover .txt .txt_box p {
  color: #bbe6ff;
}
.skifi .container .box .item .item_box .public-img:before {
  padding-top: 63.44827586%;
}
.skifi .container .box .item .item_box .txt {
  position: relative;
  z-index: 10;
  white-space: initial;
  background: #fff;
  padding: 0.3rem 0.38rem 0.3rem;
}
@media (max-width: 767px) {
  .skifi .container .box .item .item_box .txt {
    padding: 0.4rem 0.38rem;
    display: inline-flex;
    align-items: center;
  }
}
.skifi .container .box .item .item_box .txt::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/skill13.jpg) no-repeat;
  background-size: cover;
  transition: all 0.4s;
  opacity: 0;
}
.skifi .container .box .item .item_box .txt span {
  position: relative;
  z-index: 10;
  color: #999;
  display: block;
  transition: all 0.4s;
}
.skifi .container .box .item .item_box .txt .txt_box {
  position: relative;
  z-index: 10;
  /* margin-top: 0.22rem; */
}
.skifi .container .box .item .item_box .txt .txt_box h3 {
  line-height: 1.4;
  /* overflow: hidden;
								white-space: nowrap;
								text-overflow:ellipsis; */
  /* overflow: hidden;
								display: -webkit-box;
								-webkit-box-orient: vertical;
								-webkit-line-clamp: 3;
								height: 4.2em; */
  transition: all 0.4s;
}
.skifi .container .box .item .item_box .txt .txt_box p {
  color: #999;
  margin-top: 0.08rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all 0.4s;
  display: none;
}
@media (max-width: 767px) {
  .skifi .container .box .item .item_box .txt .txt_box p {
    margin-top: 0.16rem;
  }
}
.skisi {
  padding: 1.15rem 0 1.5rem;
}
.skisi .box {
  margin-top: 0.4rem;
}
.skisi .box .skisi_box {
  overflow: hidden;
}
@media (max-width: 767px) {
  .skisi .box .skisi_box {
    padding: 1px;
  }
}
.skisi .box .skisi_box:hover .skisi_yc {
  opacity: 1;
  top: 0;
}
.skisi .box .skisi_box .skisi_xs {
  padding: 0 0.24rem 0.28rem;
  border: 1px solid #ececec;
}
.skisi .box .skisi_box .skisi_xs .g_tit {
  padding: 0.42rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gl {
  width: calc(100% - 0.49rem);
  display: flex;
  align-items: center;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gl i {
  flex-shrink: 0;
  margin-right: 0.38rem;
  display: flex;
  width: 0.49rem;
  height: auto;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gl i svg {
  width: 100%;
  height: auto;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gl i svg path {
  fill: #1ca1ee;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gl h3 {
  font-weight: bold;
  /* overflow: hidden;
							white-space: nowrap;
							text-overflow:ellipsis; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gr {
  flex-shrink: 0;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gr i {
  margin-right: 0.24rem;
  display: flex;
  width: 0.25rem;
  height: auto;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gr i svg {
  width: 100%;
  height: auto;
}
.skisi .box .skisi_box .skisi_xs .g_tit .gr i svg path {
  fill: #333;
}
.skisi .box .skisi_box .skisi_xs .public-img:before {
  padding-top: 66.50717703%;
}
.skisi .box .skisi_box .skisi_yc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.3rem;
  left: 0;
  transition: all 0.4s;
  opacity: 0;
  z-index: 10;
}
.skisi .box .skisi_box .skisi_yc .imgbj {
  width: 100%;
  height: 100%;
}
.skisi .box .skisi_box .skisi_yc .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 1.42rem 1.6rem 0.2rem 2.1rem;
}
@media (max-width: 1260px) {
  .skisi .box .skisi_box .skisi_yc .skisi_yc_box {
    padding: 0.72rem 0.6rem 0.2rem 1.2rem;
  }
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gt .gt_h3 {
  position: relative;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gt .gt_h3 i {
  position: absolute;
  left: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  margin-right: 0.38rem;
  display: flex;
  width: 0.49rem;
  height: 0.58rem;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gt .gt_h3 i svg {
  width: 100%;
  height: 100%;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gt .gt_h3 i svg path {
  fill: #fff;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gt .gt_h3 h3 {
  color: #fff;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gt .g_p {
  margin-top: 0.25rem;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gt .g_p p {
  color: #d3eefe;
}
@media (max-width: 767px) {
  .skisi .box .skisi_box .skisi_yc .skisi_yc_box .gt .g_p p {
    font-size: 0.24rem;
  }
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gb {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.08rem 0.12rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .skisi .box .skisi_box .skisi_yc .skisi_yc_box .gb {
    margin-top: 0.45rem;
  }
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gb p {
  font-weight: bold;
  color: #fff;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gb i {
  flex-shrink: 0;
  margin-left: 1.28rem;
  display: flex;
  width: 0.18rem;
  height: auto;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gb i svg {
  width: 100%;
  height: auto;
}
.skisi .box .skisi_box .skisi_yc .skisi_yc_box .gb i svg path {
  fill: #fff;
}
/* 建筑行业 */
.buiNav {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  transition: all 0.4s;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .buiNav {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .buiNav {
    display: none;
  }
}
.buiNav p {
  cursor: pointer;
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #999;
  margin: 0 0.25rem;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 1380px) {
  .buiNav p {
    margin: 0 0.15rem;
  }
}
@media (max-width: 1260px) {
  .buiNav p {
    margin: 0 0.25rem;
    font-size: 14px;
  }
}
.buiNav p.on {
  font-weight: bold;
  color: #2464be;
}
.buiNav p.on::after {
  background: #2464be;
}
.buiNav p::after {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  left: -2px;
  bottom: -1px;
  height: 2px;
  background: transparent;
}
.buion {
  padding: 1.3rem 0 1rem;
}
.buion .buion_t {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .buion .buion_t {
    flex-direction: column;
  }
}
.buion .buion_t .gl {
  width: 40%;
}
@media (max-width: 767px) {
  .buion .buion_t .gl {
    width: 100%;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.buion .buion_t .gl .buion_bq {
  display: flex;
  align-items: flex-start;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .buion .buion_t .gl .buion_bq {
    margin-top: 0;
  }
}
.buion .buion_t .gl .buion_bq .buion_bq_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 0.4rem;
  /* &:not(:first-child){
						left: -0.23rem;
					} */
}
@media (max-width: 1260px) {
  .buion .buion_t .gl .buion_bq .buion_bq_item {
    margin: 0 0.4rem 0 0;
  }
}
@media (max-width: 767px) {
  .buion .buion_t .gl .buion_bq .buion_bq_item {
    margin: 0 0 0 0.4rem;
  }
}
.buion .buion_t .gl .buion_bq .buion_bq_item .g_svg {
  width: 1.05rem;
  height: 1.05rem;
  border: 0.05rem solid #fff;
  background: #e33737;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buion .buion_t .gl .buion_bq .buion_bq_item .g_svg svg,
.buion .buion_t .gl .buion_bq .buion_bq_item .g_svg img {
  height: 0.48rem;
  width: auto;
}
.buion .buion_t .gl .buion_bq .buion_bq_item .g_svg svg path,
.buion .buion_t .gl .buion_bq .buion_bq_item .g_svg img path {
  fill: #fff;
}
.buion .buion_t .gl .buion_bq .buion_bq_item .txt {
  text-align: center;
  margin-top: 0.14rem;
  /* max-width: 1.05rem; */
}
@media (max-width: 767px) {
  .buion .buion_t .gl .buion_bq .buion_bq_item .txt {
    max-width: 2.05rem;
  }
}
.buion .buion_t .gl .buion_bq .buion_bq_item .txt p {
  font-weight: bold;
  line-height: 1.2;
  /* font-size: 16px; */
}
@media (max-width: 1260px) {
  .buion .buion_t .gl .buion_bq .buion_bq_item .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .buion .buion_t .gl .buion_bq .buion_bq_item .txt p {
    font-size: 0.28rem;
  }
}
.buion .buion_t .gr {
  display: flex;
  width: 60%;
}
@media (max-width: 767px) {
  .buion .buion_t .gr {
    width: 100%;
    justify-content: space-between;
  }
}
.buion .buion_t .gr .buion_box {
  width: calc(50% - 0.21rem);
}
.buion .buion_t .gr .buion_box:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .buion .buion_t .gr .buion_box {
    width: 49%;
    margin: 0 0 0.4rem;
  }
}
.buion .buion_b {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .buion .buion_b {
    justify-content: space-between;
  }
}
.buion .buion_box {
  width: calc((100% - 1.2rem)/4);
  margin: 0 0.4rem 0.4rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .buion .buion_box {
    width: 49%;
    margin: 0 0 0.4rem;
  }
}
.buion .buion_box:hover .public-img img {
  transform: scale(1.05) !important;
}
.buion .buion_box:hover .txt h3 {
  color: #2464be;
}
.buion .buion_box:nth-child(4n) {
  margin-right: 0;
}
.buion .buion_box .public-img:before {
  padding-top: 63.96917148%;
}
.buion .buion_box .public-img img {
  transform: scale(1) !important;
}
.buion .buion_box .txt {
  text-align: center;
  padding: 0.18rem 0 0.18rem;
}
@media (max-width: 767px) {
  .buion .buion_box .txt {
    padding: 0.2rem 0;
  }
}
.buion .buion_box .txt h3 {
  font-weight: bold;
  transition: all 0.4s;
}
.buitw {
  background: #e9f4ff;
  padding: 0.94rem 0 1rem;
}
.buitw .box {
  margin-top: 0.5rem;
}
.buitw .box .buitw_t {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .buitw .box .buitw_t {
    flex-wrap: wrap;
  }
}
.buitw .box .buitw_t .g_box {
  width: calc((100% - 0.34rem)/2);
  margin: 0 0.34rem 0.34rem 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.buitw .box .buitw_t .g_box:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .buitw .box .buitw_t .g_box {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.buitw .box .buitw_t .g_box .visual_shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  background: linear-gradient(114deg, rgba(39, 132, 249, 0), rgba(42, 101, 185, 0.8) 30%, rgba(42, 101, 185, 0.8) 80%, rgba(42, 101, 185, 0) 110%);
  transform: translateX(-100%);
  transform-origin: right;
  transition: all 1.6s;
}
.buitw .box .buitw_t .g_box .visual_shape.on {
  will-change: transform;
  transform: translate(100%, 0px);
}
.buitw .box .buitw_t .g_box .gt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 3.3rem;
  padding: 0.3rem 0.6rem 0.44rem 0.33rem;
}
.buitw .box .buitw_t .g_box .gt .g_num {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.buitw .box .buitw_t .g_box .gt .g_num .lsvg {
  height: 0.92rem;
  width: auto;
}
.buitw .box .buitw_t .g_box .gt .g_num .lsvg svg {
  height: 100%;
  width: auto;
}
.buitw .box .buitw_t .g_box .gt .g_num .lsvg svg path {
  fill: #1ca1ee;
}
.buitw .box .buitw_t .g_box .gt .g_num .g_num_box {
  display: flex;
  align-items: flex-end;
}
.buitw .box .buitw_t .g_box .gt .g_num .g_num_box i {
  margin-right: 0.18rem;
  margin-bottom: 0.06rem;
  flex-shrink: 0;
  display: flex;
  width: 0.4rem;
  height: auto;
}
.buitw .box .buitw_t .g_box .gt .g_num .g_num_box i svg {
  width: 100%;
  height: auto;
}
.buitw .box .buitw_t .g_box .gt .g_num .g_num_box i svg path {
  fill: #1ca1ee;
}
.buitw .box .buitw_t .g_box .gt .g_num .g_num_box .num_con {
  color: #2a65b9;
  display: flex;
}
.buitw .box .buitw_t .g_box .gt .g_num .g_num_box .num_con p {
  line-height: 0.8;
  font-size: 1.32rem;
}
.buitw .box .buitw_t .g_box .gt .g_num .g_num_box .num_con span {
  margin-left: 0.1rem;
  font-size: 0.5rem;
}
.buitw .box .buitw_t .g_box .gb {
  border-top: 1px solid #e1e1e1;
  padding: 0.46rem 0.34rem 0.6rem;
}
.buitw .box .buitw_t .g_box .gb p {
  color: #999;
}
.buitw .box .buitw_b {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.17rem;
}
@media (max-width: 767px) {
  .buitw .box .buitw_b {
    width: auto;
  }
}
.buitw .box .buitw_b .g_box {
  width: 25%;
  display: flex;
  padding: 0 0.17rem;
}
@media (max-width: 991px) {
  .buitw .box .buitw_b .g_box {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .buitw .box .buitw_b .g_box {
    width: 100%;
  }
}
.buitw .box .buitw_b .g_box .g_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #fff;
  text-align: center;
  min-height: 4.2rem;
  padding: 0.94rem 0.1rem 0.3rem;
}
@media (max-width: 1580px) {
  .buitw .box .buitw_b .g_box .g_con {
    min-height: auto;
    padding: 0.8rem 0.1rem;
  }
}
.buitw .box .buitw_b .g_box .g_con .g_svg {
  margin-bottom: 0.34rem;
  width: auto;
  height: 0.74rem;
}
.buitw .box .buitw_b .g_box .g_con .g_svg svg,
.buitw .box .buitw_b .g_box .g_con .g_svg img {
  height: 100%;
  width: auto;
}
.buitw .box .buitw_b .g_box .g_con .g_svg svg path,
.buitw .box .buitw_b .g_box .g_con .g_svg img path {
  fill: #1ca1ee;
}
.buitw .box .buitw_b .g_box .g_con .txt p {
  color: #999;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .buitw .box .buitw_b .g_box .g_con .txt p {
    font-size: 0.28rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .buitw .box .buitw_b .g_box .g_con .txt h3 {
    font-size: 0.36rem;
    line-height: 1.2;
  }
}
.buith {
  padding: 0.9rem 0 0;
}
.buith .box {
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.66rem;
}
.buith .box .item {
  width: 33.33%;
  padding: 0 0.15rem;
  margin-bottom: 0.55rem;
}
@media (max-width: 767px) {
  .buith .box .item {
    width: 50%;
  }
}
.buith .box .item:hover .public-img img {
  transform: scale(1.05) !important;
}
.buith .box .item:hover .txt h3 {
  color: #2464be;
}
.buith .box .item .itembox {
  display: block;
  width: 100%;
}
.buith .box .item .itembox .txt {
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
}
.buith .box .item .itembox .txt i {
  margin-right: 0.19rem;
  display: flex;
  width: 0.15rem;
  height: 0.15rem;
}
.buith .box .item .itembox .txt i svg {
  width: 100%;
  height: 100%;
}
.buith .box .item .itembox .txt i svg path {
  fill: #14bfff;
}
.buith .box .item .itembox .txt h3 {
  font-weight: bold;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .buith .box .item .itembox .txt h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.buith .box .item .itembox .public-img:before {
  padding-top: 56.55172414%;
}
.buifo {
  padding: 0.7rem 0 1rem;
}
.buifo .box {
  margin-top: 0.6rem;
}
.buifo .box img {
  width: 100%;
}
.buifi {
  padding: 0.96rem 0 0.72rem;
  background: #2260bc;
}
.buifi .box {
  margin-top: 0.54rem;
}
.buifi .box .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .buifi .box .cont {
    margin: 0;
  }
}
.buifi .box .cont .item {
  width: 33.33%;
  padding: 0 0.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .buifi .box .cont .item {
    padding: 0;
    width: 100%;
  }
}
.buifi .box .cont .item .list {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.buifi .box .cont .item .list .img {
  width: 100%;
}
.buifi .box .cont .item .list .img:before {
  padding-top: 71.42857143%;
}
.buifi .box .cont .item .list .f_jt {
  position: relative;
  z-index: 2;
}
.buifi .box .cont .item .list .f_jt .f_font {
  padding: 0.2rem 0.22rem 0.32rem;
}
@media (max-width: 767px) {
  .buifi .box .cont .item .list .f_jt .f_font {
    display: none;
  }
}
.buifi .box .cont .item .list .f_jt .f_font .f_logo {
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .buifi .box .cont .item .list .f_jt .f_font .f_logo {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .buifi .box .cont .item .list .f_jt .f_font .f_logo {
    height: 0.6rem;
  }
}
.buifi .box .cont .item .list .f_jt .f_font .f_logo img {
  height: 100%;
  max-width: 100%;
}
.buifi .box .cont .item .list .f_jt .f_font .f_tit {
  color: #222222;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .buifi .box .cont .item .list .f_jt .f_font .f_tit {
    border-width: 1px;
  }
}
.buifi .box .cont .item .list .f_jt .f_font .f_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buifi .box .cont .item .list .f_jt .f_font .f_name span {
  display: block;
  width: calc(100% - 29px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
  position: relative;
  padding-left: 18px;
}
.buifi .box .cont .item .list .f_jt .f_font .f_name span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #000000;
}
@media (max-width: 1580px) {
  .buifi .box .cont .item .list .f_jt .f_font .f_name span {
    width: calc(100% - 25px);
  }
  .buifi .box .cont .item .list .f_jt .f_font .f_name span:before {
    width: 4px;
    height: 4px;
  }
}
.buifi .box .cont .item .list .f_jt .f_font .f_name img,
.buifi .box .cont .item .list .f_jt .f_font .f_name svg {
  width: 19px;
  height: 15px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .buifi .box .cont .item .list .f_jt .f_font .f_name img,
  .buifi .box .cont .item .list .f_jt .f_font .f_name svg {
    width: 15px;
    height: 11px;
  }
}
.buifi .box .cont .item .list .f_jt .f_font .f_name img path,
.buifi .box .cont .item .list .f_jt .f_font .f_name svg path {
  fill: #000000;
}
.buifi .box .cont .item .list .f_jt .f_hover {
  color: #333;
  padding: 0.4rem 0.32rem;
}
.buifi .box .cont .item .list .f_jt .f_hover .f_tit {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.buifi .box .cont .item .list .f_jt .f_hover .f_text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}
.buifi .box .cont .item .list .f_jt .f_hover .f_text .li {
  color: rgba(0, 0, 0, 0.72);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
@media (max-width: 1580px) {
  .buifi .box .cont .item .list .f_jt .f_hover .f_text .li {
    padding: 6px 0;
  }
}
.buifi .box .cont .item .list .f_jt .f_hover .but {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.74rem;
  color: #222222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}
@media (max-width: 1580px) {
  .buifi .box .cont .item .list .f_jt .f_hover .but {
    padding-bottom: 6px;
  }
}
@media (max-width: 1260px) {
  .buifi .box .cont .item .list .f_jt .f_hover .but {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .buifi .box .cont .item .list .f_jt .f_hover .but {
    width: 100%;
  }
}
.buifi .box .cont .item .list .f_jt .f_hover .but img,
.buifi .box .cont .item .list .f_jt .f_hover .but svg {
  width: 14px;
  height: 11px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .buifi .box .cont .item .list .f_jt .f_hover .but img,
  .buifi .box .cont .item .list .f_jt .f_hover .but svg {
    width: 10px;
    height: 8px;
  }
}
.buifi .box .cont .item .list .f_jt .f_hover .but img path,
.buifi .box .cont .item .list .f_jt .f_hover .but svg path {
  fill: #000;
}
@media (min-width: 768px) {
  .buifi .box .cont .item .list .f_jt .f_hover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    padding: 0.32rem 0.28rem;
    background: linear-gradient(-90deg, #2a6ac0, #2498e5);
    color: #fff;
  }
  .buifi .box .cont .item .list .f_jt .f_hover .f_text {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .buifi .box .cont .item .list .f_jt .f_hover .f_text .li {
    color: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .buifi .box .cont .item .list .f_jt .f_hover .but {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .buifi .box .cont .item .list .f_jt .f_hover .but img path,
  .buifi .box .cont .item .list .f_jt .f_hover .but svg path {
    fill: #ffffff;
  }
}
.buifi .box .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.buifi .box .cont .item .list:hover .f_hover {
  opacity: 1;
}
.buisi {
  padding: 1.3rem 0 1.27rem;
}
.buisi .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.64rem;
}
.buisi .box .item {
  width: 33.33%;
  overflow: hidden;
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .buisi .box .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.buisi .box .item:hover .itembox .buisi_yc {
  opacity: 1;
  top: 0;
}
.buisi .box .item .itembox {
  display: block;
  width: 100%;
  position: relative;
}
.buisi .box .item .itembox .buisi_xs {
  width: 100%;
  height: 100%;
}
.buisi .box .item .itembox .buisi_xs .txt {
  border-bottom: 1px solid #2a65b9;
  padding: 0.3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buisi .box .item .itembox .buisi_xs .txt i {
  flex-shrink: 0;
  margin: 0 0.11rem;
  display: flex;
  width: 0.26rem;
  height: auto;
}
.buisi .box .item .itembox .buisi_xs .txt i svg {
  width: 100%;
  height: auto;
}
.buisi .box .item .itembox .buisi_xs .txt i svg path {
  fill: #111;
}
.buisi .box .item .itembox .buisi_xs .txt h3 {
  /* overflow: hidden;
							white-space: nowrap;
							text-overflow:ellipsis; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.buisi .box .item .itembox .buisi_xs .public-img:before {
  padding-top: 79.31034483%;
}
.buisi .box .item .itembox .buisi_yc {
  background: url(../images/building21.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.2rem;
  opacity: 0;
  transition: all 0.4s;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0.5rem 0.46rem 0.6rem;
}
@media (max-width: 1260px) {
  .buisi .box .item .itembox .buisi_yc {
    padding: 0 0.5rem 0.46rem 0.6rem;
  }
}
.buisi .box .item .itembox .buisi_yc .gt .gt_h3 {
  position: relative;
}
.buisi .box .item .itembox .buisi_yc .gt .gt_h3 h3 {
  color: #fff;
}
.buisi .box .item .itembox .buisi_yc .gt .g_p {
  margin-top: 0.25rem;
}
.buisi .box .item .itembox .buisi_yc .gt .g_p p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #d3eefe;
}
.buisi .box .item .itembox .buisi_yc .gb {
  margin-top: 0.56rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.08rem 0.12rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .buisi .box .item .itembox .buisi_yc .gb {
    margin-top: 0.45rem;
  }
}
.buisi .box .item .itembox .buisi_yc .gb p {
  font-weight: bold;
  color: #fff;
}
.buisi .box .item .itembox .buisi_yc .gb i {
  flex-shrink: 0;
  margin-left: 1.28rem;
  display: flex;
  width: 0.18rem;
  height: auto;
}
.buisi .box .item .itembox .buisi_yc .gb i svg {
  width: 100%;
  height: auto;
}
.buisi .box .item .itembox .buisi_yc .gb i svg path {
  fill: #fff;
}
.pubbcontact .box {
  width: 100%;
  /* min-height: 7.16rem; */
  padding: 120px 0 160px;
  background: rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .pubbcontact .box {
    padding: 1.25rem 0 1.2rem;
  }
}
.pubbcontact .box .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pubbcontact .box .container .tit h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1.1;
}
@media (max-width: 1580px) {
  .pubbcontact .box .container .tit h2 {
    font-size: 46px;
  }
}
@media (max-width: 1260px) {
  .pubbcontact .box .container .tit h2 {
    font-size: 32px;
  }
  .pubbcontact .box .container .tit h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pubbcontact .box .container .tit h2 {
    font-size: 0.4rem;
  }
}
.pubbcontact .box .container .tit p {
  color: #fff;
  margin-top: 0.16rem;
}
.pubbcontact .box .container .pub_a {
  margin-top: 0.58rem;
}
.pub_a {
  height: 0.44rem;
  padding: 0 0.27rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .pub_a {
    height: 0.6rem;
    padding: 0 0.4rem;
  }
}
.pub_a::after {
  content: '';
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to right, #2960b0, #38a8f0);
  background: linear-gradient(to right, #2960b0, #38a8f0);
}
.pub_a:hover {
  background: #38a8f0;
}
.pub_a:hover::after {
  opacity: 0;
}
.pub_a p {
  margin-bottom: 0.02rem;
  position: relative;
  z-index: 10;
  transition: all 0.4s;
  color: #fff;
}
.pub_a2::after {
  background: -webkit-linear-gradient(to left, #2960b0, #38a8f0);
  background: linear-gradient(to left, #2960b0, #38a8f0);
}
/* 其它行业 */
.sceOthon {
  padding: 1.2rem 0 2rem;
}
@media (max-width: 767px) {
  .sceOthon {
    padding: 1rem 0 1rem;
  }
}
.sceOthon .box .item {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  .sceOthon .box .item {
    flex-direction: column !important;
  }
}
.sceOthon .box .item:not(:last-child) {
  margin-bottom: 2.75rem;
}
@media (max-width: 1260px) {
  .sceOthon .box .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.sceOthon .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sceOthon .box .item:nth-child(2n) .txt {
  padding: 0.4rem 1.9rem 0 0;
}
.sceOthon .box .item:hover .public-img img {
  transform: scale(1.05) !important;
}
.sceOthon .box .item:hover .txt .txt_a i {
  left: 0.1rem;
}
.sceOthon .box .item .public-img {
  width: 47.77777778%;
}
@media (max-width: 1260px) {
  .sceOthon .box .item .public-img {
    width: 100%;
  }
}
.sceOthon .box .item .public-img:before {
  padding-top: 69.76744186%;
}
.sceOthon .box .item .txt {
  width: 52.22222222%;
  padding: 0.4rem 0.3rem 0 1.9rem;
}
@media (max-width: 1260px) {
  .sceOthon .box .item .txt {
    width: 100%;
    padding: 0.4rem 0 0 !important;
  }
}
.sceOthon .box .item .txt .txt_box h3 {
  line-height: 1;
  font-size: 0.9rem;
  transition: all 0.4s;
  color: #2464be;
}
@media (max-width: 767px) {
  .sceOthon .box .item .txt .txt_box h3 {
    font-size: 0.6rem;
  }
}
.sceOthon .box .item .txt .txt_box p {
  margin-top: 0.4rem;
  padding-right: 0.9rem;
  color: #999;
}
@media (max-width: 767px) {
  .sceOthon .box .item .txt .txt_box p {
    padding: 0;
  }
}
.sceOthon .box .item .txt .txt_a {
  margin-top: 0.56rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0.18rem 0;
  border-bottom: 1px solid #2464be;
}
@media (max-width: 767px) {
  .sceOthon .box .item .txt .txt_a {
    margin-top: 0.45rem;
  }
}
.sceOthon .box .item .txt .txt_a p {
  font-weight: bold;
  color: #2464be;
}
.sceOthon .box .item .txt .txt_a i {
  position: relative;
  left: 0;
  transition: all 0.4s;
  flex-shrink: 0;
  margin-left: 2.3rem;
  display: flex;
  width: 0.25rem;
  height: auto;
}
.sceOthon .box .item .txt .txt_a i svg {
  width: 100%;
  height: auto;
}
.sceOthon .box .item .txt .txt_a i svg path {
  fill: #2464be;
}
.sceOthon .b_loading {
  margin-top: 1.65rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sceOthon .b_loading {
    margin-top: 1rem;
  }
}
.sceOthon .b_loading p {
  color: #2464be;
}
/* 搜索结果 */
.g-search {
  min-height: 100vh;
  padding: 2.1rem 1.84rem 2.2rem;
}
@media (max-width: 1260px) {
  .g-search {
    padding: 2.1rem 0 2.2rem;
  }
}
.g-search .g-tit {
  text-align: center;
}
.g-search .g-tit form {
  margin-top: 0.48rem;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #e5e5e5;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .g-search .g-tit form {
    height: 0.8rem;
  }
}
.g-search .g-tit form input {
  background: #fff;
  height: 100%;
  padding: 0 20px;
  width: 5.42rem;
}
@media (max-width: 767px) {
  .g-search .g-tit form input {
    width: 4rem;
  }
}
.g-search .g-tit form button {
  height: 100%;
  flex-shrink: 0;
}
.g-search .box {
  margin-top: 0.58rem;
}
.g-search .box .searchHave {
  padding: 0.8rem 0 0;
}
.g-search .box .searchHave .searchHave_nav {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.g-search .box .searchHave .searchHave_nav a {
  position: relative;
  padding-bottom: 0.32rem;
  margin-right: 0.7rem;
  color: #999999;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g-search .box .searchHave .searchHave_nav a {
    margin-right: 0.3rem;
    font-size: 0.24rem;
  }
}
.g-search .box .searchHave .searchHave_nav a:last-child {
  margin-right: 0;
}
.g-search .box .searchHave .searchHave_nav a.on {
  color: #2464be;
}
.g-search .box .searchHave .searchHave_nav a.on::after {
  opacity: 1;
}
.g-search .box .searchHave .searchHave_nav a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #2464be;
  opacity: 0;
  transition: all 0.4s;
}
.g-search .box .searchHave .searchHave_box {
  margin-top: 0.55rem;
}
.g-search .box .searchHave .searchHave_box .item:not(:last-child) {
  padding: 0 0 1.12rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.g-search .box .searchHave .searchHave_box .item h3 {
  margin-bottom: 0.36rem;
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con {
  width: 100%;
  margin-bottom: 0.74rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con {
    flex-direction: column;
  }
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con:hover .public-img img {
  transform: scale(1.05) !important;
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con:hover .txt h4 {
  color: #2464be !important;
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .public-img {
  width: 38.9083275%;
}
@media (max-width: 767px) {
  .g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .public-img {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .public-img:before {
  padding-top: 66.72661871%;
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .txt {
  width: 61.0916725%;
  padding: 0 0 0 0.7rem;
}
@media (max-width: 767px) {
  .g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .txt {
    width: 100%;
    padding: 0;
  }
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .txt .txt_box h4 {
  line-height: 1.1;
  transition: all 0.4s;
  color: #333;
}
@media (max-width: 767px) {
  .g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .txt .txt_box h4 {
    font-size: 0.6rem;
  }
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .txt .txt_box p {
  margin-top: 0.3rem;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
  .g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .txt .txt_box p {
    padding: 0;
  }
}
.g-search .box .searchHave .searchHave_box .item .searchHave_it .it_con .txt .public-btn {
  margin-top: 0.45rem;
}
.g-search .box .searchHave .searchHave_box .item .b_a .public-btn i {
  margin-left: 1rem;
}
.g-search .box .searchNot {
  text-align: center;
  color: #666;
}
/* 公益活动 */
.act_banner .h_banner_swi .h_b_box {
  height: 5.7rem;
}
.sot_select_nr {
  position: relative;
  min-width: 2.4rem;
}
.sot_select_nr .sel_text_x {
  width: 100%;
  height: 0.54rem;
  border: 1px solid #e5e5e5;
  padding: 0 0.2rem;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.sot_select_nr .sel_text_x svg {
  width: 9px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .sot_select_nr .sel_text_x svg {
    width: 7px;
  }
}
.sot_select_nr .sel_text_x svg path {
  fill: #333;
}
.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: #2464be;
  color: #fff;
}
.actBox_t {
  border-bottom: 1px solid #e5e5e5;
}
.actBox_t .container {
  padding: 0.3rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .actBox_t .container {
    padding: 0.3rem 0;
  }
}
.actBox_t .container .gr form {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #e5e5e5;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .actBox_t .container .gr form {
    height: 0.8rem;
  }
}
.actBox_t .container .gr form input {
  background: #fff;
  height: 100%;
  padding: 0 20px;
  width: 3.45rem;
}
@media (max-width: 767px) {
  .actBox_t .container .gr form input {
    width: 2.4rem;
    padding: 0 10px;
  }
}
.actBox_t .container .gr form button {
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .actBox_t .container .gr form button {
    padding: 0 0.2rem;
  }
}
.actBox_box .actBox_item .item {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .actBox_box .actBox_item .item {
    margin-bottom: 0.5rem;
  }
}
.actBox_box .actBox_item .item .container {
  padding: 0.6rem 0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .actBox_box .actBox_item .item .container {
    flex-direction: column;
    padding: 0.5rem 0 0;
  }
}
.actBox_box .actBox_item .item .container .public-img {
  width: 32.89772727%;
}
@media (max-width: 767px) {
  .actBox_box .actBox_item .item .container .public-img {
    width: 100%;
  }
}
.actBox_box .actBox_item .item .container .public-img:before {
  padding-top: 66.32124352%;
}
.actBox_box .actBox_item .item .container .txt {
  padding-left: 0.85rem;
  width: 67.10227273%;
}
@media (max-width: 767px) {
  .actBox_box .actBox_item .item .container .txt {
    width: 100%;
    padding: 0.4rem 0;
  }
}
.actBox_box .actBox_item .item .container .txt span {
  color: #999;
  display: block;
}
.actBox_box .actBox_item .item .container .txt h3 {
  margin-top: 0.3rem;
  line-height: 1.4;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.actBox_box .actBox_item .item .container .txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-top: 0.28rem;
  color: #999;
}
.actBox_box .basepage {
  padding: 1.1rem 0 1.66rem;
}
/* 可持续发展 */
.suson {
  padding: 1.2rem 0;
}
.suson .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1460px) {
  .suson .box {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .suson .box {
    flex-direction: column;
  }
}
.suson .box .public-img {
  width: 48.88888889%;
}
@media (max-width: 767px) {
  .suson .box .public-img {
    width: 100%;
  }
}
.suson .box .public-img:before {
  padding-top: 63.63636364%;
}
.suson .box .txt {
  padding: 1.25rem 1.12rem 0 1.55rem;
  width: 51.11111111%;
}
@media screen and (max-width: 1460px) {
  .suson .box .txt {
    padding: 0 0 0 1.12rem;
  }
}
@media (max-width: 991px) {
  .suson .box .txt {
    padding: 0 0 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .suson .box .txt {
    width: 100%;
    padding: 0.4rem 0 0;
  }
}
.suson .box .txt h2 {
  font-weight: bold;
}
.suson .box .txt p {
  line-height: 1.8;
  margin-top: 0.2rem;
  color: #999;
}
.sustw .point {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .sustw .point {
    flex-direction: column;
  }
}
.sustw .point .poi_l {
  padding: 1.1rem 0;
  position: sticky;
  top: 0;
  width: 51.44444444%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .sustw .point .poi_l {
    height: auto;
    position: initial;
    width: 100%;
    padding: 0.4rem 0;
  }
}
.sustw .point .poi_l h2 {
  color: #2464be;
  font-weight: bold;
}
.sustw .point .poi_r {
  width: 48.55555556%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .sustw .point .poi_r {
    width: 100%;
  }
}
.sustw .point .poi_r .hfi_num_lab {
  padding-bottom: 0.8rem;
  display: flex;
}
.sustw .point .poi_r .hfi_num_lab p {
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .sustw .point .poi_r .hfi_num_lab p {
    font-size: 0.24rem;
  }
}
.sustw .point .poi_r .poi_r_li {
  padding: 1.1rem 0 0.3rem;
}
@media (max-width: 767px) {
  .sustw .point .poi_r .poi_r_li {
    padding: 0.6rem 0;
  }
}
.sustw .point .poi_r .poi_r_li li {
  width: 100%;
  border-bottom: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0.2rem 0.66rem 0.8rem;
}
.sustw .point .poi_r .poi_r_li li:first-child {
  border-top: 1px solid #ececec;
}
@media screen and (min-width: 991px) {
  .sustw .point .poi_r .poi_r_li li.on .g_num p {
    -webkit-text-stroke: 1.2px transparent;
    color: #141414;
  }
}
@media (max-width: 991px) {
  .sustw .point .poi_r .poi_r_li li {
    padding: 0.76rem 0.2rem 0.66rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .sustw .point .poi_r .poi_r_li li {
    padding: 0.8rem 0;
  }
}
.sustw .point .poi_r .poi_r_li li .g_num {
  display: flex;
}
.sustw .point .poi_r .poi_r_li li .g_num p {
  font-size: 1.4rem;
  line-height: 0.8;
  transition: all 0.1s;
  -webkit-text-stroke: 1.2px #000;
  color: transparent;
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 767px) {
  .sustw .point .poi_r .poi_r_li li .g_num p {
    font-size: 1.1rem;
  }
}
.sustw .point .poi_r .poi_r_li li .g_num span {
  margin: 0.13rem 0 0 0.2rem;
  color: #999;
}
.sustw .point .poi_r .poi_r_li li .g_p {
  margin-top: 0.35rem;
}
.sustw .point .poi_r .poi_r_li li .g_p p {
  color: #999;
}
.sustw .g_img {
  padding-bottom: 0.9rem;
}
.sustw .g_img img {
  width: 100%;
}
.susth {
  background: #f2faff;
  padding: 0.9rem 0 1.1rem;
}
.susth .pub_title_tbox {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.4rem;
}
.susth .box {
  display: flex;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  .susth .box {
    flex-direction: column;
  }
}
.susth .box .item {
  transition: all 0.4s;
  width: 21.2%;
  overflow: hidden;
  margin-right: 0.3rem;
}
@media (max-width: 991px) {
  .susth .box .item {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .susth .box .item.on .itembox .susth_yc {
    opacity: 1;
  }
}
.susth .box .item:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .susth .box .item.on {
    width: 31.45%;
    flex-shrink: 0;
  }
  .susth .box .item.on .itembox .susth_yc {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .susth .box .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.susth .box .item .itembox {
  display: block;
  width: 100%;
  height: 6.18rem;
  position: relative;
}
.susth .box .item .itembox .susth_xs {
  position: relative;
  width: 100%;
  height: 100%;
}
.susth .box .item .itembox .susth_xs .txt {
  background: url(../images/sustainable4.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto ;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.28rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.susth .box .item .itembox .susth_xs .txt h3 {
  width: 100%;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.susth .box .item .itembox .susth_xs .img {
  width: 100%;
  height: 100%;
}
.susth .box .item .itembox .susth_xs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.susth .box .item .itembox .susth_yc {
  background: url(../images/sustainable8.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.12rem 0.65rem 0.2rem;
  min-width: 5.62rem;
}
@media (max-width: 1580px) {
  .susth .box .item .itembox .susth_yc {
    min-width: 6.12rem;
  }
}
@media (max-width: 1260px) {
  .susth .box .item .itembox .susth_yc {
    padding: 0.8rem 0.65rem 0.2rem;
    min-width: 4.12rem;
  }
}
.susth .box .item .itembox .susth_yc .g_svg {
  margin-bottom: 0.25rem;
  width: auto;
  height: 0.56rem;
}
.susth .box .item .itembox .susth_yc .g_svg svg,
.susth .box .item .itembox .susth_yc .g_svg img {
  width: auto;
  height: 100%;
}
.susth .box .item .itembox .susth_yc .g_svg svg path,
.susth .box .item .itembox .susth_yc .g_svg img path {
  fill: #fff;
}
.susth .box .item .itembox .susth_yc .gt .gt_h3 {
  position: relative;
}
.susth .box .item .itembox .susth_yc .gt .gt_h3 h3 {
  color: #fff;
}
.susth .box .item .itembox .susth_yc .gt .g_p {
  margin-top: 0.6rem;
}
.susth .box .item .itembox .susth_yc .gt .g_p p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #fff;
}
.susfo {
  background: #2260bc;
  padding: 1.1rem 0 1.3rem;
}
.susfo .pub_title3 h2 {
  color: #fff;
}
.susfo .box {
  margin-top: 0.38rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.susfo .box .item {
  margin-bottom: 0.4rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.susfo .box .item:first-child .txt .txt_box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .susfo .box .item:first-child .txt .txt_box {
    border-top: none;
  }
}
@media (max-width: 991px) {
  .susfo .box .item {
    flex-direction: column;
  }
}
.susfo .box .item:hover .public-img {
  /* opacity: 1;
					transform: scale(1); */
}
.susfo .box .item:hover .txt .txt_box .txt_r {
  background: #1ca1ee;
}
.susfo .box .item:hover .txt .txt_box .txt_r svg {
  width: 0.16rem;
}
.susfo .box .item:hover .txt .txt_box .txt_r svg path {
  fill: #fff;
}
.susfo .box .item .public-img {
  /* transform: scale(0.5);
				opacity: 0; */
  transition: all 0.4s;
  width: 23.94444444%;
}
@media (max-width: 991px) {
  .susfo .box .item .public-img {
    opacity: 1;
    transform: scale(1);
    width: 100%;
  }
}
.susfo .box .item .public-img:before {
  padding-top: 66.35730858%;
}
.susfo .box .item .txt {
  padding-left: 1.02rem;
  width: 76.05555556%;
}
@media (max-width: 991px) {
  .susfo .box .item .txt {
    padding: 0.4rem 0 0.7rem;
  }
}
@media (max-width: 991px) {
  .susfo .box .item .txt {
    width: 100%;
  }
}
.susfo .box .item .txt .txt_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.66rem 0 0.72rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .susfo .box .item .txt .txt_box {
    padding: 0 0 0.5rem;
  }
}
.susfo .box .item .txt .txt_box .txt_l span {
  color: #a9bbdf;
  display: none;
}
.susfo .box .item .txt .txt_box .txt_l h3 {
  margin-top: 0.12rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.susfo .box .item .txt .txt_box .txt_l p {
  margin-top: 0.18rem;
  color: #a9bbdf;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.susfo .box .item .txt .txt_box .txt_r {
  transition: all 0.4s;
  margin: 0 0.45rem 0 1.6rem;
  flex-shrink: 0;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 991px) {
  .susfo .box .item .txt .txt_box .txt_r {
    background: #1ca1ee;
  }
}
@media (max-width: 767px) {
  .susfo .box .item .txt .txt_box .txt_r {
    margin: 0 0.45rem 0 0.6rem;
  }
}
.susfo .box .item .txt .txt_box .txt_r svg {
  transition: all 0.4s;
  width: 0.22rem;
  height: auto;
}
@media (max-width: 991px) {
  .susfo .box .item .txt .txt_box .txt_r svg {
    width: 0.16rem;
  }
}
.susfo .box .item .txt .txt_box .txt_r svg path {
  transition: all 0.4s;
  fill: #77a8f2;
}
@media (max-width: 991px) {
  .susfo .box .item .txt .txt_box .txt_r svg path {
    fill: #fff;
  }
}
.susfo .susfo_b {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .susfo .susfo_b {
    justify-content: center;
  }
}
.susfo .susfo_b .gl {
  width: 23.94444444%;
}
@media (max-width: 991px) {
  .susfo .susfo_b .gl {
    display: none;
  }
}
.susfo .susfo_b .gr {
  width: 76.05555556%;
  padding-left: 1.44rem;
}
@media (max-width: 991px) {
  .susfo .susfo_b .gr {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.susfi {
  background: #f2faff;
  padding: 1.4rem 0;
}
.susfi .box {
  margin-top: 0.5rem;
}
.susfi .box .susfi_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .susfi .box .susfi_box {
    flex-direction: column-reverse;
  }
}
.susfi .box .susfi_box .txt {
  padding-right: 1.08rem;
  width: 41.66666667%;
}
@media (max-width: 991px) {
  .susfi .box .susfi_box .txt {
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .susfi .box .susfi_box .txt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.susfi .box .susfi_box .txt .txt_box h3 {
  line-height: 1.2;
  margin-bottom: 0.22rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .susfi .box .susfi_box .txt .txt_box h3 {
    font-size: 30px;
  }
}
.susfi .box .susfi_box .txt .txt_box p {
  color: #999;
}
.susfi .box .susfi_box .txt .public-btn {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .susfi .box .susfi_box .txt .public-btn {
    margin-top: 0.5rem;
  }
}
.susfi .box .susfi_box .public-img {
  width: 58.33333333%;
}
@media (max-width: 767px) {
  .susfi .box .susfi_box .public-img {
    width: 100%;
  }
}
.susfi .box .susfi_box .public-img:before {
  padding-top: 57.27878211%;
}
.sussi {
  padding: 1.2rem 0 1.6rem;
}
.sussi .box {
  margin-top: 0.58rem;
}
.sussi .box .swiper-slide {
  padding: 1px;
}
.sussi .box .sussi_box {
  border: 1px solid #dcdcdc;
  padding: 0.6rem 0.58rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1260px) {
  .sussi .box .sussi_box {
    padding: 0.3rem 0.28rem 0;
  }
}
.sussi .box .sussi_box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.28rem;
  width: 100%;
}
.sussi .box .sussi_box .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sussi .box .sussi_box .txt {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.5rem 0 0.64rem;
}
@media (max-width: 1260px) {
  .sussi .box .sussi_box .txt {
    padding: 0.2rem 0 0.4rem;
  }
}
.sussi .box .sussi_box .txt h3 {
  font-weight: bold;
  /* overflow: hidden;
					white-space: nowrap;
					text-overflow:ellipsis; */
}
/* 合作案例详情 */
.caseinfoon {
  background: #e9f4ff;
}
.caseinfoon .box {
  padding: 0.4rem 1.5rem 1.2rem;
}
@media (max-width: 1260px) {
  .caseinfoon .box {
    padding: 0.4rem 0 1.2rem;
  }
}
.caseinfoon .box .caseinfoon_box {
  margin-top: 0.75rem;
}
.caseinfoon .box .caseinfoon_box .g_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .caseinfoon .box .caseinfoon_box .g_tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.caseinfoon .box .caseinfoon_box .g_tit .gl {
  width: 100%;
}
@media (max-width: 767px) {
  .caseinfoon .box .caseinfoon_box .g_tit .gl {
    width: 100%;
  }
}
.caseinfoon .box .caseinfoon_box .g_tit .gl h1 {
  font-weight: bold;
}
.caseinfoon .box .caseinfoon_box .g_tit .gl p {
  color: #999;
  margin-top: 0.45rem;
  /* text-align: justify; */
}
.caseinfoon .box .caseinfoon_box .g_tit .gr {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  width: 33.33%;
  padding: 0 0 0.2rem 0.2rem;
}
@media (max-width: 767px) {
  .caseinfoon .box .caseinfoon_box .g_tit .gr {
    width: 100%;
    justify-content: flex-start;
    padding: 0.4rem 0 0;
  }
}
.caseinfoon .box .caseinfoon_box .g_tit .gr img {
  max-width: 2.75rem;
  height: auto;
}
.caseinfoon .box .caseinfoon_box .g_lab {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .caseinfoon .box .caseinfoon_box .g_lab {
    flex-wrap: wrap;
  }
}
.caseinfoon .box .caseinfoon_box .g_lab .item {
  max-width: 2.82rem;
  padding: 0 0 0.1rem 0.21rem;
  border-left: 1px solid #d6d6d6;
}
@media (max-width: 991px) {
  .caseinfoon .box .caseinfoon_box .g_lab .item {
    width: 50%;
    margin-bottom: 0.4rem;
    max-width: initial;
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .caseinfoon .box .caseinfoon_box .g_lab .item {
    width: 100%;
  }
}
.caseinfoon .box .caseinfoon_box .g_lab .item h3 {
  line-height: 1;
  color: #1ca1ee;
}
.caseinfoon .box .caseinfoon_box .g_lab .item p {
  margin-top: 0.16rem;
  color: #999;
}
.caseinfoon .box .caseinfoon_box .g_img {
  margin-top: 0.65rem;
}
.caseinfoon .box .caseinfoon_box .g_img .public-img:before {
  padding-top: 48.06666667%;
}
.caseinfoon .box .caseinfoon_box .g_num {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .caseinfoon .box .caseinfoon_box .g_num {
    flex-wrap: wrap;
  }
}
.caseinfoon .box .caseinfoon_box .g_num .item {
  display: flex;
}
@media (max-width: 1260px) {
  .caseinfoon .box .caseinfoon_box .g_num .item {
    padding-right: 0.2rem;
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .caseinfoon .box .caseinfoon_box .g_num .item:last-child {
    width: 100%;
  }
}
.caseinfoon .box .caseinfoon_box .g_num .item .g_svg {
  padding-top: 0.06rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
  width: 0.2rem;
}
.caseinfoon .box .caseinfoon_box .g_num .item .g_svg svg,
.caseinfoon .box .caseinfoon_box .g_num .item .g_svg img {
  width: 100%;
  height: auto;
}
.caseinfoon .box .caseinfoon_box .g_num .item .g_svg svg path,
.caseinfoon .box .caseinfoon_box .g_num .item .g_svg img path {
  fill: #1ca1ee;
}
.caseinfoon .box .caseinfoon_box .g_num .item .txt {
  max-width: 3.15rem;
}
@media (max-width: 1260px) {
  .caseinfoon .box .caseinfoon_box .g_num .item .txt {
    max-width: initial;
  }
}
.caseinfoon .box .caseinfoon_box .g_num .item .txt .txt_t {
  display: flex;
  align-items: flex-start;
}
.caseinfoon .box .caseinfoon_box .g_num .item .txt .txt_t p {
  line-height: 0.8;
  color: #1ca1ee;
}
.caseinfoon .box .caseinfoon_box .g_num .item .txt .txt_t span {
  color: #1ca1ee;
}
.caseinfoon .box .caseinfoon_box .g_num .item .txt .txt_b {
  margin-top: 0.12rem;
}
.caseinfoon .box .caseinfoon_box .g_num .item .txt .txt_b p {
  color: #999;
  margin-top: 0.05rem;
}
.caseinfoon .box .caseinfoon_box .g_bbox {
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .caseinfoon .box .caseinfoon_box .g_bbox {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .caseinfoon .box .caseinfoon_box .g_bbox {
    margin-top: 1rem;
  }
}
.caseinfoon .box .caseinfoon_box .g_bbox .txt {
  padding-right: 1.75rem;
  width: 40%;
}
@media (max-width: 991px) {
  .caseinfoon .box .caseinfoon_box .g_bbox .txt {
    width: 100%;
    padding: 0.4rem 0 0;
  }
}
.caseinfoon .box .caseinfoon_box .g_bbox .txt h3 {
  font-weight: bold;
}
.caseinfoon .box .caseinfoon_box .g_bbox .txt p {
  margin-top: 0.55rem;
  color: #999;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .caseinfoon .box .caseinfoon_box .g_bbox .txt p {
    margin-top: 0.15rem;
  }
}
.caseinfoon .box .caseinfoon_box .g_bbox .img {
  width: 60%;
}
@media (max-width: 991px) {
  .caseinfoon .box .caseinfoon_box .g_bbox .img {
    width: 100%;
  }
}
.caseinfotw {
  padding: 0.95rem 0 0.9rem;
}
.caseinfotw .box {
  margin-top: 0.6rem;
}
.casecont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 991px) {
  .casecont {
    margin: 0;
  }
}
.casecont .item {
  width: 25%;
  padding: 0 0.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .casecont .item {
    padding: 0;
    width: 100%;
  }
}
.casecont .item .list {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.casecont .item .list .img {
  width: 100%;
}
.casecont .item .list .img:before {
  padding-top: 71.42857143%;
}
.casecont .item .list .f_jt {
  position: relative;
  z-index: 2;
}
.casecont .item .list .f_jt .f_font {
  padding: 0.2rem 0.22rem 0.32rem;
}
@media (max-width: 767px) {
  .casecont .item .list .f_jt .f_font {
    display: none;
  }
}
.casecont .item .list .f_jt .f_font .f_logo {
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .casecont .item .list .f_jt .f_font .f_logo {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .casecont .item .list .f_jt .f_font .f_logo {
    height: 0.6rem;
  }
}
.casecont .item .list .f_jt .f_font .f_logo img {
  height: 100%;
  max-width: 100%;
}
.casecont .item .list .f_jt .f_font .f_tit {
  color: #222222;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .casecont .item .list .f_jt .f_font .f_tit {
    border-width: 1px;
  }
}
.casecont .item .list .f_jt .f_font .f_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.casecont .item .list .f_jt .f_font .f_name span {
  display: block;
  width: calc(100% - 29px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
  position: relative;
  padding-left: 18px;
}
.casecont .item .list .f_jt .f_font .f_name span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #000000;
}
@media (max-width: 1580px) {
  .casecont .item .list .f_jt .f_font .f_name span {
    width: calc(100% - 25px);
  }
  .casecont .item .list .f_jt .f_font .f_name span:before {
    width: 4px;
    height: 4px;
  }
}
.casecont .item .list .f_jt .f_font .f_name img,
.casecont .item .list .f_jt .f_font .f_name svg {
  width: 19px;
  height: 15px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .casecont .item .list .f_jt .f_font .f_name img,
  .casecont .item .list .f_jt .f_font .f_name svg {
    width: 15px;
    height: 11px;
  }
}
.casecont .item .list .f_jt .f_font .f_name img path,
.casecont .item .list .f_jt .f_font .f_name svg path {
  fill: #000000;
}
.casecont .item .list .f_jt .f_hover {
  color: #333;
  padding: 0.4rem 0.32rem;
}
.casecont .item .list .f_jt .f_hover .f_tit {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.casecont .item .list .f_jt .f_hover .f_text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}
.casecont .item .list .f_jt .f_hover .f_text .li {
  color: rgba(0, 0, 0, 0.72);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
@media (max-width: 1580px) {
  .casecont .item .list .f_jt .f_hover .f_text .li {
    padding: 6px 0;
  }
}
.casecont .item .list .f_jt .f_hover .but {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.74rem;
  color: #222222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}
@media (max-width: 1580px) {
  .casecont .item .list .f_jt .f_hover .but {
    padding-bottom: 6px;
  }
}
.casecont .item .list .f_jt .f_hover .but img,
.casecont .item .list .f_jt .f_hover .but svg {
  width: 14px;
  height: 11px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .casecont .item .list .f_jt .f_hover .but img,
  .casecont .item .list .f_jt .f_hover .but svg {
    width: 10px;
    height: 8px;
  }
}
.casecont .item .list .f_jt .f_hover .but img path,
.casecont .item .list .f_jt .f_hover .but svg path {
  fill: #000;
}
@media (min-width: 768px) {
  .casecont .item .list .f_jt .f_hover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    padding: 0.32rem 0.28rem;
    background: linear-gradient(-90deg, #2a6ac0, #2498e5);
    color: #fff;
  }
  .casecont .item .list .f_jt .f_hover .f_text {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .casecont .item .list .f_jt .f_hover .f_text .li {
    color: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .casecont .item .list .f_jt .f_hover .but {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .casecont .item .list .f_jt .f_hover .but img path,
  .casecont .item .list .f_jt .f_hover .but svg path {
    fill: #ffffff;
  }
}
.casecont .item .list:hover .img img {
  transform: scale(1.04);
}
.casecont .item .list:hover .f_hover {
  opacity: 1;
}
/* 导航搜索 */
.navSearch {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 0.9rem 0 0.75rem;
  background: #fff;
  display: none;
}
.navSearch .box {
  margin: auto;
  width: 55%;
}
@media (max-width: 1260px) {
  .navSearch .box {
    width: 100%;
  }
}
.navSearch .box .gt form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem 0 0.22rem;
  border: 1px solid #e5e5e5;
  height: 0.62rem;
}
@media (max-width: 767px) {
  .navSearch .box .gt form {
    height: 0.8rem;
  }
}
.navSearch .box .gt form .gl {
  width: 100%;
  display: flex;
  align-items: center;
}
.navSearch .box .gt form .gl button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.navSearch .box .gt form .gl button svg,
.navSearch .box .gt form .gl button img {
  width: 0.24rem;
  height: auto;
}
.navSearch .box .gt form .gl button svg path,
.navSearch .box .gt form .gl button img path {
  fill: #333;
}
.navSearch .box .gt form .gl button input {
  width: 100%;
}
.navSearch .box .gt form .gr {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
  flex-shrink: 0;
}
.navSearch .box .gt form .gr svg,
.navSearch .box .gt form .gr img {
  width: 0.16rem;
  height: auto;
}
.navSearch .box .gt form .gr svg path,
.navSearch .box .gt form .gr img path {
  fill: #333;
}
.navSearch .box .gb {
  margin-top: 0.45rem;
}
.navSearch .box .gb .gb_item {
  margin-top: 0.18rem;
  display: flex;
  flex-wrap: wrap;
}
.navSearch .box .gb .gb_item .item {
  width: 44.8%;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .navSearch .box .gb .gb_item .item {
    width: 100%;
  }
}
.navSearch .box .gb .gb_item .item .public-img {
  width: 1.3rem;
  height: auto;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.navSearch .box .gb .gb_item .item .txt {
  padding-right: 0.2rem;
  width: 100%;
}
.navSearch .box .gb .gb_item .item .txt span {
  color: #1ca1ee;
}
.navSearch .box .gb .gb_item .item .txt h3 {
  margin-bottom: 0.1rem;
}
/* 产品 */
.proNav {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  transition: all 0.4s;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .proNav {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .proNav {
    display: none;
  }
}
.proNav p {
  cursor: pointer;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #999;
  margin: 0 0.61rem;
  position: relative;
  transition: all 0.4s;
}
.proNav p.on {
  font-weight: bold;
  color: #2464be;
}
.proNav p.on::after {
  background: #2464be;
}
.proNav p::after {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  left: -2px;
  bottom: -1px;
  height: 2px;
  background: transparent;
}
.proon .g_tit {
  text-align: center;
  padding: 1.1rem 0;
}
.proon .g_tit h2 {
  font-weight: bold;
  color: #285cad;
  line-height: 1.2;
}
.proon .g_tit p {
  text-align: left;
  margin-top: 0.3rem;
  padding: 0 4.85rem;
  color: #999;
}
@media (max-width: 1260px) {
  .proon .g_tit p {
    padding: 0 1.45rem;
  }
}
@media (max-width: 767px) {
  .proon .g_tit p {
    padding: 0 5%;
  }
}
.proon .box {
  position: relative;
}
.proon .box .proon_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.10416667%;
  height: 100%;
  border-right: 1px solid #b4cee3;
}
@media (max-width: 991px) {
  .proon .box .proon_nav {
    display: none;
  }
}
.proon .box .proon_nav .proon_nav_box {
  height: 100vh;
  padding: 1.6rem 0 0 0.6rem;
  position: sticky;
  top: 80px;
  left: 0;
}
@media (max-width: 1260px) {
  .proon .box .proon_nav .proon_nav_box {
    padding: 1.6rem 0 0 0.2rem;
  }
}
.proon .box .proon_nav .proon_nav_box .proon_nav_con {
  position: relative;
}
.proon .box .proon_nav .proon_nav_box .proon_nav_con::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 24px);
  top: 12px;
  left: 0.08rem;
  background: #b4cee3;
}
.proon .box .proon_nav .proon_nav_box .item {
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.proon .box .proon_nav .proon_nav_box .item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.proon .box .proon_nav .proon_nav_box .item.on .gl .lbox {
  background: #fff;
  border: 1px solid #285cad;
}
.proon .box .proon_nav .proon_nav_box .item.on .gl .lbox i {
  background: #285cad;
}
.proon .box .proon_nav .proon_nav_box .item.on .gl .txt p {
  color: #222;
}
.proon .box .proon_nav .proon_nav_box .item.on .rbox {
  opacity: 1;
}
.proon .box .proon_nav .proon_nav_box .item .gl {
  display: flex;
  align-items: center;
}
.proon .box .proon_nav .proon_nav_box .item .gl .lbox {
  flex-shrink: 0;
  margin-right: 0.16rem;
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  /* transition: all 0.4s; */
}
.proon .box .proon_nav .proon_nav_box .item .gl .lbox i {
  width: 0.06rem;
  height: 0.06rem;
  background: #b4cee3;
  /* transition: all 0.4s; */
}
.proon .box .proon_nav .proon_nav_box .item .gl .txt p {
  color: #666;
  /* transition: all 0.4s; */
}
@media (max-width: 1260px) {
  .proon .box .proon_nav .proon_nav_box .item .gl .txt p {
    font-size: 12px;
  }
}
.proon .box .proon_nav .proon_nav_box .item .rbox {
  width: 0.1rem;
  height: 0.1rem;
  background: #285cad;
  margin-right: -0.05rem;
  /* transition: all 0.4s; */
  opacity: 0;
}
.proon .box .bbox .proon_item .proon_item_con {
  padding: 0 3.125% 0 18.64583333%;
}
@media (max-width: 991px) {
  .proon .box .bbox .proon_item .proon_item_con {
    padding: 0 5%;
  }
}
.progtw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .progtw {
    flex-direction: column;
  }
}
.progtw .img {
  padding-right: 1.34rem;
  width: 46.33333333%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .progtw .img {
    width: 100%;
    padding: 0;
    margin-bottom: 0.4rem;
  }
}
.progtw .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.progtw .txt {
  padding-right: 0.6rem;
  width: 53.66666667%;
}
@media (max-width: 767px) {
  .progtw .txt {
    width: 100%;
    padding: 0;
  }
}
.progtw .txt .txt_t h3 {
  font-weight: bold;
  position: relative;
  padding-left: 0.42rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.progtw .txt .txt_t h3:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #285cad;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .progtw .txt .txt_t h3:after {
    width: 10px;
    height: 10px;
  }
}
.progtw .txt .txt_t p {
  margin-top: 0.1rem;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-height: 1.8;
}
.progtw .txt .txt_b {
  margin-top: 1.25rem;
}
@media (max-width: 1260px) {
  .progtw .txt .txt_b {
    margin-top: 0.6rem;
  }
}
.progtw_num {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1260px) {
  .progtw_num {
    flex-wrap: wrap;
  }
}
.progtw_num .item {
  width: 46.33333333%;
  display: flex;
  align-items: center;
  padding: 0 0.2rem 0 1.05rem;
  /* &:nth-child(2n){
			border: none;
		} */
}
.progtw_num .item:not(:last-child) {
  border-right: 1px solid #e3e5e6;
}
@media (max-width: 1260px) {
  .progtw_num .item {
    width: 50% !important;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .progtw_num .item {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
  }
}
.progtw_num .item .g_svg {
  margin-right: 0.4rem;
}
@media (max-width: 991px) {
  .progtw_num .item .g_svg {
    min-width: 1.2rem;
    display: flex;
    justify-content: center;
  }
}
.progtw_num .item .g_svg svg,
.progtw_num .item .g_svg img {
  height: 0.95rem;
  width: auto;
}
.progtw_num .item .g_svg svg path,
.progtw_num .item .g_svg img path {
  fill: #1ca1ee;
}
@media (max-width: 1260px) {
  .progtw_num .item .txt {
    max-width: initial;
  }
}
.progtw_num .item .txt .txt_t {
  display: flex;
  align-items: flex-start;
}
.progtw_num .item .txt .txt_t p {
  line-height: 0.8;
  color: #222;
}
.progtw_num .item .txt .txt_t span {
  margin-left: 0.15rem;
  color: #222;
}
.progtw_num .item .txt .txt_b {
  margin-top: 0.12rem;
}
.progtw_num .item .txt .txt_b p {
  color: #999;
  margin-top: 0.05rem;
}
.progon {
  background: #f2faff;
}
.progon .progon_box .progon_tw {
  padding: 0.7rem 0 0.5rem;
  border-bottom: 1px solid #e3e5e6;
}
.progon .progon_box .progon_num {
  padding: 1rem 0 1.35rem;
  border-bottom: 1px solid #e3e5e6;
}
@media (max-width: 1260px) {
  .progon .progon_box .progon_num {
    padding: 1rem 0 0.8rem;
  }
}
.progon .progon_box .progon_num .progtw_num .item:last-child {
  padding-left: 2.1rem;
}
@media (max-width: 1260px) {
  .progon .progon_box .progon_num .progtw_num .item:last-child {
    padding-left: 1.05rem;
  }
}
.progon_xl {
  padding: 0.88rem 0 1.58rem;
}
.progon_xl .progon_xl_box {
  margin-top: 0.7rem;
}
.progon_xl .progon_xl_box .swiper-slide {
  padding: 1px;
}
.progon_xl .progon_xl_box .progon_xl_swi {
  display: block;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 100%;
  padding: 0 0.3rem 0.3rem;
}
.progon_xl .progon_xl_box .progon_xl_swi:hover .public-img img {
  transform: scale(1.05) !important;
}
.progon_xl .progon_xl_box .progon_xl_swi:hover .txt i svg {
  left: 0;
}
.progon_xl .progon_xl_box .progon_xl_swi:hover .txt h3 {
  color: #2464be;
}
.progon_xl .progon_xl_box .progon_xl_swi .txt {
  padding: 0.32rem 0 0.22rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progon_xl .progon_xl_box .progon_xl_swi .txt i {
  flex-shrink: 0;
  margin: 0 0 0 0.11rem;
  display: flex;
  width: 0.26rem;
  height: auto;
}
.progon_xl .progon_xl_box .progon_xl_swi .txt i svg {
  transition: all 0.4s;
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
}
.progon_xl .progon_xl_box .progon_xl_swi .txt i svg path {
  fill: #111;
}
.progon_xl .progon_xl_box .progon_xl_swi .txt h3 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.progon_xl .progon_xl_box .progon_xl_swi .public-img:before {
  padding-top: 68.01909308%;
}
.progde {
  background: #fff;
}
.progde .proon_item_con {
  padding-bottom: 0.95rem !important;
}
.progde .progon_tw {
  padding: 1.3rem 0 1.55rem;
  border-bottom: 1px solid #e3e5e6;
}
.progde .progon_num {
  padding: 0.82rem 0 0.74rem;
  border-bottom: 1px solid #e3e5e6;
}
.progde .progon_num .progtw_num .item {
  padding: 0 0.3rem;
}
.progde .progon_num .progtw_num .item:first-child {
  padding-left: 0;
}
@media (max-width: 1260px) {
  .progde .progon_num .progtw_num .item {
    padding: 0 0.4rem !important;
  }
}
@media (max-width: 767px) {
  .progde .progon_num .progtw_num .item {
    padding: 0 !important;
  }
}
.progde .progon_num .progtw_num .item .g_svg svg,
.progde .progon_num .progtw_num .item .g_svg img {
  height: 0.84rem;
}
.progde .progon_num .progtw_num .item .txt {
  padding: 0;
}
.progth {
  background: #f2faff;
}
.progth:last-child {
  padding-bottom: 0.5rem;
}
.progth:last-child .progth_box .item {
  border: none;
}
.progth .progth_box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e3e5e6;
}
.progth .progth_box .item:hover .public-img img {
  transform: scale(1.05) !important;
}
.progth .progth_box .item:hover .txt h3 {
  color: #2464be;
}
@media (max-width: 767px) {
  .progth .progth_box .item {
    flex-direction: column;
  }
}
.progth .progth_box .item .public-img {
  width: 40%;
}
@media (max-width: 767px) {
  .progth .progth_box .item .public-img {
    width: 100%;
  }
}
.progth .progth_box .item .public-img:before {
  padding-top: 66.66666667%;
}
.progth .progth_box .item .gr {
  width: 60%;
  padding: 0 0.92rem 0 0.84rem;
}
@media (max-width: 767px) {
  .progth .progth_box .item .gr {
    width: 100%;
    padding: 0;
    margin-top: 0.6rem;
  }
}
.progth .progth_box .item .gr .txt h3 {
  transition: all 0.4s;
  line-height: 1.1;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 0.42rem;
}
.progth .progth_box .item .gr .txt h3:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #285cad;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .progth .progth_box .item .gr .txt h3:after {
    width: 10px;
    height: 10px;
  }
}
.progth .progth_box .item .gr .txt p {
  margin-top: 0.25rem;
  color: #999;
  line-height: 1.8;
}
.progth .progth_box .item .gr .g_lab {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.progth .progth_box .item .gr .g_lab .labbox {
  display: inline-flex;
  align-items: center;
  margin: 0 0.26rem 0.1rem 0;
  border: 1px solid #2260bc;
  padding: 0.05rem 0.18rem 0.05rem 0.11rem;
}
.progth .progth_box .item .gr .g_lab .labbox:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .progth .progth_box .item .gr .g_lab .labbox {
    margin: 0 0.26rem 0.2rem 0;
  }
}
.progth .progth_box .item .gr .g_lab .labbox i {
  margin-right: 0.05rem;
  flex-shrink: 0;
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
}
.progth .progth_box .item .gr .g_lab .labbox i svg {
  width: 100%;
  height: auto;
}
.progth .progth_box .item .gr .g_lab .labbox i svg path {
  fill: #1ca1ee;
}
.progth .progth_box .item .gr .public-btn {
  margin-top: 0.62rem;
}
.pro_mopro {
  background: #285cad;
  padding: 1rem 0 1.64rem;
}
.pro_mopro .box .item .itembox .buisi_xs .txt {
  border-bottom: 1px solid #fff;
}
.pro_mopro .box .item .itembox .buisi_xs .txt h3 {
  color: #fff;
}
.pro_mopro .box .item .itembox .buisi_xs .txt i svg path {
  fill: #fff;
}
.str_move {
  cursor: initial !important;
}
/* .public-img img {
    transform: scale(1.3);
    transition: transform 1.5s;  
}

.scale-down {
    transform: scale(1)!important;
} */
/* 右侧浮窗 */
.gpop {
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
  z-index: 100;
  display: none;
  background: #fff;
  /* width: 70px; */
  /* border-radius: 60px; */
  border: 1px solid #2464be;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .gpop {
    right: 10px;
  }
}
.gpop > * {
  transition: all 0.6s;
}
.gpop .pop_a {
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gpop .pop_a:not(:last-child) {
  border-bottom: 1px solid #2464be;
}
@media (max-width: 1580px) {
  .gpop .pop_a {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .gpop .pop_a {
    width: 40px;
    height: 40px;
  }
}
.gpop .pop_a.on {
  background: #2464be;
}
.gpop .pop_a.on .pop_text {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.gpop .pop_a.on .pop_a_img svg path {
  fill: #fff;
}
.gpop .pop_a.on .pop_a_img p {
  color: #fff;
}
.gpop .pop_a img {
  z-index: 100;
}
.gpop .pop_a .pop_a_img {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.gpop .pop_a .pop_a_img svg,
.gpop .pop_a .pop_a_img img {
  width: 24px;
  height: auto;
}
@media (max-width: 1580px) {
  .gpop .pop_a .pop_a_img svg,
  .gpop .pop_a .pop_a_img img {
    width: 21px;
  }
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img svg,
  .gpop .pop_a .pop_a_img img {
    width: 18px;
  }
}
.gpop .pop_a .pop_a_img svg path,
.gpop .pop_a .pop_a_img img path {
  fill: #2464be;
}
.gpop .pop_a .pop_a_img p {
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 1580px) {
  .gpop .pop_a .pop_a_img p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img p {
    display: none;
  }
}
.gpop .pop_a .pop_text {
  position: absolute;
  top: 50%;
  right: 130%;
  background: #fff;
  padding: 0.15rem 0.3rem;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text {
    width: 220px;
  }
}
.gpop .pop_a .pop_text p {
  color: #666;
  margin-bottom: 0.02rem;
  white-space: nowrap;
  font-size: 14px;
}
.gpop .pop_a .pop_text img {
  height: 20px;
  width: 20px;
  margin-right: 0.1rem;
}
.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);
}
.g_box4 {
  position: relative;
  height: 6.5rem;
}
@media (max-width: 767px) {
  .g_box4 {
    height: 7.5rem;
  }
}
.g_box4 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.g_box4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.g_box4 .g_box4_con {
  height: 100%;
  position: relative;
  z-index: 10;
}
.g_box4 .g_box4_con .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.4rem 1.4rem;
}
@media (max-width: 767px) {
  .g_box4 .g_box4_con .container {
    padding: 0.4rem 0;
  }
}
.g_box4 .g_box4_con .container .g_tit h2 {
  line-height: 1.2;
  margin-bottom: 0.15rem;
  color: #285cad;
  font-weight: bold;
}
.g_box4 .g_box4_con .container .g_tit p {
  color: #fff;
}
.g_box4 .g_box4_con .container .g_eam {
  margin-top: 0.84rem;
}
.g_box4 .g_box4_con .container .g_eam .public-btn {
  border: none;
}
.g_box4 .g_box4_con .container .g_eam .public-btn p {
  color: #fff;
  text-decoration: underline;
}
.g_box4 .g_box4_con .container .g_eam .public-btn i {
  margin-left: 0.15rem;
  flex-shrink: 0;
  display: flex;
  width: 0.17rem;
  height: auto;
}
.g_box4 .g_box4_con .container .g_eam .public-btn i svg,
.g_box4 .g_box4_con .container .g_eam .public-btn i img {
  margin-left: 0;
  width: 100%;
  height: auto;
}
.g_box4 .g_box4_con .container .g_eam .public-btn i svg path,
.g_box4 .g_box4_con .container .g_eam .public-btn i img path {
  fill: #2758a5;
}
.g_box4 .g_box4_con .container .g_eam .g_p {
  margin-top: 0.08rem;
  color: #fff;
}
.g_box4 .g_box4_con .container .g_ewm {
  margin-top: 0.68rem;
  display: flex;
  flex-wrap: wrap;
}
.g_box4 .g_box4_con .container .g_ewm .item {
  margin-right: 0.36rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.g_box4 .g_box4_con .container .g_ewm .item img {
  width: 0.72rem;
  height: 0.72rem;
  object-fit: contain;
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .g_box4 .g_box4_con .container .g_ewm .item img {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.g_box4 .g_box4_con .container .g_ewm .item p {
  color: #fff;
}
.g_box4 .g_box4_con .container .g_eam .public-btn p {
  text-decoration: initial;
}
.g_box4 .g_box4_con .container .g_eam .g_p {
  margin-top: 0.2rem;
}
