@charset "utf-8";
:root {
  --color: #e6002d;
  --vh: 100vh;
}
/*字体*/
.font-bold {
  font-weight: bold;
}
* {
  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: #e6002d;
}
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: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.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: #e6002d;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #e6002d;
}
#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: #e6002d;
}
#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: #e6002d;
}
#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 {
  display: flex;
  align-items: center;
  height: 0.85rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.85rem;
  text-align: center;
  color: #373737;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
    height: 1.2rem;
  }
}
#c-header a {
  color: #373737;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}
#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 {
  width: 1.5rem;
  height: 0.28rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 1.8rem;
    height: 0.336rem;
  }
}
#c-header .c-logo .c-img-box svg {
  width: 1.5rem;
  height: 0.28rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 2rem;
    height: 0.37rem;
  }
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.7rem;
}
#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 > a {
  display: flex;
  align-items: center;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 6px;
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #333;
  transition: all 0.3s;
}
#c-header .c-nav > li > .c-title-box + .cn100 {
  width: 300vw;
  box-shadow: none;
  background-color: transparent;
}
#c-header .c-nav > li > .c-title-box + .cn100 em {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 300vw;
  height: 1.24rem;
  background-color: rgba(255, 255, 255, 0.9);
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 {
  border-bottom: 0;
  display: inline-block;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102 {
  line-height: 1.24rem;
  color: #666666;
  padding: 0 0.4rem;
  position: relative;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102:hover {
  color: #e6002d;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.68rem;
  background-color: #d4d4d4;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101:last-child .cn102::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.68rem;
  background-color: #d4d4d4;
}
#c-header .c-nav > li a:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e6002d;
  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: 100%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #e6002d;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #e6002d !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #e6002d;
}
#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: #333;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-language {
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .c-gn .ztop-language .cn1 {
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-language .cn1 svg {
  width: 0.31rem;
  height: 0.25rem;
}
#c-header .c-gn .ztop-language .cn2 {
  opacity: 0;
  top: 0;
  transition: all 0.5s;
  margin-top: 0.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  height: auto;
}
#c-header .c-gn .ztop-language .cn2 .cn3 {
  display: block;
  color: #999;
  text-align: center;
  line-height: 50px;
  height: auto;
  position: relative;
}
#c-header .c-gn .ztop-language .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60%;
  height: 1px;
  background-color: #e5e5e5;
}
#c-header .c-gn .ztop-language .cn2 .cn3:last-child::before {
  display: none;
}
#c-header .c-gn .ztop-language .cn2 .cn3.on {
  background-color: #e6002d;
  border-radius: 50%;
  color: #fff;
}
#c-header .c-gn .ztop-language .cn2 .cn3.on2::before {
  display: none;
}
#c-header .c-gn .ztop-language .cn2 .cn3:hover {
  background-color: #e6002d;
  border-radius: 50%;
  color: #fff;
}
#c-header .c-gn .ztop-language .cn2 .cn3:hover::before {
  display: none;
}
#c-header .c-gn .ztop-language:hover .cn2 {
  opacity: 1;
  top: 100%;
}
#c-header .c-gn .ztop-search {
  margin: 0.1rem 0;
  line-height: 0.65rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.2rem;
  margin-left: 0.1rem;
  transition: all 0.5s;
  cursor: pointer;
}
#c-header .c-gn .ztop-search form {
  padding-left: 0;
  width: auto;
}
#c-header .c-gn .ztop-search .cn1 {
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .c-gn .ztop-search .cn1 img {
  width: 0.24rem;
  height: 0.24rem;
}
#c-header .c-gn .ztop-search .cn1 svg {
  width: 0.24rem;
  height: 0.24rem;
}
#c-header .c-gn .ztop-search .cn1 svg path {
  fill: #333;
  opacity: 1;
}
#c-header .c-gn .ztop-search .cn2 {
  position: absolute;
  right: 100%;
  width: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  height: 100%;
  line-height: 0.65rem;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .ztop-search .cn2 input {
  line-height: 0.65rem;
}
#c-header .c-gn .ztop-search:hover {
  background-color: #e6002d;
}
#c-header .c-gn .ztop-search:hover .cn1 {
  text-align: center;
}
#c-header .c-gn .ztop-search:hover .cn1 svg path {
  fill: #fff;
}
#c-header .c-gn .ztop-search:hover .cn2 {
  opacity: 1;
  width: 200px;
  visibility: visible;
}
#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: #e6002d;
  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-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: #e6002d;
}
#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;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.font70 {
  font-size: 0.7rem;
}
.font64 {
  font-size: 0.64rem;
}
.font60 {
  font-size: 0.6rem;
}
.font54 {
  font-size: 0.54rem;
}
.font48 {
  font-size: 0.48rem;
}
.font44 {
  font-size: 0.44rem;
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.4rem;
  }
}
.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: 22px;
  }
}
@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;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
  line-height: 1.5em;
}
@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 {
  line-height: 1.5em;
  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.24rem;
  }
}
.font12 {
  font-size: 12px;
}
.font-b {
  font-weight: bold;
}
/**********************************00-01 首页**********************************/
.banner {
  width: 100%;
  height: 100vh;
  background-color: #999;
}
.banner .bannera1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannera1 .swiper-wrapper .swiper-slide {
  position: relative;
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 22;
  display: none;
}
@media (max-width: 991px) {
  .banner .bannera1 .swiper-wrapper .swiper-slide .img::before {
    display: block;
  }
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img .mb-img {
  z-index: 10;
  opacity: 1;
  display: none;
}
@media (max-width: 991px) {
  .banner .bannera1 .swiper-wrapper .swiper-slide .img .mb-img {
    display: block;
  }
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img .pc-img {
  z-index: 10;
  opacity: 1;
}
@media (max-width: 991px) {
  .banner .bannera1 .swiper-wrapper .swiper-slide .img .pc-img {
    display: none;
  }
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img .bg1 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .banner .bannera1 .swiper-wrapper .swiper-slide .img .bg1 {
    display: none;
  }
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img .bg2 {
  position: absolute;
  top: 90%;
  left: 90%;
  object-fit: initial;
  width: 12rem;
  height: 12rem;
  z-index: 10;
}
@media (max-width: 991px) {
  .banner .bannera1 .swiper-wrapper .swiper-slide .img .bg2 {
    display: none;
  }
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img .bg3 {
  position: absolute;
  left: calc(100% - 1.4rem);
  top: calc(100% - 1.4rem);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #e6002d;
  z-index: 5;
}
@media (max-width: 991px) {
  .banner .bannera1 .swiper-wrapper .swiper-slide .img .bg3 {
    display: none;
  }
}
.banner .bannera1 .swiper-wrapper .swiper-slide .img .bg4 {
  position: absolute;
  left: calc(100% - 1.4rem);
  top: calc(100% - 1.4rem);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #e6002d;
  z-index: 10;
}
@media (max-width: 991px) {
  .banner .bannera1 .swiper-wrapper .swiper-slide .img .bg4 {
    display: none;
  }
}
.banner .bannera1 .swiper-wrapper .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.banner .bannera1 .swiper-wrapper .swiper-slide .container .cn1 {
  color: #ffffff;
  line-height: 1.33333333em;
  margin-bottom: 0.15rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  opacity: 0;
}
.banner .bannera1 .swiper-wrapper .swiper-slide .container .cn2 {
  opacity: 0;
  color: #ffffff;
  line-height: 1.07142857em;
  font-size: 0.7rem;
  position: relative;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.banner .bannera1 .swiper-wrapper .swiper-slide .container .cn3 {
  opacity: 0;
  position: relative;
  margin-top: 0.55rem;
  display: flex;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .img .pc-img {
  animation: bannerdonghua2 0.5s 0.5s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .img .bg1 {
  animation: bannerdonghua3 0.5s 0.5s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .img .bg4 {
  animation: bannerdonghua3 0.5s 0.5s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .img img {
  z-index: 10;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .img .bg3 {
  animation: bannerdonghua 0.5s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .container {
  animation: bannerdonghua5 0.5s 0.5s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .container .cn1 {
  animation: bannerdonghua4 0.5s 0.7s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .container .cn2 {
  animation: bannerdonghua4 0.5s 0.9s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.ani-slide .container .cn3 {
  animation: bannerdonghua4 0.5s 1.1s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.swiper-slide-active .img .pc-img {
  animation: bannerdonghua22 5s 0.5s 1 linear forwards;
}
.banner .bannera1 .swiper-wrapper .swiper-slide.swiper-slide-active .img .mb-img {
  animation: bannerdonghua23  5s  infinite linear forwards;
}
.banner .bannera1 .bannera1apage {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.9rem;
  z-index: 23;
  width: 100%;
  text-align: center;
}
.banner .bannera1 .bannera1apage .swiper-pagination-bullet {
  width: 1.6rem;
  padding: 0.2rem 0;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.banner .bannera1 .bannera1apage .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
.banner .bannera1 .bannera1apage .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
}
.banner .bannera1 .bannera1apage .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: indexbanner9 5s infinite linear;
}
@keyframes indexbanner9 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes bannerdonghua {
  0% {
    z-index: 20;
  }
  100% {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200vw;
    height: 200vw;
    border-radius: 50%;
    z-index: 20;
  }
}
@keyframes bannerdonghua2 {
  0% {
    z-index: 21;
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 21;
  }
}
@keyframes bannerdonghua22 {
  0% {
    z-index: 21;
    opacity: 0;
  }
  10% {
    opacity: 1;
    z-index: 21;
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
    z-index: 21;
  }
}
@keyframes bannerdonghua23 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes bannerdonghua3 {
  0% {
    z-index: 22;
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 22;
  }
}
@keyframes bannerdonghua4 {
  0% {
    z-index: 23;
    opacity: 0;
    transform: translateY(0.6rem);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    z-index: 23;
  }
}
@keyframes bannerdonghua5 {
  0% {
    z-index: 23;
  }
  100% {
    z-index: 23;
  }
}
.main {
  background-color: #Fff;
  transition: all 0.3s;
  position: relative;
}
.index-box1 {
  padding: 2.4rem 0;
  position: relative;
}
.index-box1 .container {
  text-align: center;
}
.index-box1 .container .cn1 {
  line-height: 1.15625em;
  color: #000;
}
.index-box1 .container .cn2 {
  margin-top: 0.2rem;
}
.index-box1 .container .cn2 svg {
  width: 0.81rem;
}
.index-box1 .container .cn2 svg path {
  stroke-dashoffset: 200%;
  stroke-dasharray: 200%;
  stroke-dashoffset: -150%;
}
.index-box1 .container .cn2.on svg path {
  animation: xiaolian  1s 1 linear forwards;
}
.index-box1 .container .cn3 {
  margin-top: 0.5rem;
}
.index-box1 .container .cn3 .cn4 {
  color: #999;
  line-height: 1.5em;
}
.index-box1 .container .cn3 .cn4 span.on {
  color: #000;
}
.index-box1 .container .cn5 {
  margin-top: 0.7rem;
}
@keyframes xiaolian {
  0% {
    stroke-dashoffset: -150%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.index-box2 .container {
  min-height: 100vh;
  height: 350vh;
}
.index-box2 .container .box {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.index-box2 .container .box .left {
  width: 100%;
}
.index-box2 .container .box .left .cn1 {
  color: #fff;
  line-height: 1.26666667em;
}
.index-box2 .container .box .left .box2 {
  width: 100%;
}
.index-box2 .container .box .left .box2 .box3 {
  width: 100%;
  margin-top: 0.9rem;
  position: relative;
}
.index-box2 .container .box .left .box2 .box3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 0;
  transition: all 0.8s;
}
.index-box2 .container .box .left .box2 .box3 .cn2 {
  display: initial;
  background: transparent -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  color: white;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  line-height: 0.7rem;
  font-size: 0.48rem;
  transition: all 0.8s;
}
.index-box2 .container .box .left .box2 .box3 .cn3 {
  position: absolute;
  left: 0;
  bottom: -0.48rem;
  color: #Fff;
  line-height: 1.41666667em;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}
.index-box2 .container .box .left .box2 .box3.on::before {
  width: 100%;
}
.index-box2 .container .box .left .box2 .box3.on .cn2 {
  background-size: 100% 100%;
  font-size: 0.54rem;
}
.index-box2 .container .box .left .box2 .box3.on .cn3 {
  opacity: 1;
  visibility: visible;
}
.index-box2 .container .box .right {
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 41.42857143%;
}
.index-box2 .container .box .right .box3 {
  width: 82.75862069%;
  position: relative;
  overflow: initial;
}
.index-box2 .container .box .right .box3::before {
  padding-top: 141.66666667%;
}
.index-box2 .container .box .right .box3 .tubiao {
  position: absolute;
  right: 0;
  top: -0.6rem;
  z-index: 5;
  width: 49.375%;
}
@media (max-width: 767px) {
  .index-box2 .container .box .right .box3 .tubiao {
    display: none;
  }
}
.index-box2 .container .box .right .box3 .tubiao lottie-player {
  transform: scale(1.3);
}
.index-box2 .container .box .right .box3 .img {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  border-radius: 2.4rem;
  width: 100%;
  opacity: 0;
  left: 0%;
  top: 50%;
}
@media (max-width: 767px) {
  .index-box2 .container .box .right .box3 .img {
    display: none;
  }
}
.index-box2 .container .box .right .box3 .img::before {
  padding-top: 141.66666667%;
}
.index-box2 .container .box .right .box3 .img img {
  opacity: 1;
  visibility: visible;
}
.index-box3 {
  min-height: 100vh;
  width: 100%;
  height: 100vh;
}
.index-box3 .index-box3a {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
}
.index-box3 .container {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-box3 .container .bigbox {
  width: 100%;
  transform: translateY(0.5rem);
}
@media (max-width: 991px) {
  .index-box3 .container .bigbox {
    transform: translateY(0);
  }
}
.index-box3 .container .box {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.index-box3 .container .box .left .cn1 {
  line-height: 1.16666667em;
  color: #000;
  transition: all 0.3s;
}
.index-box3 .container .box .left .cn2 {
  transition: all 0.3s;
  margin-top: 0.15rem;
  line-height: 1.41666667em;
  color: #000000;
}
.index-box3 .container .box .right .cn5 {
  width: 1.2rem;
}
.index-box3 .container .box2 {
  margin-top: 1.1rem;
  display: flex;
  position: relative;
}
.index-box3 .container .box2.on .box3 {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.index-box3 .container .box2 .box3 {
  transition: all 0.5s;
  opacity: 0;
  width: 27.14285714%;
  text-align: center;
  margin-right: 1.2rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .index-box3 .container .box2 .box3 {
    margin-right: 0.2rem;
  }
}
.index-box3 .container .box2 .box3:nth-child(even) {
  margin-top: 1rem;
}
.index-box3 .container .box2 .box3:nth-child(4n) .img svg .cls-2 {
  fill: #e6b531;
}
.index-box3 .container .box2 .box3:nth-child(4n-1) .img svg .cls-2 {
  fill: #e6002d;
}
.index-box3 .container .box2 .box3:nth-child(4n-2) .img svg .cls-2 {
  fill: #1a8ad5;
}
.index-box3 .container .box2 .box3:nth-child(4n-3) .img svg .cls-2 {
  fill: #37cf6b;
}
.index-box3 .container .box2 .box3 .img::before {
  padding-top: 102.68096515%;
}
.index-box3 .container .box2 .box3 .img svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-box3 .container .box2 .box3 .img svg .cls-2 {
  fill: #e6002d;
}
.index-box3 .container .box2 .box3 .img svg .cls-1 {
  fill: #fff;
  opacity: 1;
  stroke: #fff;
  stroke-width: 0;
}
.index-box3 .container .box2 .box3 .img .img2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-box3 .container .box2 .box3 .img .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box3 .container .box2 .box3 .text {
  margin-top: 0.25rem;
  color: #000000;
  line-height: 1.22727273em;
}
.public-btn {
  display: flex;
  justify-content: center;
}
.public-btn .public-btn2 {
  width: 1.8rem;
  position: relative;
}
.public-btn .public-btn2 .public-img {
  overflow: initial;
}
.public-btn .public-btn2 .public-img::before {
  padding-top: 97.22222222%;
}
.public-btn .public-btn2 lottie-player {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.5);
}
.public-btn .public-btn2 .tubiao {
  position: absolute;
  left: 45%;
  top: 60%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.public-btn .public-btn2 .tubiao img {
  width: 0.16rem;
  height: 0.16rem;
}
.public-btn .public-btn2 .tubiao svg {
  width: 0.16rem;
}
.public-btn .public-btn2 .tubiao svg path {
  fill: #Ffff;
  opacity: 1;
  stroke: none;
  filter: none;
}
.public-btn .public-btn2 .tubiao2 {
  position: absolute;
  left: 15%;
  top: 90%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  opacity: 0;
}
.public-btn .public-btn2 .tubiao2 img {
  width: 0.16rem;
  height: 0.16rem;
}
.public-btn .public-btn2 .tubiao2 svg {
  width: 0.16rem;
}
.public-btn .public-btn2 .tubiao2 svg path {
  fill: #Ffff;
  opacity: 1;
  stroke: none;
  filter: none;
}
.public-btn .public-btn2:hover .tubiao {
  left: 75%;
  top: 30%;
  opacity: 0;
}
.public-btn .public-btn2:hover .tubiao2 {
  left: 45%;
  top: 60%;
  opacity: 1;
}
.public-btn3 {
  display: flex;
  height: 0.54rem;
  border-radius: 0.27rem;
  background-color: #e6002d;
  position: relative;
  z-index: 5;
  padding: 0 0.1rem 0 0.3rem;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-btn3 {
    height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.public-btn3.fanxiang {
  flex-direction: row-reverse;
  padding: 0 0.3rem 0 0.1rem;
}
.public-btn3.fanxiang .cnz4 {
  margin-left: 0;
  margin-right: 0.2rem;
}
.public-btn3.fanxiang .cnz4 svg {
  transition: all 0.4s;
}
.public-btn3.fanxiang:hover .cnz4 svg {
  transform: rotate(0);
}
.public-btn3 .cnz3 {
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 1.5em;
}
.public-btn3 .cnz3 em {
  font-style: normal;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.public-btn3 .cnz3 em:nth-child(1) {
  top: 0;
}
.public-btn3 .cnz3 em:nth-child(2) {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.public-btn3 .cnz4 {
  margin-left: 0.2rem;
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #Fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .public-btn3 .cnz4 {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.public-btn3 .cnz4 img {
  transition: all 0.4s;
}
.public-btn3 .cnz4 svg {
  transition: all 0.4s;
}
.public-btn3 .cnz4 svg path {
  fill: #e6002d;
  opacity: 1;
  stroke: none;
}
.public-btn3:hover .cnz3 em:nth-child(1) {
  top: -0.54rem;
}
@media (max-width: 767px) {
  .public-btn3:hover .cnz3 em:nth-child(1) {
    top: -0.76rem;
  }
}
.public-btn3:hover .cnz3 em:nth-child(2) {
  top: 0;
}
.public-btn3:hover .cnz4 svg {
  transform: rotate(-45deg);
}
.public-btn3:hover .cnz4 img {
  transform: rotate(-45deg);
}
.public-btn3.public-btn3white {
  background-color: #fff;
}
.public-btn3.public-btn3white .cnz3 em {
  color: #e6002d;
}
.public-btn3.public-btn3white .cnz4 {
  background-color: #e6002d;
}
.public-btn3.public-btn3white .cnz4 svg {
  transition: all 0.4s;
}
.public-btn3.public-btn3white .cnz4 svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
  filter: initial;
}
.public-btn3.public-btn3gray {
  background-color: #999999;
}
.public-btn3.public-btn3gray .cnz3 em {
  color: #fff;
}
.public-btn3.public-btn3gray .cnz4 {
  background-color: #fff;
}
.public-btn3.public-btn3gray .cnz4 svg {
  transition: all 0.4s;
}
.public-btn3.public-btn3gray .cnz4 svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
  filter: initial;
}
.index-box4 {
  overflow: hidden;
  padding: 2rem 0 2rem;
}
.index-box4 .zcn3 {
  overflow: initial;
}
.index-box4 .zcn3 a {
  font-size: 2rem;
  display: initial;
  background: transparent -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  color: white;
  -webkit-text-stroke: 1px #e1e1e1;
  line-height: 1em;
  transition: all 0.8s;
}
.index-box4 .zcn4 {
  overflow: initial;
  margin-top: 0.5rem;
}
.index-box4 .zcn4 a {
  font-size: 2rem;
  display: initial;
  background: transparent -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  color: white;
  -webkit-text-stroke: 1px #e1e1e1;
  line-height: 1em;
  transition: all 0.8s;
}
.index-box5 {
  padding: 2rem 0 0;
  overflow: hidden;
}
.index-box5 .container {
  display: flex;
  align-items: center;
}
.index-box5 .container .left {
  width: 55%;
}
@media (max-width: 991px) {
  .index-box5 .container .left {
    width: 100%;
  }
}
.index-box5 .container .left .cn1 {
  color: #000000;
  line-height: 1.16666667em;
}
.index-box5 .container .left .cn2 {
  margin-top: 0.45rem;
}
.index-box5 .container .left .cn2 .cn3 {
  margin-top: 0.26rem;
  color: #000000;
  line-height: 1.33333333em;
}
.index-box5 .container .left .cn2 .cn3 span {
  position: relative;
}
.index-box5 .container .left .cn2 .cn3 span svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  overflow: initial;
  width: 100%;
}
.index-box5 .container .left .cn2 .cn3 span svg path {
  opacity: 1;
  fill: none;
  stroke: #37cf6b;
  stroke-dasharray: 700%;
  transition: all 0.4s;
  stroke-dashoffset: -700%;
  stroke-width: 6px;
  stroke-dashoffset: 700%;
}
.index-box5 .container .left .cn2 .cn3 span.on svg path {
  stroke-dashoffset: 350%;
}
.index-box5 .container .right {
  width: 45%;
  margin-top: 0.4rem;
  position: relative;
}
@media (max-width: 991px) {
  .index-box5 .container .right {
    display: none;
  }
}
.index-box5 .container .right .img {
  margin: 0 0 0 auto;
  width: 82.53968254%;
}
.index-box5 .container .right .box99 {
  width: 98.41269841%;
  left: 74.19354839%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index-box5 .container .right .box99 .public-btn {
  width: 100%;
}
.index-box5 .container .right .box99 .public-btn .public-btn2 {
  width: 100%;
}
.index-box5 .container .right .box99 .public-btn .public-btn2:hover .tubiao {
  left: 45%;
  top: 60%;
  opacity: 1;
}
.index-box5 .container .right .box99 .tubiao img {
  width: 0.61rem;
  height: auto;
  animation: jiantou2 2s infinite linear;
}
@keyframes jiantou2 {
  0% {
    transform: translateY(-0.2rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.2rem);
  }
}
.index-bigbox {
  width: 100%;
  position: relative;
}
.index-bigbox .index-box7 {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.index-box6 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #Fff;
  z-index: 5;
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 0;
  border-radius: 0% 0% 0% 0%;
}
@media (max-width: 767px) {
  .index-box6 {
    top: -90vh !important;
    border-radius: 0% 0% 10% 10% !important;
  }
}
.index-box6 .index-box6b {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index-box6 .index-box6b .container .index-box6a {
  position: relative;
  transition: all 0.5s;
}
.index-box6 .index-box6b .container .index-box6a .swiper-wrapper .swiper-slide {
  background-color: #f8f9fa;
  border-radius: 0.6rem;
  margin-right: 40px;
  width: 40.97222222%;
  padding: 1rem 0.6rem 0.7rem;
  transition: all 0.5s;
  opacity: 0;
}
.index-box6 .index-box6b .container .index-box6a .swiper-wrapper .swiper-slide .img img {
  height: 0.9rem;
}
.index-box6 .index-box6b .container .index-box6a .swiper-wrapper .swiper-slide .cn1 {
  margin-top: 0.9rem;
  color: #000000;
  line-height: 1.45em;
}
.index-box6 .index-box6b .container .index-box6a .swiper-wrapper .swiper-slide .cn2 {
  color: #999;
  line-height: 1.5em;
  height: 4.5em;
  margin: 0.1rem;
}
.index-box6 .index-box6b .container .index-box6a .swiper-wrapper .swiper-slide .cn3 {
  margin-top: 0.15rem;
  color: #d3d3d3;
  line-height: 1.41666667em;
}
.index-box6 .index-box6b .container .index-box6a .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-0.2rem);
}
.index-box6 .index-box6b .container .index-box6a.on .swiper-wrapper .swiper-slide {
  transform: translateX(0) !important;
  opacity: 1;
}
.index-box7 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index-box7 .imgbox {
  position: relative;
  width: 100%;
  height: 100vh;
}
.index-box7 .imgbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tu4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
.index-box7 .imgbox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.index-box7 .imgbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-box7 .imgbox .img img.pc-img {
    display: none;
  }
}
.index-box7 .imgbox .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-box7 .imgbox .img img.mb-img {
    display: block;
  }
}
.index-box7 .imgbox .img.on {
  opacity: 1;
}
.index-box7 .container2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.index-box7 .container2 .box {
  width: 5.71428571%;
}
@media (max-width: 991px) {
  .index-box7 .container2 .box {
    width: 0.8rem;
  }
}
.index-box7 .container2 .box .box2 {
  border-radius: 50%;
  width: 100%;
  border: 0.03rem solid #fff;
  margin-bottom: 0.3rem;
  transition: all 0.4s;
  opacity: 0.4;
  cursor: pointer;
  position: relative;
}
.index-box7 .container2 .box .box2 .sanjiao {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.2rem);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent transparent #f3981c;
  opacity: 0;
}
.index-box7 .container2 .box .box2 .img2 {
  border-radius: 50%;
}
.index-box7 .container2 .box .box2.on {
  opacity: 1;
}
.index-box7 .container2 .box .box2.on .sanjiao {
  animation: donghuasanjiao 1s infinite linear;
}
.index-box7 .container3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100vh;
  opacity: 1;
  top: 100%;
}
.index-box7 .container3 .box3 .cn9 {
  color: #Fff;
  line-height: 1.2em;
}
.index-box7 .container3 .box3 .cn10 {
  margin-top: 0.6rem;
}
.index-box7 .container3 .box3 .cn10 img {
  width: 6.92rem;
}
@keyframes donghuasanjiao {
  0% {
    left: calc(100%);
    opacity: 0;
  }
  50% {
    left: calc(100% + 0.15rem);
    opacity: 1;
  }
  100% {
    left: calc(100% + 0.3rem);
    opacity: 0;
  }
}
.index-box8 {
  padding: 2.9rem 0 2.5rem;
  position: relative;
  z-index: 10;
  background-color: #Fff;
}
.index-box8 .container3 {
  padding-top: 0 !important;
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 8;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 1;
  top: 100%;
}
.index-box8 .container3 .box3 .cn9 {
  color: #Fff;
  line-height: 1.2em;
}
.index-box8 .container3 .box3 .cn10 {
  margin-top: 0.6rem;
}
.index-box8 .container3 .box3 .cn10 img {
  width: 6.92rem;
}
.index-box8 .index-box8z {
  width: 100%;
  overflow: hidden;
}
.index-box8 .container {
  padding-top: 1.5rem;
  position: relative;
}
.index-box8 .container .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
}
.index-box8 .container .box1 .zcn3 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
  overflow: initial;
}
.index-box8 .container .box1 .zcn3 a {
  font-size: 2rem;
  display: initial;
  background: transparent -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  color: white;
  -webkit-text-stroke: 1px #e1e1e1;
  line-height: 0.725em;
  transition: all 0.8s;
}
.index-box8 .container .box1 .cn1 {
  position: relative;
  z-index: 20;
  color: #000000;
  line-height: 1.16666667em;
}
.index-box8 .container .box1 .cn2 {
  position: relative;
  z-index: 15;
}
.index-box8 .container .box2 {
  margin-top: 0.75rem;
}
.indexbox8a {
  overflow: hidden;
  position: relative;
}
.indexbox8a .swiper-wrapper .swiper-slide {
  animation-duration: 0.8s;
}
.indexbox8a .swiper-wrapper .swiper-slide .img {
  width: 100%;
  border-radius: 0.2rem;
}
.indexbox8a .swiper-wrapper .swiper-slide .img::before {
  padding-top: 63.0952381%;
}
.indexbox8a .swiper-wrapper .swiper-slide .cn5 {
  margin-top: 0.45rem;
  color: #000000;
  line-height: 1.38461538em;
  transition: all 0.4s;
}
.indexbox8a .swiper-wrapper .swiper-slide .cn6 {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.33333333em;
  height: 2.66666667em;
}
.indexbox8a .swiper-wrapper .swiper-slide .cn7 {
  transition: all 0.4s;
  margin-top: 0.45rem;
  color: #000000;
  line-height: 1.625em;
}
.indexbox8a .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.indexbox8a .swiper-wrapper .swiper-slide:hover .cn5 {
  color: #e6002d;
}
.indexbox8a .swiper-wrapper .swiper-slide:hover .cn7 {
  color: #e6002d;
}
.indexbox8a .swiper-wrapper .swiper-slide.zhanweifu {
  position: relative;
  opacity: 0;
}
.footer {
  position: relative;
  background-color: #000;
  z-index: 19;
}
.footer .container {
  padding-top: 1rem;
  position: relative;
}
.footer .container .box4 {
  position: absolute;
  width: 25%;
  right: 0.5rem;
  top: -1rem !important;
  left: initial !important;
}
@media (max-width: 1580px) {
  .footer .container .box4 {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .footer .container .box4 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer .container .box4 {
    display: none !important;
  }
}
.footer .container .box4 .public-btn2 {
  width: 100%;
}
.footer .container .box4 .public-btn2 .tubiao .cn4a {
  color: #e6002d;
  line-height: 1.11111111em;
}
.footer .container .box4 .public-btn2 .tubiao img {
  position: absolute;
  left: 105%;
  bottom: 105%;
  transition: all 0.4s;
}
.footer .container .box4 .public-btn2 .tubiao img:nth-child(2) {
  left: 95%;
  bottom: 95%;
  opacity: 0;
}
.footer .container .box4 .public-btn2 .tubiao2 {
  display: none;
}
.footer .container .box4 .public-btn2:hover .tubiao {
  left: 45%;
  top: 60%;
  opacity: 1;
}
.footer .container .box4 .public-btn2:hover .tubiao img:nth-child(2) {
  left: 105%;
  bottom: 105%;
  opacity: 1;
}
.footer .container .box4 .public-btn2:hover .tubiao img:nth-child(3) {
  left: 115%;
  bottom: 115%;
  opacity: 0;
}
.footer .container .box1 {
  padding-bottom: 0.4rem;
}
.footer .container .box1 .cn1 img {
  width: 3.31rem;
}
.footer .container .box1 .cn2 {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
}
.footer .container .box1 .cn2 .cn3 {
  color: #Fff;
}
.footer .container .box1 .cn2 .cn4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 0.2rem;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer .container .box1 .cn2 .cn4 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.footer .container .box1 .cn2 .cn4 svg {
  width: 0.22rem;
  height: initial;
}
@media (max-width: 767px) {
  .footer .container .box1 .cn2 .cn4 svg {
    width: 0.3rem;
  }
}
.footer .container .box1 .cn2 .cn4 svg path {
  transition: all 0.4s;
  fill: #fff;
  opacity: 1;
  stroke: none;
  filter: none;
}
.footer .container .box1 .cn2 .cn4 .cn5 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.footer .container .box1 .cn2 .cn4 .cn5::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  top: 15px;
}
.footer .container .box1 .cn2 .cn4 .cn5 .cn6 {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #Fff;
  padding: 5px;
  position: relative;
  z-index: 5;
}
.footer .container .box1 .cn2 .cn4 .cn5 .cn6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .container .box1 .cn2 .cn4:hover {
  border: 1px solid #e6002d;
  background-color: #e6002d;
}
.footer .container .box1 .cn2 .cn4:hover .cn5 {
  opacity: 1;
  visibility: visible;
}
.footer .container .box2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.35rem;
  display: flex;
  padding-bottom: 1.2rem;
}
.footer .container .box2 .left {
  width: 40%;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .footer .container .box2 .left {
    width: 100%;
    padding-right: 0;
  }
}
.footer .container .box2 .left .cn1 {
  color: #Fff;
  line-height: 1.5em;
  margin-bottom: 0.3rem;
}
.footer .container .box2 .left .cn2 .cn3 {
  margin-bottom: 0.1rem;
  display: flex;
  color: #ffffff;
  line-height: 1.55555556em;
}
.footer .container .box2 .left .cn2 .cn3 p {
  flex-shrink: 0;
}
.footer .container .box2 .left .cn2 .cn3 span {
  color: rgba(255, 255, 255, 0.2);
}
.footer .container .box2 .right {
  width: 60%;
}
@media (max-width: 991px) {
  .footer .container .box2 .right {
    display: none;
  }
}
.footer .container .box2 .right .cn4 {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .container .box2 .right .cn4 .cn5 {
  margin: 0 0.2rem;
  max-width: 20%;
}
.footer .container .box2 .right .cn4 .cn5 .cn6 {
  display: block;
  margin-bottom: 0.25rem;
}
.footer .container .box2 .right .cn4 .cn5 .cn6 .cn7 {
  color: #Fff;
  line-height: 1.55555556em;
  position: relative;
}
.footer .container .box2 .right .cn4 .cn5 .cn6 .cn7::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.02rem;
  background-color: #fff;
  transition: all 0.4s;
}
.footer .container .box2 .right .cn4 .cn5 .cn6 .cn7:hover::before {
  width: 100%;
}
.footer .container .box2 .right .cn4 .cn5 .cn8 .cn9 {
  margin-bottom: 0.1rem;
}
.footer .container .box2 .right .cn4 .cn5 .cn8 .cn9 .cn10 {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.55555556em;
  position: relative;
  transition: all 0.4s;
}
.footer .container .box2 .right .cn4 .cn5 .cn8 .cn9 .cn10::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.02rem;
  background-color: #fff;
  transition: all 0.4s;
}
.footer .container .box2 .right .cn4 .cn5 .cn8 .cn9 .cn10:hover {
  color: #Fff;
}
.footer .container .box2 .right .cn4 .cn5 .cn8 .cn9 .cn10:hover::before {
  width: 100%;
}
.footer .container .box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.footer .container .box3 .cn1 {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.55555556em;
}
@media (max-width: 991px) {
  .footer .container .box3 .cn1 {
    width: 100%;
    text-align: center;
  }
}
.footer .container .box3 .cn1 a {
  color: rgba(255, 255, 255, 0.4);
}
.footer .container .box3 .cn2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .box3 .cn2 {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.footer .container .box3 .cn2 .cn3 {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  transition: all 0.4s;
  margin-left: 0.4rem;
}
@media (max-width: 991px) {
  .footer .container .box3 .cn2 .cn3 {
    margin: 0 0.2rem;
  }
}
.footer .container .box3 .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.02rem;
  background-color: #fff;
  transition: all 0.4s;
}
.footer .container .box3 .cn2 .cn3:hover {
  color: #Fff;
}
.footer .container .box3 .cn2 .cn3:hover::before {
  width: 100%;
}
@keyframes cardright2 {
  0% {
    z-index: 7;
    opacity: 0;
    transform: translateX(calc(-100% - 70px));
  }
  100% {
    z-index: 7;
    opacity: 1;
    transform: translateX(calc(0));
  }
}
.cardright2 {
  animation-name: cardright2;
}
.index-box9 {
  width: 100%;
  position: relative;
  padding-bottom: 2.4rem;
  z-index: 11;
}
.index-box9 .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-box9 .container .box {
    flex-direction: column-reverse;
  }
}
.index-box9 .container .box .left {
  width: 50.35%;
}
@media (max-width: 767px) {
  .index-box9 .container .box .left {
    width: 100%;
  }
}
.index-box9 .container .box .left .box1 {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-radius: 0.3rem;
  position: sticky;
  left: 0;
  background-color: #fff;
  top: 1rem;
}
.index-box9 .container .box .left .box1::before {
  padding-top: 49.64539007%;
}
.index-box9 .container .box .left .box1 .cn3 {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  color: #000;
  z-index: 3;
}
.index-box9 .container .box .left .box1 .cn4 {
  position: absolute;
  left: 0.5rem;
  bottom: 0.4rem;
  color: #f4f4f4;
  font-size: 0.8rem;
  z-index: 4;
}
.index-box9 .container .box .left .box1 .cn5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-box9 .container .box .left .box1.box2 {
  opacity: 1  !important;
}
.index-box9 .container .box .left .box1.box2 .cn3 {
  color: #fff;
}
.index-box9 .container .box .left .box1.box2 .cn4 {
  display: none;
}
.index-box9 .container .box .left .box1.box2 .public-btn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  width: 1.2rem;
}
.index-box9 .container .box .right {
  position: sticky;
  top: 1rem;
  right: 0;
  width: 30%;
}
@media (max-width: 767px) {
  .index-box9 .container .box .right {
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
    top: 0;
  }
}
.index-box9 .container .box .right .cn1 {
  color: #000;
  line-height: 1.26666667em;
  text-align: right;
}
@media (max-width: 767px) {
  .index-box9 .container .box .right .cn1 {
    text-align: left;
  }
}
.index-box9 .container .box .right .cn2 {
  text-align: right;
  margin-top: 0.15rem;
  line-height: 1.41666667em;
  color: #000000;
}
@media (max-width: 767px) {
  .index-box9 .container .box .right .cn2 {
    text-align: left;
  }
}
#c-header {
  height: 1.2rem;
  padding: 0 0.7rem;
  border-bottom: 0;
  top: 0 !important;
  background: transparent !important;
}
@media (max-width: 991px) {
  #c-header {
    padding: 0 5%;
  }
}
#c-header .container {
  max-width: initial;
  width: 100%;
}
#c-header .container .c-logo .c-img-box img {
  width: 2.01rem;
  height: initial;
}
#c-header .container .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .container .c-right-box1 {
  display: none;
}
#c-header .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 {
  border: solid 1px #ffffff;
  padding: 0 0.25rem;
  background-color: transparent;
  transition: all 0.4s;
}
#c-header .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz5 {
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
#c-header .container .c-right-box2 .c-gn .ztop-language2 .public-btn3:hover {
  border: 1px solid #e6002d;
  background-color: #e6002d;
}
#c-header .container .c-right-box2 .c-gn .ztop-language2 .cn1 {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
  line-height: 0.5rem;
}
#c-header .container .c-right-box2 .c-gn .ztop-language2 .cn1 span {
  color: #Fff;
}
#c-header .container .c-right-box2 .c-gn .ztop-denglu {
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  #c-header .container .c-right-box2 .c-gn .ztop-denglu {
    display: none;
  }
}
#c-header .container .c-right-box2 .c-gn .ztop-denglu .public-btn3 {
  border: solid 1px #e6002d;
  padding: 0 0.25rem;
  min-width: 1.3rem;
  justify-content: flex-start;
}
#c-header .container .c-right-box2 .c-gn .ztop-denglu .public-btn3 .cnz5 {
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
#c-header .container .c-right-box2 .ztop-kaiguan {
  margin-left: 0.2rem;
  width: 0.65rem;
  height: 0.72rem;
  position: relative;
}
#c-header .container .c-right-box2 .ztop-kaiguan .img50 {
  position: relative;
}
#c-header .container .c-right-box2 .ztop-kaiguan .img50 svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-header .container .c-right-box2 .ztop-kaiguan .img50 svg path {
  fill: #999;
  opacity: 0.2;
  stroke: none;
  filter: initial;
  transition: all 0.4s;
}
#c-header .container .c-right-box2 .ztop-kaiguan .img51 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76.92307692%;
  height: auto;
  display: flex;
  align-items: center;
  z-index: 2;
}
#c-header .container .c-right-box2 .ztop-kaiguan .img51 svg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#c-header .container .c-right-box2 .ztop-kaiguan .img51 svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
  filter: initial;
  transition: all 0.4s;
}
#c-header .container .c-right-box2 .ztop-kaiguan .c-switch {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.22rem;
  height: 0.16rem;
}
#c-header .container .c-right-box2 .ztop-kaiguan .c-switch i {
  background-color: #e6002d;
  transition: all 0.4s;
}
#c-header.indexheader.navheader2.navheader3 {
  background-color: transparent !important;
  border-bottom: 0;
}
#c-header.indexheader.navheader2.navheader3 .container .c-logo .c-img-box img:nth-child(1) {
  display: block;
}
#c-header.indexheader.navheader2.navheader3 .container .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.indexheader.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 {
  border: 1px solid #fff;
  position: relative;
  z-index: 6;
  background-color: transparent;
}
#c-header.indexheader.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz5 svg path {
  fill: #fff;
}
#c-header.indexheader.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz3 em {
  color: #Fff;
}
#c-header.on.indexheader.navheader2.navheader3 .container .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.on.indexheader.navheader2.navheader3 .container .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.on.indexheader.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 {
  border: 1px solid transparent;
  position: relative;
  z-index: 6;
  background-color: #e6002d;
}
#c-header.on.indexheader.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz5 svg path {
  fill: #fff;
}
#c-header.on.indexheader.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz3 em {
  color: #Fff;
}
#c-header.on .container .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.on .container .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.on .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 {
  background-color: #e6002d;
  border: 1px solid #e6002d;
}
#c-header.on .container .ztop-kaiguan .img50 svg path {
  fill: #e6002d;
}
#c-header.on .container .ztop-kaiguan .img51 svg path {
  fill: #e6002d;
}
#c-header.on .container .ztop-kaiguan .c-switch i {
  background-color: #Fff;
}
#c-header .c-switch {
  display: block;
}
.indexbannerdonghua1 .imgdonghua1 {
  position: absolute;
  left: 10.9375%;
  opacity: 1;
  top: calc(100% - 0.42rem);
  animation: spin 6s infinite linear;
  transform-origin: 90%;
}
.indexbannerdonghua1 .imgdonghua1 img {
  opacity: 1;
  width: 0.43rem;
}
.indexbannerdonghua1 .imgdonghua1 svg {
  width: 0.43rem;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua0 {
  left: 6.66666667%;
  top: 40%;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua0 svg {
  width: 0.43rem;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua0 svg path {
  fill: #e6002d;
  opacity: 0.05;
  stroke: none;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua2 {
  left: 18.54166667%;
  top: 30%;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua2 span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #37cf6b;
  border-radius: 50%;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua3 {
  left: 21.875%;
  top: 60%;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua3 svg {
  width: 0.43rem;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua3 svg path {
  fill: #f6fbff;
  opacity: 1;
  stroke: none;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua4 {
  left: 79.6875%;
  top: 20%;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua4 svg {
  width: 0.43rem;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua4 svg path {
  fill: #f6fbff;
  opacity: 1;
  stroke: none;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua5 {
  left: 80.625%;
  top: 70%;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua5 span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #1a8bd7;
  border-radius: 50%;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua6 {
  left: 90.9375%;
  top: 50%;
}
.indexbannerdonghua1 .imgdonghua1.imgdonghua6 span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #37cf6b;
  border-radius: 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0turn);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes donghuaproduct1 {
  0% {
    top: calc(100% - 0.42rem);
    transform: rotate(0);
    opacity: 0;
  }
  10% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.25;
    top: 0%;
    transform: rotate(360deg);
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    top: 0%;
  }
}
.index-box10 {
  position: relative;
}
.index-box10 .index-box4 {
  position: sticky;
  left: 0;
  top: 0;
  transition: all 0.2s;
}
.index-box10 .index-box5 {
  position: sticky;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .index-box10 .index-box5 {
    padding: 2rem 0;
  }
}
#c-header.navheader {
  background-color: #Fff !important;
  height: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
#c-header.navheader .container .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.navheader .container .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2 {
  position: relative;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2:hover .cn2 {
  overflow: hidden;
  top: 100%;
  visibility: visible;
  opacity: 1;
  border-radius: 0 0 0.27rem 0.27rem;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 {
  border-radius: 0.27rem 0.27rem 0 0;
  background-color: #e6002d;
  border: 1px solid #e6002d;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 .cnz5 svg path {
  fill: #fff;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 .cnz3 {
  color: #Fff;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 .cnz3 em:nth-child(1) {
  top: -0.54rem;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 .cnz3 em:nth-child(2) {
  top: 0;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 {
  border: 1px solid #999;
  position: relative;
  z-index: 6;
  background-color: #fff;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz5 svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz3 {
  color: #999999;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2 .cn2 {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: visible;
  transition: all 0.4s;
  width: 100%;
  display: block;
  background-color: #Fff;
  box-shadow: 0px 0px 10px #ccc;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2 .cn2 .cn3 {
  display: block;
  line-height: 1.5em;
  padding: 0.15rem;
  color: #999999;
  transition: all 0.4s;
}
#c-header.navheader .container .c-right-box2 .c-gn .ztop-language2 .cn2 .cn3:hover {
  background-color: #e6002d;
  color: #Fff;
}
#c-header.navheader .container .c-right-box2 .ztop-kaiguan .img51 svg path {
  fill: #f3981e;
}
#c-header.navheader .container .c-right-box2 .c-switch i {
  background-color: #Fff;
}
#c-header.navheader2 {
  border-bottom: 0;
  background-color: transparent !important;
}
#c-header.navheader2 .container .c-logo .c-img-box img:nth-child(1) {
  display: block;
}
#c-header.navheader2 .container .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.navheader2 .container .c-right-box .c-gn .ztop-language2 .public-btn3 {
  border: 1px solid #fff;
  background-color: transparent;
}
#c-header.navheader2 .container .c-right-box .c-gn .ztop-language2 .public-btn3 .cnz5 svg path {
  fill: #Ffffff;
}
#c-header.navheader2 .container .c-right-box .c-gn .ztop-language2 .public-btn3 .cnz3 {
  color: #ffffff;
}
#c-header.navheader2 .container .c-right-box .ztop-kaiguan .img51 svg path {
  fill: #fff;
}
#c-header.navheader2 .container .c-right-box .ztop-kaiguan .c-switch i {
  background-color: #e6002d;
}
#c-header.navheader2.navheader3 {
  background-color: #Fff !important;
  height: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
#c-header.navheader2.navheader3 .container .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.navheader2.navheader3 .container .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 {
  position: relative;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2:hover .cn2 {
  overflow: hidden;
  top: 100%;
  visibility: visible;
  opacity: 1;
  border-radius: 0 0 0.27rem 0.27rem;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 {
  border-radius: 0.27rem 0.27rem 0 0;
  background-color: #e6002d;
  border: 1px solid #e6002d;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 .cnz5 svg path {
  fill: #fff;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 .cnz3 {
  color: #Fff;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 .cnz3 em:nth-child(1) {
  top: -0.54rem;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2:hover .public-btn3 .cnz3 em:nth-child(2) {
  top: 0;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 {
  border: 1px solid #999;
  position: relative;
  z-index: 6;
  background-color: #fff;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz5 svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .public-btn3 .cnz3 {
  color: #999999;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .cn2 {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: visible;
  transition: all 0.4s;
  width: 100%;
  display: block;
  background-color: #Fff;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .cn2 .cn3 {
  display: block;
  line-height: 1.5em;
  padding: 0.15rem;
  color: #999999;
  transition: all 0.4s;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-gn .ztop-language2 .cn2 .cn3:hover {
  background-color: #e6002d;
  color: #Fff;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .ztop-kaiguan .img50 svg path {
  fill: #999;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .ztop-kaiguan .img51 svg path {
  fill: #fff;
}
#c-header.navheader2.navheader3 .container .c-right-box2 .c-switch i {
  background-color: #e6002d;
}
#c-header .meiruduheader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: none;
}
#c-header .meiruduheader .yuan1 {
  position: absolute;
  left: -30%;
  top: -55%;
  width: 69.34%;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .yuan1 {
    display: none;
  }
}
#c-header .meiruduheader .yuan1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e6002d;
  z-index: 2;
}
#c-header .meiruduheader .yuan2 {
  position: absolute;
  right: -15%;
  bottom: -25%;
  width: 38.85%;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .yuan2 {
    display: none;
  }
}
#c-header .meiruduheader .yuan2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f3981e;
  z-index: 2;
}
#c-header .meiruduheader .yuan3 {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #37cf6b;
  border-radius: 50%;
  position: absolute;
  left: 57.02349869%;
  top: 0.74rem;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .yuan3 {
    display: none;
  }
}
#c-header .meiruduheader .yuan4 {
  width: 0.56rem;
  height: 0.56rem;
  background-color: #1a8ad5;
  border-radius: 50%;
  position: absolute;
  left: 65.69190601%;
  top: 1.39rem;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .yuan4 {
    display: none;
  }
}
#c-header .meiruduheader .yuan5 {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #f3981e;
  border-radius: 50%;
  position: absolute;
  left: 63.60313316%;
  top: 2.48rem;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .yuan5 {
    display: none;
  }
}
#c-header .meiruduheader .mbox {
  position: absolute;
  z-index: 2;
  width: 41.75%;
  left: 43.55091384%;
  bottom: 13.09278351%;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .mbox {
    width: 90%;
    top: 1rem;
    left: 5%;
    bottom: initial;
    height: calc(100% - 2rem);
    overflow: auto;
  }
}
#c-header .meiruduheader .mbox .mbox1 {
  display: block;
}
#c-header .meiruduheader .mbox .mbox1.on .mbox2 .mcn1 {
  border: 1px solid #e6002d;
  color: #e6002d;
}
#c-header .meiruduheader .mbox .mbox1.on .mbox2 .mcn2 {
  color: #e6002d;
}
#c-header .meiruduheader .mbox .mbox1.on .mbox2 .mcn6 svg {
  transform: rotate(90deg);
}
#c-header .meiruduheader .mbox .mbox1.on .mbox2 .mcn6 svg path {
  fill: #e6002d;
}
#c-header .meiruduheader .mbox .mbox1.on .mcn3 {
  display: flex;
}
#c-header .meiruduheader .mbox .mbox1 .mbox2 {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  position: relative;
}
#c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn6 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn6 {
    display: flex;
  }
}
#c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn6 svg {
  width: 60%;
  transition: all 0.4s;
  height: auto;
}
#c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn6 svg path {
  fill: #000;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
#c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn6 img {
  width: 60%;
}
#c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn1 {
  width: 0.46rem;
  height: 0.46rem;
  flex-shrink: 0;
  border: 1px solid #000;
  color: #000;
  line-height: 0.46rem;
  border-radius: 50%;
  margin-right: 0.28rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn1 {
    font-size: 0.2rem;
  }
}
#c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn2 {
  color: #333;
  transition: all 0.4s;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .mbox .mbox1 .mbox2 .mcn2 {
    font-size: 0.4rem;
  }
}
#c-header .meiruduheader .mbox .mbox1 .mcn3 {
  margin-top: 0.15rem;
  line-height: 1.5em;
  display: none;
  flex-wrap: wrap;
  padding-left: 0.74rem;
}
#c-header .meiruduheader .mbox .mbox1 .mcn3 .mcn4 {
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  #c-header .meiruduheader .mbox .mbox1 .mcn3 .mcn4 {
    margin-right: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 0.2rem;
  }
}
#c-header .meiruduheader .mbox .mbox1 .mcn3 .mcn4:last-child {
  margin-right: 0;
}
#c-header .meiruduheader .mbox .mbox1 .mcn3 .mcn4 .mcn5 {
  position: relative;
  padding-left: 0.15rem;
  line-height: 1.5em;
  transition: all 0.4s;
}
#c-header .meiruduheader .mbox .mbox1 .mcn3 .mcn4 .mcn5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.4s;
}
#c-header .meiruduheader .mbox .mbox1 .mcn3 .mcn4 .mcn5:hover {
  color: #e6002d;
}
#c-header .meiruduheader .mbox .mbox1 .mcn3 .mcn4 .mcn5:hover::before {
  background-color: #e6002d;
}
.c-open #c-header .container {
  position: relative;
  z-index: 5;
}
.c-open #c-header .container .c-logo .c-img-box img:nth-child(1) {
  display: block !important;
}
@media (max-width: 991px) {
  .c-open #c-header .container .c-logo .c-img-box img:nth-child(1) {
    display: none !important;
  }
}
.c-open #c-header .container .c-logo .c-img-box img:nth-child(2) {
  display: none !important;
}
@media (max-width: 991px) {
  .c-open #c-header .container .c-logo .c-img-box img:nth-child(2) {
    display: block !important;
  }
}
.c-open #c-header .container .c-right-box .c-gn .ztop-language2 .public-btn3 {
  border: 1px solid #999;
}
.c-open #c-header .container .c-right-box .c-gn .ztop-language2 .public-btn3 .cnz5 svg path {
  fill: #999;
}
.c-open #c-header .container .c-right-box .c-gn .ztop-language2 .public-btn3 .cnz3 {
  color: #999;
}
.c-open #c-header .container .c-right-box2 .ztop-kaiguan .img50 svg path {
  fill: #999;
}
.c-open #c-header .meiruduheader {
  display: block;
}
.c-open #c-header .meiruduheader .yuan1 {
  animation: headeroyuan1 0.4s 1 forwards;
}
.c-open #c-header .meiruduheader .yuan2 {
  animation: headeroyuan2 0.4s 1 forwards;
}
.c-open #c-header .meiruduheader .yuan3 {
  animation: headeroyuan3 0.4s 1 forwards;
}
.c-open #c-header .meiruduheader .yuan4 {
  animation: headeroyuan3 0.4s 1 forwards;
}
.c-open #c-header .meiruduheader .yuan5 {
  animation: headeroyuan3 0.4s 1 forwards;
}
.c-open #c-header .meiruduheader .mbox {
  animation: headeropacity 0.4s 1 forwards;
}
@keyframes headeropacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes headeroyuan1 {
  from {
    left: -50%;
    top: -75%;
  }
  to {
    left: -30%;
    top: -55%;
  }
}
@keyframes headeroyuan2 {
  from {
    right: -35%;
    bottom: -45%;
  }
  to {
    right: -15%;
    bottom: -25%;
  }
}
@keyframes headeroyuan3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.public-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.25rem 0;
}
.public-nav .pcn1 {
  display: flex;
  align-items: center;
}
.public-nav .pcn1 svg {
  width: 18px;
  height: 17px;
}
.public-nav .pcn1 svg path {
  fill: #e6002d;
  opacity: 1;
  stroke: none;
}
.public-nav .pcn2 {
  margin: 0 0.1rem;
  display: flex;
  align-items: center;
}
.public-nav .pcn2 svg {
  width: 8px;
  height: 13px;
}
.public-nav .pcn2 svg path {
  fill: #a8a8a8;
  opacity: 1;
  stroke: none;
}
.public-nav .pcn3 {
  color: #666;
  line-height: 1.625em;
}
.sitemap .container .sitemapbox {
  width: 85.71428571%;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 2.4rem;
}
@media (max-width: 1260px) {
  .sitemap .container .sitemapbox {
    width: 100%;
  }
}
.sitemap .container .sitemapbox .cn0 {
  text-align: center;
  line-height: 1.16666667em;
}
.sitemap .container .sitemapbox .box .box2 {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: solid 1px #eeeeee;
}
@media (max-width: 991px) {
  .sitemap .container .sitemapbox .box .box2 {
    flex-wrap: wrap;
  }
}
.sitemap .container .sitemapbox .box .box2 .box3 {
  flex-shrink: 0;
  width: 22.16666667%;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .sitemap .container .sitemapbox .box .box2 .box3 {
    width: 100%;
  }
}
.sitemap .container .sitemapbox .box .box2 .box3 .cn1 {
  color: #000;
  line-height: 0.5rem;
  transition: all 0.4s;
}
.sitemap .container .sitemapbox .box .box2 .box3 .cn1:hover {
  color: #e6002d;
}
.sitemap .container .sitemapbox .box .box2 .box4 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sitemap .container .sitemapbox .box .box2 .box4 {
    margin-top: 0.5rem;
  }
}
.sitemap .container .sitemapbox .box .box2 .box4 .cn2 {
  min-width: 20%;
  padding-right: 0.2rem;
  line-height: 0.5rem;
  color: #666666;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .sitemap .container .sitemapbox .box .box2 .box4 .cn2 {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .sitemap .container .sitemapbox .box .box2 .box4 .cn2 {
    min-width: 50%;
    line-height: 0.7rem;
  }
}
.sitemap .container .sitemapbox .box .box2 .box4 .cn2:hover {
  color: #e6002d;
}
.mianze .container .mianzebox {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.mianze .container .mianzebox .cn0 {
  text-align: center;
  line-height: 1.16666667em;
}
.mianze .container .mianzebox .cn9 {
  margin-top: 0.15rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mianze .container .mianzebox .cn9 .cn10 {
  color: #666666;
  line-height: 1.625em;
}
.mianze .container .mianzebox .box {
  margin-top: 0.7rem;
}
.mianze .container .mianzebox .box h3 {
  color: #000000;
  font-size: 24px;
  line-height: 1.41666667em;
  font-family: "AlibabaBold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .mianze .container .mianzebox .box h3 {
    font-size: 0.36rem;
  }
}
.mianze .container .mianzebox .box p {
  line-height: 1.55555556em;
  font-size: 18px;
  color: #666666;
  font-family: "AlibabaRegular", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .mianze .container .mianzebox .box p {
    font-size: 0.28rem;
  }
}
.mianze .container .mianzebox .box a {
  color: #e6002d;
}
.error .container .errorbox {
  padding-top: 2rem;
  padding-bottom: 2.4rem;
}
.error .container .errorbox .cn1 {
  text-align: center;
}
.error .container .errorbox .cn1 img {
  width: 6.05rem;
}
.error .container .errorbox .cn2 {
  text-align: center;
  color: #666666;
  line-height: 1.55555556em;
  margin: 0.95rem 0 0.55rem;
}
.error .container .errorbox .cn2 span {
  color: #e6002d;
}
.error .container .errorbox .cn2 span em {
  font-style: normal;
}
.error .container .errorbox .cn3 {
  display: flex;
  justify-content: center;
}
.navbanner {
  position: sticky;
  left: 0;
  top: 0;
}
.navbanner .img::before {
  padding-top: 50%;
}
@media (max-width: 767px) {
  .navbanner .img::before {
    padding-top: 100%;
  }
}
.navbanner .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 4;
}
@media (max-width: 991px) {
  .navbanner .img .pc-img {
    display: none;
  }
}
.navbanner .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .navbanner .img .mb-img {
    display: block;
  }
}
.navbanner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}
.navbanner .text .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.14285714em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.navbanner .text form {
  position: relative;
  width: 5.2rem;
  margin: 0.55rem auto 0;
}
@media (max-width: 767px) {
  .navbanner .text form {
    width: 90%;
  }
}
.navbanner .text form .cn2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbanner .text form .cn2 img {
  width: 0.16rem;
}
@media (max-width: 991px) {
  .navbanner .text form .cn2 img {
    width: 0.3rem;
  }
}
.navbanner .text form input {
  padding: 0 1.3rem 0 0.6rem;
  width: 5.2rem;
  line-height: 0.72rem;
  background-color: #Fff;
  border-radius: 0.36rem;
  color: #666666;
}
@media (max-width: 767px) {
  .navbanner .text form input {
    width: 100%;
  }
}
.navbanner .text form input::placeholder {
  color: #666666;
}
.navbanner .text form button {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  line-height: 0.58rem;
  border-radius: 0.29rem;
  background-color: #e6002d;
  color: #fff;
}
.navbanner .bottomscroll {
  z-index: 6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  color: #Fff;
  display: flex;
  align-items: center;
}
.navbanner .bottomscroll img {
  margin-left: 0.1rem;
}
.jointitle .jcn1 {
  color: #000000;
  line-height: 1.20833333em;
}
.jointitle .jcn2 {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.55555556em;
}
.joinlist1 {
  position: relative;
  background-color: #Fff;
  padding: 1.55rem 0 1.5rem;
  overflow: hidden;
}
.joinlist1 .container .box {
  margin-top: 0.75rem;
  width: 62.85714286%;
  position: relative;
}
.joinlist1 .container .box .joinlist1a {
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.joinlist1 .container .box .joinlist1a.joinlist1a2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.joinlist1 .container .box .joinlist1a .swiper-slide {
  opacity: 0;
  transition: all 0.5s;
}
.joinlist1 .container .box .joinlist1a .swiper-slide .img {
  border-radius: 0.2rem;
  width: 66%;
  transition: all 0.4s;
}
.joinlist1 .container .box .joinlist1a .swiper-slide .img::before {
  padding-top: 63.63636364%;
}
.joinlist1 .container .box .joinlist1a .swiper-slide .text {
  margin-top: 0.6rem;
  color: #000000;
  line-height: 1.5em;
}
.joinlist1 .container .box .joinlist1a .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.joinlist1 .container .box .joinlist1a .swiper-slide.swiper-slide-active .img {
  width: 100%;
}
.joinlist1 .container .box .joinlist1a .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.joinlist1 .container .box .joinlist1a .joinlist1anext {
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #e6002d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(100% + ((100% / 6) - 0.25rem));
  top: 30%;
  z-index: 9;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
.joinlist1 .container .box .joinlist1a .joinlist1anext svg {
  width: 0.25rem;
  height: 0.19rem;
}
.joinlist1 .container .box .joinlist1a .joinlist1anext svg path {
  opacity: 1;
  stroke: none;
  fill: #e6002d;
  transition: all 0.4s;
}
.joinlist1 .container .box .joinlist1a .joinlist1anext:hover {
  background-color: #e6002d;
}
.joinlist1 .container .box .joinlist1a .joinlist1anext:hover svg path {
  fill: #fff;
}
.joinlist2 {
  position: relative;
  background-color: #f8f8f8;
  padding: 1.55rem 0 1.6rem;
}
.joinlist2 .container .box {
  display: flex;
  margin-top: 0.75rem;
  height: 6.2rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .joinlist2 .container .box {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding: 0.3rem 0;
  }
}
.joinlist2 .container .box .bgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.joinlist2 .container .box .bgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  opacity: 1;
}
.joinlist2 .container .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
}
.joinlist2 .container .box .box2 {
  z-index: 3;
  position: relative;
  width: 50%;
  transition: all 0.8s;
}
@media (max-width: 991px) {
  .joinlist2 .container .box .box2 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .joinlist2 .container .box .box2:nth-child(1) {
    margin-top: 0;
  }
}
.joinlist2 .container .box .box2:last-child::before {
  display: none;
}
@media (max-width: 991px) {
  .joinlist2 .container .box .box2:nth-last-child(2) .text3 .cn4 {
    border-bottom: 0;
  }
}
.joinlist2 .container .box .box2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f8f8f8;
  opacity: 0.2;
}
.joinlist2 .container .box .box2.on {
  flex-shrink: 0;
  width: 49.28571429%;
}
@media (max-width: 991px) {
  .joinlist2 .container .box .box2.on {
    width: 100%;
  }
}
.joinlist2 .container .box .box2.on .text1 {
  opacity: 0;
  visibility: hidden;
}
.joinlist2 .container .box .box2.on .text2 {
  opacity: 1;
  visibility: visible;
}
.joinlist2 .container .box .box2.on .text3 {
  opacity: 1;
  visibility: visible;
}
.joinlist2 .container .box .box2 .text1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 0.2rem 0.6rem;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .joinlist2 .container .box .box2 .text1 {
    opacity: 0;
    visibility: hidden;
  }
}
.joinlist2 .container .box .box2 .text1 .cn1 {
  color: rgba(255, 255, 255, 0.6);
}
.joinlist2 .container .box .box2 .text1 .cn2 {
  color: rgba(255, 255, 255, 0.6);
}
.joinlist2 .container .box .box2 .text2 {
  opacity: 1;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  color: #Fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .joinlist2 .container .box .box2 .text2 {
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    padding: 0 0.5rem;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.joinlist2 .container .box .box2 .text3 {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  width: calc(100% - 1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .joinlist2 .container .box .box2 .text3 {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0 0.5rem;
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: 0.5rem;
    width: 100% !important;
  }
}
.joinlist2 .container .box .box2 .text3 .cn3 {
  color: #ffffff;
  line-height: 1.3125em;
}
.joinlist2 .container .box .box2 .text3 .cn4 {
  margin-top: 0.2rem;
  line-height: 1.33333333em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .joinlist2 .container .box .box2 .text3 .cn4 {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    width: 100% !important;
  }
}
.joinlist3 {
  background-color: #Fff;
  position: relative;
  padding: 1.5rem 0 0;
}
.joinlist3 .container .box20 {
  margin-top: 0.55rem;
  display: flex;
}
.joinlist3 .container .box20 .cn1 {
  color: #000000;
  margin-right: 0.6rem;
  line-height: 0.65rem;
  position: relative;
}
.joinlist3 .container .box20 .cn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s;
  background-color: #e6002d;
}
.joinlist3 .container .box20 .cn1.on {
  color: #e6002d;
}
.joinlist3 .container .box20 .cn1.on::before {
  width: 100%;
}
.joinlist3 .joinlist3a {
  background-color: #f8f8f8;
  padding-bottom: 2.4rem;
}
.joinlist3 .joinlist3a .container .box {
  display: none;
}
.joinlist3 .joinlist3a .container .box.on {
  display: block;
}
.joinlist3 .joinlist3a .container .box .box2 .cn10 {
  text-align: center;
}
.joinlist3 .joinlist3a .container .box .box2 .cn30 {
  display: flex;
  justify-content: center;
}
.joinlist3b {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
  padding-top: 0.6rem;
}
@media (max-width: 991px) {
  .joinlist3b {
    margin: 0;
  }
}
.joinlist3b .joinlist3b1 {
  background-color: #fff;
  display: block;
  width: calc((100% - 1.8rem) / 3);
  margin: 0 0.3rem 0.6rem;
  padding: 0.5rem 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .joinlist3b .joinlist3b1 {
    width: 100%;
    margin: 0 0 0.6rem;
  }
}
.joinlist3b .joinlist3b1 .jlcn1 {
  color: #000000;
  line-height: 1.38461538em;
  transition: all 0.4s;
}
.joinlist3b .joinlist3b1 .jlcn2 {
  color: #666666;
  line-height: 1.55555556em;
  margin: 0.1rem 0 0.3rem;
  transition: all 0.4s;
}
.joinlist3b .joinlist3b1 .jlcn3 {
  color: #666666;
  line-height: 1.33333333em;
  height: 2.66666667em;
  transition: all 0.4s;
  display: block;
}
.joinlist3b .joinlist3b1 .jlcn4 {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.joinlist3b .joinlist3b1 .jlcn4 .jlcn5 {
  color: #666666;
}
.joinlist3b .joinlist3b1 .jlcn4 .jlcn6 {
  width: 1.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .joinlist3b .joinlist3b1 .jlcn4 .jlcn6 {
    width: 1.6rem;
  }
}
.joinlist3b .joinlist3b1 .jlcn4 .jlcn6 .bg1 {
  width: 1.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .joinlist3b .joinlist3b1 .jlcn4 .jlcn6 .bg1 {
    width: 1.6rem;
  }
}
.joinlist3b .joinlist3b1 .jlcn4 .jlcn6 .bg1 path {
  fill: #e6002d;
  opacity: 1;
  transition: all 0.4s;
}
.joinlist3b .joinlist3b1 .jlcn4 .jlcn6 .bg2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.17rem;
  height: 0.16rem;
}
@media (max-width: 767px) {
  .joinlist3b .joinlist3b1 .jlcn4 .jlcn6 .bg2 {
    width: 0.34rem;
    height: 0.32rem;
  }
}
.joinlist3b .joinlist3b1 .jlcn4 .jlcn6 .bg2 path {
  fill: #e6002d;
  opacity: 1;
  transition: all 0.4s;
}
.joinlist3b .joinlist3b1:hover {
  background-color: #e6002d;
}
.joinlist3b .joinlist3b1:hover .jlcn1 {
  color: #Fff;
}
.joinlist3b .joinlist3b1:hover .jlcn2 {
  color: #Fff;
}
.joinlist3b .joinlist3b1:hover .jlcn3 {
  color: #Fff;
}
.joinlist3b .joinlist3b1:hover .jlcn4 .jlcn5 {
  color: #fff;
}
.joinlist3b .joinlist3b1:hover .jlcn4 .jlcn6 .bg1 path {
  fill: #fff;
}
.joinlist3b .joinlist3b1:hover .jlcn4 .jlcn6 .bg2 path {
  fill: #fff;
}
.news-list0 {
  background-color: #Fff;
  position: relative;
  padding: 1.6rem 0 2.4rem;
}
.news-shaixuan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .news-shaixuan {
    flex-wrap: wrap;
  }
}
.news-shaixuan .left {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-shaixuan .left {
    width: 100%;
  }
}
.news-shaixuan .left .tcn1 {
  line-height: 0.54rem;
  min-width: 1.51rem;
  border-radius: 0.27rem;
  text-align: center;
  color: #000;
  padding: 0 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .news-shaixuan .left .tcn1 {
    min-width: 1.6rem;
  }
}
.news-shaixuan .left .tcn1.on {
  background-color: #e6002d;
  color: #Fff;
}
.news-shaixuan .right {
  flex-shrink: 0;
  width: 3.21rem;
}
@media (max-width: 767px) {
  .news-shaixuan .right {
    margin: 0.5rem 0 0 auto;
  }
}
.news-shaixuan .right .layui-form .layui-input-inline {
  width: 100%;
}
.news-shaixuan .right .layui-form .layui-input-inline .layui-edge {
  display: none;
}
.news-shaixuan .right .layui-form .layui-input-inline .layui-input {
  height: 0.72rem;
  border: solid 1px #ededed !important;
  border-radius: 0.36rem;
  color: #666666;
  padding: 0 0.6rem;
  background-image: url(../images/qimg12.svg);
  background-repeat: no-repeat;
  background-position: center right 0.6rem;
  background-size: 0.18rem 0.1rem;
}
.news-shaixuan .right .layui-form .layui-input-inline .layui-input::placeholder {
  color: #666;
}
.news-shaixuan .right .layui-form .layui-input-inline .layui-form-select.layui-form-selected .layui-input {
  border-radius: 0.36rem 0.36rem 0 0;
}
.news-shaixuan .right .layui-form .layui-input-inline .layui-form-select dl {
  top: 0.72rem;
  padding: 0;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list .newsbox1 {
  display: block;
  position: relative;
  width: 30%;
  margin-right: 5%;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .news-list .newsbox1 {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .news-list .newsbox1 {
    width: 100%;
    margin-right: 0;
  }
}
.news-list .newsbox1:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .news-list .newsbox1:nth-child(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .news-list .newsbox1:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .news-list .newsbox1:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .news-list .newsbox1:nth-child(2n) {
    margin-right: 0;
  }
}
.news-list .newsbox1 .img {
  border-radius: 0.2rem;
}
.news-list .newsbox1 .img::before {
  padding-top: 137.61904762%;
}
.news-list .newsbox1 .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.news-list .newsbox1 .img .zhezaoceng {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  object-fit: cover;
  opacity: 0;
}
.news-list .newsbox1 .img .zhezaoceng .yuan1 {
  width: 2.84rem;
  height: 2.84rem;
  border-radius: 50%;
  background-color: #e6002d;
  opacity: 0.1;
  position: absolute;
  top: 0.75rem;
  left: -1.9rem;
  transition: all 0.4s;
}
.news-list .newsbox1 .img .zhezaoceng .yuan2 {
  width: 4.83rem;
  height: 4.83rem;
  background-color: #e6002d;
  border-radius: 50%;
  position: absolute;
  bottom: -3rem;
  right: -3.5rem;
  transition: all 0.4s;
}
.news-list .newsbox1 .text1 {
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.3rem;
  padding: 0 0.35rem;
}
.news-list .newsbox1 .text1 .cn1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  transition: all 0.4s;
}
.news-list .newsbox1 .text1 .cn1 span {
  margin-left: 0.2rem;
}
.news-list .newsbox1 .text1 svg {
  margin-right: 0.1rem;
}
.news-list .newsbox1 .text1 svg path {
  transition: all 0.4s;
  fill: #Fff;
  opacity: 1;
  stroke: none;
}
.news-list .newsbox1 .text2 {
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 0.3rem;
  top: 70%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .news-list .newsbox1 .text2 {
    top: initial;
    bottom: 1.2rem;
  }
}
.news-list .newsbox1 .text2 .cn2 {
  color: #ffffff;
  line-height: 1.23076923em;
  transition: all 0.4s;
}
.news-list .newsbox1 .text2 .cn3 {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .news-list .newsbox1 .text2 .cn3 {
    display: none;
  }
}
.news-list .newsbox1 .text3 {
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: calc(100% - 0.6rem);
  margin: 0 0.3rem;
  bottom: 0;
  padding: 0.25rem 0;
}
.news-list .newsbox1 .text3 .cn4 {
  display: flex;
  align-items: center;
  color: #ffffff;
  transition: all 0.4s;
}
.news-list .newsbox1 .text3 .cn4 span {
  margin-left: 0.1rem;
  width: 0.26rem;
  height: 0.26rem;
  background-color: #e6002d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  transform: translate(-0.2rem, 0.2rem);
  opacity: 0;
}
@media (max-width: 991px) {
  .news-list .newsbox1 .text3 .cn4 span {
    display: none;
  }
}
.news-list .newsbox1 .text3 .cn5 {
  display: flex;
  align-items: center;
  color: #fff;
}
.news-list .newsbox1 .text3 .cn5 img {
  margin-right: 0.1rem;
}
.news-list .newsbox1:hover .img .zhezaoceng {
  opacity: 1;
}
.news-list .newsbox1:hover .img .zhezaoceng .yuan1 {
  top: 0.75rem;
  left: -1.4rem;
}
.news-list .newsbox1:hover .img .zhezaoceng .yuan2 {
  bottom: -2.5rem;
  right: -3rem;
}
.news-list .newsbox1:hover .text1 .cn1 {
  color: #999;
}
.news-list .newsbox1:hover .text1 .cn1 svg path {
  fill: #999;
}
.news-list .newsbox1:hover .text2 {
  top: 1.2rem;
}
.news-list .newsbox1:hover .text2 .cn2 {
  color: #e6002d;
}
.news-list .newsbox1:hover .text2 .cn3 {
  margin-top: 0.25rem;
  visibility: visible;
  opacity: 1;
}
.news-list .newsbox1:hover .text3 .cn4 {
  color: #e6002d;
}
.news-list .newsbox1:hover .text3 .cn4 span {
  transform: translate(0);
  opacity: 1;
}
.public-page {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.public-page .prev {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: solid 0.01rem #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem;
  transition: all 0.4s;
}
.public-page .prev:hover {
  color: #Fff;
  background-color: #e6002d;
  border: 1px solid #e6002d;
}
.public-page .prev:hover svg path {
  fill: #Fff;
}
.public-page .prev svg path {
  transition: all 0.4s;
  fill: #999999;
  opacity: 1;
  stroke: none;
}
.public-page .prev.next {
  transform: rotate(180deg);
}
.public-page .red {
  color: #e6002d;
  margin: 0 0.05rem;
}
.public-page .hei {
  color: #222;
  margin: 0 0.05rem;
}
.public-page .num {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: solid 1px #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem;
  transition: all 0.4s;
  color: #222222;
}
.public-page .num.on {
  color: #Fff;
  background-color: #e6002d;
  border: 1px solid #e6002d;
}
.public-page .num:hover {
  color: #Fff;
  background-color: #e6002d;
  border: 1px solid #e6002d;
}
.public-page input {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: solid 0.01rem #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem;
  text-align: center;
  color: #e6002d;
}
.social-share a:before {
  display: none;
}
/* 微信二维码的 */
.social-share .icon-wechat .wechat-qrcode {
  top: 50px;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
}
@media (max-width: 992px) {
  .social-share .icon-wechat .wechat-qrcode h4 {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .help {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 100px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    top: 50px;
    left: -50px;
    width: 120px;
    height: initial;
    z-index: 999;
  }
}
.social-share .icon-facebook:hover path {
  fill: #44619D;
  opacity: 1;
}
.social-share .icon-twitter:hover path {
  fill: #55acee;
  opacity: 1;
}
.social-share .icon-weibo:hover path {
  fill: #ff763b;
  opacity: 1;
}
.social-share .icon-wechat:hover path {
  fill: #7bc549;
  opacity: 1;
}
.news-info0 {
  position: relative;
}
.news-info0.jiamenginfo .container .news-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .news-info0.jiamenginfo .container .news-info {
    flex-direction: column-reverse;
  }
}
.news-info0.jiamenginfo .container .news-info .left {
  width: 30%;
  position: sticky;
  left: 0;
  top: 1rem;
}
@media (max-width: 991px) {
  .news-info0.jiamenginfo .container .news-info .left {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 1rem;
  }
}
.news-info0.jiamenginfo .container .news-info .left .leftbox {
  background-color: #Fff;
  border-radius: 0.2rem;
  padding: 0.4rem;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .lcn1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .lcn1 img {
  height: 0.27rem;
}
@media (max-width: 991px) {
  .news-info0.jiamenginfo .container .news-info .left .leftbox .lcn1 img {
    height: 0.4rem;
  }
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .lcn1 img:nth-child(2) {
  margin: 0 0.15rem;
  height: 0.18rem;
}
@media (max-width: 991px) {
  .news-info0.jiamenginfo .container .news-info .left .leftbox .lcn1 img:nth-child(2) {
    height: 0.3rem;
  }
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .lcn2 {
  margin-top: 0.25rem;
  color: #000000;
  line-height: 1.20833333em;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .lcn3 {
  color: #666666;
  line-height: 1.55555556em;
  margin: 0.1rem 0 0.7rem;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .share {
  display: flex;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .share .scn5 {
  width: 0.37rem;
  height: 0.37rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  margin-right: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .news-info0.jiamenginfo .container .news-info .left .leftbox .share .scn5 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .share .scn5 svg {
  width: auto;
  height: 50%;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .share .scn5 svg path {
  fill: #eee;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .share .scn5:hover {
  background-color: #e6002d;
  border: 1px solid #e6002d;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .share .scn5:hover svg path {
  fill: #fff;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .lcn4 {
  padding: 0.2rem 0 0;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .lcn4 .lcn5 {
  color: #999999;
  transition: all 0.4s;
  line-height: 1.55555556em;
  margin-top: 0.1rem;
}
.news-info0.jiamenginfo .container .news-info .left .leftbox .lcn4 .lcn5:hover {
  color: #e6002d;
}
.news-info0.jiamenginfo .container .news-info .left .lcn6 {
  margin-top: 0.3rem;
  display: flex;
}
.news-info0.jiamenginfo .container .news-info .right {
  width: 65%;
}
@media (max-width: 991px) {
  .news-info0.jiamenginfo .container .news-info .right {
    width: 100%;
  }
}
.news-info0.jiamenginfo .container .news-info .right .box1 .cn1 {
  color: #000000;
}
.news-info0.jiamenginfo .container .news-info .right .box2 {
  margin-top: 0.5rem;
  position: relative;
}
.news-info0.jiamenginfo .container .news-info .right .box2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.news-info0.jiamenginfo .container .news-info .right .box2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.72rem;
  height: 1px;
  background-color: #e6002d;
}
.news-info0.jiamenginfo .container .news-info .right .box4 {
  margin-top: 1.55rem;
}
.news-info0.jiamenginfo .container .news-info .right .box4 .cn6 {
  color: #000000;
  line-height: 1.20833333em;
}
.news-info0.jiamenginfo .container .news-info .right .box4 .community-list .combox {
  width: 47% !important;
  margin-right: 6% !important;
}
@media (max-width: 767px) {
  .news-info0.jiamenginfo .container .news-info .right .box4 .community-list .combox {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.news-info0.jiamenginfo .container .news-info .right .box4 .community-list .combox:nth-child(2n) {
  margin-right: 0 !important;
}
.news-info0 .bgyuan {
  position: absolute;
  width: 6.01rem;
  height: 5.19rem;
  left: 0;
  bottom: 0;
}
.news-info0 .container {
  position: relative;
  z-index: 2;
}
.news-info0 .container .news-info {
  padding-top: 1.35rem;
  padding-bottom: 2.4rem;
  margin: 0 auto;
  width: 71.42857143%;
}
@media (max-width: 991px) {
  .news-info0 .container .news-info {
    width: 100%;
  }
}
.news-info0 .container .news-info .box1 .cn1 {
  text-align: left;
  line-height: 1.20833333em;
  color: #000;
}
.news-info0 .container .news-info .box1 .cn2 {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  color: #eee;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  margin-top: 0.2rem;
  z-index: 10;
}
.news-info0 .container .news-info .box1 .cn2 .cn3 {
  display: flex;
  flex-wrap: wrap;
  color: #999;
}
.news-info0 .container .news-info .box1 .cn2 em {
  font-style: normal;
  margin: 0 0.1rem;
}
.news-info0 .container .news-info .box1 .cn2 .cn3a .share {
  display: flex;
}
.news-info0 .container .news-info .box1 .cn2 .cn3a .share .scn5 {
  width: 0.37rem;
  height: 0.37rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  margin-left: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .news-info0 .container .news-info .box1 .cn2 .cn3a .share .scn5 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.news-info0 .container .news-info .box1 .cn2 .cn3a .share .scn5 svg {
  width: auto;
  height: 50%;
}
.news-info0 .container .news-info .box1 .cn2 .cn3a .share .scn5 svg path {
  fill: #eee;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.news-info0 .container .news-info .box1 .cn2 .cn3a .share .scn5:hover {
  background-color: #e6002d;
  border: 1px solid #e6002d;
}
.news-info0 .container .news-info .box1 .cn2 .cn3a .share .scn5:hover svg path {
  fill: #fff;
}
.news-info0 .container .news-info .box2 {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-info0 .container .news-info .box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-info0 .container .news-info .box3 .box3cn1 {
  width: 49%;
  padding: 0.3rem 0.5rem;
  border-radius: 0.2rem;
  transition: all 0.4s;
  margin-top: 0.5rem;
  background-color: #f8f9fa;
}
@media (max-width: 767px) {
  .news-info0 .container .news-info .box3 .box3cn1 {
    width: 100%;
  }
}
.news-info0 .container .news-info .box3 .box3cn1 .cn4 {
  color: #999999;
  line-height: 1.33333333em;
  transition: all 0.4s;
}
.news-info0 .container .news-info .box3 .box3cn1 .cn5 {
  color: #000000;
  line-height: 1.30769231em;
  transition: all 0.4s;
  margin-top: 0.1rem;
}
.news-info0 .container .news-info .box3 .box3cn1:hover {
  background-color: #e6002d;
}
.news-info0 .container .news-info .box3 .box3cn1:hover .cn4 {
  color: #Fff;
}
.news-info0 .container .news-info .box3 .box3cn1:hover .cn5 {
  color: #Fff;
}
.community-list {
  display: flex;
  flex-wrap: wrap;
}
.community-list .combox {
  margin-top: 0.7rem;
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 991px) {
  .community-list .combox {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .community-list .combox {
    width: 100%;
    margin-right: 0;
  }
}
.community-list .combox:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .community-list .combox:nth-child(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .community-list .combox:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .community-list .combox:nth-child(2n) {
    margin-right: 0;
  }
}
.community-list .combox .img {
  border-radius: 0.2rem;
}
.community-list .combox .img::before {
  padding-top: 63.57142857%;
}
.community-list .combox .text {
  color: #000000;
  line-height: 1.38461538em;
  margin: 0.45rem 0 0.25rem;
  transition: all 0.4s;
}
.community-list .combox .text2 {
  color: #666666;
  line-height: 1.33333333em;
  transition: all 0.4s;
}
.community-list .combox .publiccn4 {
  margin-top: 0.45rem;
  color: #000000;
  line-height: 1.625em;
  transition: all 0.4s;
}
.community-list .combox .text3 {
  margin-top: 0.45rem;
  color: #000000;
  line-height: 1.625em;
  transition: all 0.4s;
}
.community-list .combox:hover .img img {
  transform: scale(1.05);
}
.community-list .combox:hover .text {
  color: #e6002d;
}
.community-list .combox:hover .publiccn4 {
  color: #e6002d;
}
.community-list .combox:hover .publiccn4 span {
  opacity: 1;
  transform: translate(0, 0);
}
.community-list.caselist .combox {
  padding: 0.2rem;
  background-color: #f8f9fa;
  border-radius: 0.4rem;
}
.community-list.caselist .combox .img {
  overflow: initial;
}
.community-list.caselist .combox .img .logo {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0.3rem;
  bottom: -0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(178, 178, 178, 0.4);
}
.community-list.caselist .combox .img .logo img {
  max-width: 50%;
  max-height: 80%;
}
.community-list.caselist .combox .text {
  margin: 0.6rem 0 0.25rem;
}
.public-tuijian {
  position: relative;
  background-color: #Fff;
  z-index: 2;
}
.public-tuijian .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-tuijian .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .public-tuijian .img img.pc-img {
    display: none;
  }
}
.public-tuijian .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .public-tuijian .img img.mb-img {
    display: block;
  }
}
.public-tuijian .container {
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.65rem 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .public-tuijian .container {
    flex-direction: column-reverse;
  }
}
.public-tuijian .container .left {
  max-width: 50%;
}
@media (max-width: 767px) {
  .public-tuijian .container .left {
    width: 100%;
    max-width: 100%;
  }
}
.public-tuijian .container .left .cn1 {
  color: #Fff;
  line-height: 1.27777778em;
}
.public-tuijian .container .left .cn2 {
  color: #ffffff;
  line-height: 1.55555556em;
  margin: 0.1rem 0 0.45rem;
}
.public-tuijian .container .left .cn3 {
  display: flex;
}
@media (max-width: 767px) {
  .public-tuijian .container .right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.public-tuijian .container .right .cn4 {
  line-height: 1.41666667em;
  color: #Fff;
}
.public-tuijian .container .right .cn5 {
  line-height: 1.20833333em;
  color: #fff;
  margin-top: 0.1rem;
}
.publiccn4 {
  display: flex;
  align-items: center;
  color: #000000;
  transition: all 0.4s;
}
.publiccn4 span {
  margin-left: 0.1rem;
  width: 0.26rem;
  height: 0.26rem;
  background-color: #e6002d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  transform: translate(-0.2rem, 0.2rem);
  opacity: 0;
}
@media (max-width: 991px) {
  .publiccn4 span {
    display: none;
  }
}
.public-content h3 {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .public-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .public-content h3 {
    font-size: 0.3rem;
  }
}
.coop-box1 {
  background-color: #Fff;
  padding-top: 1.6rem;
  position: relative;
  z-index: 2;
}
.coop-box1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.coop-box1 .container .left {
  width: 40%;
  padding-top: 0.7rem;
  position: sticky;
  left: 0;
  top: 1rem;
}
@media (max-width: 991px) {
  .coop-box1 .container .left {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.coop-box1 .container .left .cn1 {
  color: #000000;
  line-height: 1.20833333em;
}
.coop-box1 .container .left .cn2 {
  margin-top: 0.2rem;
  color: #000000;
  line-height: 1.55555556em;
  width: 67.85714286%;
}
@media (max-width: 991px) {
  .coop-box1 .container .left .cn2 {
    width: 100%;
  }
}
.coop-box1 .container .right {
  width: 60%;
}
@media (max-width: 991px) {
  .coop-box1 .container .right {
    width: 100%;
    margin-top: 1rem;
  }
}
.coop-box1 .container .right .box {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.coop-box1 .container .right .box .img {
  width: 50%;
}
.coop-box1 .container .right .box .img::before {
  padding-top: 63.0952381%;
}
.coop-box1 .container .right .box .text {
  width: 50%;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  .coop-box1 .container .right .box .text {
    padding: 0 0.3rem;
  }
}
.coop-box1 .container .right .box .text .cn3 {
  font-size: 0.86rem;
  line-height: 1.11627907em;
  color: #3c88d3;
}
.coop-box1 .container .right .box .text .cn3 span:nth-child(1) {
  opacity: 0.1;
}
.coop-box1 .container .right .box .text .cn4 {
  margin-top: 0.3rem;
  line-height: 1.33333333em;
  color: #000000;
}
.coop-box1 .container .right .box:nth-child(even) {
  flex-direction: row-reverse;
}
.coop-box1 .container .right .box:nth-child(even) .text {
  text-align: right;
}
.coop-box1 .container .right .box:nth-child(4n-1) .text .cn3 {
  color: #4fce6d;
}
.coop-box1 .container .right .box:nth-child(4n-2) .text .cn3 {
  color: #f3981e;
}
.coop-box1 .container .right .box:nth-child(4n-3) .text .cn3 {
  color: #e6002d;
}
.coop-box2 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-color: #Fff;
  position: relative;
  z-index: 2;
}
.coop-box2 .container .box {
  background-color: #4fce6d;
  border-radius: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 0.8rem 0.6rem 0.6rem;
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 1rem;
}
.coop-box2 .container .box .cn1 {
  position: relative;
  z-index: 3;
  color: #fff;
  line-height: 1.20833333em;
}
.coop-box2 .container .box .cn2 {
  position: relative;
  z-index: 3;
  margin-top: 0.45rem;
}
.coop-box2 .container .box .cn2 .cn3 {
  color: #ffffff;
  line-height: 1.55555556em;
  margin-top: 0.1rem;
}
.coop-box2 .container .box .cn4 {
  margin-top: 0.6rem;
  display: flex;
  position: relative;
  z-index: 3;
}
.coop-box2 .container .box .cn4 .public-btn3 .cnz3 em {
  color: #4fce6d;
}
.coop-box2 .container .box .cn4 .public-btn3 .cnz4 {
  background-color: #4fce6d;
}
.coop-box2 .container .box .imgbox {
  position: absolute;
  right: -1.6rem;
  top: -1rem;
  width: 50.42857143%;
}
@media (max-width: 991px) {
  .coop-box2 .container .box .imgbox {
    display: none;
  }
}
.coop-box2 .container .box .imgbox::before {
  padding-top: 99.2917847%;
}
.coop-box2 .container .box .imgbox svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.coop-box2 .container .box .imgbox svg path {
  fill: #74eb90;
  opacity: 1;
  stroke: none;
}
.coop-box2 .container .box .imgbox .imgbox2 {
  position: absolute;
  right: 8%;
  top: 9%;
  width: 85.41076487%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  mask-image: url(../images/qimg51.svg);
}
.coop-box2 .container .box .imgbox .imgbox2::before {
  padding-top: 99.33665008%;
}
.coop-box2 .container .box:nth-child(2) {
  background-color: #3c88d3;
}
.coop-box2 .container .box:nth-child(2) .cn4 .public-btn3 .cnz3 em {
  color: #3c88d3;
}
.coop-box2 .container .box:nth-child(2) .cn4 .public-btn3 .cnz4 {
  background-color: #3c88d3;
}
.coop-box2 .container .box:nth-child(2) .imgbox svg path {
  fill: #6eb3f7;
}
.coop-box2 .container .box:nth-child(2) .imgbox .imgbox2 {
  mask-image: url(../images/qimg99.svg);
}
.coop-box3 {
  padding-bottom: 2.4rem;
  background-color: #Fff;
  position: relative;
  z-index: 2;
}
.coop-box3 .container .cn1 {
  text-align: center;
  color: #000;
  line-height: 1.20833333em;
}
.coop-box3 .container .box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .coop-box3 .container .box {
    justify-content: space-between;
  }
}
.coop-box3 .container .box .box2 {
  margin-top: 0.4rem;
  width: 31.42857143%;
  border: 1px solid #eee;
  border-radius: 0.4rem;
  margin-right: 2.85714286%;
  padding: 0.4rem;
  transition: all 0.4s;
}
.coop-box3 .container .box .box2:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .coop-box3 .container .box .box2 {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .coop-box3 .container .box .box2 {
    width: 100%;
  }
}
.coop-box3 .container .box .box2 .cn2 {
  display: inline-block;
  line-height: 0.3rem;
  min-width: 0.7rem;
  padding: 0 0.2rem;
  text-align: center;
  border-radius: 0.15rem;
  background-color: rgba(230, 0, 45, 0.1);
  color: #e6002d;
  transition: all 0.4s;
}
.coop-box3 .container .box .box2 .cn3 {
  margin: 0.4rem 0;
  line-height: 1.33333333em;
  color: #222222;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .coop-box3 .container .box .box2 .cn3 {
    font-size: 0.28rem;
  }
}
.coop-box3 .container .box .box2 .cn4 {
  display: flex;
}
.coop-box3 .container .box .box2 .cn4 span {
  line-height: 0.24rem;
  color: #999;
  transition: all 0.4s;
}
.coop-box3 .container .box .box2 .cn4 span:nth-child(1) {
  flex-shrink: 0;
  margin-right: 0.1rem;
  line-height: 0.24rem;
}
.coop-box3 .container .box .box2:hover {
  border: 1px solid #e6002d;
  background-color: #e6002d;
}
.coop-box3 .container .box .box2:hover .cn2 {
  background-color: #fff;
}
.coop-box3 .container .box .box2:hover .cn3 {
  color: #ffff;
}
.coop-box3 .container .box .box2:hover .cn4 span {
  color: #fff;
}
.yingxiao {
  background-color: #Fff;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 2.1rem;
}
.yingxiao.yingxiao4b {
  padding-bottom: 0;
}
.yingxiao1 {
  width: 100%;
  overflow: hidden;
  background-color: #Fff;
  position: relative;
}
.yingxiao1 .container .yingxiao1a {
  position: relative;
}
.yingxiao1 .container .yingxiao1a .swiper-slide .img {
  border-radius: 0.4rem;
}
.yingxiao1 .container .yingxiao1a .swiper-slide .img::before {
  padding-top: 47.14285714%;
}
@media (max-width: 991px) {
  .yingxiao1 .container .yingxiao1a .swiper-slide .img::before {
    padding-top: 80%;
  }
}
.yingxiao1 .container .yingxiao1a .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.yingxiao1 .container .yingxiao1a .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 4;
  padding: 0 1rem;
  opacity: 0;
  transition: all 1s;
}
.yingxiao1 .container .yingxiao1a .swiper-slide .text .cn1 {
  width: 50%;
  color: #Fff;
  line-height: 1.33333333em;
}
@media (max-width: 991px) {
  .yingxiao1 .container .yingxiao1a .swiper-slide .text .cn1 {
    width: 100%;
  }
}
.yingxiao1 .container .yingxiao1a .swiper-slide .text .cn2 {
  margin-top: 0.2rem;
  width: 50%;
  color: #Fff;
  line-height: 1.33333333em;
}
@media (max-width: 991px) {
  .yingxiao1 .container .yingxiao1a .swiper-slide .text .cn2 {
    width: 100%;
  }
}
.yingxiao1 .container .yingxiao1a .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  top: 50%;
}
.public-prev {
  width: 64px;
  height: 64px;
  background-color: #Fff;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  z-index: 10;
  left: -106px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .public-prev {
    left: 0;
    width: 0.64rem;
    height: 0.64rem;
  }
}
.public-prev:hover {
  border: 1px solid #e6002d;
  background-color: #e6002d;
}
.public-prev:hover svg path {
  fill: #fff;
}
.public-prev.green:hover {
  border: 1px solid #37cf6b;
  background-color: #37cf6b;
}
.public-prev.green:hover svg path {
  fill: #fff;
}
.public-prev svg path {
  transition: all 0.4s;
  fill: #a8a8a8;
  opacity: 1;
  stroke: none;
}
.public-prev.public-next {
  left: calc(100% + 42px);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1260px) {
  .public-prev.public-next {
    left: calc(100% - 0.64rem);
  }
}
.yingxiao2 {
  position: relative;
  width: 100%;
  background-color: #Fff;
  padding-bottom: 1.6rem;
}
.yingxiao2 .container .text99 {
  text-align: center;
}
.yingxiao2 .container .text99 .cn50 {
  color: #222222;
  text-align: center;
  line-height: 1.20833333em;
}
.yingxiao2 .container .text99 .cn51 {
  margin-top: 0.1rem;
  text-align: center;
  color: #999;
  line-height: 1.33333333em;
}
.yingxiao2 .container .yingxiao2a {
  display: flex;
  flex-wrap: wrap;
}
.yingxiao2 .container .yingxiao2a .box {
  display: block;
  width: 25%;
  margin-top: 0.8rem;
  display: none;
}
.yingxiao2 .container .yingxiao2a .box:nth-child(-n+8) {
  display: block;
}
@media (max-width: 991px) {
  .yingxiao2 .container .yingxiao2a .box {
    width: 50%;
  }
}
.yingxiao2 .container .yingxiao2a .box .img::before {
  padding-top: 100%;
}
.yingxiao2 .container .yingxiao2a .box .img svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 71.42857143%;
  height: auto;
}
.yingxiao2 .container .yingxiao2a .box .img svg path {
  fill: #e6002d;
  opacity: 1;
  stroke: none;
}
.yingxiao2 .container .yingxiao2a .box:nth-child(4n) .img svg path {
  fill: #3c88d3;
}
.yingxiao2 .container .yingxiao2a .box:nth-child(4n-1) .img svg path {
  fill: #4fce6d;
}
.yingxiao2 .container .yingxiao2a .box:nth-child(4n-2) .img svg path {
  fill: #f3981e;
}
.yingxiao2 .container .yingxiao2a .box:nth-child(4n-3) .img svg path {
  fill: #e6002d;
}
.yingxiao2 .container .yingxiao2a .box .text {
  margin-top: 0.35rem;
  text-align: center;
  color: #222222;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .yingxiao2 .container .yingxiao2a .box .text {
    font-size: 0.28rem;
  }
}
.yingxiao2 .container .yingxiao2a .box .text span {
  display: block;
  padding: 0 0.1rem;
}
.yingxiao2 .container .cn9 {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
}
.yingxiao3 {
  background-color: #e6002d;
  padding: 1.6rem 0;
}
.yingxiao3 .container .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.20833333em;
}
.yingxiao3 .container .box {
  margin-top: -1rem;
}
@media (max-width: 991px) {
  .yingxiao3 .container .box {
    margin-top: 0;
  }
}
.yingxiao3 .container .box .box2 {
  margin-top: 2.6rem;
  display: flex;
  display: none;
}
.yingxiao3 .container .box .box2:nth-child(-n+2) {
  display: flex;
}
@media (max-width: 991px) {
  .yingxiao3 .container .box .box2 {
    margin-top: 0.8rem;
    flex-wrap: wrap;
  }
}
.yingxiao3 .container .box .box2 .left {
  flex-shrink: 0;
  width: 57.14285714%;
}
.yingxiao3 .container .box .box2 .left .img {
  border-radius: 0.4rem;
}
.yingxiao3 .container .box .box2 .left .img::before {
  padding-top: 80.5%;
}
@media (max-width: 991px) {
  .yingxiao3 .container .box .box2 .left {
    width: 100%;
  }
}
.yingxiao3 .container .box .box2 .right {
  flex-shrink: 0;
  background-color: #Fff;
  border-radius: 0.4rem;
  width: 49.28571429%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-13%) translateY(-1rem);
  z-index: 5;
  padding: 0.9rem 0.8rem;
}
@media (max-width: 991px) {
  .yingxiao3 .container .box .box2 .right {
    width: 100%;
    transform: translate(0);
    margin-top: -2rem;
  }
}
.yingxiao3 .container .box .box2 .right .box3 {
  display: flex;
  align-items: center;
}
.yingxiao3 .container .box .box2 .right .box3 img {
  max-height: 0.54rem;
}
.yingxiao3 .container .box .box2 .right .box3 img:nth-child(2) {
  margin: 0 0.15rem;
}
.yingxiao3 .container .box .box2 .right .cn2 {
  color: #222;
  margin: 0.15rem 0;
  line-height: 1.33333333em;
}
.yingxiao3 .container .box .box2 .right .cn3 {
  color: #222;
  line-height: 1.33333333em;
}
.yingxiao3 .container .box .box2:nth-child(even) {
  flex-direction: row-reverse;
}
.yingxiao3 .container .box .box2:nth-child(even) .right {
  transform: translateX(13%) translateY(-1rem);
}
@media (max-width: 991px) {
  .yingxiao3 .container .box .box2:nth-child(even) .right {
    transform: translate(0);
    margin-top: -2rem;
  }
}
.yingxiao3 .container .cn33 {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.yingxiao4 {
  padding-top: 1.6rem;
}
.yingxiao4.yingxiao4a {
  background-color: #f3981e;
  padding-bottom: 2.1rem;
}
.yingxiao4.yingxiao4a .container .cn1 {
  color: #Fff;
}
.yingxiao4.yingxiao4a .container .box99 .cn99 {
  color: #Fff;
}
.yingxiao4 .container .cn1 {
  text-align: center;
  color: #222;
  line-height: 1.20833333em;
}
.yingxiao4 .container .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yingxiao4 .container .box .box2 {
  margin-top: 0.8rem;
  width: 47.14285714%;
  border-radius: 0.4rem;
  background-color: #Fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
}
.yingxiao4 .container .box .box2:nth-child(-n+4) {
  display: block;
}
@media (max-width: 991px) {
  .yingxiao4 .container .box .box2 {
    width: 100%;
  }
}
.yingxiao4 .container .box .box2 .img::before {
  padding-top: 63.63636364%;
}
.yingxiao4 .container .box .box2 .text {
  padding: 0.5rem;
}
.yingxiao4 .container .box .box2 .text .cn2 {
  color: #999999;
  line-height: 1.625em;
}
.yingxiao4 .container .box .box2 .text .cn3 {
  margin: 0.17rem 0 0.2rem;
  color: #222;
  line-height: 1.38461538em;
}
@media (max-width: 991px) {
  .yingxiao4 .container .box .box2 .text .cn3 {
    font-size: 0.4rem;
  }
}
.yingxiao4 .container .box .box2 .text .cn4 {
  color: #666666;
  line-height: 1.33333333em;
}
.yingxiao4 .container .box99 {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.yingxiao4 .container .box99 .cn99 {
  text-align: center;
  color: #222;
  line-height: 1.625em;
  transition: all 0.4s;
}
.yingxiao4 .container .box99 .cn99:hover {
  color: #e6002d;
}
.contact {
  background-color: #Ffffff;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
}
.contact .contact1 {
  padding-bottom: 0.7rem;
}
.contact .contact1 .container {
  position: relative;
  padding: 0.8rem 0 0.9rem;
}
.contact .contact1 .container .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.contact .contact1 .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .contact1 .container .box {
  z-index: 2;
  position: relative;
  margin-left: 7.14285714%;
  padding: 0.6rem 0.5rem 0.95rem;
  width: 4.85rem;
  border-radius: 0.2rem;
  background-color: #Fff;
}
@media (max-width: 1260px) {
  .contact .contact1 .container .box {
    width: 5.5rem;
  }
}
@media (max-width: 991px) {
  .contact .contact1 .container .box {
    width: calc(100% - 0.6rem);
    padding: 0.6rem 0.3rem 0.95rem;
    margin: 0 0.3rem;
  }
}
.contact .contact1 .container .box .box2 {
  display: flex;
  justify-content: space-between;
}
.contact .contact1 .container .box .box2 .box2a .cn1 {
  color: #000;
  line-height: 1.20833333em;
}
.contact .contact1 .container .box .box2 .box2a .cn2 {
  color: #000;
  line-height: 1.55555556em;
  margin-top: 0.18rem;
}
.contact .contact1 .container .box .box2 .box2b {
  flex-shrink: 0;
}
.contact .contact1 .container .box .box2 .box2b .cn3 {
  width: 0.93rem;
  height: 0.93rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .contact .contact1 .container .box .box2 .box2b .cn3 {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.contact .contact1 .container .box .box2 .box2b .cn3 img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .contact .contact1 .container .box .box2 .box2b .cn3 img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.contact .contact1 .container .box .box3 {
  margin-top: 0.45rem;
}
.contact .contact1 .container .box .box3 .cn4 {
  display: flex;
  margin-bottom: 0.3rem;
}
.contact .contact1 .container .box .box3 .cn4:last-child {
  margin-bottom: 0;
}
.contact .contact1 .container .box .box3 .cn4 .cn4a {
  flex-shrink: 0;
  margin-right: 0.1rem;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact1 .container .box .box3 .cn4 .cn4a img {
  width: 0.22rem;
  max-height: 0.23rem;
}
@media (max-width: 767px) {
  .contact .contact1 .container .box .box3 .cn4 .cn4a img {
    width: 0.3rem;
    max-height: 0.3rem;
  }
}
.contact .contact1 .container .box .box3 .cn4 .cn4b {
  color: #000000;
  line-height: 30px;
}
.contact .contact1 .container .box .box4 .cn5 {
  margin-top: 0.2rem;
  line-height: 1.55555556em;
}
.contact .contact1 .container .box .box4 .cn5 .cn6 {
  display: block;
  color: #000;
}
.contact .contact2 {
  background-color: #ffffff;
  padding-bottom: 2.4rem;
}
.contact .contact2 .bgimg {
  width: 100%;
}
.contact .contact2 .bgimg img {
  width: 100%;
}
.contact .contact2 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  margin-bottom: 0.55rem;
}
.contact .contact2 .container .box {
  background-color: #Fff;
  padding: 1rem 0;
}
.contact .contact2 .container .box .box3 {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact .contact2 .container .box .box3 {
    width: 90%;
  }
}
.contact .contact2 .container .box .cn2 {
  text-align: left ;
  color: #000000;
  line-height: 1.44444444em;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact .contact2 .container .box .box2 {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact2 .container .box .box2 .left {
  width: 49.10714286%;
}
@media (max-width: 991px) {
  .contact .contact2 .container .box .box2 .left {
    width: 100%;
  }
}
.contact .contact2 .container .box .box2 .right {
  width: 49.10714286%;
}
@media (max-width: 991px) {
  .contact .contact2 .container .box .box2 .right {
    width: 100%;
  }
}
.contact .contact2 .container .box .box2 .box2a {
  margin-top: 0.1rem;
}
.contact .contact2 .container .box .box2 .box2a .cn3 {
  line-height: 0.4rem;
  color: #000000;
}
@media (max-width: 991px) {
  .contact .contact2 .container .box .box2 .box2a .cn3 {
    line-height: 0.76rem;
  }
}
.contact .contact2 .container .box .box2 .box2a .cn3 span {
  color: #e6002d;
}
.contact .contact2 .container .box .box2 .box2a .cn4 {
  width: 100%;
}
.contact .contact2 .container .box .box2 .box2a .cn4 textarea {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  line-height: 0.3rem;
  height: 3.63rem;
  padding: 0.12rem 0.15rem;
  color: #333;
  border: 0;
}
@media (max-width: 991px) {
  .contact .contact2 .container .box .box2 .box2a .cn4 textarea {
    height: 2.2rem;
  }
}
.contact .contact2 .container .box .box2 .box2a .cn4 textarea::placeholder {
  color: #999;
}
.contact .contact2 .container .box .box2 .box2a .cn4 input {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  line-height: 0.54rem;
  height: 0.54rem;
  padding: 0 0.15rem;
  color: #333;
  border: 0;
}
@media (max-width: 991px) {
  .contact .contact2 .container .box .box2 .box2a .cn4 input {
    height: 0.76rem;
    line-height: 0.76rem;
  }
}
.contact .contact2 .container .box .box2 .box2a .cn4 input::placeholder {
  color: #999;
}
.contact .contact2 .container .box .box2 .box2a .cn4 .layui-form-select dl {
  top: 100%;
}
.contact .contact2 .container .box .box2 .box2a .cn4 .layui-select-title {
  width: 100%;
}
.contact .contact2 .container .box .box4 {
  width: 80%;
  margin: 0.2rem auto;
}
@media (max-width: 991px) {
  .contact .contact2 .container .box .box4 {
    width: 90%;
  }
}
.contact .contact2 .container .box .box4 .cn10 {
  color: #999999;
  line-height: 1.71428571em;
}
.contact .contact2 .container .box .box4 .cn10 a {
  color: #e6002d;
}
.contact .contact2 .container .box .box4 .box5 {
  display: flex;
}
.contact .contact2 .container .box .box4 .box5 .cn11 {
  margin-top: 0.3rem;
  margin-right: 0.2rem;
}
.contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3 {
  min-width: 1.6rem;
}
.index-cookies {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-cookies .index-cookies1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.index-cookies .index-cookies1 .container {
  padding: 0.55rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index-cookies .index-cookies1 .container {
    flex-wrap: wrap;
  }
}
.index-cookies .index-cookies1 .container .left {
  width: 51.42857143%;
}
@media (max-width: 991px) {
  .index-cookies .index-cookies1 .container .left {
    width: 100%;
  }
}
.index-cookies .index-cookies1 .container .left .cn1 {
  line-height: 1.33333333em;
  color: #000;
}
.index-cookies .index-cookies1 .container .left .cn2 {
  margin-top: 0.2rem;
  line-height: 1.55555556em;
  color: #000;
}
.index-cookies .index-cookies1 .container .right {
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 991px) {
  .index-cookies .index-cookies1 .container .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.index-cookies .index-cookies1 .container .right .public-btn3 {
  margin-left: 0.2rem;
}
@media (max-width: 991px) {
  .index-cookies .index-cookies1 .container .right .public-btn3 {
    margin-left: 0;
    margin-right: 0.2rem;
  }
}
.index-cookies .index-cookies1 .container .right .public-btn3.public-btn3a {
  border: 1px solid #e6002d;
}
.index-cookies .index-cookies1 .container .right .public-btn3.public-btn3b {
  padding: 0 0.2rem;
  min-width: 1.6rem;
  text-align: center;
  justify-content: center;
}
.index-aside {
  position: fixed;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 20;
}
.index-aside .indexaidebutton {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #e6002d;
  border: 1px solid #e6002d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
  box-shadow: 0px 0px 10px #ccc;
}
.index-aside .indexaidebutton.liuyanbutton {
  border: 1px solid #fff;
  margin-bottom: 0.2rem;
  background-color: #fff;
}
.index-aside .indexaidebutton.liuyanbutton svg {
  width: 0.28rem;
  height: 0.26rem;
}
.index-aside .indexaidebutton.liuyanbutton svg path {
  fill: #e6002d;
}
.index-aside .indexaidebutton.liuyanbutton:hover {
  border: 1px solid #e6002d;
}
.index-aside .indexaidebutton svg {
  width: 0.17rem;
  height: auto;
}
.index-aside .indexaidebutton svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.index-aside .indexaidebutton:hover {
  background-color: #fff;
}
.index-aside .indexaidebutton:hover svg path {
  fill: #e6002d;
}
.public-windows {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 901;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.public-windows.jianlimessage2 .contact {
  width: 8.38rem;
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  .public-windows.jianlimessage2 .contact {
    width: 90%;
  }
}
.public-windows.jianlimessage2 .contact .contact2 .jlcn1 {
  line-height: 1.20833333em;
  color: #000;
}
.public-windows.jianlimessage2 .contact .contact2 .jlcn2 {
  line-height: 1.55555556em;
  color: #666;
  margin: 0.2rem 0 0.5rem;
}
.public-windows.jianlimessage2 .contact .contact2 .box11 #contentBox {
  color: #666666;
  line-height: 1.33333333em;
  margin-bottom: 0.5rem;
}
.public-windows.jianlimessage2 .contact .contact2 .box11 .jlcn3 {
  color: #000000;
  line-height: 1.38461538em;
  margin-bottom: 0.1rem;
}
.public-windows.jianlimessage2 .contact .contact2 .box11 .jlcn4 {
  color: #666666;
  line-height: 1.33333333em;
  margin-bottom: 0.5rem;
}
.public-windows.jianlimessage2 .contact .contact2 .box11 .cn30 .public-btn3 {
  justify-content: center;
}
.public-windows .contact {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.6rem;
  padding: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public-windows .contact {
    width: 90%;
  }
}
.public-windows .contact .contact2 {
  padding: 0.6rem;
  max-height: 95vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .public-windows .contact .contact2 {
    padding: 0.6rem 0.3rem;
  }
}
.public-windows .contact .contact2 .container {
  width: 100%;
  max-width: 100%;
}
.public-windows .contact .contact2 .container .close {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
}
.public-windows .contact .contact2 .container .close img {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-windows .contact .contact2 .container .close img {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.public-windows .contact .contact2 .container .pwcn1 {
  text-align: left;
  color: #000;
  line-height: 1.33333333em;
}
.public-windows .contact .contact2 .container .box {
  padding: 0;
}
.public-windows .contact .contact2 .container .box .box3 {
  width: 100%;
}
@media (max-width: 991px) {
  .public-windows .contact .contact2 .container .box .box3 {
    max-height: 50vh;
    overflow: auto;
  }
}
.public-windows .contact .contact2 .container .box .box4 {
  width: 100%;
}
.public-windows .contact .contact2 .container .box .box4 .cn10 span {
  color: #e6002d;
}
.public-windows .contact .contact2 .container .box .box4 .box5 {
  justify-content: space-between;
}
.public-windows .contact .contact2 .container .box .box4 .box5 .cn11 {
  width: 48.93617021%;
}
.public-windows .contact .contact2 .container .box .box4 .box5 .cn11.cn1100 {
  width: 100%;
}
.public-windows .contact .contact2 .container .box .box4 .box5 .cn11:last-child {
  margin-right: 0;
}
.public-windows .contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3 {
  width: 100%;
  justify-content: center;
}
.public-windows .contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3.public-btn3gray {
  background-color: rgba(230, 0, 45, 0.1);
}
.public-windows .contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3.public-btn3gray .cnz3 {
  color: #e6002d;
}
.public-windows .contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3.public-btn3gray .cnz3 em {
  color: #e6002d;
}
.public-windows .contact .contact2 .container .box .box2 {
  margin-top: 0;
}
.public-windows .contact .contact2 .container .box .box2 .box2a .cn4 input {
  border: 1px solid #e6e6e6;
  background-color: transparent;
}
.public-windows .contact .contact2 .container .box .box2 .box2a .cn4 textarea {
  border: 1px solid #e6e6e6;
  background-color: transparent;
}
.public-windows.public-windows2 .contact {
  width: 7.8rem;
}
@media (max-width: 991px) {
  .public-windows.public-windows2 .contact {
    width: 90%;
  }
}
.public-windows.public-windows2 .contact .contact2 .container .box .box4 {
  margin: 0;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a {
  width: 48.48484848%;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2b {
  width: 100%;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2b .cn4 textarea {
  height: 1.2rem;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c {
  margin-bottom: 0.2rem;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 {
  padding: 0.15rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c2 {
  color: #999999;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox {
  background-color: #f9f5f5;
  border-radius: 5px;
  width: 120px;
  height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .layui-upload-drag {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: dashed 1px #dee2ed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .layui-upload-drag .layui-icon {
  color: #e6002d;
  font-size: 0.36rem;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .layui-upload-drag .cn10 {
  color: #e6002d;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .layui-upload-drag .tebie {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .layui-upload-drag .tebie hr {
  display: none;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .layui-upload-drag .tebie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox {
  width: 2.8rem;
  height: 0.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox {
    width: 4rem;
    height: 1.6rem;
  }
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .cn11 {
  display: flex;
  align-items: center;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .cn11 i {
  font-size: 0.28rem;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .cn11 .cn10 {
  margin-left: 0.1rem;
  max-width: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
@media (max-width: 767px) {
  .public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .cn11 .cn10 {
    max-width: 2.2rem;
  }
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .tips2 {
  position: absolute;
  left: calc(100% + 0.2rem);
  bottom: 0.2rem;
  color: #999999;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .tips2 {
    display: none;
  }
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .layui-upload-drag {
  background-repeat: no-repeat;
  background-size: 0.2rem 0.2rem;
  background-position: center right 0.2rem;
  padding: 0 0.2rem;
}
.public-windows.public-windows2 .contact .contact2 .container .box .box3 .box2 .left .box2a.box2c .box2c1 .box2c3 .picbox .layui-upload-drag.on {
  justify-content: left;
  background-image: url(../images/zimg49.svg);
}
.layui-form-select .layui-edge {
  border: 0;
  width: 0.17rem;
  height: 0.1rem;
  background-image: url(../images/qimg73.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 0.15rem;
}
.responbox {
  overflow: hidden;
  position: relative;
  background-color: #Fff;
  padding: 0 0 2.4rem;
}
.responbox .responbox1 {
  width: 8.4rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .responbox .responbox1 {
    width: 90%;
  }
}
.responbox .responbox1 .responbox1a {
  padding: 1.6rem 0;
  position: relative;
}
.responbox .responbox1 .responbox1a .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.responbox .responbox1 .responbox1a .swiper-slide .left {
  width: 52.38095238%;
  padding: 0.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .responbox .responbox1 .responbox1a .swiper-slide .left {
    padding: 0.6rem 0.3rem 1.6rem;
    width: 100%;
  }
}
.responbox .responbox1 .responbox1a .swiper-slide .left .cn1 {
  color: #999999;
  line-height: 1.55555556em;
}
.responbox .responbox1 .responbox1a .swiper-slide .left .cn2 {
  color: #222222;
  line-height: 1.38461538em;
  margin: 0.1rem 0 0.2rem;
  transition: all 0.4s;
}
.responbox .responbox1 .responbox1a .swiper-slide .left .cn3 {
  color: #666666;
  line-height: 1.33333333em;
}
.responbox .responbox1 .responbox1a .swiper-slide .left .arrow {
  position: absolute;
  left: 0.6rem;
  bottom: 0.5rem;
}
.responbox .responbox1 .responbox1a .swiper-slide .left .arrow svg {
  position: relative;
  z-index: 5;
  transition: all 0.4s;
  width: 0.31rem;
  height: auto;
}
.responbox .responbox1 .responbox1a .swiper-slide .left .arrow svg path {
  fill: #37cf6b;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.responbox .responbox1 .responbox1a .swiper-slide .left .arrow .yuan {
  width: 2.68rem;
  height: 2.68rem;
  background-color: #37cf6b;
  border-radius: 50%;
  position: absolute;
  left: -100%;
  top: 250%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .responbox .responbox1 .responbox1a .swiper-slide .left .arrow .yuan {
    display: none;
  }
}
.responbox .responbox1 .responbox1a .swiper-slide .right {
  width: 45.23809524%;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  .responbox .responbox1 .responbox1a .swiper-slide .right {
    width: 100%;
  }
}
.responbox .responbox1 .responbox1a .swiper-slide .right .img {
  width: 100%;
  border-radius: 0.2rem;
}
.responbox .responbox1 .responbox1a .swiper-slide .right .img::before {
  padding-top: 115.78947368%;
}
.responbox .responbox1 .responbox1a .swiper-slide:hover .left .cn2 {
  color: #37cf6b;
}
.responbox .responbox1 .responbox1a .swiper-slide:hover .left .arrow svg {
  transform: rotate(-45deg);
}
.responbox .responbox1 .responbox1a .swiper-slide:hover .left .arrow svg path {
  fill: #Fff;
}
.responbox .responbox1 .responbox1a .swiper-slide:hover .left .arrow .yuan {
  left: -50%;
  top: 200%;
  opacity: 1;
}
.responbox .responbox1 .responbox1a .swiper-slide:hover .right .img img {
  transform: scale(1.05);
}
.responbox .responbox2 .cn0 {
  text-align: center;
  color: #222;
  line-height: 1.20833333em;
}
.responbox .responbox2 .community-list .combox {
  padding: 0.2rem;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  margin-top: 0.7rem;
  border-radius: 0.2rem;
}
.responbox .responbox2 .community-list .combox:nth-child(-n+3) {
  margin-top: 1.2rem;
}
@media (max-width: 991px) {
  .responbox .responbox2 .community-list .combox:nth-child(-n+3) {
    margin-top: 0.7rem;
  }
}
.responbox .responbox2 .community-list .combox:nth-child(3n-1) {
  transform: translateY(-0.6rem);
}
@media (max-width: 991px) {
  .responbox .responbox2 .community-list .combox:nth-child(3n-1) {
    transform: translateY(0);
  }
}
.responbox .responbox2 .community-list .combox .text3 {
  display: flex;
  justify-content: space-between;
}
.responbox .responbox2 .community-list .combox .text3 .text4 {
  color: #999999;
}
.responbox .responbox2 .community-list .combox .text3 .publiccn4 {
  margin-top: 0;
}
.responbox .responbox2 .community-list .combox .text3 .publiccn4 span {
  background-color: #37cf6b;
}
.responbox .responbox2 .community-list .combox:hover .text {
  color: #37cf6b;
}
.responbox .responbox2 .community-list .combox:hover .text3 .publiccn4 {
  color: #37cf6b;
}
.responbox .responbox2 .public-page .prev:hover {
  background-color: #37cf6b;
  border: 1px solid #37cf6b;
}
.responbox .responbox2 .public-page .num:hover {
  background-color: #37cf6b;
  border: 1px solid #37cf6b;
}
.responbox .responbox2 .public-page .num.on {
  background-color: #37cf6b;
  border: 1px solid #37cf6b;
}
.responbox .responbox2 .public-page .red {
  color: #37cf6b;
}
.responbox .responbox2 .public-page input {
  color: #37cf6b;
}
.mendian {
  position: relative;
  background-color: #Fff;
}
.mendian .mendian1 {
  padding: 1.9rem 0 2.4rem;
}
.mendian .mendian1 .container {
  display: flex;
  flex-wrap: wrap;
}
.mendian .mendian1 .container .left {
  padding: 0.1rem 0;
  width: 50.71428571%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .mendian .mendian1 .container .left {
    width: 100%;
  }
}
.mendian .mendian1 .container .left .leftbox1 {
  width: 68.30985915%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .mendian .mendian1 .container .left .leftbox1 {
    width: 100%;
  }
}
.mendian .mendian1 .container .left .leftbox1 .cn1 {
  color: #000000;
  line-height: 1.20833333em;
}
.mendian .mendian1 .container .left .leftbox1 .cn2 {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.55555556em;
}
.mendian .mendian1 .container .left .leftbox2 {
  width: 68.30985915%;
  position: relative;
  padding-left: 0.4rem;
}
@media (max-width: 991px) {
  .mendian .mendian1 .container .left .leftbox2 {
    width: 100%;
  }
}
.mendian .mendian1 .container .left .leftbox2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.03rem;
  height: 100%;
  border-radius: 2px;
  background-color: #ddd;
}
.mendian .mendian1 .container .left .leftbox2 .leftbox2a {
  margin-top: 0.4rem;
  position: relative;
  cursor: pointer;
}
.mendian .mendian1 .container .left .leftbox2 .leftbox2a::before {
  opacity: 1;
  transition: all 0.4s;
  content: "";
  position: absolute;
  left: -0.4rem;
  top: 0;
  width: 0.03rem;
  height: 0;
  background-color: #e6002d;
}
.mendian .mendian1 .container .left .leftbox2 .leftbox2a:nth-child(1) {
  margin-top: 0;
}
.mendian .mendian1 .container .left .leftbox2 .leftbox2a .cn3 {
  color: rgba(34, 34, 34, 0.2);
  line-height: 1.33333333em;
}
.mendian .mendian1 .container .left .leftbox2 .leftbox2a .cn4 {
  display: none;
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.55555556em;
}
.mendian .mendian1 .container .left .leftbox2 .leftbox2a.on::before {
  height: 100%;
}
.mendian .mendian1 .container .left .leftbox2 .leftbox2a.on .cn3 {
  color: #e6002d;
}
.mendian .mendian1 .container .left .leftbox2 .leftbox2a.on .cn4 {
  display: block;
}
.mendian .mendian1 .container .right {
  width: 49.28571429%;
}
@media (max-width: 991px) {
  .mendian .mendian1 .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.mendian .mendian1 .container .right .right2 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mendian .mendian1 .container .right .right2.hidden {
  display: none;
}
.mendian .mendian1 .container .right .right2 .mendian1a {
  padding: 0.1rem 0;
  width: 79.71014493%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mendian .mendian1 .container .right .right2 .mendian1a {
    width: 100%;
  }
}
.mendian .mendian1 .container .right .right2 .mendian1a .swiper-wrapper {
  height: auto;
}
.mendian .mendian1 .container .right .right2 .mendian1a .swiper-slide .img {
  border-radius: 0.2rem;
}
.mendian .mendian1 .container .right .right2 .mendian1a .swiper-slide .img::before {
  padding-top: 86.36363636%;
}
.mendian .mendian1 .container .right .right2 .mendian1a .swiper-slide .img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .mendian .mendian1 .container .right .right2 .mendian1a .swiper-slide .img video {
    display: none;
  }
}
.mendian .mendian1 .container .right .right2 .mendian1b {
  width: 17.39130435%;
  position: relative;
  overflow: hidden;
  height: 4.95rem;
  padding: 0.1rem 0;
}
@media (max-width: 991px) {
  .mendian .mendian1 .container .right .right2 .mendian1b {
    width: 100%;
    height: 1.1rem;
  }
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-wrapper {
  height: auto;
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide {
  height: 1.02rem;
  position: relative;
  cursor: pointer;
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide .img {
  border-radius: 0.2rem;
  overflow: initial;
  height: 1.02rem;
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide .img::before {
  padding-top: 0;
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0.03rem solid #e6002d;
  width: calc(100% - 0.06rem);
  height: calc(100% - 0.06rem);
  border-radius: 0.12rem;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide .img img {
  border-radius: 0.12rem;
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide .img video {
  border-radius: 0.12rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide .img video {
    display: none;
  }
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide .img .tubiao {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background-color: #Fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide .img .tubiao img {
  width: 0.1rem;
  height: auto;
}
.mendian .mendian1 .container .right .right2 .mendian1b .swiper-slide.swiper-slide-thumb-active .img::after {
  opacity: 1;
}
.mendian .mendian1 .container .right .right2.on {
  display: none;
}
.mendian .mendian2 {
  padding-bottom: 2.4rem;
}
.mendian .mendian2 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mendian .mendian2 .container .left {
  width: 53.57142857%;
}
@media (max-width: 767px) {
  .mendian .mendian2 .container .left {
    width: 100%;
  }
}
.mendian .mendian2 .container .left .img {
  border-radius: 0.2rem;
}
.mendian .mendian2 .container .left .img::before {
  padding-top: 64%;
}
.mendian .mendian2 .container .right {
  width: 46.42857143%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .mendian .mendian2 .container .right {
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    justify-content: flex-start;
    width: 100%;
  }
}
.mendian .mendian2 .container .right .rightbox .cn1 {
  color: #000000;
  line-height: 1.20833333em;
}
.mendian .mendian2 .container .right .rightbox .cn2 {
  margin-top: 0.6rem;
}
.mendian .mendian2 .container .right .rightbox .cn2 .cn3 {
  line-height: 1.55555556em;
  color: #000;
  margin-bottom: 0.2rem;
}
.mendian .mendian2 .container .right .rightbox .cn2 .cn3:last-child {
  margin-bottom: 0;
}
.jiamengtixi {
  padding-top: 1.6rem;
  position: relative;
  background-color: #Fff;
}
.jiamengtixi .tixi1 {
  padding-bottom: 1.6rem;
}
.jiamengtixi .tixi1 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #000;
}
.jiamengtixi .tixi1 .container .cn2 {
  line-height: 1.55555556em;
  text-align: center;
  color: #000000;
  margin-top: 0.2rem;
}
.jiamengtixi .tixi1 .container .cn3 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi1 .container .cn3 {
    justify-content: space-between;
  }
}
.jiamengtixi .tixi1 .container .cn3 .cn4 {
  margin-top: 0.6rem;
  position: relative;
  width: 31.42857143%;
  margin-right: 2.85714286%;
  overflow: hidden;
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi1 .container .cn3 .cn4 {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .jiamengtixi .tixi1 .container .cn3 .cn4 {
    width: 100%;
  }
}
.jiamengtixi .tixi1 .container .cn3 .cn4:nth-child(3n) {
  margin-right: 0;
}
.jiamengtixi .tixi1 .container .cn3 .cn4 .img::before {
  padding-top: 118.18181818%;
}
.jiamengtixi .tixi1 .container .cn3 .cn4 .img .yinying {
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi1 .container .cn3 .cn4 .img .yinying {
    opacity: 1;
  }
}
.jiamengtixi .tixi1 .container .cn3 .cn4 .cn5 {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 0.4rem;
  transition: all 0.4s;
}
.jiamengtixi .tixi1 .container .cn3 .cn4 .cn5 .cn6 {
  color: #ffffff;
  transition: all 0.4s;
  transform: translateY(0.2rem);
}
@media (max-width: 991px) {
  .jiamengtixi .tixi1 .container .cn3 .cn4 .cn5 .cn6 {
    transform: translateY(-0.2rem);
  }
}
.jiamengtixi .tixi1 .container .cn3 .cn4 .cn5 .cn7 {
  color: #ffffff;
  height: 0;
  transform: translateY(0.4rem);
  transition: transform 0.4s;
  line-height: 1.5em;
  max-height: calc(6em);
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  overflow: auto;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi1 .container .cn3 .cn4 .cn5 .cn7 {
    height: auto;
    transform: translateY(0);
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
}
.jiamengtixi .tixi1 .container .cn3 .cn4:hover .img .yinying {
  opacity: 1;
}
.jiamengtixi .tixi1 .container .cn3 .cn4:hover .cn6 {
  transform: translateY(-0.2rem);
}
.jiamengtixi .tixi1 .container .cn3 .cn4:hover .cn7 {
  height: auto;
  transform: translateY(0);
  margin-top: 0;
}
.jiamengtixi .tixi2 {
  background-color: #f7f8fa;
  padding: 1.6rem 0;
}
.jiamengtixi .tixi2 .mendian {
  background-color: transparent;
  padding: 0;
}
.jiamengtixi .tixi2 .mendian .mendian1 {
  padding: 0;
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .left {
  width: 43.71428571%;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi2 .mendian .mendian1 .container .left {
    width: 100%;
  }
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .left .leftbox1 {
  width: 100%;
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .left .leftbox2 {
  width: 100%;
  padding-right: 0.4rem;
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .left .leftbox2 .leftbox2a {
  margin-top: 0.2rem;
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .left .leftbox2 .leftbox2a .cn4 {
  margin-top: 0;
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .right {
  width: 56.28571429%;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi2 .mendian .mendian1 .container .right {
    width: 100%;
  }
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .right .tixi2a {
  position: relative;
  overflow: hidden;
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .right .tixi2a .swiper-wrapper .swiper-slide .img {
  border-radius: 0.2rem;
}
.jiamengtixi .tixi2 .mendian .mendian1 .container .right .tixi2a .swiper-wrapper .swiper-slide .img::before {
  padding-top: 63.45177665%;
}
.jiamengtixi .tixi3 {
  padding: 1.6rem 0;
  background-color: #Fff;
}
.jiamengtixi .tixi3 .container {
  overflow: hidden;
}
.jiamengtixi .tixi3 .container .cn0 {
  text-align: center;
  line-height: 1.20833333em;
  color: #000;
  margin-bottom: 0.55rem;
}
.jiamengtixi .tixi3 .container .box {
  display: flex;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi3 .container .box {
    flex-wrap: wrap;
  }
}
.jiamengtixi .tixi3 .container .box .box2 {
  width: 50%;
  height: 7rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi3 .container .box .box2 {
    margin-bottom: 0.5rem;
    width: 100%;
    height: 8rem;
  }
}
.jiamengtixi .tixi3 .container .box .box2:nth-child(2) .bgimg {
  left: initial;
  right: 0;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.jiamengtixi .tixi3 .container .box .box2:nth-child(2) .bgimg img {
  margin: 0 0 0 auto;
}
.jiamengtixi .tixi3 .container .box .box2 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
.jiamengtixi .tixi3 .container .box .box2 .bgimg img {
  border-radius: 0.2rem;
  max-width: initial;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi3 .container .box .box2 .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.jiamengtixi .tixi3 .container .box .box2 .bgimg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border-radius: 0.2rem;
}
.jiamengtixi .tixi3 .container .box .box2 .cn1 {
  color: #ffffff;
  line-height: 1.20833333em;
}
.jiamengtixi .tixi3 .container .box .box2 .cn2 {
  margin-top: 0.2rem;
  color: #ffffff;
  line-height: 1.33333333em;
}
.jiamengtixi .tixi3 .container .box .box2 .cn3 {
  color: #fff;
  line-height: 1.5em;
  margin-top: 0.1rem;
}
.jiamengtixi .tixi3 .container .box .box2 .cn4 {
  line-height: 1.55555556em;
  color: #ffffff;
  max-height: 4rem;
  overflow: auto;
}
.jiamengtixi .tixi3 .container .box .box2 .cn4 li {
  display: flex;
  width: 100%;
  margin-top: 0.1rem;
}
.jiamengtixi .tixi3 .container .box .box2 .cn4 li span:nth-child(1) {
  flex-shrink: 0;
}
.jiamengtixi .tixi3 .container .box .box2 .box2a {
  display: block;
  padding: 0.6rem;
  margin: auto 0 0 0;
  opacity: 1;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi3 .container .box .box2 .box2a {
    opacity: 0;
  }
}
.jiamengtixi .tixi3 .container .box .box2 .box2b {
  padding: 0.6rem;
  display: flex;
  position: absolute;
  left: 0;
  bottom: -100%;
  opacity: 0;
  transition: bottom 0.4s 0.4s;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi3 .container .box .box2 .box2b {
    padding: 0.6rem 0.3rem;
    bottom: 0;
    opacity: 1;
  }
}
.jiamengtixi .tixi3 .container .box .box2.on {
  width: 68.05555556%;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi3 .container .box .box2.on {
    width: 100%;
  }
}
.jiamengtixi .tixi3 .container .box .box2.on .bgimg {
  overflow: hidden;
}
.jiamengtixi .tixi3 .container .box .box2.on .bgimg::before {
  opacity: 0;
}
.jiamengtixi .tixi3 .container .box .box2.on .box2a {
  opacity: 0;
}
.jiamengtixi .tixi3 .container .box .box2.on .box2b {
  bottom: 0;
  opacity: 1;
}
.jiamengtixi .tixi4 {
  width: 100%;
  background-color: #f7f8fa;
  position: relative;
}
.jiamengtixi .tixi4 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jiamengtixi .tixi4 .container .left {
  width: 42.85714286%;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi4 .container .left {
    width: 100%;
  }
}
.jiamengtixi .tixi4 .container .left .leftbox {
  position: sticky;
  left: 0;
  top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 80%;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi4 .container .left .leftbox {
    padding: 2rem 0 1rem;
    width: 100%;
  }
}
.jiamengtixi .tixi4 .container .left .leftbox .cn1 {
  color: #000;
  line-height: 1.20833333em;
  margin-bottom: 0.4rem;
}
.jiamengtixi .tixi4 .container .left .leftbox .layui-input {
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 0.27rem;
  padding: 0 0.35rem;
  color: #999999;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi4 .container .left .leftbox .layui-input {
    height: 0.76rem;
    line-height: 0.76rem;
    border-radius: 0.76rem;
  }
}
.jiamengtixi .tixi4 .container .left .leftbox .layui-input::placeholder {
  color: #999;
}
.jiamengtixi .tixi4 .container .left .leftbox .cn4 {
  margin-top: 0.2rem;
}
.jiamengtixi .tixi4 .container .left .leftbox .cn5 {
  display: flex;
  justify-content: space-between;
}
.jiamengtixi .tixi4 .container .left .leftbox .cn5 .cn4 {
  width: 100%;
}
.jiamengtixi .tixi4 .container .left .leftbox .cn5 .cn3 {
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.jiamengtixi .tixi4 .container .left .leftbox .cn6 {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.jiamengtixi .tixi4 .container .left .leftbox .cn6 .cn7 {
  padding: 0 0.2rem;
  color: #000;
  border-radius: 0.5rem;
  padding: 0.05rem 0.2rem;
}
.jiamengtixi .tixi4 .container .left .leftbox .cn6 .cn7.on {
  color: #fff;
  background-color: #e6002d;
}
.jiamengtixi .tixi4 .container .right {
  width: 57.14285714%;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi4 .container .right {
    width: 100%;
  }
}
.jiamengtixi .tixi4 .container .right .tixi4a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-around;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .tixi4aleft {
  width: 47.5%;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .tixi4aleft {
    width: 100%;
  }
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .tixi4aleft .box:nth-child(1) {
  margin-top: 0.4rem;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .tixi4aright {
  width: 47.5%;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .tixi4aright {
    width: 100%;
  }
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box {
  padding: 0.2rem 0.2rem 0.4rem;
  background-color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .img::before {
  padding-top: 63.82352941%;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .cn1 {
  margin-top: 0.35rem;
  color: #f3981e;
  line-height: 1.625em;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .cn2 {
  margin-top: 0.1rem;
  color: #000000;
  line-height: 1.38461538em;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .cn3 {
  color: #666666;
  line-height: 1.33333333em;
  margin-top: 0.25rem;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .cn4 .cn5 {
  display: flex;
  margin-top: 0.15rem;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .cn4 .cn5 .cn6 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .cn4 .cn5 .cn6 img {
  width: 0.19rem;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .cn4 .cn5 .cn6 img {
    width: 0.3rem;
  }
}
.jiamengtixi .tixi4 .container .right .tixi4a .swiper-slide .box .cn4 .cn5 .cn7 {
  color: #000000;
}
.jiamengtixi .tixi5 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.jiamengtixi .tixi5 .container .cn1 {
  line-height: 1.20833333em;
  text-align: center;
}
.jiamengtixi .tixi5 .container .box {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
  flex-wrap: wrap;
}
.jiamengtixi .tixi5 .container .box .left {
  width: 50%;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi5 .container .box .left {
    width: 100%;
  }
}
.jiamengtixi .tixi5 .container .box .left .img {
  border-radius: 0.2rem 0 0 0.2rem;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi5 .container .box .left .img {
    border-radius: 0.2rem;
  }
}
.jiamengtixi .tixi5 .container .box .left .img::before {
  padding-top: 80%;
}
.jiamengtixi .tixi5 .container .box .right {
  width: 50%;
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .jiamengtixi .tixi5 .container .box .right {
    width: 100%;
    padding: 0.5rem;
  }
}
.jiamengtixi .tixi5 .container .box .right .cn2 .cn3 {
  margin-bottom: 0.1rem;
  display: flex;
  color: #000000;
  line-height: 1.5em;
}
.jiamengtixi .tixi5 .container .box .right .cn2 .cn3 .cn4 {
  flex-shrink: 0;
}
.jiamengtixi .tixi5 .container .box .right .cn9 {
  margin-top: 0.35rem;
  display: flex;
}
.jiamengtixi .tixi6 {
  background-color: #f7f8fa;
  overflow: hidden;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.jiamengtixi .tixi6 .container .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.jiamengtixi .tixi6 .container .box .cn1 {
  color: #000000;
  line-height: 1.20833333em;
}
.jiamengtixi .tixi6 .container .box .boxright {
  display: flex;
}
.jiamengtixi .tixi6 .container .box .boxright .public-prev {
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
}
.jiamengtixi .tixi6 .container .box .boxright .public-prev.public-next {
  transform: rotate(180deg);
  margin-left: 0.2rem;
}
.jiamengtixi .tixi6 .container .box2 {
  margin-top: 0.6rem;
}
.jiamengtixi .tixi6 .container .box2 .tixi6a {
  position: relative;
}
.jiamengtixi .tixi6 .container .box2 .tixi6a .swiper-slide {
  position: relative;
}
.jiamengtixi .tixi6 .container .box2 .tixi6a .swiper-slide .img {
  border-radius: 0.6rem;
}
.jiamengtixi .tixi6 .container .box2 .tixi6a .swiper-slide .img::before {
  padding-top: 105.08474576%;
}
.jiamengtixi .tixi6 .container .box2 .tixi6a .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.jiamengtixi .tixi6 .container .box2 .tixi6a .swiper-slide .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.6rem;
  z-index: 5;
  color: #Fff;
}
.jiamengtixi .tixi7 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.jiamengtixi .tixi7 .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.jiamengtixi .tixi7 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jiamengtixi .tixi7 .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.jiamengtixi .tixi7 .container {
  height: 67vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jiamengtixi .tixi7 .container .cn1 {
  color: #fff;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi7 .container .cn1 {
    width: 100%;
    text-align: center;
  }
}
.jiamengtixi .tixi7 .container .box {
  overflow: auto;
  width: 57.14285714%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .jiamengtixi .tixi7 .container .box {
    width: 100%;
  }
}
.jiamengtixi .tixi7 .container .box .box2 {
  padding: 0.3rem 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.jiamengtixi .tixi7 .container .box .box2 .cn2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jiamengtixi .tixi7 .container .box .box2 .cn2 .cn2a {
  max-width: 80%;
  color: #fff;
  line-height: 1.33333333em;
}
.jiamengtixi .tixi7 .container .box .box2 .cn2 .cn2b {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.jiamengtixi .tixi7 .container .box .box2 .cn2 .cn2b img {
  width: 0.16rem;
  transition: all 0.4s;
}
.jiamengtixi .tixi7 .container .box .box2 .cn3 {
  margin-top: 0.2rem;
  color: #fff;
  display: none;
  opacity: 1;
}
.jiamengtixi .tixi7 .container .box .box2 .cn3 span {
  margin-right: 0.4rem;
}
.jiamengtixi .tixi7 .container .box .box2.on .cn2b img {
  transform: rotate(180deg);
}
.jiamengtixi .tixi8 {
  background-color: #f7f8fa;
  padding: 1.6rem 0 2.4rem;
}
.jiamengtixi .tixi8 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #000;
}
.jiamengtixi .tixi8 .container .box9 {
  margin-top: 0.6rem;
}
.jiamengtixi .tixi8 .container .box9 .public-windows {
  position: relative;
  height: auto;
  z-index: 500;
  display: block;
  background-color: transparent;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact {
  background-color: #fff;
  position: relative;
  left: 0%;
  top: 0%;
  transform: initial;
  width: 100%;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 {
  background-color: #Fff;
  border-radius: 0.4rem;
  padding: 1rem 0.6rem;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container {
  width: 100%;
}
@media (max-width: 767px) {
  .jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box2 .box2a {
    width: 100%;
  }
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box2 .box2a .cn4 input {
  border: 0;
  background-color: #f7f7f7;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box2 .box2a .cn4 textarea {
  border: 0;
  background-color: #f7f7f7;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box4 .cn10 {
  margin-top: 0.2rem;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box4 .box5 {
  justify-content: flex-start;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box4 .box5 .cn11 {
  width: auto;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3 {
  min-width: 1.6rem;
  justify-content: space-between;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3.public-btn3gray {
  background-color: #999;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3 .cnz3 {
  color: #fff;
}
.jiamengtixi .tixi8 .container .box9 .public-windows .contact .contact2 .container .box .box4 .box5 .cn11 .public-btn3 .cnz3 em {
  color: #Fff;
}
.joinshow {
  position: relative;
}
.joinshow .bgyuan {
  position: absolute;
  width: 6.01rem;
  height: 5.19rem;
  left: 0;
  bottom: 0;
}
.joinshow .joinshow2 {
  position: relative;
  margin-top: 1.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  flex-wrap: wrap;
}
.joinshow .joinshow2 .left {
  width: 26.42857143%;
  position: sticky;
  left: 0;
  top: 1rem;
}
@media (max-width: 991px) {
  .joinshow .joinshow2 .left {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.joinshow .joinshow2 .left .leftbox2 {
  position: relative;
  padding: 0 0.4rem;
}
.joinshow .joinshow2 .left .leftbox2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.joinshow .joinshow2 .left .leftbox2 .cn1 {
  color: #000000;
  line-height: 1.25em;
}
.joinshow .joinshow2 .left .leftbox2 .cn2 {
  margin-top: 0.4rem;
}
.joinshow .joinshow2 .left .leftbox2 .cn2 .cn3 {
  color: #000000;
  line-height: 1.33333333em;
  margin-bottom: 0.1rem;
}
.joinshow .joinshow2 .left .leftbox2 .cn2 .cn3:last-child {
  margin-bottom: 0;
}
.joinshow .joinshow2 .left .leftbox3 {
  margin-top: 0.9rem;
}
.joinshow .joinshow2 .left .leftbox3 .leftbox3a {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.4rem;
  padding: 0.3rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
  background-color: #fff;
}
.joinshow .joinshow2 .left .leftbox3 .leftbox3a .leftbox3b {
  display: flex;
  margin-top: 0.3rem;
  width: 50%;
  cursor: pointer;
}
.joinshow .joinshow2 .left .leftbox3 .leftbox3a .leftbox3b:nth-child(-n+2) {
  margin-top: 0;
}
.joinshow .joinshow2 .left .leftbox3 .leftbox3a .leftbox3b .cn4 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  margin-right: 0.1rem;
  transform: translateY(6px);
  position: relative;
}
.joinshow .joinshow2 .left .leftbox3 .leftbox3a .leftbox3b .cn4 em {
  position: absolute;
  left: -1px;
  bottom: -7px;
  transition: all 0.4s;
  opacity: 0;
}
.joinshow .joinshow2 .left .leftbox3 .leftbox3a .leftbox3b .cn4 em img {
  max-width: initial;
  width: 21px;
  height: 18px;
}
.joinshow .joinshow2 .left .leftbox3 .leftbox3a .leftbox3b .cn5 {
  color: #000000;
  padding-right: 0.1rem;
  line-height: 30px;
}
.joinshow .joinshow2 .left .leftbox3 .leftbox3a .leftbox3b.on .cn4 em {
  opacity: 1;
}
.joinshow .joinshow2 .right {
  width: 65.35714286%;
  position: relative;
}
@media (max-width: 991px) {
  .joinshow .joinshow2 .right {
    width: 100%;
    margin-top: 1rem;
  }
}
.joinshow .joinshow2 .right .form {
  position: absolute;
  right: 0;
  top: 0;
  width: 46.55%;
  z-index: 50;
}
@media (max-width: 991px) {
  .joinshow .joinshow2 .right .form {
    width: 100%;
  }
}
.joinshow .joinshow2 .right .form input {
  padding: 0 1rem 0 0.1rem;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 0.6rem;
  color: #666666;
}
.joinshow .joinshow2 .right .form input::placeholder {
  color: #666666;
}
.joinshow .joinshow2 .right .form button {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.joinshow .joinshow2 .right .form button img {
  width: 0.21rem;
}
@media (max-width: 991px) {
  .joinshow .joinshow2 .right .form button img {
    width: 0.3rem;
  }
}
.joinshow .joinshow2 .right .joinlist3b {
  justify-content: space-between;
  padding-top: 0;
  width: 100%;
  position: relative;
}
.joinshow .joinshow2 .right .joinlist3b .joinlist3b1 {
  margin: 0 0 0.6rem;
  width: 46.55%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  display: none;
}
@media (max-width: 767px) {
  .joinshow .joinshow2 .right .joinlist3b .joinlist3b1 {
    width: 100%;
  }
}
.joinshow .joinshow2 .right .joinlist3b .joinlist3b1:nth-child(2) {
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .joinshow .joinshow2 .right .joinlist3b .joinlist3b1:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .joinshow .joinshow2 .right .joinlist3b .joinlist3b1:nth-child(1) {
    margin-top: 1.6rem;
  }
}
.joinshow .joinshow2 .right .joinlist3b .joinlist3b1:nth-child(-n+10) {
  display: block;
}
.joinshow .joinshow2 .right .joinlist3b .joinlist3b1:nth-child(even) {
  transform: translateY(0.6rem);
}
@media (max-width: 991px) {
  .joinshow .joinshow2 .right .joinlist3b .joinlist3b1:nth-child(even) {
    transform: translateY(0);
  }
}
.joinshow .joinshow2 .right .cn10 {
  margin-top: 0.6rem;
  text-align: center;
  color: #000;
  line-height: 1.625em;
  transition: all 0.4s;
  cursor: pointer;
}
.joinshow .joinshow2 .right .cn10:hover {
  color: #e6002d;
}
.about-box1 {
  position: relative;
  width: 100%;
  height: 300vh;
}
.about-box1 .navbanner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.about-box1 .navbanner .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .about-box1 .navbanner .text .cn1 {
    font-size: 0.5rem;
  }
}
.about-box1 .logo {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(50);
  transform-origin: 40% 50%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .about-box1 .logo {
    display: none;
  }
}
.about-box1 .logo .logo1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.about-box1 .logo .logo1 .cls-1 {
  fill: #e6002d;
  opacity: 0;
  stroke: none;
}
.about-box1 .logo .logo1 .cls-2 {
  fill: #e5022e;
  opacity: 0;
  stroke: none;
}
.about-box1 .logo .logo1 .cls-3 {
  fill: #f3981c;
  opacity: 0;
  stroke: none;
}
.about-box1 .logo .logo1 .cls-4 {
  opacity: 0;
}
.about-box1 .logo .logo2 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-box1 .text2 {
  text-align: center;
  color: #222222;
  line-height: 1.38461538em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60%;
  opacity: 0;
  z-index: 20;
  width: 57%;
}
@media (max-width: 991px) {
  .about-box1 .text2 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .about-box1 .text2 {
    margin-top: -20%;
  }
}
.about-box1 .text2 span {
  color: #999;
}
.about-box1 .text2 span.on {
  color: #222;
}
@media (max-width: 767px) {
  .about-box1 .text2 span.on {
    color: #fff;
  }
}
.about-box2 {
  background-color: #f3981e;
  padding: 1.6rem 0 1.4rem;
  position: relative;
  overflow: hidden;
}
.about-box2 .bg1 {
  position: absolute;
  left: -2.6rem;
  top: -3.7rem;
}
.about-box2 .bg1 img {
  width: 9.63rem;
}
.about-box2 .bg2 {
  position: absolute;
  top: 6rem;
  right: 0;
}
.about-box2 .bg2 img {
  width: 7.74rem;
}
.about-box2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-box2 .container .left {
  width: 32.14285714%;
}
@media (max-width: 767px) {
  .about-box2 .container .left {
    width: 100%;
  }
}
.about-box2 .container .left .cn1 {
  color: #ffffff;
  line-height: 1.20833333em;
}
.about-box2 .container .left .cn2 {
  color: #Fff;
  line-height: 1.55555556em;
  margin-top: 0.2rem;
}
.about-box2 .container .left .cn3 {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-box2 .container .left .cn3 .cn4 {
  width: 46.66666667%;
  margin-top: 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.2rem 0.2rem 0.8rem;
  position: relative;
  transition: all 0.4s;
}
.about-box2 .container .left .cn3 .cn4:nth-child(-n+2) {
  margin-top: 0;
}
.about-box2 .container .left .cn3 .cn4 .cn5 {
  color: #e6002d;
}
.about-box2 .container .left .cn3 .cn4 .cn6 {
  margin-top: 0.05rem;
  color: #222222;
  transition: all 0.4s;
}
.about-box2 .container .left .cn3 .cn4 .cn7 {
  position: absolute;
  right: -1.2rem;
  bottom: -1.17rem;
  display: flex;
  width: 1.2rem;
  height: 1.17rem;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.about-box2 .container .left .cn3 .cn4 .cn7 .cn8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 1.17rem;
}
.about-box2 .container .left .cn3 .cn4 .cn7 .cn8 svg {
  width: 1.2rem;
  height: 1.17rem;
}
.about-box2 .container .left .cn3 .cn4 .cn7 .cn8 svg path {
  fill: #e6002d;
  opacity: 1;
  stroke: none;
}
.about-box2 .container .left .cn3 .cn4 .cn7 .cn9 {
  color: #e6002d;
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.about-box2 .container .left .cn3 .cn4 .cn7 .cn9 em {
  font-style: normal;
  margin: 0 0.05rem;
}
.about-box2 .container .left .cn3 .cn4 .cn7 .cn9 span {
  color: #e6002d;
}
.about-box2 .container .left .cn3 .cn4.on {
  background-color: #ffd397;
}
.about-box2 .container .left .cn3 .cn4.on:nth-child(4n) .cn6 {
  color: #3c88d3;
}
.about-box2 .container .left .cn3 .cn4.on:nth-child(4n) .cn7 {
  right: -0.1rem;
  bottom: -0.3rem;
}
.about-box2 .container .left .cn3 .cn4.on:nth-child(4n-1) .cn6 {
  color: #4fce6d;
}
.about-box2 .container .left .cn3 .cn4.on:nth-child(4n-1) .cn7 {
  right: -0.1rem;
  bottom: -0.3rem;
}
.about-box2 .container .left .cn3 .cn4.on:nth-child(4n-2) .cn6 {
  color: #f3981e;
}
.about-box2 .container .left .cn3 .cn4.on:nth-child(4n-2) .cn7 {
  right: -0.1rem;
  bottom: -0.3rem;
}
.about-box2 .container .left .cn3 .cn4.on:nth-child(4n-3) .cn6 {
  color: #e6002d;
}
.about-box2 .container .left .cn3 .cn4.on:nth-child(4n-3) .cn7 {
  right: -0.1rem;
  bottom: -0.3rem;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n) .cn5 {
  color: #3c88d3;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n) .cn7 .cn8 svg path {
  fill: #3c88d3;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n) .cn7 .cn9 {
  color: #3c88d3;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n) .cn7 .cn9 span {
  color: #3c88d3;
  opacity: 0.5;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-1) .cn5 {
  color: #4fce6d;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-1) .cn7 .cn8 svg path {
  fill: #4fce6d;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-1) .cn7 .cn9 {
  color: #4fce6d;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-1) .cn7 .cn9 span {
  color: #4fce6d;
  opacity: 0.5;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-2) .cn5 {
  color: #f3981e;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-2) .cn7 .cn8 svg path {
  fill: #f3981e;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-2) .cn7 .cn9 {
  color: #f3981e;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-2) .cn7 .cn9 span {
  color: #f3981e;
  opacity: 0.5;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-3) .cn5 {
  color: #e6002d;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-3) .cn7 .cn8 svg path {
  fill: #e6002d;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-3) .cn7 .cn9 {
  color: #e6002d;
}
.about-box2 .container .left .cn3 .cn4:nth-child(4n-3) .cn7 .cn9 span {
  color: #e6002d;
  opacity: 0.5;
}
.about-box2 .container .right {
  width: 62.14285714%;
}
@media (max-width: 767px) {
  .about-box2 .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about-box2 .container .right .aboutbox2a {
  position: relative;
  overflow: hidden;
}
.about-box2 .container .right .aboutbox2a .swiper-slide {
  position: relative;
}
.about-box2 .container .right .aboutbox2a .swiper-slide .img {
  width: 100%;
  border-radius: 0.4rem;
}
.about-box2 .container .right .aboutbox2a .swiper-slide .img::before {
  padding-top: 75.86206897%;
}
.about-box2 .container .right .aboutbox2a .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.about-box2 .container .right .aboutbox2a .swiper-slide .img .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.8rem;
  z-index: 4;
}
.about-box2 .container .right .aboutbox2a .swiper-slide .img .text .cn10 {
  color: #ffffff;
  line-height: 1.33333333em;
}
.about-box2 .container .right .aboutbox2a .swiper-slide .img .text .cn11 {
  display: block;
  color: #ffffff;
  line-height: 1.55555556em;
  margin-top: 0.1rem;
}
.about-box2 .container .right .aboutbox2a .swiper-pagination99 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0.8rem;
  text-align: right;
  color: #fff;
}
.about-box3 {
  background-color: #3c88d3;
  padding: 1.7rem 0 1.6rem;
  position: relative;
}
.about-box3 .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-box3 .bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box3 .container {
  position: relative;
  z-index: 3;
}
.about-box3 .container .about-box3a {
  margin-top: 0.7rem;
  position: relative;
  overflow: hidden;
}
.about-box3 .container .about-box3a .swiper-slide {
  border-radius: 0.4rem;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.about-box3 .container .about-box3a .swiper-slide .year {
  line-height: 0.48rem;
  border-radius: 0.24rem;
  min-width: 1.2rem;
  padding: 0 0.1rem;
  border: 1px solid #eee;
  text-align: center;
  color: #222;
  display: inline-block;
}
.about-box3 .container .about-box3a .swiper-slide .cn1 {
  margin-top: 0.3rem;
}
.about-box3 .container .about-box3a .swiper-slide .cn1 .cn2 {
  display: flex;
  margin-top: 0.1rem;
}
.about-box3 .container .about-box3a .swiper-slide .cn1 .cn2:nth-child(1) {
  margin-top: 0;
}
.about-box3 .container .about-box3a .swiper-slide .cn1 .cn2 .cn3 {
  line-height: 1.55555556em;
  color: #222222;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.about-box3 .container .about-box3a .swiper-slide .cn1 .cn2 .cn4 {
  line-height: 1.55555556em;
  color: #222222;
}
.about-box3 .container .about-box3a .swiper-slide .boxtop {
  padding: 0.5rem 0.35rem 0;
}
.about-box3 .container .about-box3a .swiper-slide .boxbottom .imgbox {
  position: relative;
  width: 3.57rem;
  margin: 0 0 0 auto;
}
.about-box3 .container .about-box3a .swiper-slide .boxbottom .imgbox::before {
  padding-top: 99.43262411%;
}
.about-box3 .container .about-box3a .swiper-slide .boxbottom .imgbox svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: translate(0.8rem, 0.8rem) rotate(100deg);
}
.about-box3 .container .about-box3a .swiper-slide .boxbottom .imgbox svg path {
  fill: #1a8ad5;
  opacity: 1;
  stroke: none;
}
.about-box3 .container .about-box3a .swiper-slide .boxbottom .imgbox .imgbox2 {
  position: absolute;
  right: -11%;
  top: 29%;
  width: 85.41076487%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  mask-image: url(../images/qimg113.png);
}
.about-box3 .container .about-box3a .swiper-slide .boxbottom .imgbox .imgbox2::before {
  padding-top: 102.68656716%;
}
.about-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-title .acn1 {
  color: #ffffff;
}
.about-title .acn2 {
  position: relative;
  display: flex;
}
.about-title .acn2 .public-prev {
  position: relative;
  left: initial;
  top: initial;
  transform: initial;
  border: 1px solid #fff;
  background-color: transparent;
}
.about-title .acn2 .public-prev svg path {
  fill: #Ffffff;
}
.about-title .acn2 .public-prev.public-next {
  margin-left: 0.2rem;
  transform: rotate(180deg);
}
.about-title .acn2 .public-prev:hover {
  background-color: #Ffffff;
}
.about-title .acn2 .public-prev:hover svg path {
  fill: #a8a8a8;
}
.about-box4 {
  background-color: #4fce6d;
  padding: 1.6rem 0 0.8rem;
}
.about-box4 .container .about-box4a {
  padding: 0.5rem 0;
  position: relative;
  overflow: hidden;
}
.about-box4 .container .about-box4a .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.about-box4 .container .about-box4a .swiper-slide .box {
  width: 31.42857143%;
  margin: 0.2rem 0;
  margin-right: 2.85714286%;
  padding: 0.5rem;
  background-color: #Fff;
  border-radius: 0.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .about-box4 .container .about-box4a .swiper-slide .box {
    padding: 0.5rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .about-box4 .container .about-box4a .swiper-slide .box {
    width: 100%;
    margin-right: 0;
  }
}
.about-box4 .container .about-box4a .swiper-slide .box::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  top: -0.2rem;
  background-color: #4fce6d;
}
.about-box4 .container .about-box4a .swiper-slide .box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  bottom: -0.2rem;
  background-color: #4fce6d;
}
.about-box4 .container .about-box4a .swiper-slide .box:nth-child(3n) {
  margin-right: 0;
}
.about-box4 .container .about-box4a .swiper-slide .box .cn1 {
  color: #222;
  line-height: 1.33333333em;
}
.about-box4 .container .about-box4a .swiper-slide .box .cn2 {
  color: #222222;
  line-height: 1.55555556em;
  margin: 0.2rem 0 0.4rem;
}
.about-box4 .container .about-box4a .swiper-slide .box .cn3 {
  text-align: right;
}
.about-box4 .container .about-box4a .swiper-slide .box .cn3 img {
  width: 0.84rem;
}
.about-box5 {
  background-color: #4fce6d;
  padding: 0.8rem 0 2.4rem;
}
.about-box5 .container .about-box5a {
  margin-top: 0.6rem;
}
.about-box5 .container .about-box5a .box .box2 {
  display: flex;
  flex-wrap: wrap;
}
.about-box5 .container .about-box5a .box .box2 .img {
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  width: calc((100% - 1rem) / 6);
}
@media (max-width: 991px) {
  .about-box5 .container .about-box5a .box .box2 .img {
    width: calc((100% - 0.4rem) / 3);
  }
}
.about-box5 .container .about-box5a .box .box2 .img:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .about-box5 .container .about-box5a .box .box2 .img:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .about-box5 .container .about-box5a .box .box2 .img:nth-child(3n) {
    margin-right: 0;
  }
}
.about-box5 .container .about-box5a .box .box2 .img::before {
  padding-top: 48.14814815%;
}
.about-box5 .container .about-box5a .box .box2 .img img {
  width: auto;
  height: auto;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
@media (max-width: 1260px) {
  .about-box5 .container .about-box5a .box .box2 .img img {
    max-height: 70%;
  }
}
.button456 {
  /* 默认状态 */
  border: none;
  /* 移除实际边框 */
  background-color: transparent;
  color: #333;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 30px;
  /* 添加圆角 */
  box-shadow: 0 0 0 1px #333;
  /* 模拟透明边框，宽度为1px */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.button456::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, red, orange);
  transition: all 0.4s;
}
.button456 span {
  color: #333;
  position: relative;
}
.button456:hover {
  /* 悬停状态 */
  color: white;
  box-shadow: 0 0 0 1px transparent;
  /* 悬停时保持相同宽度的透明边框 */
}
.button456:hover::before {
  left: 0;
}
.huodong-list {
  display: flex;
  flex-wrap: wrap;
}
.huodong-list .combox {
  margin-top: 0.7rem;
  width: 48%;
  margin-right: 4%;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 0.2rem 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .huodong-list .combox {
    width: 100%;
    margin-right: 0;
  }
}
.huodong-list .combox:nth-child(2n) {
  margin-right: 0;
}
.huodong-list .combox .img {
  border-radius: 0.2rem;
}
.huodong-list .combox .img svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.huodong-list .combox .img::before {
  padding-top: 63.57142857%;
}
.huodong-list .combox .text {
  color: #000000;
  line-height: 1.38461538em;
  margin: 0.45rem 0 0.25rem;
  transition: all 0.4s;
}
.huodong-list .combox .text2 {
  color: #666666;
  line-height: 1.33333333em;
  transition: all 0.4s;
  margin-bottom: 0.1rem;
}
.huodong-list .combox .text2 span {
  color: #000000;
}
.huodong-list .combox .cn3 {
  margin-top: 0.6rem;
}
.huodong-list .combox:hover .cn3 .public-btn3 .cnz3 em:nth-child(1) {
  top: -0.54rem;
}
.huodong-list .combox:hover .cn3 .public-btn3 .cnz3 em:nth-child(2) {
  top: 0;
}
.huodong-list .combox:hover .cn3 .public-btn3 .cnz4 svg {
  transform: rotate(-45deg);
}
.huodong-list .combox:nth-child(4n):hover .text {
  color: #1a8ad5;
}
.huodong-list .combox:nth-child(4n) .img svg path {
  fill: #1a8ad5;
}
.huodong-list .combox:nth-child(4n) .cn3 .public-btn3 {
  background-color: #1a8ad5;
}
.huodong-list .combox:nth-child(4n) .cn3 .public-btn3 .cnz4 svg path {
  fill: #1a8ad5;
}
.huodong-list .combox:nth-child(4n-1):hover .text {
  color: #f3981e;
}
.huodong-list .combox:nth-child(4n-1) .img svg path {
  fill: #f3981e;
}
.huodong-list .combox:nth-child(4n-1) .cn3 .public-btn3 {
  background-color: #f3981e;
}
.huodong-list .combox:nth-child(4n-1) .cn3 .public-btn3 .cnz4 svg path {
  fill: #f3981e;
}
.huodong-list .combox:nth-child(4n-2):hover .text {
  color: #37cf6b;
}
.huodong-list .combox:nth-child(4n-2) .img svg path {
  fill: #37cf6b;
}
.huodong-list .combox:nth-child(4n-2) .cn3 .public-btn3 {
  background-color: #37cf6b;
}
.huodong-list .combox:nth-child(4n-2) .cn3 .public-btn3 .cnz4 svg path {
  fill: #37cf6b;
}
.huodong-list .combox:nth-child(4n-3):hover .text {
  color: #e6002d;
}
.huodong-list .combox:nth-child(4n-3) .img svg path {
  fill: #e6002d;
}
.huodong-list .combox:nth-child(4n-3) .cn3 .public-btn3 {
  background-color: #e6002d;
}
.huodong-list .combox:nth-child(4n-3) .cn3 .public-btn3 .cnz4 svg path {
  fill: #e6002d;
}
.jianlimessage .contact .contact2 .container .box {
  background-color: transparent;
}
