<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") 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;
  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: #3c84f1;
}
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: 'Microsoft YaHei', 'Microsoft YaHei UI', 'PingFang SC', '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: 991px) {
  body {
    font-size: 0.28rem;
  }
}
@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: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.zz_w1400 {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .zz_w1400 {
    width: 90%;
  }
}
.zz_w1440 {
  margin: 0 auto;
  width: 85%;
  max-width: 1440px;
}
@media (max-width: 1260px) {
  .zz_w1440 {
    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-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: #3c84f1;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img &gt; 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: #3c84f1;
}
#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: #3c84f1;
}
#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: #3c84f1;
}
#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;
}
#c-header .zz-hbgimg {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.01rem;
}
@media (max-width: 991px) {
  #c-header .zz-hbgimg {
    height: 1.21rem;
  }
}
@media (max-width: 767px) {
  #c-header .zz-hbgimg {
    height: 1.22rem;
    width: 58%;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #000;
  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;
  flex: 1;
  justify-content: flex-end;
  padding-left: 1.45rem;
}
#c-header.c-head-move {
  top: -1.05rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.25rem;
  }
}
#c-header.c-style2 {
  color: #000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #000;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
#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;
  }
}
@media (max-width: 767px) {
  #c-header .c-logo .c-img-box img {
    height: 0.8rem;
  }
}
#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;
  color: #fff;
  position: relative;
}
#c-header .c-logo span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  height: 0.4rem;
}
@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 &gt; li {
  position: relative;
  margin-right: 0.9rem;
}
#c-header .c-nav &gt; li:last-child {
  margin-right: 0;
}
#c-header .c-nav &gt; li &gt; .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav &gt; li &gt; .c-title-box img,
#c-header .c-nav &gt; li &gt; .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav &gt; li &gt; .c-title-box img path,
#c-header .c-nav &gt; li &gt; .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav &gt; li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #3c84f1;
  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 &gt; .c-title-box &gt; a,
#c-header .c-nav li:hover &gt; .c-title-box &gt; a,
#c-header .c-nav li.on &gt; a,
#c-header .c-nav li:hover &gt; a {
  color: #3c84f1;
}
#c-header.c-style2 .c-nav li.on &gt; .c-title-box &gt; a:before,
#c-header .c-nav li:hover &gt; .c-title-box &gt; a:before,
#c-header .c-nav li.on &gt; a:before,
#c-header .c-nav li:hover &gt; a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on &gt; .c-title-box svg path,
#c-header .c-nav li:hover &gt; .c-title-box svg path {
  fill: #3c84f1 !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 &gt; 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 &gt; a {
  color: #3c84f1;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#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: #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;
  margin-left: 0.95rem;
}
@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 &gt; svg path {
  fill: #3c84f1 !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: #3c84f1;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
  color: #666;
}
#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;
  color: #3c84f1;
}
#c-header.c-style2 .c-gn form &gt; svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #3c84f1;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3c84f1;
  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: 100vh;
  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: #3c84f1;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box &gt; 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: #666;
  transition: 0.4s;
}
#c-footer a:hover {
  color: #3c84f1;
}
#c-footer .c-top-box {
  padding: 1rem 0 0.55rem;
  background: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 0.8rem;
  }
}
#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.3rem;
}
@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: #21232d;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #3c84f1;
}
#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: #000;
}
@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;
  }
}
#c-footer .c-top-box .container .c-list-box {
  margin-right: 2.8rem;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box {
    margin-right: 1.6rem;
  }
}
#c-footer .c-top-box .container .c-list-box:last-child {
  margin-right: 0;
}
@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.15rem;
}
#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: #3c84f1;
}
#c-footer .c-top-box .container .c-text-wrap .zz-ftlg {
  width: 1.6rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .zz-ftlg {
    width: 2.5rem;
    height: 0.88rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .zz-ftlg img,
#c-footer .c-top-box .container .c-text-wrap .zz-ftlg svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
  }
}
#c-footer .c-top-box .container .c-text-wrap .zz-cont {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .zz-cont {
    margin-top: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .zz-cont .zz-title {
  color: #666;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .zz-cont .zz-title {
    margin-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .zz-cont .zz-text {
  color: #3c84f1;
  line-height: 1.2;
}
#c-footer .c-top-box .container .c-text-wrap .zz-cont .zz-text a {
  color: inherit;
}
#c-footer .c-top-box .container .zz-box {
  display: flex;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .zz-box {
    flex-direction: column;
    width: 100%;
    margin-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.3rem 0;
  border-top: 1px solid #e4e4e4;
  color: #999;
  background: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0 1rem;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#c-footer .c-bottom-box .container a {
  color: #999;
}
#c-footer .c-bottom-box .container a:hover {
  color: #3c84f1;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-copyright {
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
}
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
.fd {
  overflow: hidden;
}
.fd img {
  transition: all 0.8s;
}
.fd:hover img {
  transform: scale(1.05);
}
.zz-textb {
  font-weight: bold;
}
.font72 {
  font-size: 0.72rem;
}
.font64 {
  font-size: 0.64rem;
}
.font62 {
  font-size: 0.62rem;
}
.font60 {
  font-size: 0.6rem;
}
.font58 {
  font-size: 0.58rem;
}
.font56 {
  font-size: 0.56rem;
}
.font54 {
  font-size: 0.54rem;
}
.font52 {
  font-size: 0.52rem;
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 991px) {
  .font48 {
    font-size: 0.5rem;
  }
}
.font46 {
  font-size: 0.46rem;
}
@media (max-width: 991px) {
  .font46 {
    font-size: 0.5rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 991px) {
  .font44 {
    font-size: 0.5rem;
  }
}
.font42 {
  font-size: 0.42rem;
}
@media (max-width: 991px) {
  .font42 {
    font-size: 0.5rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.5rem;
  }
}
.font38 {
  font-size: 0.38rem;
}
@media (max-width: 991px) {
  .font38 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 991px) {
  .font28 {
    font-size: 0.4rem;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 0.28rem;
  }
}
.font12 {
  font-size: 12px;
}
@media (max-width: 991px) {
  .font12 {
    font-size: 0.24rem;
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fadeInUp2 {
  animation: fadeInUp2 2s forwards;
}
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(0.6rem);
    -webkit-transform: translateX(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(0.6rem);
    -webkit-transform: translateX(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
.fadeleft {
  animation-name: fadeleft !important;
  -webkit-animation-name: fadeleft !important;
}
@keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-0.6rem);
    -webkit-transform: translateX(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
@-webkit-keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-0.6rem);
    -webkit-transform: translateX(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
.faderight {
  animation-name: faderight !important;
  -webkit-animation-name: faderight !important;
}
@-webkit-keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scaleDraw {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zz-public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.2rem;
  padding: 0 0.3rem;
  height: 0.5rem;
  min-height: 40px;
  border-radius: 1000px;
  background: #3c84f1;
  transition: all 0.4s;
  position: relative;
}
.zz-public-btn:hover {
  background: rgba(60, 132, 241, 0.8);
}
@media (max-width: 991px) {
  .zz-public-btn {
    height: 0.8rem;
    min-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .zz-public-btn {
    padding: 0 0.4rem;
  }
}
.zz-public-btn .zz-span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.zz-public-btn .zz-img {
  margin-left: 10px;
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .zz-public-btn .zz-img {
    width: 0.2rem;
  }
}
@media (max-width: 767px) {
  .zz-public-btn .zz-img {
    width: 0.24rem;
  }
}
.zz-public-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zz-public-btn2:hover span {
  color: #3c84f1;
}
.zz-public-btn2:hover img,
.zz-public-btn2:hover svg {
  transform: translateX(5px);
}
.zz-public-btn2:hover img path,
.zz-public-btn2:hover svg path {
  fill: #3c84f1;
}
.zz-public-btn2 span {
  transition: all 0.4s;
  color: #666;
}
.zz-public-btn2 img,
.zz-public-btn2 svg {
  margin-left: 10px;
  transition: all 0.4s;
}
.zz-public-btn2 img path,
.zz-public-btn2 svg path {
  transition: all 0.4s;
}
.public-nybn {
  position: relative;
  height: 0;
  padding-bottom: 31.25%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public-nybn {
    padding-bottom: 40%;
  }
}
.public-nybn .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.public-nybn .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-nybn .zz-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.public-nybn .bn-title {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  animation: fadeInUp2 2s forwards;
  justify-content: center;
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .public-nybn .bn-title {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .public-nybn .bn-title .container,
  .public-nybn .bn-title .zz_w1440 {
    width: 100%;
  }
}
.public-nybn .bn-title .h2 {
  color: #fff;
  text-align: left;
  line-height: 1.2;
}
.public-nybn .bn-title .zz-tips {
  color: #fff;
  text-align: left;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .public-nybn .bn-title .zz-tips {
    margin-bottom: 0.3rem;
  }
}
.public-nybn .bn-title .zz-tips2 {
  color: #fff;
  margin-bottom: 0.1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .public-nybn .bn-title .zz-tips2 {
    margin-bottom: 0.2rem;
  }
}
.public-nybn .bn-title .zz-text {
  color: #fff;
  margin-top: 0.15rem;
}
.public-nybn .bn-title .zz-btn {
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .public-nybn .bn-title .zz-btn {
    margin-top: 0.6rem;
  }
}
@media (max-width: 1580px) {
  .public-nybn .bn-box .r-ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .public-nybn .bn-box {
    height: auto;
  }
}
@media (max-width: 767px) {
  .public-nybn {
    padding-bottom: 85%;
  }
  .public-nybn .bn-box .l-ul li {
    padding: 0.3rem 0 0.3rem;
  }
  .public-nybn .bn-box .r-ul {
    display: none;
  }
  .public-nybn .bn-title .h2 {
    font-size: 0.48rem;
  }
  .public-nybn .bn-title .c-tips {
    font-size: 0.28rem;
  }
}
.public-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.public-title .h2 {
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .public-title .h2 {
    font-size: 0.4rem;
  }
}
.public-title .zz-text {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .public-title .zz-text {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.partner1 {
  padding: 1.1rem 0 0.8rem;
}
.partner1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  align-items: stretch;
}
@media (max-width: 767px) {
  .partner1 ul {
    margin-top: 0.8rem;
  }
}
.partner1 ul li {
  width: 22.91%;
  margin-right: 2.77%;
  margin-bottom: 0.4rem;
  padding: 0.5rem 0.3rem 0.6rem;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s;
}
.partner1 ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .partner1 ul li {
    width: 48.61%;
  }
  .partner1 ul li:nth-of-type(4n+4) {
    margin-right: 2.77%;
  }
  .partner1 ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .partner1 ul li {
    width: 100%;
    margin-right: 0;
    padding: 0.6rem 0.8rem;
  }
}
.partner1 ul li:hover {
  transform: translateY(-10px);
}
.partner1 ul li .zz-icon {
  width: 1.1rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
  position: relative;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .partner1 ul li .zz-icon {
    width: 1.3rem;
    height: 1.4rem;
  }
}
.partner1 ul li .zz-icon .zz-bgimg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.partner1 ul li .zz-icon .zz-img {
  position: relative;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner1 ul li .zz-icon .zz-img img,
.partner1 ul li .zz-icon .zz-img svg {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .partner1 ul li .zz-icon .zz-img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.partner1 ul li .zz-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.partner1 ul li .zz-box .h3,
.partner1 ul li .zz-box .zz-text {
  text-align: center;
}
@media (max-width: 767px) {
  .partner1 ul li .zz-box .h3 {
    font-size: 0.32rem;
  }
}
.partner1 ul li .zz-box .zz-text {
  line-height: 1.5em;
  color: #666;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .partner1 ul li .zz-box .zz-text {
    margin-top: 0.3rem;
  }
}
.partner1 ul li .zz-box .zz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}
.partner2 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.1rem 0 0.8rem;
  background-attachment: fixed;
}
.partner2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .partner2 ul {
    margin-top: 0.8rem;
  }
}
.partner2 ul li {
  width: 22.91%;
  margin-right: 2.77%;
  margin-bottom: 0.4rem;
  padding: 0.3rem 0.35rem 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partner2 ul li:hover {
  transform: translateY(-10px);
}
.partner2 ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .partner2 ul li {
    width: 48%;
    margin-right: 4%;
  }
  .partner2 ul li:nth-of-type(4n+4) {
    margin-right: 4%;
  }
  .partner2 ul li:nth-of-type(2n+2) {
    margin-right: 0%;
  }
}
.partner2 ul li .zz-cont {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.partner2 ul li .zz-cont .zz-public-btn2 {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .partner2 ul li .zz-cont .h3 {
    font-size: 0.32rem;
  }
}
.partner2 ul li .zz-imgbox {
  margin-top: 0.1rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .partner2 ul li .zz-imgbox {
    margin-top: 0.2rem;
  }
}
.partner2 ul li .zz-imgbox .zz-icon {
  width: 1.1rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
  position: relative;
  margin-bottom: 0.25rem;
}
.partner2 ul li .zz-imgbox .zz-icon .zz-bgimg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.partner2 ul li .zz-imgbox .zz-icon .zz-img {
  position: relative;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner2 ul li .zz-imgbox .zz-icon .zz-img img,
.partner2 ul li .zz-imgbox .zz-icon .zz-img svg {
  width: auto;
  height: auto;
}
.partner3 {
  padding: 1.1rem 0 1.2rem;
}
.partner3 .zz-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .partner3 .zz-nav {
    margin-top: 0.8rem;
  }
}
.partner3 .zz-nav li {
  color: #666;
  transition: all 0.4s;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-right: 0.8rem;
}
.partner3 .zz-nav li:last-child {
  margin-right: 0;
}
.partner3 .zz-nav li:hover,
.partner3 .zz-nav li.on {
  color: #3c84f1;
  border-color: #3c84f1;
}
.partner3 .zz-listBox {
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .partner3 .zz-listBox {
    margin-top: 0.7rem;
  }
}
.partner3 .zz-list {
  display: none;
}
.partner3 .zz-list:nth-of-type(1) {
  display: block;
}
.partner3 .zz-list .zz-box {
  display: flex;
  align-items: stretch;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .partner3 .zz-list .zz-box {
    flex-direction: column;
  }
}
.partner3 .zz-list .zz-box .zz-left,
.partner3 .zz-list .zz-box .zz-right {
  width: 50%;
}
@media (max-width: 767px) {
  .partner3 .zz-list .zz-box .zz-left,
  .partner3 .zz-list .zz-box .zz-right {
    width: 100%;
  }
}
.partner3 .zz-list .zz-box .zz-left .public-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.partner3 .zz-list .zz-box .zz-left .public-img img {
  transition: all 0.8s;
}
.partner3 .zz-list .zz-box .zz-left .public-img:hover img {
  transform: scale(1.05);
}
.partner3 .zz-list .zz-box .zz-left .public-img img {
  border-radius: inherit;
}
.partner3 .zz-list .zz-box .zz-left .public-img::before {
  padding-top: 61.11%;
}
@media (max-width: 991px) {
  .partner3 .zz-list .zz-box .zz-left .public-img::before {
    padding-top: 76%;
  }
}
.partner3 .zz-list .zz-box .zz-right {
  padding: 1rem 0.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  .partner3 .zz-list .zz-box .zz-right {
    padding: 0.6rem 0.4rem;
  }
}
.partner3 .zz-list .zz-box .zz-right .zz-cont {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .partner3 .zz-list .zz-box .zz-right .zz-cont {
    padding-bottom: 0.5rem;
  }
}
.partner3 .zz-list .zz-box .zz-right .h3 {
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.3em;
}
@media (max-width: 767px) {
  .partner3 .zz-list .zz-box .zz-right .h3 {
    font-size: 0.32rem;
  }
}
.partner3 .zz-list .zz-box .zz-right .zz-text {
  margin-top: 0.25rem;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.partner3 .zz-list .zz-box .zz-right .zz-btn {
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .partner3 .zz-list .zz-box .zz-right .zz-btn {
    margin-top: 0.5rem;
  }
}
.partner4 {
  background: #f2f5f7;
  padding: 1.1rem 0 1.2rem;
}
.partner4 .partner4Swp {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .partner4 .partner4Swp {
    margin-top: 0.8rem;
  }
}
.partner4 .swiper-wrapper {
  align-items: stretch;
  padding-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .partner4 .swiper-wrapper {
    padding-bottom: 1rem;
  }
}
.partner4 .swiper-slide {
  padding: 0.4rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .partner4 .swiper-slide {
    padding: 0.6rem 0.4rem;
  }
}
.partner4 .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.partner4 .swiper-slide .public-img {
  width: 100%;
  margin-bottom: 0.3rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .partner4 .swiper-slide .public-img {
    margin-bottom: 0.5rem;
  }
}
.partner4 .swiper-slide .public-img::before {
  padding-top: 57.89%;
}
.partner4 .swiper-slide .public-img img {
  border-radius: inherit;
}
.partner4 .swiper-slide .zz-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.partner4 .swiper-slide .zz-cont .h3 {
  transition: all 0.4s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5em;
}
@media (max-width: 767px) {
  .partner4 .swiper-slide .zz-cont .h3 {
    font-size: 0.32rem;
  }
}
.partner4 .swiper-slide .zz-cont .zz-public-btn2 {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .partner4 .swiper-slide .zz-cont .zz-public-btn2 {
    margin-top: 0.3rem;
  }
}
.partner4 .swiper-pagination {
  bottom: 0;
  overflow: hidden;
}
.partner4 .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #3c84f1;
  opacity: 1;
  transition: all 0.2s;
}
.partner4 .swiper-pagination-bullet-active {
  background: #3c84f1;
  width: 30px;
  border-radius: 10px;
}
/*# sourceMappingURL=./style.css.map */



.zhengwen {
	font-size: 24px;
}
#xwnrbt {width:1250;height:100px;margin-top:50px;font-family:"黑体";font-size:30px;vertical-align:middle;text-align:left;}
#xwnrrq {width:1250;height:100px;margin-left:20px;font-size:18px;vertical-align:middle;text-align:left;}
#neirong {margin-top:0px;margin-left:30px;margin-right:30px;margin-bottom:30px;font-size:20px;line-height:50px;vertical-align:middle;text-algin:left;}
#neirong2 {margin-top:0px;margin-left:30px;margin-right:30px;margin-bottom:30px;vertical-align:middle;font-size:20px;text-algin:left;}

.cpzw {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;

}</pre></body></html>