@charset "utf-8";
/*字体*/
@font-face {
  font-family: 'pingfangbold';
  src:  format('.contact-box2truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pingfangmedium';
  src:  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pingfangheavy';
  src:  format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*字体*/
/* @font-face {
	font-family: "fontke";
	src:  format("woff2"),
		  format("woff"),
		  format("truetype"),
		  format("embedded-opentype"),
		  format("svg"),
		  format("opentype");
} */
* {
  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;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'pingfang sc', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#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: #1680ff;
}
#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: #1680ff;
}
#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: #1680ff;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(/uploads/image/rimages/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(/uploads/image/rimages/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(/uploads/image/rimages/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(/uploads/image/rimages/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(/uploads/image/rimages/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(/uploads/image/rimages/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
#c-header.c-head-move {
  top: -1rem;
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1rem;
    height: 1rem;
  }
}
#c-header a {
  color: #444444;
  transition: 0.3s;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部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 !important;
  }
}
#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: 1rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#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 > a,
#c-header .c-nav li:hover > a {
  color: #1680ff;
  font-weight: bold;
}
#c-header.c-style2 .c-nav li.on > a i,
#c-header .c-nav li:hover > a i {
  color: #1680ff;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1rem;
  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;
}
#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 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
@media (max-width: 991px) {
  #c-header .c-nav2 li a {
    font-size: 0.28rem;
  }
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #1680ff;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #333;
  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: #1680ff !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: #1680ff;
  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: #1680ff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb1,
.c-home-banner .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb1,
  .c-home-banner .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc1,
  .c-home-banner .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-home-banner .swiper-slide .c-pc1,
.c-home-banner .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-home-banner .swiper-slide .c-pc2,
.c-home-banner .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.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: #1680ff;
}
#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: #1680ff;
}
#c-footer .c-top-box {
  padding: 0.6rem 0;
  background: #171719;
}
@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.2rem;
}
@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;
  font-family: 'pingfangbold', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #1680ff;
}
#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: #576067;
}
@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 a {
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
  font-size: 14px;
}
#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: #1680ff;
}
@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 rgba(255, 255, 255, 0.02);
  color: #7f7f7f;
  background: #171719;
}
@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: #1680ff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt100 {
  margin-top: 1rem;
}
.fontbold {
  font-family: 'pingfangbold', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.fontmedium {
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.fontheavy {
  font-family: 'pingfangheavy', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.font30 {
  font-size: 0.3rem;
  color: #203241;
}
.font14 {
  font-size: 0.14rem;
  color: #203241;
  opacity: 0.8;
  font-family: 'pingfangheavy', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.font4 {
  font-size: 0.4rem;
  color: #203241;
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.font16 {
  font-size: 0.16rem;
  color: #222;
  opacity: 0.7;
}
.index-personal .w1400 {
  position: absolute;
  width: 14rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.index-banner {
  width: 100%;
  position: relative;
  height: 100vh;
}
.index-banner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 10s;
}
.index-banner ul {
  position: absolute;
  left: 0;
  top: 3rem;
  padding-left: 50%;
  z-index: 2;
}
.index-banner ul li.font60 {
  font-size: 0.6rem;
  line-height: 0.7rem;
  color: #203241;
  position: relative;
  transition: all 1s;
  font-family: 'pingfangheavy', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
  top: 1rem;
  opacity: 0;
}
.index-banner ul li.font20 {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #203241;
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
  margin: 0.2rem 0 0.8rem;
  top: 1rem;
  opacity: 0;
  position: relative;
  transition: all 1.5s;
}
.index-banner ul li.link a {
  width: 1.9rem;
  line-height: 0.6rem;
  background-color: #1680ff;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  font-family: 'pingfangbold', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
  display: block;
  position: relative;
  transition: all 2s;
  font-family: 'pingfangheavy', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
  top: 1rem;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner ul li.link a svg {
  margin-left: 0.2rem;
}
.index-banner ul li.link a svg path {
  fill: #fff;
}
@media (max-width: 992px) {
  .index-banner ul li.font20 {
    font-size: 0.24rem;
  }
  .index-banner ul li.link a {
    border-radius: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.8rem;
    width: 2.3rem;
    font-size: 0.26rem;
  }
}
.page1.active ul li.font60 {
  opacity: 1;
  top: 0;
}
.page1.active ul li.font20 {
  opacity: 1;
  top: 0;
}
.page1.active ul li.link a {
  opacity: 1;
  top: 0;
}
.page1.active .index-banner .img img {
  transform: scale(1.2);
}
.index-personal {
  width: 100%;
  height: 100vh;
}
.index-persionala1 {
  position: relative;
  overflow: hidden;
}
.index-persionala1 .swiper-slide a img {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index-persionala1 .swiper-slide {
  width: 100%;
  height: 100vh;
}
.index-persionala1 .swiper-slide p {
  width: 100%;
  height: 100vh;
}
.index-personal .w1400 {
  top: initial;
  bottom: 10%;
  transform: translatex(-50%);
}
.index-personal .w1401 {
  padding-top: 0;
  display: flex;
  margin-top: 1rem;
  z-index: 2;
}
.index-personal .w1401 .box1 {
  width: 20px;
}
.index-personal .w1401 .box2 {
  width: 60px;
}
.index-personal .w1401 .box3 {
  width: calc(100% - 140px);
}
.index-personal .w1401 .box3 .line {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-personal .w1401 .box3 .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  height: 2px ;
  background-color: rgba(87, 96, 103, 0.2);
}
.index-personal .w1401 .box3 .line span {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  height: 2px ;
  background-color: #1680ff;
  animation: mymove4 3.2s infinite;
  animation-timing-function: linear;
}
.index-personal .w1401 .box4 {
  width: 60px;
  display: flex;
  justify-content: end;
}
.swiper-button-next4,
.swiper-button-prev4 {
  cursor: pointer;
}
.swiper-button-next4 {
  margin-left: 0.1rem;
}
.swiper-button-next4 svg path {
  fill: #203241;
}
.swiper-button-prev4 svg path {
  fill: #203241;
}
.swiper-button-next4:hover svg path {
  fill: #1680ff;
}
.swiper-button-prev4:hover svg path {
  fill: #1680ff;
}
.fp-warning,
.fp-watermark a {
  display: none;
}
@keyframes mymove4 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes mymove4 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.index-personal .pause {
  display: block;
}
.index-personal .pause svg path {
  fill: #203241;
}
.index-personal .fa-play {
  display: none;
}
.index-product {
  display: flex;
  width: 100%;
  height: 100vh;
}
.index-product .mbox {
  width: 25%;
  padding-top: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1s;
}
.index-product .mbox .font30 {
  display: block;
  text-align: center;
  padding: 0 0.1rem;
  transition: all 1s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.index-product .mbox .font14 {
  display: block;
  text-align: center;
  margin-top: 0.2rem;
  color: #666666;
  padding: 0 0.1rem;
  transition: all 1.5s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.index-product .mbox .font14 span {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background-color: #1680ff;
  border-radius: 50%;
  text-align: center;
  transition: all 1s;
  opacity: 0;
  top: 1rem;
}
.index-product .mbox .font14 span i {
  color: #fff;
}
.index-product .mbox .img {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.index-product .mbox:nth-child(1) {
  background-image: url(/uploads/image/rimages/index-img5.png);
}
.index-product .mbox:nth-child(2) {
  background-image: url(/uploads/image/rimages/index-img6.png);
}
.index-product .mbox:nth-child(3) {
  background-image: url(/uploads/image/rimages/index-img7.png);
}
.index-product .mbox:nth-child(4) {
  background-image: url(/uploads/image/rimages/index-img8.png);
}
.index-product .mbox.default {
  width: 30%;
}
.index-product .mbox.default .font14 span {
  opacity: 1;
  top: 0.4rem;
}
.page3.active .font30 {
  opacity: 1;
  top: 0;
}
.page3.active .font14 {
  opacity: 1;
  top: 0;
}
.index-about {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}
.index-about .mbox {
  width: 36%;
  position: relative;
  transition: all 1s;
}
.index-about .mbox .img {
  width: 100%;
  height: 100%;
}
.index-about .mbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .mbox .sbox {
  position: absolute;
  left: 15%;
  top: 10%;
}
.index-about .mbox .sbox .font14 {
  font-size: 0.4rem;
  color: #203241;
  padding-top: 1.1rem;
}
.index-about .mbox .sbox .textbox {
  display: none;
  margin-top: 0.1rem;
}
.index-about .mbox .sbox .textbox .font4 {
  color: #203241;
}
.index-about .mbox .sbox .textbox .font16 {
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.7);
  margin: 0.25rem 0 0.6rem;
}
.index-about .mbox .sbox .textbox .num {
  display: flex;
}
.index-about .mbox .sbox .textbox .num p {
  width: 2.2rem;
  margin-right: 0.1rem;
  background-color: #fff;
  padding: 0.4rem 0.3rem 0.4rem 0.4rem;
}
.index-about .mbox .sbox .textbox .num p span:nth-child(1) em:nth-child(1) {
  font-size: 0.62rem;
  color: #1680ff;
  font-style: normal;
  line-height: 1em;
}
.index-about .mbox .sbox .textbox .num p span:nth-child(1) em:nth-child(2) {
  font-size: 0.16rem;
  color: #1680ff;
  font-style: normal;
  vertical-align: top;
  margin-left: 0.1rem;
}
.index-about .mbox .sbox .textbox .num p span:nth-child(2) {
  font-size: 0.15rem;
  display: block;
  color: #666666;
  line-height: 0.25rem;
}
.index-about .mbox .sbox .textbox .link {
  margin-top: 1rem;
}
.index-about .mbox .sbox .textbox .link a {
  width: 1.53rem;
  display: block;
  line-height: 0.5rem;
  background-color: #1680ff;
  border-radius: 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
}
.index-about .mbox .sbox .textbox .link a svg {
  margin-left: 0.1rem;
}
.index-about .mbox .sbox .textbox .link a svg path {
  fill: #fff;
}
.index-about .mbox.default {
  width: 64%;
}
.index-about .mbox.default .font14 {
  font-size: 0.14rem;
  color: #576067;
  opacity: 0.8;
  padding-top: 0.75rem;
}
.index-about .mbox.default .sbox .textbox {
  display: block;
}
.index-about .mbox.default .font214 {
  font-size: 0.4rem;
}
.index-about .mbox .font24 {
  width: 2.77rem;
  font-family: 'pingfangbold', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.index-about .mbox.mbox.default .font24 {
  width: 100%;
}
.index-about .mbox .sbox .s14 {
  font-size: 0.14rem;
}
.page4 .font14 {
  transition: all 1s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page4 .font4 {
  transition: all 1.5s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page4 .textbox {
  transition: all 2s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page4.active .font14 {
  opacity: 1;
  top: 0;
}
.page4.active .font4 {
  opacity: 1;
  top: 0;
}
.page4.active .textbox {
  opacity: 1;
  top: 0;
}
.index-partner {
  background-color: #d8eaff;
  height: 100vh;
}
.index-partner .w1400 {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  padding-top: 1.12rem;
}
.index-partner .snav {
  display: flex;
}
.index-partner .font4 {
  margin: 0.2rem 0 0.2rem;
}
.index-partner .snav li {
  cursor: pointer;
  font-size: 0.16rem;
  color: #576067;
  width: 1.5rem;
  line-height: 0.6rem;
  margin-right: 0.1rem;
  text-align: center;
  border-bottom: 1px solid #d2d7dd;
}
.index-partner .snav li.default {
  color: #1680ff;
  border-bottom: 1px solid #1680ff;
}
.index-partner .link {
  width: 1.5rem;
  line-height: 0.49rem;
  border-radius: 0.24rem;
  border: 1px solid #707c85;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #203241;
  position: absolute;
  right: 0;
  top: 2.2rem;
}
.index-partner .link svg {
  margin-left: 0.1rem;
}
.index-partner .link svg path {
  fill: #171719;
}
.index-partner .link:hover {
  background-color: #1680ff;
  color: #fff;
}
.index-partner .link:hover svg path {
  fill: #fff;
}
.index-partner .partner-box {
  margin-top: 0.7rem;
}
.index-partnera1 {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 14.4rem;
  padding: 0.2rem;
}
.index-partnera1 .swiper-slide {
  background-color: #fff;
  text-align: center;
  height: 1rem;
}
.index-partnera1 .swiper-slide p {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 1rem;
}
.index-partnera1 .swiper-slide p::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 26%;
}
.index-partnera1 .swiper-slide p img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.wg-product .index-swiper1 .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wg-product .index-swiper1 .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 37.5%;
}
.wg-product .index-swiper1 .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.partner-box {
  position: relative;
}
.partner-sbox {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
}
.partner-sbox.default {
  visibility: initial;
  opacity: 1;
}
.index-partner .w1401 {
  padding-top: 0;
  display: flex;
  margin-top: 1rem;
}
.index-partner .w1401 .box1 {
  width: 20px;
}
.index-partner .w1401 .box2 {
  width: 60px;
}
.index-partner .w1401 .box3 {
  width: calc(100% - 140px);
}
.index-partner .w1401 .box3 .line {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-partner .w1401 .box3 .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  height: 2px ;
  background-color: rgba(87, 96, 103, 0.2);
}
.index-partner .w1401 .box3 .line span {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  height: 2px ;
  background-color: #1680ff;
  animation: mymove3 3.2s infinite;
  animation-timing-function: linear;
}
.index-partner .w1401 .box4 {
  width: 60px;
  display: flex;
  justify-content: end;
}
.swiper-button-next3,
.swiper-button-prev3 {
  cursor: pointer;
}
.swiper-button-next3 {
  margin-left: 0.1rem;
}
.swiper-button-next3 svg path {
  fill: #203241;
}
.swiper-button-prev3 svg path {
  fill: #203241;
}
.swiper-button-next3:hover svg path {
  fill: #1680ff;
}
.swiper-button-prev3:hover svg path {
  fill: #1680ff;
}
.fp-warning,
.fp-watermark a {
  display: none;
}
@keyframes mymove3 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes mymove3 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.partner-box .pause {
  display: block;
}
.partner-box .pause svg path {
  fill: #203241;
}
.partner-box .fa-play {
  display: none;
}
.page5 .font30 {
  transition: all 1s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page5 .font4 {
  transition: all 1.5s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page5 .snav li {
  transition: all 2s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page5.active .font30 {
  opacity: 1;
  top: 0;
}
.page5.active .font4 {
  opacity: 1;
  top: 0;
}
.page5.active .snav li {
  opacity: 1;
  top: 0;
}
.index-news {
  width: 100%;
  height: 100vh;
}
@media (max-width: 992px) {
  .index-news {
    height: initial;
    padding-bottom: 1.2rem;
  }
}
.index-news .w1400 {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  padding-top: 1.12rem;
}
.index-news .font4 {
  margin: 0.2rem 0 0.3rem;
}
.index-news .link {
  width: 1.5rem;
  line-height: 0.49rem;
  border-radius: 0.24rem;
  border: 1px solid #707c85;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #203241;
  position: absolute;
  right: 0;
  top: 2.2rem;
}
.index-news .link svg {
  margin-left: 0.1rem;
}
.index-news .link svg path {
  fill: #203241;
}
.index-news .link:hover {
  background-color: #1680ff;
  color: #fff;
}
.index-news .link:hover svg path {
  fill: #fff;
}
.index-news .bigbox {
  max-width: 1920px;
  margin: 0 auto;
}
.index-newsa1 {
  margin-top: 0.7rem;
  margin-left: 2.6rem;
  position: relative;
  overflow: hidden;
}
.index-newsa1 .swiper-slide {
  width: 4.13rem;
  height: 3.06rem;
  position: relative;
}
.index-newsa1 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.index-newsa1 .swiper-slide .mbox {
  width: 100%;
  height: 100%;
}
.index-newsa1 .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.index-newsa1 .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.index-newsa1 .swiper-slide ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.7rem 0.4rem;
}
.index-newsa1 .swiper-slide ul .time {
  color: rgba(0, 0, 0, 0.7);
}
.index-newsa1 .swiper-slide ul .title {
  line-height: 1.5em;
  height: 3em;
  color: #333;
  margin: 0.2rem 0 0.4rem;
}
.index-newsa1 .swiper-slide ul li svg path {
  fill: #222;
  opacity: 0.7;
}
.index-newsa1 .swiper-slide:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 128, 255, 0.9);
}
.index-newsa1 .swiper-slide:hover .time {
  color: #fff;
}
.index-newsa1 .swiper-slide:hover .title {
  color: #fff;
}
.index-newsa1 .swiper-slide:hover svg path {
  fill: #fff;
  opacity: 1;
}
.index-news .w1401 {
  padding-top: 0;
  display: flex;
  margin-top: 1rem;
}
.index-news .w1401 .box1 {
  width: 20px;
}
.index-news .w1401 .box2 {
  width: 60px;
}
.index-news .w1401 .box3 {
  width: calc(100% - 140px);
}
.index-news .w1401 .box3 .line {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-news .w1401 .box3 .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  height: 2px ;
  background-color: rgba(87, 96, 103, 0.2);
}
.index-news .w1401 .box3 .line span {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  height: 2px ;
  background-color: #1680ff;
  animation: mymove2 3.2s infinite;
  animation-timing-function: linear;
}
.index-news .w1401 .box4 {
  width: 60px;
  display: flex;
  justify-content: end;
}
.swiper-button-next2,
.swiper-button-prev2 {
  cursor: pointer;
}
.swiper-button-next2 {
  margin-left: 0.1rem;
}
.swiper-button-next2 svg path {
  fill: #203241;
}
.swiper-button-prev2 svg path {
  fill: #203241;
}
.swiper-button-next2:hover svg path {
  fill: #1680ff;
}
.swiper-button-prev2:hover svg path {
  fill: #1680ff;
}
.fp-warning,
.fp-watermark a {
  display: none;
}
@keyframes mymove2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes mymove2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.index-news .pause {
  display: block;
}
.index-news .pause svg path {
  fill: #203241;
}
.index-news .fa-play {
  display: none;
}
.page6 .font30 {
  transition: all 1s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page6 .font4 {
  transition: all 1.5s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page6 .snav li {
  transition: all 2s;
  opacity: 0;
  position: relative;
  top: 0.5rem;
}
.page6.active .font30 {
  opacity: 1;
  top: 0;
}
.page6.active .font4 {
  opacity: 1;
  top: 0;
}
.page6.active .snav li {
  opacity: 1;
  top: 0;
}
@media (max-width: 992px) {
  .index-personal .w1400 {
    width: 90%;
  }
  #aside-box {
    display: none;
  }
  .index-banner ul {
    padding: 0 5%;
  }
  .index-product .mbox .img img {
    width: 50%;
  }
  .index-product {
    flex-wrap: wrap;
  }
  .index-product .mbox {
    width: 100%;
  }
  .index-product .mbox:nth-child(4) {
    padding-bottom: 1.5rem;
  }
  .index-product .mbox .font14 {
    font-size: 0.24rem;
  }
  .index-product .mbox:nth-child(2) .img img {
    width: 30%;
  }
  .index-about {
    flex-wrap: wrap;
  }
  .index-about .mbox {
    width: 100%;
    height: 50%;
  }
  .index-about .mbox.default {
    width: 100%;
    height: 50%;
  }
  .index-about .mbox .sbox .textbox .font16 {
    font-size: 0.24rem;
    line-height: 1.5em;
    margin: 0.3rem 0;
  }
  .index-about .mbox .sbox .textbox .link a {
    width: 1.8rem;
    line-height: 0.8rem;
  }
  .index-about .mbox .sbox {
    width: 90%;
    margin: 0 5%;
    left: 0;
  }
  .index-about .mbox .sbox .font14 {
    padding-top: 0;
  }
  .index-about .mbox .sbox .textbox .link {
    margin-top: 0.3rem;
  }
  .index-about .mbox .sbox .textbox {
    display: block !important;
  }
  .index-about .mbox .sbox {
    top: 15%;
  }
  #aside-box {
    display: none !important;
  }
  .font14 {
    font-size: 0.24rem;
  }
  .index-partner .snav li {
    font-size: 0.28rem;
  }
  .index-partner .link {
    position: initial;
    margin-top: 0.5rem;
    margin-right: 0;
    margin-left: auto;
    line-height: 0.8rem;
    width: 1.8rem;
  }
  .index-partner .w1400 {
    width: 90%;
    padding-top: 20%;
  }
  .index-partner .w1401 {
    padding-top: 0;
  }
  .index-news .font16 {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .index-news .link {
    position: initial;
    margin-top: 0.5rem;
    margin-right: 0;
    margin-left: auto;
    line-height: 0.8rem;
    width: 2rem;
    border-radius: 0.48rem;
    font-size: 0.24rem;
  }
  .index-news .w1400 {
    width: 90%;
    padding-top: 20%;
  }
  .index-newsa1 {
    margin-left: 0;
    width: 90%;
    margin: 0.7rem auto 0;
  }
  .index-newsa1 .swiper-slide ul .time {
    font-size: 0.24rem;
  }
  .index-newsa1 .swiper-slide ul .title {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .index-news .w1401 {
    padding-top: 0;
  }
  #fp-nav.fp-right {
    display: none;
  }
}
#c-footer a {
  color: #576067;
}
#c-footer a:hover {
  color: #1680ff;
}
#c-footer .c-top-box .container .c-title-box .c-title:hover {
  color: #1680ff;
}
#c-footer {
  background-color: #d8eaff;
}
#c-footer .container3 {
  align-items: center;
  max-width: 14rem;
  margin: 0 auto;
  width: 14rem;
  display: flex;
}
#c-footer .container3 .logo {
  width: 50%;
}
#c-footer .container3 .logo a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  width: 1.5rem;
}
#c-footer .container3 .logo a::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 26.66%;
}
#c-footer .container3 .logo a img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#c-footer .container3 .share {
  width: 50%;
  text-align: right;
}
#c-footer .container3 .share svg path {
  fill: #576067;
  vertical-align: middle;
  filter: initial;
}
#c-footer .container3 .share svg:hover path {
  fill: #1680ff;
}
#c-footer .container3 .share svg {
  margin-left: 15px;
  line-height: 23px;
  height: 23px;
}
#c-footer .c-top-box {
  background-color: #d8eaff;
}
#c-footer .c-bottom-box {
  background-color: #d8eaff;
}
.wg-bottom .container3 {
  border-bottom: 1px solid #ccc;
  padding: 0.6rem 0 0.3rem;
}
#c-footer .c-top-box {
  padding-bottom: 1rem;
}
#c-footer .c-top-box .container .c-title-box {
  padding-bottom: 0.4rem;
  position: relative;
}
#c-footer .c-top-box .container .c-title-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 0.16rem;
  height: 0.03rem;
  background-color: #99bcde;
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #576067;
  position: relative;
  font-size: 0.2rem;
}
#c-footer .c-text-box .ctitle1 {
  font-size: 0.2rem;
  color: #576067;
}
#c-footer .c-text-box .ctitle2 {
  font-size: 0.24rem;
  color: #576067;
}
#c-footer .c-text-box .ctitle3 {
  font-size: 14px;
  line-height: 1.7em;
  color: #576067;
}
#c-footer .c-text-box .ctitle3 span {
  display: block;
}
#c-footer .c-text-box .ctitle4 {
  margin-top: 0.2rem;
  text-align: center;
  display: block;
  width: 1.18rem;
  height: 0.38rem;
  border-radius: 0.19rem;
  border: 1px solid #576067;
  line-height: 0.38rem;
}
#c-footer .c-text-box .ctitle4:hover {
  background-color: #1680ff;
  color: #fff;
  border: 1px solid #1680ff;
}
.c-link .container3 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
}
.c-link p {
  font-size: 14px;
  line-height: 2em;
  color: #3b4d57;
}
.c-link p a {
  margin: 0 0.05rem;
}
.c-support a {
  margin-left: 0.2rem;
  color: #3b4d57;
}
#c-footer .c-bottom-box .container a:hover {
  color: #1680ff;
}
@media (max-width: 992px) {
  #c-footer .container3 {
    width: 90%;
    max-width: 90%;
  }
  #c-footer .c-top-box .container .c-title-box::before {
    display: none;
  }
  #c-footer .c-top-box .container .c-title-box .c-title {
    font-size: 0.28rem;
  }
  #c-footer .c-top-box .container .c-list-box .c-list li a {
    font-size: 0.24rem;
  }
  #c-footer .c-text-box .ctitle1 {
    font-size: 0.28rem;
  }
  #c-footer .c-text-box .ctitle2 {
    font-size: 0.4rem;
  }
  #c-footer .c-text-box .ctitle3 {
    font-size: 0.24rem;
    line-height: 1.5em;
  }
  #c-footer .c-text-box .ctitle4 {
    line-height: 0.8rem;
    height: 0.8rem;
    width: 2rem;
    font-size: 0.28rem;
    border-radius: 0.6rem;
  }
  .c-link p {
    font-size: 0.24rem;
  }
  .c-support {
    text-align: right;
    width: 100%;
  }
  #c-footer .container3 .logo a {
    width: 3rem;
  }
}
#c-footer .container3 .share a {
  position: relative;
}
#c-footer .container3 .share a span {
  display: none;
  width: 130px;
  text-align: center;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  cursor: default;
}
#c-footer .container3 .share a span::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 8px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -8px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}
#c-footer .container3 .share a span em {
  font-style: normal;
  color: #576067;
  line-height: 0.3rem;
}
#c-footer .container3 .share a span img {
  width: 110px;
  height: 110px;
}
#c-footer .container3 .share a:hover span {
  display: block;
}
#aside-box {
  position: fixed;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 17;
  display: block;
}
#aside-box .mbox {
  background-color: #fff;
  position: relative;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: solid 1px #c3d4dc;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
}
#aside-box .mbox:nth-child(1) {
  border-top: 1px solid #c3d4dc;
}
#aside-box .mbox span:nth-child(1) svg path {
  fill: #353741;
  opacity: 1;
  filter: initial;
}
#aside-box .mbox:hover {
  background-color: #1680ff;
}
#aside-box .mbox:hover span:nth-child(1) svg path {
  fill: #fff;
}
#aside-box .mbox2 .tel {
  position: absolute;
  right: 0.5rem;
  top: 0;
  background-color: #1680ff;
  height: 100%;
  width: 160px;
  font-size: 16px;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 0.1rem;
  display: none;
}
#aside-box .mbox2:hover .tel {
  display: block;
}
#aside-box .mbox3 .qrcode {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translatey(-50%);
  background-color: #fff;
  text-align: center;
  border-radius: 0.1rem;
  display: none;
  width: 120px;
  height: 120px;
  line-height: 120px;
}
#aside-box .mbox3 .qrcode img {
  width: 110px;
  height: 110px;
}
#aside-box .mbox3:hover .qrcode {
  display: block;
}
@media (max-width: 992px) {
  #aside-box {
    display: none;
  }
}
/********************新闻资讯********************/
.z-banner {
  position: relative;
}
.z-banner .img-box {
  width: 100%;
  overflow: hidden;
}
.z-banner .img-box .pc-img {
  width: 100%;
  display: block;
  animation-duration: 5s;
  animation-name: visualscale;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: visualscale;
  -webkit-animation-fill-mode: forwards;
}
@keyframes visualscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.z-banner .img-box .mb-img {
  width: 100%;
  display: none;
}
.z-banner .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 2.3rem;
}
.z-banner .title {
  font-size: 0.4rem;
  color: #222222;
  font-family: 'pingfangbold', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
  line-height: 0.5rem;
}
.z-banner .text {
  font-size: 0.18rem;
  color: #555;
  line-height: 0.3rem;
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .z-banner .img-box .pc-img {
    width: 100%;
    display: none;
  }
  .z-banner .img-box .mb-img {
    width: 100%;
    display: block;
    min-height: 6rem;
    object-fit: cover;
  }
  .z-banner .text {
    font-size: 0.26rem;
  }
}
.news-title {
  background-color: #fff;
  line-height: 1.2rem;
}
.news-title .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-title .container .title {
  font-size: 0.18rem;
  color: #333333;
  margin: 0 0.4rem;
  position: relative;
  transition: all 0.5s;
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.news-title .container .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 2px;
  background-color: #1680ff;
  bottom: 0.35rem;
  transition: all 0.5s;
}
.news-title .container .title.default {
  color: #111111;
  font-weight: bold;
}
.news-title .container .title.default::before {
  width: 100%;
}
.news-title .container .title:hover {
  color: #111111;
  font-weight: bold;
}
.news-title .container .title:hover::before {
  width: 100%;
}
.cls-1 {
  filter: initial !important;
}
@media (max-width: 992px) {
  .news-title .container .title {
    font-size: 0.28rem;
    margin: 0 0.2rem;
  }
}
.news-tuijian {
  background-color: #f8f8f8;
  padding: 0.9rem 0;
}
.news-tuijian .container {
  display: flex;
  background-color: #fff;
}
.news-tuijian .container .left {
  width: 50%;
  padding: 0.7rem 1.2rem 0 0.7rem;
}
.news-tuijian .container .left .title {
  margin-bottom: 0.3rem;
}
.news-tuijian .container .left .title a {
  font-size: 0.3rem;
  color: #222222;
  line-height: 0.4rem;
}
.news-tuijian .container .left .text {
  margin-bottom: 0.3rem;
}
.news-tuijian .container .left .text a {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
}
.news-tuijian .container .left .time {
  font-size: 0.14rem;
  color: #666666;
  margin-bottom: 0.7rem;
}
.news-tuijian .container .left .link {
  width: 1.53rem;
  line-height: 0.5rem;
  border: 1px solid #707c85;
  text-align: center;
  border-radius: 0.24rem;
}
.news-tuijian .container .left .link a {
  font-size: 0.14rem;
  color: #203241;
}
.news-tuijian .container .left .link a svg {
  margin-left: 0.1rem;
}
.news-tuijian .container .left .link a svg path {
  fill: #203241;
  filter: initial;
}
.news-tuijian .container .right {
  width: 50%;
}
.news-tuijian .container .right .news-tuijiana1 {
  position: relative;
  overflow: hidden;
}
.news-tuijian .container .right .news-tuijiana1 .swiper-slide a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.news-tuijian .container .right .news-tuijiana1 .swiper-slide a::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 65.7%;
}
.news-tuijian .container .right .news-tuijiana1 .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-tuijian .container .right .news-tuijiana1 .swiper-slide:hover a img {
  transform: scale(1.2);
}
.news-tuijian .container .left .link:hover {
  background-color: #1680ff;
  border: 1px solid #1680ff;
}
.news-tuijian .container .left .link:hover a {
  color: #fff;
}
.news-tuijian .container .left .link:hover a svg path {
  fill: #fff;
  opacity: 1;
}
.news-box {
  display: none;
}
.news-box.default {
  display: block;
}
.paginationtuijiana1 {
  position: absolute;
  bottom: 0.3rem !important;
  z-index: 2;
  text-align: right;
  padding-right: 0.3rem;
}
.paginationtuijiana1 .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
}
.paginationtuijiana1 .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 992px) {
  .news-tuijian .container {
    flex-wrap: wrap;
  }
  .news-tuijian .container .left {
    width: 100%;
    padding: 0.5rem;
  }
  .news-tuijian .container .right {
    width: 100%;
  }
  .news-tuijian .container .left .text a {
    font-size: 0.24rem;
    line-height: 1.5em;
  }
  .news-tuijian .container .left .time {
    font-size: 0.24rem;
  }
  .news-tuijian .container .left .link {
    width: 2rem;
    line-height: 0.8rem;
    border-radius: 0.48rem;
  }
  .news-tuijian .container .left .link a {
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.news-list {
  padding-top: 0.3rem;
  padding-bottom: 1.5rem;
}
.news-list .container {
  display: flex;
  padding: 0.6rem 0;
  align-items: center;
  border-bottom: 1px solid #cecece;
}
.news-list .container .left {
  width: 25.7%;
  margin-right: 4.3%;
}
.news-list .container .left .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.news-list .container .left .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 62.6%;
}
.news-list .container .left .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .container .right {
  width: 70%;
}
.news-list .container .right .title {
  font-size: 0.24rem;
  color: #000000;
}
.news-list .container .right .title:hover {
  color: #1680ff;
}
.news-list .container .right .time {
  font-size: 0.14rem;
  color: #666666;
  margin: 0.2rem 0 0.3rem;
}
.news-list .container .right .text {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #666666;
}
.page-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9rem;
}
.page-box .num {
  width: 0.54rem;
  line-height: 0.54rem;
  background-color: #f7f7f7;
  text-align: center;
  margin: 0 0.03rem;
  cursor: pointer;
}
.page-box .num.default {
  background-color: #1680ff;
  color: #fff;
}
.page-box .left {
  width: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  cursor: pointer;
}
.news-list .container .left:hover .img img {
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .news-list .container {
    flex-wrap: wrap;
  }
  .news-list .container .left {
    width: 100%;
    margin-right: 0;
  }
  .news-list .container .right {
    width: 100%;
    padding: 0.3rem 0;
  }
  .news-list .container .right .title {
    font-size: 0.3rem;
  }
  .news-list .container .right .time {
    font-size: 0.26rem;
  }
  .news-list .container .right .text {
    font-size: 0.24rem;
    line-height: 1.5em;
  }
  .page-box .num {
    width: 0.8rem;
    line-height: 0.8rem;
  }
  .page-box .left {
    width: 0.8rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 1580px) {
  #c-footer .container3 {
    max-width: 83%;
    width: 83%;
  }
}
@media (max-width: 1260px) {
  #c-footer .container3 {
    max-width: 90%;
    width: 90%;
  }
}
/********************新闻详情************************/
.mianbao-title {
  line-height: 1.1rem;
}
.mianbao-title a {
  font-size: 0.16rem;
  color: #777777;
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.mianbao-title a:hover {
  color: #1680ff;
}
.mianbao-title span {
  margin: 0 0.1rem;
}
.mianbao-title span i {
  color: #777777;
}
.news-title2 {
  background-color: #fff;
  padding-top: 0.2rem;
}
.news-title2 .container {
  display: flex;
}
.news-title2 .container .left {
  width: 65%;
  margin-right: 6.5%;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}
.news-title2 .container .left .title {
  font-size: 0.36rem;
  color: #000000;
}
.news-title2 .container .left .time {
  font-size: 0.16rem;
  color: #777777;
  margin-top: 0.2rem;
}
.news-title2 .container .right {
  width: 28.5%;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-self: flex-end;
}
.news-title2 .container .right .font20 {
  padding-left: 0.1rem;
}
.font20 {
  font-size: 0.2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .mianbao-title a {
    font-size: 0.26rem;
  }
  .news-title2 .container .left {
    width: 100%;
    margin-right: 0;
  }
  .news-title2 .container .right {
    display: none;
  }
  .news-title2 .container .left .time {
    font-size: 0.24rem;
  }
}
.news-details .container {
  display: flex;
  padding-bottom: 1.8rem;
}
.news-details .container .left {
  padding-top: 0.3rem;
  width: 65%;
  margin-right: 6.5%;
}
.news-details .container .left .textbox p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5em;
}
.news-details .container .left .textbox img {
  max-width: 100%;
}
.news-details .container .left .sharebox {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.6rem;
}
.news-details .container .left .sharebox span {
  font-size: 0.16rem;
  color: #555555;
}
.news-details .container .left .sharebox .share a svg path {
  fill: #555;
}
.news-details .container .left .sharebox .share a:hover svg path {
  fill: #000;
}
.news-details .container .left .sharebox .share a svg {
  vertical-align: middle;
}
.news-details .container .left .sharebox .share a:nth-child(2) svg {
  width: 0.22rem;
}
.news-details .container .left .sharebox .share a:nth-child(3) svg {
  width: 0.21rem;
}
.news-details .container .left .sharebox .share a:nth-child(4) svg {
  width: 0.17rem;
}
.news-details .container .left .sharebox .share a {
  margin: 0 0.07rem;
}
.social-share .social-share-icon {
  display: none;
}
.social-share .icon-wechat:before {
  display: none;
}
.social-share .icon-weibo:before {
  display: none;
}
.social-share .icon-qq:before {
  display: none;
}
.news-details .container .left .return {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.16rem;
  color: #555555;
  display: flex;
  align-items: center;
}
.news-details .container .left .return svg {
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
}
.news-details .container .left .return svg path {
  fill: #000;
}
.news-details .container .left .return:hover {
  color: #1680ff;
}
.news-details .container .left .return:hover svg path {
  fill: #1680ff;
}
.news-details .container .left .shangxia {
  display: flex;
  border-top: 1px solid #eee;
  padding-top: 0.4rem;
}
.news-details .container .left .shangxia a.prev {
  width: 50%;
  font-size: 0.14rem;
  color: #555555;
}
.news-details .container .left .shangxia a.next {
  text-align: right;
}
.news-details .container .left .shangxia a:hover {
  color: #1680ff;
}
.social-share .icon-wechat:hover {
  background-color: transparent !important;
}
.social-share .icon-weibo:hover {
  background-color: transparent !important;
}
.social-share .icon-qq:hover {
  background-color: transparent !important;
}
.news-details .container .right {
  width: 28.5%;
}
.news-details .container .right .box1 {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.news-details .container .right .box1 .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 33%;
  margin-right: 7%;
}
.news-details .container .right .box1 .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 71%;
}
.news-details .container .right .box1 .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-details .container .right .box1 .img:hover img {
  transform: scale(1.2);
}
.news-details .container .right .box1 .text {
  width: 60%;
}
.news-details .container .right .box1 .text .title {
  font-size: 0.16rem;
  color: #444444;
  line-height: 1.5em;
  height: 3em;
  font-style: normal;
}
.news-details .container .right .box1 .text .title:hover {
  color: #1680ff;
}
.news-details .container .right .box1 .text .time {
  font-size: 0.14rem;
  color: #777777;
  margin-top: 0.1rem;
  display: block;
  font-style: normal;
}
.news-details .container .right .box1:last-child {
  border-bottom: 0;
}
@media (max-width: 992px) {
  .news-details .container {
    flex-wrap: wrap;
  }
  .news-details .container .left {
    width: 100%;
    margin-right: 0;
  }
  .news-details .container .right {
    width: 100%;
  }
  .news-details .container .left .textbox p {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .news-details .container .left .sharebox span {
    font-size: 0.24rem;
  }
  .news-details .container .left .sharebox .share a:nth-child(2) svg {
    width: 0.44rem;
  }
  .news-details .container .left .sharebox .share a:nth-child(3) svg {
    width: 0.42rem;
  }
  .news-details .container .left .sharebox .share a:nth-child(4) svg {
    width: 0.34rem;
  }
  .news-details .container .left .return {
    font-size: 0.24rem;
  }
  .news-details .container .left .return svg {
    width: 0.32rem;
    height: 0.32rem;
  }
  .news-details .container .left .shangxia {
    flex-wrap: wrap;
  }
  .news-details .container .left .shangxia a.prev {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1.5em;
  }
  .news-details .container .left .shangxia a.next {
    text-align: left;
  }
  .news-details .container .right .box1 .text .title {
    font-size: 0.26rem;
    line-height: 1.5em;
  }
  .news-details .container .right .box1 .text .time {
    font-size: 0.24rem;
  }
}
.error {
  background-color: #ebf2fa;
  width: 100%;
  height: 100vh;
}
.error .container {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.error .cn1 {
  text-align: center;
}
.error .cn2 {
  text-align: center;
  font-size: 0.24rem;
  color: #2d2d2d;
  margin: 0.6rem 0 0.8rem;
}
.error .cn3 {
  width: 1.8rem;
  display: block;
  text-align: center;
  background-color: #1680ff;
  border-radius: 0.29rem;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.58rem;
  margin: 0 auto;
}
.error .cn4 {
  font-size: 0.16rem;
  color: #8e8e8e;
  text-align: center;
  margin-top: 0.2rem;
}
.error .cn4 em {
  font-style: normal;
}
/****************** 联系我们 ******************/
.font40 {
  font-size: 0.4rem;
  color: #222222;
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.contact-box1 {
  background-color: #fff;
  padding-top: 1rem;
}
.contact-box1 .container {
  padding: 0 2rem;
}
.contact-box1 .container .font40 {
  margin-bottom: 0.6rem;
}
.contact-box1 .container .titlebox {
  display: flex;
}
.contact-box1 .container .titlebox2 {
  margin-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid #222222;
}
.contact-box1 .container .titlebox .cn1 {
  width: 50%;
}
.contact-box1 .container .titlebox .cn1 .icon {
  display: block;
  margin-bottom: 0.15rem;
}
.contact-box1 .container .titlebox .cn1 .icon svg {
  height: 0.29rem;
}
.contact-box1 .container .titlebox .cn1 .icon svg path {
  fill: #222;
}
.contact-box1 .container .titlebox .cn1 .icon img {
  height: 0.28rem;
}
.contact-box1 .container .titlebox .cn1 .text {
  font-size: 0.18rem;
  color: #222222;
  display: block;
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.contact-box2 {
  padding: 1.4rem 0 1.6rem;
}
.contact-box2 .container {
  padding: 0 2rem;
}
.contact-box2 .font16 {
  margin-top: 0.15rem;
}
input {
  -webkit-appearance: auto;
}
.concact-message {
  margin-top: 0.5rem;
}
.concact-message .input1 {
  display: flex;
  justify-content: space-between;
}
.concact-message .input1 input,
.concact-message .input2 input {
  width: 100%;
  line-height: 0.52rem;
  border: 1px solid #d4d4d4;
  padding: 0 0.2rem;
}
.concact-message .input1 input {
  width: 48%;
}
.concact-message .radio {
  display: flex;
  padding-left: 0.2rem;
  line-height: 0.75rem;
}
.concact-message .radio span {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.concact-message .radio input {
  margin-right: 0.1rem;
}
.concact-message .radio label {
  color: #666666;
  font-size: 0.16rem;
}
.concact-message .input3 {
  margin-top: 0.2rem;
}
.concact-message .input3 textarea {
  width: 100%;
  line-height: 0.52rem;
  border: 1px solid #d4d4d4;
  padding: 0 0.2rem;
  height: 2.32rem;
}
.concact-message .input4 {
  margin-top: 0.2rem;
}
.concact-message .input4 span {
  display: flex;
  align-items: center;
}
.concact-message .input4 input {
  margin-right: 0.1rem;
}
.concact-message .input4 a {
  font-size: 0.16rem;
  color: #1680ff;
  position: relative;
}
.concact-message .input4 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.23);
}
.concact-message .input5 {
  width: 100%;
}
.concact-message .input5 button {
  width: 1.3rem;
  line-height: 0.4rem;
  background-color: #1680ff;
  border-radius: 0.21rem;
  margin: 0.7rem auto 0;
  display: block;
  color: #fff;
  font-size: 0.16rem;
}
@media (max-width: 992px) {
  .contact-box1 .container {
    padding: 0;
  }
  .contact-box1 .container .titlebox {
    flex-wrap: wrap;
  }
  .contact-box1 .container .titlebox .cn1 {
    width: 100%;
  }
  .contact-box1 .container .titlebox .cn1:nth-child(even) {
    margin-top: 0.6rem;
  }
  .contact-box1 .container .titlebox .cn1 .text {
    font-size: 0.26rem;
  }
  .contact-box1 .container .titlebox2 {
    margin-top: 0.6rem;
  }
  .contact-box2 .container {
    padding: 0;
  }
  .font16 {
    font-size: 0.26rem;
  }
  .concact-message .input1 input,
  .concact-message .input2 input {
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .concact-message .radio {
    flex-wrap: wrap;
  }
  .concact-message .radio label {
    font-size: 0.28rem;
  }
  .concact-message .input3 textarea {
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .concact-message .input4 a {
    font-size: 0.28rem;
  }
  .concact-message .input5 button {
    width: 2rem;
    line-height: 0.8rem;
    border-radius: 0.42rem;
    font-size: 0.28rem;
  }
}
/**********************网站地图*******************************/
.sitemap {
  padding: 0.9rem 0 1.5rem;
}
.sitemap-menu {
  margin-top: 0.4rem;
}
.sitemap-menu .sitemap-list {
  padding: 0.2rem 0;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
}
.sitemap-menu .sitemap-list:nth-child(1) {
  border-top: 1px solid #d4d4d4;
}
.sitemap-menu .sitemap-list span:nth-child(1) {
  width: 10%;
}
.sitemap-menu .sitemap-list span:nth-child(1) a {
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #333333;
}
.sitemap-menu .sitemap-list span:nth-child(1) a:hover {
  color: #1680ff;
}
.sitemap-menu .sitemap-list span:nth-child(2) {
  width: 90%;
}
.sitemap-menu .sitemap-list span:nth-child(2) a {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.6rem;
  margin-right: 0.3rem;
}
.sitemap-menu .sitemap-list span:nth-child(2) a:hover {
  color: #1680ff;
}
@media (max-width: 992px) {
  .sitemap-menu .sitemap-list span:nth-child(1) {
    width: 22%;
  }
  .sitemap-menu .sitemap-list span:nth-child(1) a {
    font-size: 0.28rem;
  }
  .sitemap-menu .sitemap-list span:nth-child(2) {
    width: 78%;
  }
  .sitemap-menu .sitemap-list span:nth-child(2) a {
    font-size: 0.26rem;
    white-space: nowrap;
  }
}
/******************************法律声明and 隐私政策 ***********************/
.law {
  padding-top: 0.9rem;
  padding-bottom: 1.8rem;
}
.law .font40 {
  margin-bottom: 0.4rem;
}
.law .law1 {
  font-size: 0.26rem;
  color: #000000;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.law .law2 {
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.15rem;
}
@media (max-width: 992px) {
  .law .law1 {
    font-size: 0.3rem;
  }
  .law .law2 {
    font-size: 0.26rem;
  }
}
/***************************** 科技创新 ***********************/
.innovation-box1 {
  background-color: #fff;
  padding: 1.2rem 0;
}
.innovation-box1 .mb-title {
  display: none;
}
.innovation-box1 .container {
  display: flex;
  align-items: center;
}
.innovation-box1 .container .mbox1 {
  width: 33%;
  position: relative;
}
.innovation-box1 .container .mbox1::before {
  content: "";
  position: absolute;
  right: -0.37rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1px;
  height: 3.26rem;
  border-left: 1px dashed #e1e1e1;
}
.innovation-box1 .container .mbox3::before {
  display: none;
}
.innovation-box1 .container .mbox3::after {
  content: "";
  position: absolute;
  left: -0.37rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1px;
  height: 3.26rem;
  border-left: 1px dashed #e1e1e1;
}
.innovation-box1 .container .mbox1 .sbox {
  padding: 0.4rem 0.7rem;
  border: 1px solid #e1e1e1;
  position: relative;
}
.innovation-box1 .container .mbox1 .sbox::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translatey(-50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #1680ff;
  border-radius: 50%;
  z-index: 2;
}
.innovation-box1 .container .mbox1 .sbox::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 0.36rem;
  height: 1px;
  border-top: 1px dashed #e1e1e1;
  right: -0.36rem;
  z-index: 1;
}
.innovation-box1 .container .mbox3 .sbox::before {
  right: 0;
  left: -7px;
}
.innovation-box1 .container .mbox3 .sbox::after {
  right: 0;
  left: -0.36rem;
}
.innovation-box1 .container .mbox1 .sbox:nth-child(2) {
  margin-top: 1.35rem;
}
.innovation-box1 .container .mbox1 .sbox .title {
  line-height: 0.46rem;
}
.innovation-box1 .container .mbox1 .sbox .title .num {
  font-size: 0.6rem;
  color: #1680ff;
  margin-right: 0.1rem;
}
.innovation-box1 .container .mbox1 .sbox .title .text {
  font-size: 0.16rem;
  color: #222222;
}
.innovation-box1 .container .mbox2 {
  width: 34%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.innovation-box1 .container .mbox2 .sbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  border-top: 1px dashed #e1e1e1;
}
.innovation-box1 .container .mbox2 .sbox {
  margin: 0 0.4rem;
  position: relative;
}
.innovation-box1 .container .mbox2 .sbox2 {
  padding: 0.1rem;
  border-radius: 50%;
  display: inline-block;
  border: 1px dashed #e1e1e1;
  position: relative;
  background-color: #fff;
}
/* .innovation-box1 .container .mbox2 .sbox2::before{content:"";position: absolute;left: -.4rem;top: 0;width: 1px;height:100%;border-left:1px dashed #e1e1e1}
    .innovation-box1 .container .mbox2 .sbox2::after{content:"";position: absolute;right:-.4rem;top: 0;width: 1px;height:100%;border-left:1px dashed #e1e1e1} */
.innovation-box1 .container .mbox2 .sbox .title {
  background-image: linear-gradient(-36deg, #1680ff 0%, #66a3e5 100%);
  padding: 0.2rem;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.innovation-box1 .container .mbox2 .sbox .title span {
  font-size: 0.36rem;
  color: #222222;
  line-height: 0.42rem;
  display: flex;
  text-align: center;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .innovation-box1 .container .mbox1 .sbox {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .innovation-box1 .container {
    flex-wrap: wrap;
  }
  .innovation-box1 .container .mbox1 {
    width: 100%;
  }
  .innovation-box1 .container .mbox2 {
    width: 100%;
    display: none;
  }
  .innovation-box1 .container .mbox1 .sbox::before {
    display: none;
  }
  .innovation-box1 .container .mbox1::before {
    display: none;
  }
  .innovation-box1 .container .mbox1 .sbox::after {
    display: none;
  }
  .innovation-box1 .container .mbox1 .sbox:nth-child(2) {
    margin-top: 0.4rem;
  }
  .innovation-box1 .container .mbox3 {
    margin-top: 0.4rem;
  }
  .innovation-box1 .mb-title {
    display: block;
    padding: 0 5%;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .innovation-box1 .container .mbox1 .sbox .title .text {
    font-size: 0.28rem;
  }
}
.innovation-box2 {
  background-color: #f8f8f8;
  padding-top: 1rem;
}
.innovation-box2 .container {
  display: flex;
  align-items: center;
}
.innovation-box2 .container .left {
  width: 52.5%;
  padding: 0 2rem 0 0 ;
}
.innovation-box2 .container .left .title {
  font-size: 0.4rem;
  color: #000000;
  margin-bottom: 0.25rem;
  font-family: 'pingfangmedium', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.innovation-box2 .container .left .text {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.innovation-box2 .container .right {
  width: 47.5%;
  overflow: hidden;
}
.innovation-box2 .container .right .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.innovation-box2 .container .right .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 66.7%;
}
.innovation-box2 .container .right .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.innovation-box2 .container .right .img:hover img {
  transform: scale(1.1);
}
.innovation-box3 .container {
  flex-direction: row-reverse;
}
.innovation-box3 .container .left {
  padding: 0 0.6rem 0 1.5rem;
}
.innovation-box4 {
  padding-bottom: 1rem;
}
.innovation-box2a {
  position: relative;
  overflow: hidden;
}
.paginationbox2a {
  position: absolute;
  bottom: 0.3rem !important;
  z-index: 2;
  text-align: right;
  padding-right: 0.3rem;
}
.paginationbox2a .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
}
.paginationbox2a .swiper-pagination-bullet-active {
  background-color: #fff;
}
.innovation-box2b {
  position: relative;
  overflow: hidden;
}
.paginationbox2b {
  position: absolute;
  bottom: 0.3rem !important;
  z-index: 2;
  text-align: right;
  padding-right: 0.3rem;
}
.paginationbox2b .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
}
.paginationbox2b .swiper-pagination-bullet-active {
  background-color: #fff;
}
.innovation-box2c {
  position: relative;
  overflow: hidden;
}
.paginationbox2c {
  position: absolute;
  bottom: 0.3rem !important;
  z-index: 2;
  text-align: right;
  padding-right: 0.3rem;
}
.paginationbox2c .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
}
.paginationbox2c .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 768px) {
  .innovation-box2 .container {
    flex-wrap: wrap;
  }
  .innovation-box2 .container .left {
    width: 100%;
    padding: 0;
  }
  .innovation-box2 .container .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .innovation-box2 .container .left .title {
    text-align: center;
  }
  .innovation-box2 .container .left .text {
    font-size: 0.26rem;
    line-height: 1.5em;
  }
}
.innovation-box5 {
  padding: 0.9rem 0 1.5rem;
}
.innovation-box5 .mbox {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  height: 6.72rem;
}
.innovation-box5 .mbox .sbox {
  width: 16%;
  position: relative;
  transition: all 1s;
}
.innovation-box5 .mbox .sbox .img {
  width: 100%;
  height: 100%;
}
.innovation-box5 .mbox .sbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovation-box5 .mbox .sbox .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.6rem;
  padding: 0 0.5rem;
}
.innovation-box5 .mbox .sbox .text .text1 {
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.52rem;
}
.innovation-box5 .mbox .sbox .text .text2 {
  font-size: 0.16rem;
  line-height: 0.26rem;
  display: block;
  color: #ffffff;
  margin-top: 0.1rem;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  height: 0;
}
.innovation-box5 .mbox .sbox.default {
  width: 66.5%;
}
.innovation-box5 .mbox .sbox.default .text .text2 {
  opacity: 1;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .innovation-box5 .mbox {
    flex-wrap: wrap;
    height: initial;
  }
  .innovation-box5 .mbox .sbox.default {
    width: 100%;
  }
  .innovation-box5 .mbox .sbox {
    width: 100%;
    margin-top: 0.4rem;
  }
  .innovation-box5 .mbox .sbox .text .text2 {
    font-size: 0.24rem;
    line-height: 1.5em;
  }
}
.z-message {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z-message .container {
  display: flex;
  line-height: 1.4rem;
}
.z-message .container .left {
  width: 70%;
  font-size: 0.26rem;
  color: #ffffff;
  font-family: 'pingfangbold', 'pingfangsc-regular', 'microsoft yahei', 'microsoft yahei ui', 'simsun', 'simhei', 'arial';
}
.z-message .container .right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.z-message .container .right a {
  width: 1.68rem;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
}
.z-message .container .right a svg {
  margin-right: 0.1rem;
}
.z-message .container .right a svg path {
  fill: #fff;
  opacity: 1;
}
.z-message .container .right a:hover {
  background-color: #fff;
  color: #1680ff;
}
.z-message .container .right a:hover svg path {
  fill: #1680ff;
}
@media (max-width: 600px) {
  .z-message .container {
    flex-wrap: wrap;
    line-height: 1.2rem;
  }
  .z-message .container .left {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
  }
  .z-message .container .right {
    width: 100%;
    justify-content: center;
    padding-bottom: 0.4rem;
  }
  .z-message .container .right a {
    line-height: 0.8rem;
    width: 2.4rem;
    border-radius: 0.48rem;
    font-size: 0.24rem;
  }
}
#c-header .c-nav li a i {
  color: #929596;
}
#c-header .c-nav li a:hover {
  font-weight: bold;
}
#c-header .c-nav li a:hover i {
  color: #1680ff;
}
@media (max-width: 991px) {
  .index-partnera1 {
    width: 100%;
  }
  .index-about .mbox .sbox .textbox .link a {
    font-size: 0.24rem;
    width: 2rem;
    border-radius: 0.48rem;
    line-height: 0.6rem;
  }
}
.mcsb_scrolltools .mcsb_draggerrail {
  background-color: rgba(0, 0, 0, 0.09) !important;
}
