@charset "utf-8";
:root {
  --color: #045ec3;
  --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/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'font-b';
  src: url(../font/OpenSans-Bold.ttf);
}
@font-face {
  font-family: 'font-l';
  src: url(../font/OpenSans-Light.ttf);
}
@font-face {
  font-family: 'font-i';
  src: url(../font/OpenSans-Italic.ttf);
}
@font-face {
  font-family: 'font-sb';
  src: url(../font/OpenSans-Semibold.ttf);
}
.font-r {
  font-family: 'font-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: 'font-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-l {
  font-family: 'font-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-i {
  font-family: 'font-i', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-sb {
  font-family: 'font-sb', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #0066cc;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #0066cc;
}
* {
  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: #0066cc;
}
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: 'font-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 86%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .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: #0066cc;
}
.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 #0066cc;
  color: #0066cc;
}
.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: #0066cc;
}
#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: #0066cc;
}
#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: #0066cc;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0066cc;
  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: #0066cc;
}
#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: #0066cc !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: #0066cc;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(var(--vh) - 1.2rem);
}
.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;
}
/* 四级 */
.nav_three_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_three_tit > a {
  color: #999 !important;
  display: block;
  padding-left: 30px;
  line-height: 36px;
}
.nav_three_tit svg {
  width: 6px;
  height: auto;
}
.nav_three_tit svg path {
  fill: #999;
}
.nav_four {
  display: none;
}
.nav_four > a {
  color: #bebebe !important;
  display: block;
  padding-left: 40px;
  line-height: 32px;
}
/*顶部导航开关*/
#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: #0066cc !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: #0066cc;
  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: #0066cc;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 17%;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0066cc;
  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: #0066cc;
}
#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: #0066cc;
}
#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: #0066cc;
}
#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: #0066cc;
}
@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: #0066cc;
}
#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);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  height: 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: 56px;
}
.font60 {
  font-size: 60px;
}
.font62 {
  font-size: 62px;
}
.font64 {
  font-size: 64px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font62,
  .font64,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font62,
  .font64,
  .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.44rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .font64,
  .font80 {
    font-size: 0.46rem;
  }
}
/*延迟*/
.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: none;
}
nav.show_nav .nav_top {
  background: none;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_top {
    background: #0066cc;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .yc {
    display: none;
  }
}
nav.show_nav .nav_ljbox svg path {
  fill: #fff !important;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox svg path {
    fill: #fff !important;
  }
}
nav.show_nav .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.show_nav .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  color: #fff !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #fff !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p {
  color: #0066cc !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after {
  background: #0066cc !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path {
  fill: #0066cc !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: #0066cc;
  }
}
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: #0066cc;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #fff !important;
}
nav.nav_on,
nav.nav_on2 {
  background: #fff !important;
}
nav.nav_on .nav_ljbox svg path,
nav.nav_on2 .nav_ljbox svg path {
  fill: #999 !important;
}
nav.nav_on .nav_top,
nav.nav_on2 .nav_top {
  background: #0066cc;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .xs,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .yc,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #999 !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: #999 !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: #0066cc !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: #0066cc !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: #0066cc !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: #0066cc;
}
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: #0066cc;
}
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: #0066cc;
  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_tbtn {
  height: 50px;
  background: #1b2126;
  padding: 0 0.8rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  nav .nav_tbtn {
    padding: 0 0.1rem;
  }
}
nav .nav_tbtn .nav_tbtn_box {
  height: 100%;
  display: flex;
  align-items: center;
  /* 语言 */
}
nav .nav_tbtn .nav_tbtn_box .nav_tbtn_a {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
}
nav .nav_tbtn .nav_tbtn_box .nav_tbtn_a i {
  display: flex;
  align-items: center;
  width: auto;
  height: 18px;
}
@media (max-width: 767px) {
  nav .nav_tbtn .nav_tbtn_box .nav_tbtn_a i {
    height: 14px;
  }
}
nav .nav_tbtn .nav_tbtn_box .nav_tbtn_a i svg {
  height: 100%;
}
nav .nav_tbtn .nav_tbtn_box .nav_tbtn_a i svg path {
  fill: #fff;
}
nav .nav_tbtn .nav_tbtn_box .nav_tbtn_a p {
  font-size: 12px;
  color: #fff;
  padding-left: 0.08rem;
}
nav .nav_tbtn .nav_tbtn_box .nav_lan {
  margin-right: 0.26rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
nav .nav_tbtn .nav_tbtn_box .nav_lan > svg {
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  nav .nav_tbtn .nav_tbtn_box .nav_lan > svg {
    height: 14px;
  }
}
nav .nav_tbtn .nav_tbtn_box .nav_lan > svg path {
  fill: #fff;
}
nav .nav_tbtn .nav_tbtn_box .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
nav .nav_tbtn .nav_tbtn_box .nav_lan .nav_lan_box p {
  color: #fff;
  font-size: 12px;
}
nav .nav_tbtn .nav_tbtn_box .nav_lan .nav_lan_box svg {
  margin-left: 0.1rem;
  flex-shrink: 0;
  width: 8px;
  height: auto;
}
nav .nav_tbtn .nav_tbtn_box .nav_lan .nav_lan_box svg path {
  fill: #fff;
}
nav .nav_tbtn .nav_tbtn_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;
  z-index: 10;
}
nav .nav_tbtn .nav_tbtn_box .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
}
nav .nav_tbtn .nav_tbtn_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
nav .nav_tbtn .nav_tbtn_box .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #0066cc;
}
nav .nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.8rem;
  height: 80px;
  margin: auto;
  /* logo */
  /* 导航右侧 */
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox {
    height: 60px;
  }
}
@media (max-width: 1260px) {
  nav .nav_ljbox {
    width: 100%;
    padding: 0 5%;
  }
}
nav .nav_ljbox .nav_l_box .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo .xs {
    display: none;
  }
  nav .nav_ljbox .nav_l_box .logo .yc {
    display: block;
  }
}
nav .nav_ljbox .nav_l_box .logo img {
  width: 1.6rem;
  height: auto;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img {
    width: 2.2rem;
  }
}
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 {
  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: #0066cc !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 path,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg path {
  fill: #0066cc !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.31rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1900px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 1460px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    margin: 0 0.25rem;
  }
}
@media screen and (max-width: 1370px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    margin: 0 0.2rem;
    font-size: 12px;
  }
}
@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 > i {
  width: 8px;
  height: 5px;
  display: flex;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > i > svg {
  width: 8px;
  height: 5px;
  position: absolute;
  right: -0.18rem;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > i > svg path {
  fill: #999;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > i > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > i .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;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: #0066cc;
  transform: translateX(-50%);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr {
  margin-left: 1.07rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1460px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr {
    margin-left: 0.47rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_othr_a {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_othr_a a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.35rem;
  height: 0.45rem;
  border: 1px solid #0066cc;
  border-radius: 0.06rem;
  color: #0066cc;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_othr_a a {
    height: 0.6rem;
    font-size: 0.24rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_othr_a a:hover {
  background: #0066cc;
  color: #fff;
}
/* 导航各种效果 */
.nav1_none {
  top: -50px !important;
}
.nav2_none {
  top: 100px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -50px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
/* 下拉导航 */
.pro_nav3 {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh);
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
}
.pro_nav3 .pro_nav3_tnav {
  height: 80px;
  background: #f8fafb;
}
@media (max-width: 1580px) {
  .pro_nav3 .pro_nav3_tnav {
    behavior: 60px;
  }
}
.pro_nav3 .pro_nav3_tnav .container2 {
  position: relative;
  height: 100%;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.04rem;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del svg {
  width: 14px;
  height: auto;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del svg path {
  fill: #666666;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox {
  height: 100%;
  display: flex;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item {
  cursor: pointer;
  margin-right: 0.58rem;
  display: flex;
  align-items: center;
  position: relative;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item.on::after {
  opacity: 1;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item.on p {
  color: #0066cc;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0066cc;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item svg {
  width: 20px;
  margin-right: 0.08rem;
  height: auto;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item svg path {
  fill: #0066cc !important;
}
.pro_nav3 .pro_nav3_box {
  height: calc(100% - 80px - 80px);
}
.pro_nav3 .pro_nav3_box .conItem_tw {
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: wrap;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item {
  margin: 0 0.3rem 0.3rem 0;
  width: calc((100% - 0.9rem)/4);
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:nth-child(4n) {
  margin-right: 0;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:hover .public-img img {
  transform: scale(1.05);
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:hover .txt h4 {
  color: #0066cc;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .public-img {
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .public-img:before {
  padding-top: 57.46031746%;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .txt h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_box .boxItem {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: auto;
}
.pro_nav3 .pro_nav3_box .boxItem li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.36rem 0.1rem 0.3rem 0;
  width: calc(100%/6);
}
.pro_nav3 .pro_nav3_box .boxItem li .g_tit {
  margin-bottom: 0.18rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.1rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #f8fafb;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  margin-right: 0.15rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt {
  width: calc(100% - 60px);
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 {
  display: flex;
  align-items: center;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-right: 0.08rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 span {
  font-size: 12px;
  color: #0066cc;
  border: 1px solid #0066cc;
  border-radius: 10px;
  padding: 0 4px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt p {
  color: #999;
  font-size: 12px;
}
.pro_nav3 .pro_nav3_all {
  cursor: pointer;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #ddd;
}
.pro_nav3 .pro_nav3_all svg {
  margin-left: 0.1rem;
}
.pro_nav3 .pro_nav3_all svg path {
  fill: #e0e0e0 !important;
}
/* 移动端导航 */
#g-header {
  display: none;
}
@media (max-width: 1260px) {
  #g-header {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
}
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 100px;
  height: calc(var(--vh) - 100px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
#g-header .c-nav2.on {
  height: calc(var(--vh) - 60px);
}
@media (max-width: 1260px) {
  #g-header .c-nav2 {
    height: calc(var(--vh) - 110px);
    top: 110px;
  }
}
#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: #0066cc;
}
#g-header .c-nav2 li ul {
  display: none;
}
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  #g-header .c-switch i {
    background: #333;
  }
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.c-open #g-header .c-nav2 .c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-open #g-header .c-nav2 .c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* banner */
@media (max-width: 1260px) {
  .h_banner .h_banner_swi {
    height: 100%;
  }
}
.h_banner .swiper-slide {
  overflow: hidden;
}
.h_banner .h_b_box {
  position: relative;
  width: 100%;
  height: var(--vh);
}
@media (max-width: 1260px) {
  .h_banner .h_b_box {
    height: calc(var(--vh) - 60px);
  }
}
.h_banner .h_b_box .h_b_txt {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.h_banner .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  text-align: center;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  font-weight: bold;
  visibility: hidden;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p2 {
  margin-top: 0.15rem;
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .container .public-btn {
  visibility: hidden;
  margin-top: 0.48rem;
}
.h_banner .home_pag {
  bottom: 0.66rem;
}
.h_banner .home_pag .swiper-pagination-bullet {
  min-width: 1.8rem;
  height: auto;
  color: #fff;
  background: none;
  border-radius: 0;
  opacity: 1;
  padding-top: 0.16rem;
  position: relative;
  margin: 0 0.1rem;
}
.h_banner .home_pag .swiper-pagination-bullet span {
  opacity: 0.64;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet span {
    font-size: 0.24rem;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::after {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0s;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::before {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet-active span {
  opacity: 1;
}
.h_banner .home_pag .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5.8s;
}
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_b_img .img1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.h_b_img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* 网站地图 */
.g-mapon {
  padding: 1.1rem 0 3.14rem;
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  background: #fff;
  margin-top: 0.1rem;
}
.g-mapon .box .item {
  display: flex;
  padding: 0.45rem 0 0.3rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    flex-direction: column;
  }
}
.g-mapon .box .item a:hover {
  color: #0066cc !important;
}
.g-mapon .box .item .g-la {
  font-weight: bold;
  width: 2.5rem;
  margin-bottom: 0.15rem;
  flex-shrink: 0;
  color: #231815;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.g-mapon .box .item .g-twa a {
  min-width: 1.8rem;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  padding-right: 0.2rem;
  color: #000;
}
/* 免责声明 */
.g-pri {
  padding: 1.1rem 0 3rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
/* 开始 */
.public-btn {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
  height: 0.6rem;
  border: 1px solid transparent;
  color: #fff;
  background: #0066cc;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1580px) {
  .public-btn {
    height: 0.7rem;
  }
}
.public-btn:hover::before {
  animation: slidex 0.8s forwards;
}
.public-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
  }
}
.public-btn p {
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
.public-btn svg,
.public-btn img {
  margin-right: 0.1rem;
}
.public-btn svg path,
.public-btn img path {
  fill: #fff;
}
@keyframes slidex {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.public-btn2 {
  padding: 0;
  height: auto;
  color: #0066cc;
  border: none;
  background: none;
}
.public-btn2:hover svg {
  transform: translateX(0.1rem);
}
.public-btn2 svg {
  width: 8px;
  height: 8px;
  margin-left: 0.09rem;
  transition: 0.4s ease-in-out;
}
.public-btn2 svg path {
  fill: #0066cc;
}
.public-btn2-2 p {
  color: #333;
}
.public-btn2-2 svg path {
  fill: #333;
}
.public-btn3 {
  background: #fff;
}
.public-btn3::before {
  background: rgba(0, 0, 0, 0.03);
}
.public-btn3 p {
  color: #111;
}
.pub_title h2 {
  color: #111;
  font-family: 'font-b';
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .pub_title h2 br {
    display: none;
  }
}
.pub_title p {
  margin-top: 0.1rem;
  line-height: 1.41;
}
.pub_title2 h2 {
  color: #fff;
}
.pub_title2 p {
  color: #fff;
}
.pub_title3 h2 {
  line-height: 1.1;
}
.pub_title_lr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .pub_title_lr {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pub_title_lr .public-btn {
  margin: 0 0 0.1rem 0.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pub_title_lr .public-btn {
    margin: 0.3rem 0 0 0;
  }
}
/* 首页 */
.hon {
  background: url(../images/home13.png) no-repeat;
  background-position: top center;
  padding: 1.28rem 0 1rem;
}
@media (max-width: 767px) {
  .hon {
    padding: 1rem 0 0.8rem;
  }
}
.hon .box {
  margin-top: 0.8rem;
}
.hon .box .g_nav {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .hon .box .g_nav {
    overflow: auto;
  }
}
.hon .box .g_nav p {
  cursor: pointer;
  padding: 0 0.52rem 0.16rem;
  position: relative;
  color: #999;
  transition: 0.4s ease-in-out;
}
.hon .box .g_nav p:hover {
  color: #333;
}
@media (max-width: 991px) {
  .hon .box .g_nav p {
    font-size: 14px;
    padding: 0 0.22rem 0.16rem;
  }
}
@media (max-width: 767px) {
  .hon .box .g_nav p {
    font-size: 12px;
    flex-shrink: 0;
    padding: 0 0.15rem 0.16rem;
  }
}
.hon .box .g_nav p.on {
  font-family: 'font-sb';
  color: #333;
}
.hon .box .g_nav p.on::after {
  background: #000;
}
.hon .box .g_nav p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
.hon .box .g_nav p span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.hon .box .hon_box {
  margin-top: 0.38rem;
  position: relative;
}
.hon .box .hon_box .item {
  opacity: 0;
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.hon .box .hon_box .item:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.hon .box .hon_box .item.on {
  opacity: 1;
  z-index: 5;
  pointer-events: initial;
}
.hon .box .hon_box .item .item_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hon .box .hon_box .item .item_box {
    flex-direction: column;
  }
}
.hon .box .hon_box .item .gl {
  width: 50%;
}
@media (max-width: 767px) {
  .hon .box .hon_box .item .gl {
    width: 100%;
  }
}
.hon .box .hon_box .item .gl .public-img:before {
  padding-top: 75%;
}
.hon .box .hon_box .item .gr {
  width: 50%;
  background: #fff;
  box-shadow: 0 0.11rem 0.65rem rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0.98rem;
}
@media (max-width: 991px) {
  .hon .box .hon_box .item .gr {
    padding: 0.3rem 0.48rem;
  }
}
@media (max-width: 767px) {
  .hon .box .hon_box .item .gr {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.hon .box .hon_box .item .gr .txt p {
  margin-top: 0.15rem;
}
.hon .box .hon_box .item .gr .public-btn {
  margin-top: 0.5rem;
}
.hon .hon_b {
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hon .hon_b {
    margin-top: 1rem;
    flex-direction: column;
  }
}
.hon .hon_b .item {
  position: relative;
  width: calc(50% - 0.15rem);
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .hon .hon_b .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.hon .hon_b .item .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hon .hon_b .item .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hon .hon_b .item .hon_b_box {
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1rem 0.8rem;
}
@media (max-width: 991px) {
  .hon .hon_b .item .hon_b_box {
    padding: 0.3rem 0.3rem 0.8rem;
  }
}
.hon .hon_b .item .hon_b_box .hon_b_t {
  width: 100%;
}
.hon .hon_b .item .hon_b_box .hon_b_t .img {
  width: 100%;
  height: 4.83rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hon .hon_b .item .hon_b_box .hon_b_t .img img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.hon .hon_b .item .hon_b_box .hon_b_t .txt {
  margin-top: 0.45rem;
}
.hon .hon_b .item .hon_b_box .hon_b_t .txt .txt_t {
  text-align: center;
}
.hon .hon_b .item .hon_b_box .hon_b_t .txt .txt_t h3 {
  line-height: 1.2;
}
.hon .hon_b .item .hon_b_box .hon_b_t .txt .txt_t p {
  margin-top: 0.05rem;
}
.hon .hon_b .item .hon_b_box .hon_b_t .txt .txt_lab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.16rem;
}
.hon .hon_b .item .hon_b_box .hon_b_t .txt .txt_lab p {
  height: 0.38rem;
  min-width: 1.2rem;
  padding: 0 0.15rem;
  border: 2px solid #bfbfbf;
  border-radius: 100px;
  background: #eee;
  margin: 0 0.05rem 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  .hon .hon_b .item .hon_b_box .hon_b_t .txt .txt_lab p {
    height: 0.6rem;
    padding: 0 0.35rem;
  }
}
.hon .hon_b .item .hon_b_box .hon_b_b {
  margin-top: 0.45rem;
}
.hon .hon_b .item .hon_b_box .hon_b_b .public-btn:hover svg {
  transform: translateX(0.1rem);
}
.hon .hon_b .item .hon_b_box .hon_b_b .public-btn svg {
  transition: 0.4s ease-in-out;
}
.htw {
  padding: 0 0 1.4rem;
}
.htw .box {
  margin-top: 0.5rem;
  background: #f7f7f7;
  padding: 0.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .htw .box {
    flex-direction: column-reverse;
  }
}
.htw .box .gl {
  width: 33.37662338%;
}
@media (max-width: 991px) {
  .htw .box .gl {
    width: 100%;
  }
}
.htw .box .gl .htw_nav {
  margin-bottom: 0.2rem;
  background: #fff;
  transition: all 0.4s;
  display: block;
}
.htw .box .gl .htw_nav:last-child {
  margin-bottom: 0;
}
.htw .box .gl .htw_nav:first-child .htw_con {
  display: block;
}
.htw .box .gl .htw_nav.on {
  background: #0066cc;
}
.htw .box .gl .htw_nav.on .tit h3 {
  color: #fff;
}
.htw .box .gl .htw_nav.on .tit i {
  border-color: #fff !important;
}
.htw .box .gl .htw_nav.on .tit i svg {
  transform: rotate(90deg);
}
.htw .box .gl .htw_nav.on .tit i svg path {
  fill: #fff;
}
.htw .box .gl .htw_nav .tit {
  padding: 0.2rem 0.3rem 0.2rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.htw .box .gl .htw_nav .tit:hover i {
  background-color: #0066cc;
  border-color: #0066cc;
}
.htw .box .gl .htw_nav .tit:hover i svg path {
  fill: #fff;
}
.htw .box .gl .htw_nav .tit h3 {
  transition: all 0.4s;
}
.htw .box .gl .htw_nav .tit i {
  transition: all 0.4s;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0.3rem;
  border: 1px solid #0066cc;
}
@media (max-width: 767px) {
  .htw .box .gl .htw_nav .tit i {
    width: 0.46rem;
    height: 0.46rem;
  }
}
.htw .box .gl .htw_nav .tit i svg,
.htw .box .gl .htw_nav .tit i img {
  transition: all 0.4s;
  width: 5px;
  height: auto;
}
.htw .box .gl .htw_nav .tit i svg path,
.htw .box .gl .htw_nav .tit i img path {
  fill: #0066cc;
  transition: all 0.4s;
}
.htw .box .gl .htw_nav .htw_con {
  display: none;
}
.htw .box .gl .htw_nav .htw_con p {
  color: #fff;
}
.htw .box .gl .htw_con {
  padding: 0 0.4rem 0.34rem;
}
.htw .box .gr {
  width: 64.74025974%;
}
@media (max-width: 991px) {
  .htw .box .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.htw .box .gr .htw_img {
  position: relative;
}
.htw .box .gr .htw_img img {
  transition: 0.4s ease-in-out;
}
.htw .box .gr .htw_img img:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.htw .box .gr .htw_img img.on {
  display: block;
  opacity: 1;
  z-index: 5;
}
.hth {
  padding: 1.3rem 0 1.1rem;
}
.hth .box {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.hth .box .item {
  padding: 0.24rem 0.24rem 0.5rem;
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
  background: #282e33;
}
.hth .box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .hth .box .item {
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
}
.hth .box .item .public-img:before {
  padding-top: 60.47516199%;
}
.hth .box .item .txt {
  margin-top: 0.3rem;
}
.hth .box .item .txt h3 {
  color: #fff;
}
.hth .box .item .txt .g_p {
  margin-top: 0.15rem;
}
.hth .box .item .txt .g_p p {
  margin-bottom: 0.07rem;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 20px;
}
.hth .box .item .txt .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #045ec3;
  left: 0;
  top: 11px;
}
@media (max-width: 1580px) {
  .hth .box .item .txt .g_p p:after {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}
.hfo {
  padding: 1.4rem 0 1.05rem;
}
@media (max-width: 767px) {
  .hfo {
    padding: 1rem 0 0.8rem;
  }
}
.hfo .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.hfo .box .item {
  width: calc((100% - 0.7rem)/3);
  margin: 0 0.35rem 0.35rem 0;
}
@media (max-width: 991px) {
  .hfo .box .item {
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
}
.hfo .box .item:hover .public-img img {
  transform: scale(1.05);
}
.hfo .box .item:hover .txt h3 {
  color: #0066cc;
}
.hfo .box .item:nth-child(3n) {
  margin-right: 0;
}
.hfo .box .item .public-img:before {
  padding-top: 61.208577%;
}
.hfo .box .item .txt {
  background: #f7f7f7;
  padding: 0.3rem 0.28rem 0.52rem;
}
.hfo .box .item .txt .txt_box .g_span {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.hfo .box .item .txt .txt_box .g_span span {
  background: #fff;
  padding: 0 0.2rem;
  height: 0.24rem;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  color: #666;
  margin: 0 0.1rem 0.1rem 0;
}
@media (max-width: 1580px) {
  .hfo .box .item .txt .txt_box .g_span span {
    height: 0.34rem;
  }
}
@media (max-width: 767px) {
  .hfo .box .item .txt .txt_box .g_span span {
    height: 0.54rem;
  }
}
.hfo .box .item .txt .txt_box .txt_con {
  margin-top: 0.1rem;
}
.hfo .box .item .txt .txt_box .txt_con h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hfo .box .item .txt .txt_box .txt_con p {
  margin-top: 0.16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.hfo .box .item .txt .public-btn {
  margin-top: 0.38rem;
}
.pubbut {
  padding: 1.2rem 0 1.35rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .pubbut {
    padding: 1rem 0 ;
  }
}
.pubbut .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pubbut .box {
    flex-direction: column;
  }
}
.pubbut .box .gl {
  padding: 0.3rem 0.3rem 0 0;
  width: 43.75%;
}
@media (max-width: 991px) {
  .pubbut .box .gl {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.pubbut .box .gr {
  width: 56.25%;
}
@media (max-width: 991px) {
  .pubbut .box .gr {
    width: 100%;
  }
}
.pubbut .box .gr .gr_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pubbut .box .gr .gr_box {
    flex-direction: column;
  }
}
.pubbut .box .gr .gr_box .item {
  position: relative;
  width: calc(50% - 0.2rem);
  border: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .pubbut .box .gr .gr_box .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.pubbut .box .gr .gr_box .item .imgbj {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pubbut .box .gr .gr_box .item .imgbj img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pubbut .box .gr .gr_box .item .imgbj .img2 {
  opacity: 0;
}
.pubbut .box .gr .gr_box .item .it_con {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0.6rem 0 0.47rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .pubbut .box .gr .gr_box .item .it_con {
    padding: 0.8rem 0;
  }
}
.pubbut .box .gr .gr_box .item .it_con .public-btn {
  margin-top: 0.6rem;
}
@media (max-width: 1260px) {
  .pubbut .box .gr .gr_box .item .it_con .public-btn {
    padding: 0 0.2rem;
  }
}
.pubbut .box .gr .gr_box .item .it_con i {
  display: flex;
  align-items: center;
}
.pubbut .box .gr .gr_box .item .it_con i svg {
  height: 0.76rem;
  width: auto;
}
@media (max-width: 767px) {
  .pubbut .box .gr .gr_box .item .it_con i svg {
    height: 0.9rem;
  }
}
.pubbut .box .gr .gr_box .item .it_con i svg path {
  fill: #000;
}
.pubbut .box .gr .gr_box .item2 .imgbj .img1 {
  opacity: 0;
}
.pubbut .box .gr .gr_box .item2 .imgbj .img2 {
  opacity: 1;
}
.pubbut .box .gr .gr_box .item2 .it_con i svg path {
  fill: #fff;
}
.pubbut .box .gr .gr_box .item2 .it_con .public-btn {
  border: 1px solid #fff;
  background: none;
}
.pubbut .box .gr .gr_lab {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pubbut .box .gr .gr_lab {
    align-items: flex-start;
  }
}
.pubbut .box .gr .gr_lab i {
  display: flex;
  margin-right: 0.12rem;
}
@media (max-width: 767px) {
  .pubbut .box .gr .gr_lab i {
    margin: 0.08rem 0.12rem 0 0;
  }
}
@media (max-width: 767px) {
  .pubbut .box .gr .gr_lab i svg {
    width: 16px;
    height: auto;
  }
}
.pubbut .box .gr .gr_lab i svg path {
  fill: #cccccc;
}
.pubbut .box .gr .gr_lab p {
  color: #999;
  text-decoration: underline;
}
/* 底部 */
footer {
  color: #fff;
  background: #121212;
}
footer a {
  transition: all 0.4s;
}
footer a:hover {
  color: #fff !important;
}
footer .foot_t {
  padding: 0.94rem 0 0.25rem;
}
@media (max-width: 767px) {
  footer .foot_t {
    padding: 1rem 0 0.5rem;
  }
}
footer .foot_t .foot_t_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box {
    flex-wrap: wrap;
  }
}
footer .foot_t .foot_t_box .gl {
  max-width: 23.75%;
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box .gl {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gl {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .foot_t .foot_t_box .gl .bnum {
  margin-bottom: 0.36rem;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gl .bnum {
    width: 50%;
  }
}
footer .foot_t .foot_t_box .gl .bnum .bnum_t {
  display: flex;
  align-items: center;
}
footer .foot_t .foot_t_box .gl .bnum .bnum_t span {
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gl .bnum .bnum_t span {
    margin-right: 0.2rem;
  }
}
footer .foot_t .foot_t_box .gl .bnum .bnum_t svg,
footer .foot_t .foot_t_box .gl .bnum .bnum_t img {
  width: 0.18rem;
  height: auto;
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box .gl .bnum .bnum_t svg,
  footer .foot_t .foot_t_box .gl .bnum .bnum_t img {
    width: 0.24rem;
  }
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gl .bnum .bnum_t svg,
  footer .foot_t .foot_t_box .gl .bnum .bnum_t img {
    width: 0.3rem;
  }
}
footer .foot_t .foot_t_box .gl .bnum .bnum_t svg path,
footer .foot_t .foot_t_box .gl .bnum .bnum_t img path {
  fill: #fff;
}
footer .foot_t .foot_t_box .gl .bwl {
  display: flex;
  align-items: center;
}
footer .foot_t .foot_t_box .gl .bwl p,
footer .foot_t .foot_t_box .gl .bwl a {
  color: #999;
}
footer .foot_t .foot_t_box .gl .bwl a {
  margin: 0 2px;
}
footer .foot_t .foot_t_box .gm {
  display: flex;
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box .gm {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gm {
    flex-direction: column;
    width: 100%;
  }
}
footer .foot_t .foot_t_box .gm .foot_nav {
  margin-right: 1.68rem;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gm .foot_nav {
    margin: 0 ;
  }
}
footer .foot_t .foot_t_box .gm .foot_nav:last-child {
  margin-right: 0;
}
footer .foot_t .foot_t_box .gm .foot_nav .a_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
footer .foot_t .foot_t_box .gm .foot_nav .a_tit.on svg,
footer .foot_t .foot_t_box .gm .foot_nav .a_tit.on img {
  transform: rotate(90deg);
}
footer .foot_t .foot_t_box .gm .foot_nav .a_tit a {
  text-transform: uppercase;
  color: #fff;
}
footer .foot_t .foot_t_box .gm .foot_nav .a_tit svg,
footer .foot_t .foot_t_box .gm .foot_nav .a_tit img {
  transition: all 0.4s;
  width: 5px;
  height: auto;
  display: none;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gm .foot_nav .a_tit svg,
  footer .foot_t .foot_t_box .gm .foot_nav .a_tit img {
    display: block;
  }
}
footer .foot_t .foot_t_box .gm .foot_nav .a_tit svg path,
footer .foot_t .foot_t_box .gm .foot_nav .a_tit img path {
  fill: #fff;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gm .foot_nav ul {
    display: none;
    padding-bottom: 0.2rem;
  }
}
footer .foot_t .foot_t_box .gm .foot_nav ul li {
  margin-bottom: 0.12rem;
}
footer .foot_t .foot_t_box .gm .foot_nav ul li a {
  color: #999;
}
footer .foot_t .foot_t_box .gr {
  padding-right: 0.18rem;
}
@media (max-width: 991px) {
  footer .foot_t .foot_t_box .gr {
    order: -1;
  }
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gr {
    width: 100%;
    padding: 0;
  }
}
footer .foot_t .foot_t_box .gr h3 {
  text-transform: uppercase;
}
footer .foot_t .foot_t_box .gr form {
  margin-top: 0.24rem;
  display: flex;
  justify-content: space-between;
  width: 2.8rem;
  padding: 0.05rem;
  background: #202020;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 1580px) {
  footer .foot_t .foot_t_box .gr form {
    padding: 0.1rem;
    width: 3.2rem;
  }
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gr form {
    width: 100%;
    padding: 0.1rem;
    margin-top: 0.3rem;
  }
}
footer .foot_t .foot_t_box .gr form input::-webkit-input-placeholder {
  color: #666;
}
footer .foot_t .foot_t_box .gr form input {
  padding: 0 0.2rem;
  width: 100%;
  color: #fff;
}
footer .foot_t .foot_t_box .gr form button {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gr form button {
    width: 0.6rem;
    height: 0.6rem;
  }
}
footer .foot_t .foot_t_box .gr form button svg,
footer .foot_t .foot_t_box .gr form button img {
  width: 50%;
  height: auto;
}
footer .foot_t .foot_t_box .gr form button svg path,
footer .foot_t .foot_t_box .gr form button img path {
  fill: #5b5b5b;
}
footer .foot_t .foot_t_box .gr .hbspt-form .hs_email span {
  display: none;
}
footer .foot_t .foot_t_box .gr .hbspt-form .no-list {
  position: absolute;
  left: 0.1rem;
  top: -15px;
  font-size: 12px;
  color: red;
}
footer .foot_t .foot_t_box .gr .hbspt-form .hs_error_rollup .no-list {
  display: none !important;
}
footer .foot_t .foot_t_box .gr .hbspt-form .input {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
footer .foot_t .foot_t_box .gr .hbspt-form input {
  background: transparent;
  border: none;
  height: auto;
  color: #fff;
}
footer .foot_t .foot_t_box .gr .hbspt-form .hs-form-field {
  margin-bottom: 0;
}
footer .foot_t .foot_t_box .gr .hbspt-form .hs-button {
  flex-shrink: 0;
  width: 60px;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  padding: 0;
  margin-top: 0;
  font-size: 14px;
  color: #999;
  transition: 0.4s ease-in-out;
}
footer .foot_t .foot_t_box .gr .hbspt-form .hs-button:hover {
  color: #fff;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gr .hbspt-form .hs-button {
    width: 1.6rem;
    height: 0.6rem;
  }
}
footer .foot_t .foot_t_box .gr .hbspt-form .hs-button::before {
  display: none;
  content: "";
  width: 50%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/footer_svg3.svg') no-repeat center;
  background-size: contain;
}
footer .foot_t .foot_t_box .gr .hbspt-form .hs-button svg,
footer .foot_t .foot_t_box .gr .hbspt-form .hs-button img {
  width: 50%;
  height: auto;
}
footer .foot_t .foot_t_box .gr .hbspt-form .hs-button svg path,
footer .foot_t .foot_t_box .gr .hbspt-form .hs-button img path {
  fill: #5b5b5b;
}
footer .foot_t .foot_t_box .gr .foot_wl {
  margin-top: 0.2rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gr .foot_wl {
    margin-top: 0.3rem;
  }
}
footer .foot_t .foot_t_box .gr .foot_wl .item {
  width: 0.5rem;
  height: 0.5rem;
  background: #202020;
  border-radius: 50%;
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gr .foot_wl .item {
    width: 0.7rem;
    height: 0.7rem;
  }
}
footer .foot_t .foot_t_box .gr .foot_wl .item:nth-last-child(-n+2) svg {
  height: 0.23rem;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gr .foot_wl .item:nth-last-child(-n+2) svg {
    height: 0.34rem;
  }
}
footer .foot_t .foot_t_box .gr .foot_wl .item svg {
  height: 0.18rem;
  width: auto;
}
@media (max-width: 767px) {
  footer .foot_t .foot_t_box .gr .foot_wl .item svg {
    height: 0.28rem;
  }
}
footer .foot_t .foot_t_box .gr .foot_wl .item svg path {
  fill: #666;
}
footer .foot_b {
  border-top: 1px solid #2a2a2a;
}
footer .foot_b .box {
  height: 0.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  footer .foot_b .box {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    padding: 0.3rem 0;
  }
}
footer .foot_b .box .gl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .foot_b .box .gl {
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 767px) {
  footer .foot_b .box .gl {
    margin-bottom: 0.2rem;
  }
}
footer .foot_b .box .gl p {
  margin-right: 0.2rem;
  color: #666;
}
footer .foot_b .box .gr {
  display: flex;
  align-items: center;
}
footer .foot_b .box .gr a,
footer .foot_b .box .gr span {
  color: #666;
}
footer .foot_b .box .gr span {
  margin: 0 0.14rem;
}
/* 610 */
.sub_banner {
  height: 8.3rem;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner {
    height: 15rem;
  }
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  width: 100%;
  height: 100%;
  padding-top: 0.6rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt {
    padding-top: 110px;
  }
}
.sub_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container {
    padding: 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.5rem 0 0.3rem;
  }
}
.sub_banner .sub_banner_txt .container .ban_l {
  padding-left: 1.1rem;
  width: 50%;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container .ban_l {
    width: 45%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container .ban_l {
    width: 100%;
  }
}
.sub_banner .sub_banner_txt .container .ban_l .tit h1 {
  font-size: 0.64rem;
  text-transform: uppercase;
  line-height: 1.07;
}
.sub_banner .sub_banner_txt .container .ban_l .tit span {
  text-transform: uppercase;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_a {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_a .public-btn {
  margin: 0 0.2rem 0.2rem 0;
}
.sub_banner .sub_banner_txt .container .ban_r {
  width: 50%;
}
@media (max-width: 1580px) {
  .sub_banner .sub_banner_txt .container .ban_r {
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container .ban_r {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container .ban_r {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.sub_banner .sub_banner_txt .container .ban_r .img {
  width: 100%;
  height: 6.74rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_banner .sub_banner_txt .container .ban_r .img img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.pro610on {
  position: relative;
}
.pro610on .gvid {
  height: 8rem;
  width: 100%;
}
.pro610on .gvid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro610on .gvid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro610on .gvid_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro610on .gvid_txt .txt {
  padding: 0 0.4rem;
}
.pro610on .gvid_txt .txt h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}
.pro610on .gvid_txt .gvid_on {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.55rem;
}
.pro610on .gvid_txt .gvid_on .gvid_on_ring {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  position: relative;
}
.pro610on .gvid_txt .gvid_on .gvid_on_ring .gvid_on_svg {
  position: relative;
  z-index: 10;
  border-radius: 50%;
  background: #0658b5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro610on .gvid_txt .gvid_on .gvid_on_ring .gvid_on_svg svg,
.pro610on .gvid_txt .gvid_on .gvid_on_ring .gvid_on_svg img {
  width: 18.42%;
  height: auto;
}
.pro610on .gvid_txt .gvid_on .gvid_on_ring .gvid_on_svg svg path,
.pro610on .gvid_txt .gvid_on .gvid_on_ring .gvid_on_svg img path {
  fill: #fff;
}
.pro610on .gvid_txt .gvid_on .gvid_on_ring::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0658b5;
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
}
.pro610on .gvid_txt .gvid_on .gvid_on_ring::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0658b5;
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.pro610on .gvid_txt .gvid_on .gvid_on_p {
  margin-top: 0.26rem;
}
.pro610on .gvid_txt .gvid_on .gvid_on_p p {
  color: #fff;
  text-transform: uppercase;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.pro610tw {
  padding: 1.45rem 0 0;
}
.pro610tw .box {
  margin-top: 0.5rem;
}
.pro610tw .box .pro610tw_swi .public-img:before {
  padding-top: 50%;
}
.pro610tw .box .pro610tw_swi .swip2_pag {
  bottom: 0.2rem;
}
.pro610tw .box .pro610tw_swi .swip2_pag .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 10px;
  margin: 0 0.07rem;
  transition: all 0.4s;
}
.pro610tw .box .pro610tw_txt {
  background: #f7f7f7;
  padding: 0.44rem 0.4rem 0.34rem;
}
.pro610tw .box .pro610tw_txt .item {
  display: none;
}
.pro610tw .box .pro610tw_txt .item.on {
  display: block;
}
.pro610tw .box .pro610tw_txt .item p {
  margin-bottom: 0.1rem;
  display: block;
  position: relative;
  line-height: 1;
  padding-left: 20px;
}
.pro610tw .box .pro610tw_txt .item p:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background: #045ec3;
  left: 0;
  top: 0;
}
@media (max-width: 1580px) {
  .pro610tw .box .pro610tw_txt .item p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.pro610th {
  padding: 0.7rem 0 1.1rem;
}
.pro610th .box {
  margin-top: 0.5rem;
}
/* 公共盒子 */
.pub_twbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pub_twbox {
    flex-direction: column;
  }
}
.pub_twbox .pub_twbox_con {
  margin-bottom: 0.3rem;
  background: #f7f7f7;
  width: calc(50% - 0.15rem);
}
@media (max-width: 767px) {
  .pub_twbox .pub_twbox_con {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.pub_twbox .pub_twbox_con:hover .public-img img {
  transform: scale(1.05);
}
.pub_twbox .pub_twbox_con:hover .txt h3 {
  color: #0066cc;
}
.pub_twbox .pub_twbox_con .public-img:before {
  padding-top: 63.94904459%;
}
.pub_twbox .pub_twbox_con .txt {
  padding: 0.3rem 0.35rem 0.65rem 0.3rem;
}
.pub_twbox .pub_twbox_con .txt h3 {
  margin-bottom: 0.16rem;
  transition: all 0.4s;
}
.pub_twbox .pub_twbox_con .txt p {
  color: #111;
  transition: all 0.4s;
}
.pub_twbox .pub_twbox_con2 .public-img:before {
  padding-top: 65.98726115%;
}
.pub_twbox2 {
  flex-wrap: wrap;
}
.pub_twbox2 .pub_twbox_con {
  width: 100%;
}
.pub_twbox2 .pub_twbox_con .public-img:before {
  padding-top: 38.125%;
}
.pub_twbox2 .pub_twbox_con .txt {
  padding: 0.4rem 0.4rem 0.5rem;
}
.pro610fo {
  padding: 1.3rem 0 1.1rem;
}
.pro610fo .box {
  margin-top: 0.7rem;
}
.pro610fi {
  padding: 1rem 0 0;
}
@media (max-width: 767px) {
  .pro610fi {
    padding: 1.2rem 0 0;
  }
}
.pro610fi .box {
  margin-top: 0.5rem;
}
.pro610fi .box .pub_twbox .pub_twbox_con .txt {
  padding: 0.3rem 0.35rem 0.48rem 0.3rem;
}
.pro610fi .box .pub_twbox2 .pub_twbox_con .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}
.pro610si {
  padding: 0.9rem 0 0;
}
.pro610si .box {
  background: #f7f7f7;
  padding-bottom: 1.4rem;
  margin-top: 0.5rem;
}
.pro610si .box .box1 {
  padding-top: 0.5rem;
}
.pro610si .box .box1 h3 {
  text-transform: uppercase;
  line-height: 1.1;
}
.pro610si .box .box1 .box1_con {
  background: #fff;
  padding: 0.4rem;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.pro610si .box .box1 .box1_con .box1_nr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .pro610si .box .box1 .box1_con .box1_nr {
    flex-direction: column;
  }
}
.pro610si .box .box1 .box1_con .box1_nr .gl {
  width: 29.80263158%;
}
@media (max-width: 1260px) {
  .pro610si .box .box1 .box1_con .box1_nr .gl {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .pro610si .box .box1 .box1_con .box1_nr .gl {
    flex-direction: column;
  }
}
.pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box {
  min-height: 2.9rem;
  margin-bottom: 0.3rem;
  background: #1b2126;
  padding: 0.28rem;
  padding-right: 0.38rem;
}
@media (max-width: 1580px) {
  .pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box {
    min-height: 3.6rem;
  }
}
.pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box:last-child {
  margin-bottom: 0;
}
@media (max-width: 1260px) {
  .pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box {
    width: 48%;
    margin-bottom: 0.3rem !important;
  }
}
@media (max-width: 767px) {
  .pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box {
    width: 100%;
  }
}
.pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box .g_svg {
  width: 0.84rem;
  height: 0.84rem;
  padding: 0.07rem;
  border-radius: 0.04rem;
  background: #2f363b;
}
@media (max-width: 767px) {
  .pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box .g_svg {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box .g_svg .g_svg_box {
  background: #282e33;
  border-radius: 0.04rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box .g_svg .g_svg_box svg {
  width: auto;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box .g_svg .g_svg_box svg {
    height: 0.6rem;
  }
}
.pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box .g_svg .g_svg_box svg .cls-1 {
  fill: #fff;
}
.pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box .txt {
  margin-top: 0.22rem;
}
.pro610si .box .box1 .box1_con .box1_nr .gl .pro610si_box .txt p {
  color: #fff;
  line-height: 1.33;
}
.pro610si .box .box1 .box1_con .box1_nr .gr {
  width: 68.22368421%;
}
@media (max-width: 1260px) {
  .pro610si .box .box1 .box1_con .box1_nr .gr {
    width: 100%;
  }
}
.pro610si .box .box1 .box1_con .box1_nr .gr .img {
  min-height: 6.1rem;
  height: 100%;
}
@media (max-width: 767px) {
  .pro610si .box .box1 .box1_con .box1_nr .gr .img {
    min-height: auto;
  }
}
.pro610si .box .box1 .box1_con .box1_nr .gr .img img {
  height: 100%;
  object-fit: cover;
}
.pro610si .box .box2 {
  padding: 0.7rem 0 0;
}
.pro610si .box .box2 h3 {
  text-transform: uppercase;
  line-height: 1.1;
}
.pro610si .box .box2 .box2_img {
  margin-top: 0.55rem;
}
.pro610se {
  padding: 1.1rem 0;
}
.pro610se .box {
  width: 100%;
  padding: 0.9rem 2.35rem 0.65rem;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .pro610se .box {
    padding: 0.9rem 1.4rem 0.65rem;
  }
}
@media (max-width: 767px) {
  .pro610se .box {
    padding: 0.4rem 0.4rem 0.65rem;
  }
}
.pro610se .box .txt {
  position: relative;
}
.pro610se .box .txt p {
  line-height: 1.34;
  color: #fff;
}
.pro610se .box .txt img {
  width: 0.42rem;
  height: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .pro610se .box .txt img {
    display: none;
  }
}
.pro610se .box .txt .img1 {
  left: -0.93rem;
  top: -0.2rem;
}
.pro610se .box .txt .img2 {
  right: -0.24rem;
  bottom: -0.55rem;
}
.pro610se .box .b_lab {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pro610se .box .b_lab {
    margin-top: 0.6rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.pro610se .box .b_lab p {
  color: #fff;
  padding: 0 0.18rem;
  border-right: 2px solid #fff;
  line-height: 1;
}
.pro610se .box .b_lab p:last-child {
  border: none;
}
@media (max-width: 767px) {
  .pro610se .box .b_lab p {
    border: none;
    margin-bottom: 0.1rem;
    padding: 0;
  }
}
.g_qie .pub_nav {
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #045ec3;
  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: #0066cc;
}
.g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie .pub_nav svg {
  width: 0.08rem;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #0066cc;
  opacity: 1;
}
.g_qie .pub_prev {
  left: 0.8rem;
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.8rem;
}
.pro610en {
  padding: 1.4rem 0 1.2rem;
  background: #f8f8f9;
}
.pro610en .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pro610en .box {
    flex-direction: column-reverse;
  }
}
.pro610en .box .gl {
  width: 46.25%;
  padding: 0.22rem 0.2rem 0 0;
}
@media (max-width: 991px) {
  .pro610en .box .gl {
    width: 100%;
    padding: 0;
  }
}
.pro610en .box .gl .pub_title p {
  padding-right: 2rem;
  margin-top: 0.2rem;
}
@media (max-width: 1260px) {
  .pro610en .box .gl .pub_title p {
    padding: 0;
  }
}
.pro610en .box .gl .public-btn {
  margin-top: 0.9rem;
}
.pro610en .box .gr {
  width: 53.75%;
}
@media (max-width: 991px) {
  .pro610en .box .gr {
    width: 100%;
    margin-bottom: 0.7rem;
  }
}
.pro610en .box .gr .pro610en_swi .public-img:before {
  padding-top: 54.53488372%;
}
.pro610en .box .gr .pro610en_b {
  padding: 0 0.5rem;
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pro610en .box .gr .pro610en_b {
    padding: 0;
  }
}
.pro610en .box .gr .pro610en_b .pub_nav {
  position: initial;
  transform: translateY(0%);
}
.pro610en .box .gr .pro610en_b .pro610en_b_m {
  width: 72.09302326%;
}
.pro610en .box .gr .pro610en_b .pro610en_b_m .pro610en_b_txt .g_item {
  display: none;
  text-align: center;
}
.pro610en .box .gr .pro610en_b .pro610en_b_m .pro610en_b_txt .g_item.on {
  display: block;
}
.pro610en .box .gr .pro610en_b .pro610en_b_m .pro610en_b_txt .g_item h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro610en .box .gr .pro610en_b .pro610en_b_m .swip2_pag {
  margin-top: 0.2rem;
  width: 100%;
  text-align: center;
  position: initial;
}
.pro610en .box .gr .pro610en_b .pro610en_b_m .swip2_pag .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.06rem;
  background: #dddcde;
  opacity: 1;
  border-radius: 10px;
  margin: 0 0.05rem;
  transition: all 0.4s;
}
.pro610en .box .gr .pro610en_b .pro610en_b_m .swip2_pag .swiper-pagination-bullet-active {
  background: #045ec3;
}
.pro610ni {
  background: #1b2126;
  padding: 1.3rem 0 1.1rem;
}
.pro610ni .box {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
}
.pro610ni .box .item {
  background: url(../images/pro610p20.jpg) no-repeat;
  background-size: cover;
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
  padding: 0.98rem 0.4rem 0.55rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .pro610ni .box .item {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.pro610ni .box .item:nth-child(3n) {
  margin-right: 0;
}
.pro610ni .box .item .g_svg {
  height: 0.74rem;
  width: auto;
}
@media (max-width: 767px) {
  .pro610ni .box .item .g_svg {
    height: 1rem;
  }
}
.pro610ni .box .item .g_svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro610ni .box .item .txt {
  margin-top: 0.4rem;
  color: #fff;
  text-align: center;
}
.pro610ni .box .item .txt p {
  margin-top: 0.18rem;
  line-height: 1.33;
}
.pro610te {
  background: #efeff1;
  padding: 1.3rem 0 1.4rem;
}
.pro610te .box {
  margin-top: 0.46rem;
}
.pro610te .box .g_p {
  height: 130px;
  overflow: auto;
  padding: 0 5.66rem 0 0.3rem;
  direction: rtl;
}
@media (max-width: 1260px) {
  .pro610te .box .g_p {
    padding: 0 0 0 0.3rem;
  }
}
.pro610te .box .g_p .g_p_box {
  direction: ltr;
}
.pro610te .box .g_p p {
  margin-bottom: 0.14rem;
  line-height: 1.33;
}
.pro610te .box .pro610te_box {
  padding: 0.3rem 0.3rem 0;
  background: #fff;
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .pro610te .box .pro610te_box {
    justify-content: space-between;
  }
}
.pro610te .box .pro610te_box .item {
  background: #f7f7f7;
  width: calc((100% - 0.9rem)/4);
  margin: 0 0.3rem 0.3rem 0;
  padding: 0.35rem 0.1rem 0.3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .pro610te .box .pro610te_box .item {
    width: calc(50% - 0.15rem);
    margin: 0 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .pro610te .box .pro610te_box .item {
    width: 100%;
  }
}
.pro610te .box .pro610te_box .item:nth-child(4n) {
  margin-right: 0;
}
.pro610te .box .pro610te_box .item .g_svg {
  height: 1.7rem;
  width: auto;
}
.pro610te .box .pro610te_box .item .g_svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro610te .box .pro610te_box .item .txt {
  margin-top: 0.2rem;
  text-align: center;
}
.pro610te .box .pro610te_box .item .txt p {
  padding: 0 0.1rem;
  margin-top: 0.05rem;
  line-height: 1.33;
}
.pro610te .box .g_p::-webkit-scrollbar {
  width: 3px;
}
.pro610te .box .g_p::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.pro610te .box .g_p::-webkit-scrollbar-thumb {
  background: #0066cc;
  border-radius: 25px;
}
.pro610te .box .g_p::-webkit-scrollbar-corner {
  background: #0066cc;
}
.pro610el {
  padding: 1.3rem 0 1.1rem;
}
.pro610el .box {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.pro610el .box .item {
  background: #f7f7f7;
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pro610el .box .item:hover .public-img img {
  transform: scale(1.06);
}
.pro610el .box .item:hover .txt .public-btn2 svg {
  transform: translateX(0.1rem);
}
.pro610el .box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .pro610el .box .item {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.pro610el .box .item .public-img {
  width: 100%;
}
.pro610el .box .item .public-img:before {
  padding-top: 67.83625731%;
}
.pro610el .box .item .txt {
  padding: 0.35rem 0.3rem 0.4rem 0.38rem;
}
.pro610el .box .item .txt h3 {
  line-height: 1.18;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 4.72em;
}
.pro610el .box .item .txt p {
  margin-top: 0.2rem;
  line-height: 1.33;
}
.pro610thi {
  padding: 1.3rem 0 1.05rem;
}
@media (max-width: 767px) {
  .pro610thi {
    padding: 1rem 0 0.8rem;
  }
}
.pro610thi .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.pro610thi .box .item {
  width: calc((100% - 0.9rem)/4);
  margin: 0 0.3rem 0.3rem 0;
}
@media (max-width: 991px) {
  .pro610thi .box .item {
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
}
@media (max-width: 767px) {
  .pro610thi .box .item {
    margin: 0 0 0.5rem 0;
  }
}
.pro610thi .box .item:hover .public-img img {
  transform: scale(1.05);
}
.pro610thi .box .item:hover .txt h3 {
  color: #0066cc;
}
.pro610thi .box .item:hover .txt .public-btn p {
  color: #0066cc;
}
.pro610thi .box .item:hover .txt .public-btn svg path {
  fill: #0066cc;
}
.pro610thi .box .item:nth-child(4n) {
  margin-right: 0;
}
.pro610thi .box .item .public-img {
  background: url("../images/x-gbj.jpg") no-repeat center;
  background-size: cover;
}
.pro610thi .box .item .public-img:before {
  padding-top: 92.30769231%;
}
.pro610thi .box .item .txt {
  background: #fff;
  padding: 0.35rem 0 0;
}
.pro610thi .box .item .txt .txt_box .txt_con h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro610thi .box .item .txt .txt_box .txt_con p {
  margin-top: 0.16rem;
}
.pro610thi .box .item .txt .public-btn {
  margin-top: 0.38rem;
}
.pro610twe {
  padding: 1.3rem 0 1.4rem;
}
.pro610twe .pub_title {
  text-align: center;
}
.pro610twe .box {
  color: #fff;
  margin-top: 0.52rem;
  overflow: auto;
}
.pro610twe .box::-webkit-scrollbar {
  width: 3px;
  height: 8px;
}
.pro610twe .box::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.pro610twe .box::-webkit-scrollbar-thumb {
  background: #0066cc;
  border-radius: 25px;
}
.pro610twe .box::-webkit-scrollbar-corner {
  background: #0066cc;
}
.pro610twe .box table {
  border-collapse: collapse;
  width: 100%;
}
.pro610twe .box table .gtab_tw {
  padding: 0.5rem 0.2rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro610twe .box table .gtab_tw .img {
  width: 2.06rem;
  height: 2.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro610twe .box table .gtab_tw .img img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.pro610twe .box table .gtab_tw .txt {
  margin-top: 0.42rem;
  text-align: center;
}
.pro610twe .box table .gtab_p {
  text-align: center;
  padding: 0.24rem 0.44rem;
}
.pro610twe .box table .gtab_p p {
  margin: 0.03rem 0;
}
.pro610twe .box table .gtab_p2 {
  text-align: left;
  padding: 0.24rem 0.28rem;
}
.pro610twe .box table .gtab_p2 p {
  margin: 0.03rem 0;
}
.pro610twe .box table .gtab_down {
  text-align: center;
  padding: 0.4rem 0.2rem;
}
.pro610twe .box table .gtab_down .gtab_down_box {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
  height: 0.6rem;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.4s;
}
.pro610twe .box table .gtab_down .gtab_down_box:hover {
  background: #0066cc;
  border-color: #0066cc;
}
@media (max-width: 767px) {
  .pro610twe .box table .gtab_down .gtab_down_box {
    height: 0.8rem;
  }
}
.pro610twe .box table .gtab_down .gtab_down_box p {
  text-transform: uppercase;
}
.pro610twe .box table .gtab_down .gtab_down_box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 0.2rem;
}
.pro610twe .box table .gtab_down .gtab_down_box i svg,
.pro610twe .box table .gtab_down .gtab_down_box i img {
  width: 100%;
}
.pro610twe .box table .gtab_down .gtab_down_box i svg path,
.pro610twe .box table .gtab_down .gtab_down_box i img path {
  fill: #fff;
}
.pro610twe .box table .gtab_mat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pro610twe .box table .gtab_mat:hover .gtab_mat_box .mat_tit i svg {
  transform: rotate(180deg);
}
.pro610twe .box table .gtab_mat .gtab_mat_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.2rem;
}
.pro610twe .box table .gtab_mat .gtab_mat_box .mat_tit {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: 'font-sb', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .pro610twe .box table .gtab_mat .gtab_mat_box .mat_tit {
    font-size: 14px;
  }
}
.pro610twe .box table .gtab_mat .gtab_mat_box .mat_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
}
.pro610twe .box table .gtab_mat .gtab_mat_box .mat_tit i svg {
  width: 0.09rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .pro610twe .box table .gtab_mat .gtab_mat_box .mat_tit i svg {
    width: 0.2rem;
  }
}
.pro610twe .box table .gtab_mat .gtab_mat_box .mat_tit i svg path {
  fill: #fff;
}
.pro610twe .box table .gtab_mat .gtab_mat_box .mat_box {
  position: absolute;
  z-index: 100;
  top: 74%;
  left: 50%;
  transform: translateX(-50%);
  background: #303940;
  border: 1px solid #595e63;
  padding: 0.15rem 0.08rem 0.1rem;
  border-radius: 0.08rem;
  width: 280px;
  display: none;
  cursor: auto;
}
.pro610twe .box table .gtab_mat .gtab_mat_box .mat_box p {
  line-height: 1.71;
}
.pro610twe .box th,
.pro610twe .box td {
  padding: 8px;
  text-align: left;
}
.pro610twe .box th {
  border: 1px solid #33393e;
  background: #1e252b;
  padding: 0.1rem 0.5rem;
}
.pro610twe .box td {
  border: 1px solid #1e252b;
  transition: all 0.4s;
  background: #293036;
  font-size: 14px;
}
.pro610twe .box td.on {
  border-top-color: #045ec3 !important;
  background: #40454b;
}
.pro610twe .box td.on .gtab_down .gtab_down_box {
  background: #0066cc;
  border-color: #0066cc;
}
.pro610twe .box th.rotate {
  white-space: nowrap;
}
.pro610twe .box tr:first-child th {
  width: 20%;
}
.pro610twe .box tr:first-child td {
  border-top: 4px solid transparent;
  width: 20%;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  display: none;
}
.pro_nav2 .pro_nav2_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pro_nav2 .pro_nav2_box .gl {
  width: 28.54166667%;
  padding-left: calc((100vw - 1600px)/2);
}
@media (max-width: 1580px) {
  .pro_nav2 .pro_nav2_box .gl {
    padding-left: 8vw;
  }
}
@media (max-width: 1260px) {
  .pro_nav2 .pro_nav2_box .gl {
    padding-left: 5vw;
  }
}
.pro_nav2 .pro_nav2_box .gl .gl_box {
  height: 100%;
  padding: 0.08rem 0.44rem 0.08rem 0.2rem;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con {
  height: 100%;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: url(../images/other12.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  z-index: 10;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_hz {
  padding-top: 0.65rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_hz a {
  margin-bottom: 0.38rem;
  transition: all 0.4s;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_hz a:hover,
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_hz a.on {
  color: #0066cc;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.55rem;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a {
  display: flex;
  align-items: center;
  margin-bottom: 0.14rem;
  transition: all 0.4s;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a:last-child {
  margin-bottom: 0;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a:hover {
  color: #0066cc;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a:hover svg,
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a:hover img {
  opacity: 1;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a:hover svg path,
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a:hover img path {
  fill: #0066cc !important;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a svg,
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a img {
  transition: all 0.4s;
  margin-left: 0.09rem;
  width: 5px;
  height: auto;
}
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a svg path,
.pro_nav2 .pro_nav2_box .gl .gl_box .gl_con .ga_blj a img path {
  fill: #666;
}
.pro_nav2 .pro_nav2_box .gr {
  height: 6rem;
  width: 71.45833333%;
}
@media (max-width: 1580px) {
  .pro_nav2 .pro_nav2_box .gr {
    height: 7rem;
  }
}
.pro_nav2 .pro_nav2_box .gr .nav_com_box {
  height: 100%;
  position: relative;
}
.pro_nav2 .pro_nav2_box .gr .nav_com_box .gr_item {
  display: none;
  height: 100%;
}
.pro_nav2 .pro_nav2_box .gr .nav_com_box .gr_item .img {
  width: 100%;
  height: 100%;
}
.pro_nav2 .pro_nav2_box .gr .nav_com_box .gr_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_nav2 .pro_nav2_box .gr .nav_com_box .gr_item .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pro_nav2 .pro_nav2_box .gr .nav_com_box .gr_item .txt p {
  width: 5.3rem;
}
.nav_com {
  display: none;
}
.nav_com .pro_nav2_box .gl .gl_box .gl_con::after {
  display: none;
}
.nav_sup_cs {
  display: none;
}
.nav_sup_cs .pro_nav2_box .gl {
  width: 52.60416667%;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box {
  display: flex;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_con {
  width: 42.5%;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two {
  padding: 0.65rem 0.95rem 0.2rem;
  width: 57.5%;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  transition: all 0.4s;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a:last-child {
  margin-bottom: 0;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a.on {
  color: #0066cc;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a.on svg,
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a.on img {
  opacity: 1;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a.on svg path,
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a.on img path {
  fill: #0066cc !important;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a svg,
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a img {
  transition: all 0.4s;
  opacity: 0;
  margin-left: 0.09rem;
  width: 5px;
  height: auto;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a svg path,
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .gl_two_item a img path {
  fill: #0066cc;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .g_ba {
  margin-top: 0.6rem;
}
.nav_sup_cs .pro_nav2_box .gl .gl_box .gl_two .g_ba a {
  background: #0066cc;
  color: #fff !important;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.25rem;
}
.nav_sup_cs .pro_nav2_box .gr {
  width: 47.39583333%;
}
.nav_sup_cs .pro_nav2_box .gr .nav_sup_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_sup_cs .pro_nav2_box .gr .nav_sup_box .img {
  max-width: 5rem;
  max-height: 4.2rem;
}
.nav_sup_cs .pro_nav2_box .gr .nav_ind_box {
  width: 100%;
  height: 100%;
}
.nav_sup_cs .pro_nav2_box .gr .nav_ind_box .img {
  width: 100%;
  height: 100%;
}
.nav_sup_cs .pro_nav2_box .gr .nav_ind_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav_lea {
  display: none;
}
.nav_lea .pro_nav2_box .gl .gl_box .gl_con::after {
  display: none;
}
.nav_ind {
  display: none;
}
.nav_sof {
  display: none;
}
.nav_sof .pro_nav2_box .gl .gl_box .gl_con::after {
  display: none;
}
.nav_sof .pro_nav2_box .gr .nav_com_box {
  background: url(../images/other5.jpg);
  background-size: cover;
}
.nav_sof .pro_nav2_box .gr .nav_com_box .gr_item {
  width: 50%;
  padding-top: 0.5rem;
  margin: auto ;
}
.nav_sof .pro_nav2_box .gr .nav_com_box .gr_item .public-img:before {
  padding-top: 60.87591241%;
}
.nav_sof .pro_nav2_box .gr .nav_com_box .gr_item .txt {
  margin-top: 0.3rem;
  width: 100%;
  height: auto;
  position: relative;
}
.nav_sof .pro_nav2_box .gr .nav_com_box .gr_item .txt p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.nav_fil {
  display: none;
}
.nav_fil .pro_nav2_box .gl .gl_box .gl_two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.nav_fil .pro_nav2_box .gl .gl_box .gl_two .gl_two_box {
  max-height: 4rem;
  overflow: auto;
  width: 100%;
  padding-right: 10px;
}
@media (max-width: 1580px) {
  .nav_fil .pro_nav2_box .gl .gl_box .gl_two .gl_two_box {
    max-height: 5rem;
  }
}
.nav_fil .pro_nav2_box .gl .gl_box .gl_two .g_ba {
  margin-top: 0.26rem;
  margin-bottom: 0.6rem;
}
.nav_pro {
  display: none;
}
.nav_pro .nav_pro_box {
  display: flex;
}
.nav_pro .nav_pro_box .nav_pro_item {
  width: 25%;
  padding: 0.7rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_pro .nav_pro_box .nav_pro_item:hover .txt .g_more {
  opacity: 1;
}
.nav_pro .nav_pro_box .nav_pro_item .img {
  width: 2.22rem;
  height: 2.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav_pro .nav_pro_box .nav_pro_item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav_pro .nav_pro_box .nav_pro_item .img span {
  color: #0066cc;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1580px) {
  .nav_pro .nav_pro_box .nav_pro_item .img span {
    right: -0.2rem;
    top: -0.2rem;
  }
}
.nav_pro .nav_pro_box .nav_pro_item .txt {
  margin-top: 0.1rem;
  text-align: center;
}
.nav_pro .nav_pro_box .nav_pro_item .txt .txt_box h3 {
  color: #111;
}
.nav_pro .nav_pro_box .nav_pro_item .txt .txt_box p {
  margin-top: 0.08rem;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more {
  opacity: 0;
  margin-top: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.14rem;
  text-transform: uppercase;
  transition: all 0.4s;
  color: #0066cc;
}
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more:last-child {
  margin-bottom: 0;
}
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more:hover {
  color: #0066cc;
}
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more:hover svg,
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more:hover img {
  opacity: 1;
}
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more svg,
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more img {
  transition: all 0.4s;
  margin-left: 0.09rem;
  width: 5px;
  height: auto;
}
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more svg path,
.nav_pro .nav_pro_box .nav_pro_item .txt .g_more img path {
  fill: #0066cc !important;
}
.x-searcha1 {
  background-color: #f7f7f7;
  padding: 1.2rem 0 1.4rem;
}
.x-searcha1 .container .x-top {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #dedede;
  overflow-x: auto;
}
.x-searcha1 .container .x-top a {
  display: inline-block;
  color: rgba(51, 51, 51, 0.8);
  width: 19.5%;
  text-align: center;
  padding: 0.12rem;
  position: relative;
  transition: 0.4s ease-in-out;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .x-searcha1 .container .x-top a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .x-searcha1 .container .x-top a {
    width: auto;
    padding: 0.12rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-searcha1 .container .x-top a {
    font-size: 0.3rem;
  }
}
.x-searcha1 .container .x-top a.on {
  color: #333333;
}
.x-searcha1 .container .x-top a.on::before {
  width: 100%;
}
.x-searcha1 .container .x-top a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-searcha1 .container .x-top a::before {
    display: none;
  }
}
.search_3dprinters .x-ind-aer3 .x-app-indu6 .hon {
  padding: 0.2rem 0 0 0;
}
.search_3dprinters .x-ind-aer3 .x-app-indu6 .hon .container {
  width: 100%;
}
.search_filaments .x-colle2 {
  padding: 0;
}
.search_filaments .x-colle2 .container {
  width: 100%;
}
.search_filaments .x-colle2 .container .x-xia .x-ri {
  width: 100%;
}
.search_software .x-supp-sof1 {
  background-color: #f7f7f7;
  padding: 0;
}
.search_software .x-supp-sof1 .container {
  width: 100%;
}
.search_article .x-learn-co2 {
  padding: 0.6rem 0 0 0;
}
@media (max-width: 991px) {
  .search_article .x-learn-co2 {
    padding: 0.2rem 0 0 0;
  }
}
.search_article .x-learn-co2 .container {
  width: 100%;
}
.search_article .x-learn-co2 .container .x-ri {
  width: 100%;
}
.search_whitepapers .x-learn-co2 {
  padding: 0.6rem 0 0;
}
@media (max-width: 991px) {
  .search_whitepapers .x-learn-co2 {
    padding: 0.2rem 0 0 0;
  }
}
.search_whitepapers .x-learn-co2 .container {
  width: 100%;
}
.search_whitepapers .x-learn-co2 .container .x-ri {
  width: 100%;
}
.x-nj-pub_title {
  text-align: center;
}
.x-proxt1 .x-top {
  padding: 1.3rem 0 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.x-proxt1 .x-top .container .pub_title3 {
  text-align: center;
}
.x-proxt1 .x-top .container .pub_title3 p {
  margin-top: 0.2rem;
}
.x-proxt1 .x-xia {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0 1.15rem 0;
}
.x-proxt1 .x-xia .x-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.2rem;
}
.x-proxt1 .x-xia .x-box .x-text {
  width: 50.9375%;
  margin-top: 1.35rem;
  padding-right: 0.3rem;
}
@media (max-width: 1260px) {
  .x-proxt1 .x-xia .x-box .x-text {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-proxt1 .x-xia .x-box .x-text {
    width: 100%;
    padding-right: 0;
  }
}
.x-proxt1 .x-xia .x-box .x-text .x-tit {
  font-weight: bold;
  color: #111111;
}
.x-proxt1 .x-xia .x-box .x-text .x-p {
  margin-top: 0.05rem;
}
.x-proxt1 .x-xia .x-box .x-text .x-p p {
  color: #333333;
  margin-bottom: 0.1rem;
}
.x-proxt1 .x-xia .x-box .x-text .x-p p i {
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333333;
  transform: translateY(-0.3em);
}
@media (max-width: 767px) {
  .x-proxt1 .x-xia .x-box .x-text .x-p p i {
    width: 4px;
    height: 4px;
    transform: translateY(-0.2em);
  }
}
.x-proxt1 .x-xia .x-box .public-img {
  width: 49.0625%;
}
.x-proxt1 .x-xia .x-box .public-img.on .gvid_on {
  opacity: 0;
}
@media (max-width: 767px) {
  .x-proxt1 .x-xia .x-box .public-img {
    width: 100%;
    order: -1;
  }
}
.x-proxt1 .x-xia .x-box .public-img::before {
  padding-top: 76.43312102%;
}
.x-proxt1 .x-xia .x-box .public-img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-proxt1 .x-xia .x-box .public-img .gvid_on {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.x-proxt1 .x-xia .x-box .public-img .gvid_on .gvid_on_ring {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  position: relative;
}
.x-proxt1 .x-xia .x-box .public-img .gvid_on .gvid_on_ring .gvid_on_svg {
  position: relative;
  z-index: 10;
  border-radius: 50%;
  background: #0658b5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-proxt1 .x-xia .x-box .public-img .gvid_on .gvid_on_ring .gvid_on_svg svg,
.x-proxt1 .x-xia .x-box .public-img .gvid_on .gvid_on_ring .gvid_on_svg img {
  width: 18.42%;
  height: auto;
}
.x-proxt1 .x-xia .x-box .public-img .gvid_on .gvid_on_ring .gvid_on_svg svg path,
.x-proxt1 .x-xia .x-box .public-img .gvid_on .gvid_on_ring .gvid_on_svg img path {
  fill: #fff;
}
.x-proxt1 .x-xia .x-box .public-img .gvid_on .gvid_on_ring::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0658b5;
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
}
.x-proxt1 .x-xia .x-box .public-img .gvid_on .gvid_on_ring::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0658b5;
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.x-proxt1 .x-xia .pub_twbox .pub_twbox_con .txt p {
  padding-left: 0.15rem;
  position: relative;
}
.x-proxt1 .x-xia .pub_twbox .pub_twbox_con .txt p::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media (max-width: 767px) {
  .x-proxt1 .x-xia .pub_twbox .pub_twbox_con .txt p::before {
    width: 4px;
    height: 4px;
  }
}
.x-3xj-cn1 .x-3pro1 {
  padding-bottom: 0.1rem;
}
.x-3xj-cn2.x-3pro5 {
  padding-top: 0.7rem;
  padding-bottom: 0;
}
.x-3pro6.x-3xj-cn3 {
  padding-top: 1rem;
}
.x-3pro6.x-3xj-cn3 .htw {
  padding-bottom: 0;
}
.x-3pro6.x-3xj-cn3 .htw .container .pub_title_lr {
  text-align: center;
}
.x-3pro6.x-3xj-cn3 .htw .container .pub_title_lr .pub_title {
  width: 100%;
}
.pro610en.x-3xj-cn4 {
  background: #fff;
}
.new610Lt .sub_banner_txt .container .ban_l .tit span {
  margin-top: 0.1rem;
  display: inline-block;
}
.new610Lt-tw {
  padding: 1.55rem 0 0;
}
.new610Lt-tw .pub_title p {
  margin-top: 0.15rem;
}
.new610Lt-tw .box {
  margin-top: 0.55rem;
}
.new610Lt-th {
  padding: 1.35rem 0 1.1rem;
}
.new610Lt-th .pub_title p {
  margin-top: 0.2rem;
  line-height: calc(46/34);
}
.new610Lt-th .box {
  margin-top: 0.45rem;
}
.new610Lt-fo {
  padding: 1.2rem 0 1.1rem;
}
.new610Lt-fo .pub_title2 p {
  line-height: calc(44/34);
  margin-top: 0.2rem;
}
.new610Lt-fo .box {
  margin-top: 0.75rem;
}
.new610Lt-fi {
  padding: 1.35rem 0 0;
}
.new610Lt-fi .pub_title p {
  margin-top: 0.2rem;
  line-height: calc(46/34);
}
.new610Lt-fi .box {
  margin-top: 0.55rem;
}
.new610Lt-si {
  padding: 1.1rem 0 0;
}
.new610Lt-si .box {
  margin-top: 0;
}
.new610Lt-si .box .box1 {
  padding-top: 1.3rem;
}
.new610Lt-si .box .box1 p {
  line-height: calc(56/42);
  margin-top: 0.5rem;
}
.new610Lt-si .box .box1 .box1_con {
  margin-top: 0.55rem;
}
.new610Lt-si .box .box1 .box1_con .box1_nr .gl .pro610si_box {
  min-height: 2.2rem;
}
.new610Lt-si .box .box2 {
  padding: 0.95rem 0 0;
}
.new610Lt-si .box .box2 p {
  width: 100%;
  padding: 0.5rem 0.4rem 0.58rem;
  background: #fff;
  line-height: calc(36/24);
  color: #333;
}
.new610Lt-se {
  padding: 1rem 0 1.1rem;
}
.new610Lt-se .box {
  padding: 0.9rem 2.9rem 0.65rem 2.62rem;
}
.new610Lt-se .box .txt .img2 {
  right: -1rem;
}
.new610Lt-ni {
  padding: 1.35rem 0 1.1rem;
}
.new610Lt-ni .pub_title2 h2 {
  text-align: center;
}
.new610Lt-ni .box {
  margin-top: 1.15rem;
}
.new610Lt-el .box .item .txt h3 {
  height: auto;
}
.new610Lt-el .box .item .txt p {
  margin-top: 0.5rem;
}
.x-banrt1 .sub_banner .sub_banner_txt .container .ban_l .tit h1 {
  font-size: 0.54rem;
}
