@charset "utf-8";
:root {
  --color: #ff6a00;
  --vh: 100vh;
}
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
/* 字体引用 */
@font-face {
  font-family: 'int-m';
  src: url(../font/Inter-Medium.ttf);
}
@font-face {
  font-family: 'int-r';
  src: url(../font/Inter-Regular.ttf);
}
@font-face {
  font-family: 'int-l';
  src: url(../font/Inter-Light.ttf);
}
@font-face {
  font-family: 'int-b';
  src: url(../font/Inter-Bold.ttf);
}
.font-m {
  font-family: 'int-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-r {
  font-family: 'int-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-l {
  font-family: 'int-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: 'int-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #0066cc;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #0066cc;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0066cc;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'int-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 86%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
* {
  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: #ff6a00;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', '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: 85%;
  max-width: 1280px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.zz_w1280 {
  margin: 0 auto;
  width: 85%;
  max-width: 1280px;
}
@media (max-width: 1260px) {
  .zz_w1280 {
    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: #ff6a00;
}
.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 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-img > img.avatar{
  border-radius: inherit;
}
.public-img > img.kuang {
  z-index: 2;
}
.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: #ff6a00;
}
#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: #ff6a00;
}
#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: #ff6a00;
}
#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: 70px;
}
@media (max-width: 1024px) {
  #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: 70px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -100px;
}
@media (max-width: 1024px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  border-bottom: 2px solid #f1f1f1;
}
@media (max-width: 1024px) {
  #c-header.c-style2 {
    border-bottom: 1px solid #f1f1f1;
  }
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img,
#c-header .c-logo .c-img-box svg {
  height: 0.36rem;
}
@media (max-width: 1024px) {
  #c-header .c-logo .c-img-box img,
  #c-header .c-logo .c-img-box svg {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-header .c-logo .c-img-box img,
  #c-header .c-logo .c-img-box svg {
    height: 0.4rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2),
#c-header .c-logo .c-img-box svg:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
  color: #333;
}
@media (max-width: 1366px) {
  #c-header .c-logo span {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header .c-logo span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 30%;
  background: #666;
  width: 2px;
}
@media (max-width: 1366px) {
  #c-header .c-logo span::before {
    height: 20%;
  }
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}

#c-header.c-style2 .c-logo .c-img-box img,
#c-header.c-style2 .c-logo .c-img-box svg {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 45px;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ff6a00;
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 180px;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0 20px;
  color: #333;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #ff6a00;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #ff6a00 !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.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#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.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #ff6a00;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .zz-tcBtnWap {
  line-height: 1.5;
  margin-right: 0.4rem;
  display: none;
}
@media (max-width: 1024px) {
  #c-header .zz-tcBtnWap {
    display: block;
  }
}
#c-header .zz-tcBtnWap .public-btn {
  min-width: unset;
  border-radius: 5px;
  padding: 0.12rem 0.2rem;
}
@media (max-width: 500px) {
  #c-header .zz-tcBtnWap .public-btn {
    min-height: 0.7rem;
  }
}
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#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: 120px;
}
@media (max-width: 1024px) {
  #c-header .c-gn {
    display: none;
  }
}
@media (max-width: 1260px) {
}
#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.4s;
  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: #ff6a00 !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: #ff6a00;
  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-gn .c-case {
  line-height: 1.5;
  display: inline-flex;
}
#c-header .c-gn .c-case .public-btn {
  padding: 0.09rem 0.3rem;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #ff6a00;
}
#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: #ff6a00;
  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,
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.4s;
  right: 0.6rem;
  background: transparent;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next,
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after,
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-next svg,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-next svg path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.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.4s;
}
#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.4s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #ff6a00;
}
#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.4s;
}
#c-footer a:hover::after {
  width: 100%;
}
#c-footer .c-top-box {
  background: #303336;
}
#c-footer .c-top-box .zz_w1280 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .zz_w1280 .zz-bigBox {
  display: flex;
  padding: 1.1rem 0 1.65rem;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .zz-bigBox {
    width: 100%;
    flex-direction: column;
    padding-top: 0.6rem;
    padding-bottom: 1.1rem;
    order: 1;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .zz-bigBox {
    padding: 0.4rem 0 0.6rem;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-list-bigBox {
  display: flex;
  margin-left: 1.4rem;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .zz-list-bigBox {
    margin-left: 0;
    width: 100%;
    order: 0;
    flex-direction: column;
  }
}
#c-footer .c-top-box .zz_w1280 .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .zz_w1280 .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .zz_w1280 .c-title-box a {
  color: #fff;
  position: relative;
}
#c-footer .c-top-box .zz_w1280 .c-title-box a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
}
#c-footer .c-top-box .zz_w1280 .c-title-box a:hover::after {
  width: 100%;
}
#c-footer .c-top-box .zz_w1280 .c-title-box img,
#c-footer .c-top-box .zz_w1280 .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .zz_w1280 .c-title-box img path,
#c-footer .c-top-box .zz_w1280 .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .c-title-box img,
  #c-footer .c-top-box .zz_w1280 .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .zz_w1280 .c-list-box {
  margin-right: 1.35rem;
}
#c-footer .c-top-box .zz_w1280 .c-list-box:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .c-list-box {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-list-box {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-list-box .c-list {
    padding-top: 0.3rem;
  }
}
#c-footer .c-top-box .zz_w1280 .c-list-box .c-list li {
  padding-bottom: 10px;
}
#c-footer .c-top-box .zz_w1280 .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-list-box .c-list li:last-child {
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-list-box .c-list li {
    padding-bottom: 0.25rem;
  }
}
#c-footer .c-top-box .zz_w1280 .c-list-box .c-list a {
  position: relative;
  z-index: 1;
}
#c-footer .c-top-box .zz_w1280 .c-list-box .c-list a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
#c-footer .c-top-box .zz_w1280 .c-list-box .c-list a:hover::after {
  width: 100%;
}
#c-footer .c-top-box .zz_w1280 .c-list-box.on .c-title-box img,
#c-footer .c-top-box .zz_w1280 .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .zz_w1280 .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-p1,
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-p3 {
  color: rgba(255, 255, 255, 0.5);
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-p1 {
  margin-bottom: 5px;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-p2 {
  color: #fffefe;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-p3 {
  margin-top: 0.3rem;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form {
  width: 270px;
  height: 0.45rem;
  min-height: 40px;
  display: flex;
  margin-top: 0.25rem;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form input {
  flex: 1;
  padding: 0 0.2rem;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form input::-webkit-input-placeholder {
  color: #999;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form input:-ms-input-placeholder {
  color: #999;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form button {
  height: 100%;
  width: 0.45rem;
  min-width: 40px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form button:hover {
  background:#ff700a;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form button img,
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form button svg {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
  overflow: unset;
}
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form button img path,
#c-footer .c-top-box .zz_w1280 .c-text-box .zz-form button svg path {
  fill: #fff;
  opacity: 1;
  overflow: unset;
}
#c-footer .c-top-box .zz_w1280 .c-ico {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.3rem;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .c-ico {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-ico {
    margin-top: 0.6rem;
  }
}
#c-footer .c-top-box .zz_w1280 .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
#c-footer .c-top-box .zz_w1280 .c-ico a .icon{ filter: url(#white-filter);}
#c-footer .c-top-box .zz_w1280 .c-ico a:hover .icon{ filter: url(#black-filter);}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-ico a {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
#c-footer .c-top-box .zz_w1280 .c-ico a img,
#c-footer .c-top-box .zz_w1280 .c-ico a svg {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-ico a img,
  #c-footer .c-top-box .zz_w1280 .c-ico a svg {
    width: 0.35rem;
    height: 0.35rem;
  }
}
#c-footer .c-top-box .zz_w1280 .c-ico a img path,
#c-footer .c-top-box .zz_w1280 .c-ico a svg path {
  fill: rgba(0, 0, 0, 0.6);
}
#c-footer .c-top-box .zz_w1280 .c-ico a .codeBox {
  position: absolute;
  bottom: 140%;
  left: 0;
  display: none;
  transform: translateX(-50%);
  left: 50%;
}
#c-footer .c-top-box .zz_w1280 .c-ico a .codeBox .imgBox {
  width: 130px;
  height: 130px;
  min-width: 50px;
  min-height: 50px;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}
#c-footer .c-top-box .zz_w1280 .c-ico a .codeBox .imgBox img {
  width: 100%;
  height: 100%;
  min-width: inherit;
  min-height: inherit;
}
#c-footer .c-top-box .zz_w1280 .c-ico a .codeBox .c-text {
  text-align: center;
  margin-top: 7px;
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .zz_w1280 .c-ico a .codeBox .c-text {
    font-size: 12px;
  }
}
#c-footer .c-top-box .zz_w1280 .c-ico a .codeBox.codeBox2 .c-tel {
  background: #fff;
  color: #333;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 40px;
}
#c-footer .c-top-box .zz_w1280 .c-ico a:hover {
  background: #fff;
}
#c-footer .c-top-box .zz_w1280 .c-ico a:hover img path,
#c-footer .c-top-box .zz_w1280 .c-ico a:hover svg path {
  fill: #333;
}
#c-footer .c-top-box .zz_w1280 .c-ico a:hover .codeBox {
  display: block;
  animation: hideShow 0.5s;
}
#c-footer .c-top-box .zz_w1280 .c-ico a:hover .syb {
  opacity: 1;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .c-text-wrap {
    order: 1;
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .c-text-wrap {
    width: 100%;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact {
  background: #ff6a00;
  padding: 0.5rem 0.5rem 0.3rem 0.4rem;
  width: 415px;
  transform: translateY(-1.45rem);
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact {
    width: auto;
    margin-top: 1.4rem;
    margin-bottom: 0.5rem;
    order: 0;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact {
    padding: 0.6rem 0.6rem;
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-title {
  color: #fff;
  line-height: 1.53333333em;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-box {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact .zz-box {
    margin-top: 0.5rem;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-box .zz-icon {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 1000px;
  margin-right: 0.2rem;
  min-width: 90px;
  min-height: 90px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact .zz-box .zz-icon {
    min-width: 1.6rem;
    min-height: 1.6rem;
    margin-right: 0.4rem;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-box .zz-icon img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-box .zz-cont {
  flex: 1;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-box .zz-cont .zz-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.66666667em;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact .zz-box .zz-cont .zz-text {
    font-size: 0.28rem;
    margin-top: 0.1rem;
    line-height: 1.5;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn {
  width: 100%;
  padding: 0.1rem 0.3rem;
  background: #ad4800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
  margin-top: 0.45rem;
  min-height: 40px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn {
    margin-top: 0.6rem;
    min-height: 0.8rem;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn:hover {
  background: rgba(177, 74, 0, 0.8);
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn img,
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn svg {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.15rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn img,
  #c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn svg {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.3rem;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn img path,
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-btn svg path {
  fill: #fff;
  opacity: 1;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox {
    margin-top: 0.5rem;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox span {
  color: rgba(255, 255, 255, 0.7);
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox img,
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox svg {
  width: 0.3rem;
  height: 0.25rem;
  margin-left: 0.2rem;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox img path,
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox svg path {
  opacity: 1;
  fill: #fff;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox .zz-icon {
  position: relative;
  z-index: 1;
  display: flex;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox .zz-icon:hover .codeBox {
  display: block;
  animation: hideShow 0.4s;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox .zz-icon .codeBox {
  position: absolute;
  bottom: 140%;
  left: 0;
  display: none;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox .zz-icon .codeBox .imgBox {
  width: 130px;
  height: 130px;
  min-width: 50px;
  min-height: 50px;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox .zz-icon .codeBox .imgBox img {
  width: 100%;
  height: 100%;
  min-width: inherit;
  min-height: inherit;
  margin-left: 0;
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox .zz-icon .codeBox .c-text {
  text-align: center;
  margin-top: 7px;
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox .zz-icon .codeBox .c-text {
    font-size: 12px;
  }
}
#c-footer .c-top-box .zz_w1280 .zz-contact .zz-tipsBox .zz-icon .codeBox.codeBox2 .c-tel {
  background: #fff;
  color: #333;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 40px;
}
#c-footer .c-top-box .zz-ftlg {
  width: auto;
  height: auto;
  margin-bottom: 0.4rem;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz-ftlg {
    display: none;
  }
}
#c-footer .c-top-box .zz-ftlg a {
  width: 100%;
  height: 100%;
}
#c-footer .c-top-box .zz-ftlg a img,
#c-footer .c-top-box .zz-ftlg a svg {
  width: auto;
  height: 0.42rem;
}
#c-footer .c-top-box .zz-ftlg a img path,
#c-footer .c-top-box .zz-ftlg a svg path {
  fill: #fff;
  opacity: 1;
}
#c-footer .c-top-box .zz-ftlg.zz-ftlgWap {
  display: none;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .zz-ftlg.zz-ftlgWap {
    display: block;
    height: 0.4rem;
  }
  #c-footer .c-top-box .zz-ftlg a img, #c-footer .c-top-box .zz-ftlg a svg {
    height: 0.54rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0 0 0.35rem;
  background: #303336;
}
@media (max-width: 1024px) {
  #c-footer .c-bottom-box {
    padding-bottom: 0.7rem;
  }
}
@media (max-width: 767px) {

}
#c-footer .c-bottom-box .zz_w1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .zz_w1280 a {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
#c-footer .c-bottom-box .zz_w1280 a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
#c-footer .c-bottom-box .zz_w1280 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#c-footer .c-bottom-box .zz_w1280 a:hover::before {
  width: 100%;
}
#c-footer .c-bottom-box .zz_w1280 .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
  color: rgba(255, 255, 255, 0.6);
}
#c-footer .c-bottom-box .zz_w1280 .zz-grow {
  color: rgba(255, 255, 255, 0.6);
}
#c-footer .c-bottom-box .c-support {
  color: rgba(255, 255, 255, 0.6);
}
#c-footer .c-bottom-box .c-support a {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
#c-footer .c-bottom-box .c-support a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
#c-footer .c-bottom-box .c-support a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#c-footer .c-bottom-box .c-support a:hover::before {
  width: 100%;
}
#c-footer .c-bottom-box .c-support span {
  margin: 0 0.1rem;
}
.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;
}
.font14 {
  font-size: 14px;
}
.font12 {
  font-size: 12px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
  .font12 {
    font-size: 0.24rem;
  }
}
.public-btn {
  position: relative;
  z-index: 1;
  background: #ff6a00;
  transition: all 0.4s;
  overflow: hidden;
  min-height: 40px;
  min-width: 120px;
  padding: 0.12rem 0.35rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-btn {
    min-height: 0.8rem;
  }
}
.public-btn:hover {
  background: rgba(177, 74, 0, 0.8);
}
.public-btn:hover img,
.public-btn:hover svg {
  transform: translateX(5px);
}
.public-btn span {
  position: relative;
  z-index: 3;
  color: #fff;
  transition: all 0.4s;
}
.public-btn img,
.public-btn svg {
  width: 8px;
  height: 12px;
  transition: all 0.4s;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .public-btn img,
  .public-btn svg {
    width: 0.16rem;
    height: 0.24rem;
  }
}
.public-btn img path,
.public-btn svg path {
  opacity: 1;
  fill: #fff;
}
.public-swpBtn {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.public-swpBtn svg {
  width: 10px;
}
@media (max-width: 1580px) {
  .public-swpBtn svg {
    width: 7px;
  }
}
@media (max-width: 767px) {
  .public-swpBtn svg {
    width: 0.3rem;
  }
}
.public-swpBtn svg path {
  fill: #fff;
}
.public-swpBtn:hover {
  background: #000;
  opacity: 1;
}
.public-swpBtn:hover svg path {
  fill: #fff;
}
@-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);
  }
}
@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;
}
.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);
}
@-webkit-keyframes width2 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes width2 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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;
  -webkit-animation-name: fadeleft;
}
@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;
  -webkit-animation-name: faderight;
}