
:root {
  --color: #6388cf;
  --vh: 100vh;
}
/*字体*/

* {
  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: #6388cf;
}
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: 1520px;
}
@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: #6388cf;
}
.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: #6388cf;
}
#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: #6388cf;
}
#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: #6388cf;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../image/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../image/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../image/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../image/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../image/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../image/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.9rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  display: flex;
  align-items: center;
  height: 0.9rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 0.9rem;
  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: #fff;
  transition: 0.3s;
}
#c-header svg path {
  fill: #fff;
  opacity: 1;
  stroke: non;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 0.85rem;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
    padding: 0 5%;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -0.9rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background-color: #Fff;
}
#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: 2rem;
  
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 1.87rem;
    height: 0.5rem;
  }
}
#c-header .c-logo .c-img-box svg {
  width: 1.16rem;
  height: 0.31rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 1.87rem;
    height: 0.5rem;
  }
}
#c-header .c-logo .c-img-box .logo1 {
  display: block;
}
#c-header .c-logo .c-img-box .logo2 {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box .logo1 {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box .logo2 {
  display: block;
}
/*顶部pc导航*/
#c-header .c-nav {
  margin-left: 0.8rem;
  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.6rem;
}
#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: 9px;
  height: 5px;
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav li a {
  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: #6388cf;
}
#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: #6388cf !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: #6388cf;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .ztop-language {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1260px) {
  #c-header .c-gn .ztop-language {
    display: none;
  }
}
#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 {
  visibility: hidden;
  opacity: 0;
  top: 0;
  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: #6388cf;
  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: #6388cf;
  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 {
  visibility: visible;
  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;
}
@media (max-width: 1260px) {
  #c-header .c-gn .ztop-search {
    display: none;
  }
}
#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.18rem;
  height: 0.18rem;
}
#c-header .c-gn .ztop-search .cn1 svg {
  width: 0.18rem;
  height: 0.18rem;
}
#c-header .c-gn .ztop-search .cn1 svg path {
  fill: #fff;
  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: #6388cf;
}
#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-header .c-gn .ztop-tel {
  margin-left: 0.15rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn .ztop-tel {
    display: none;
  }
}
#c-header .c-gn .ztop-tel img {
  width: 0.19rem;
  height: 0.19rem;
}
#c-header .c-gn .ztop-tel svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
}
#c-header .c-gn .ztop-tel .cn2 {
  margin-left: 0.1rem;
  color: #Fff;
  line-height: 1.625em;
}
#c-header .c-gn .public-btn1 {
  margin-left: 0.4rem;
}
#c-header .c-gn .public-btn1 .cn3 {
  color: #Fff;
}
#c-header.c-style2 .ztop-search form .cn1 svg path {
  fill: #333;
}
#c-header.c-style2 .ztop-tel svg path {
  fill: #333;
}
#c-header.c-style2 .ztop-tel .cn2 {
  color: #333;
}
#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: #6388cf;
  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: #6388cf;
}
#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;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.textflow10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.font80 {
  font-size: 0.8rem;
}
.font72 {
  font-size: 0.72rem;
}
.font60 {
  font-size: 0.6rem;
}
.font58 {
  font-size: 0.58rem;
}
.font56 {
  font-size: 0.56rem;
}
.font54 {
  font-size: 0.54rem;
}
.font52 {
  font-size: 0.52rem;
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
.font46 {
  font-size: 0.46rem;
}
.font44 {
  font-size: 0.44rem;
}
.font42 {
  font-size: 0.42rem;
}
.font40 {
  font-size: 40px;
}
@media (max-width: 1580px) {
  .font40 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.4rem;
  }
}
.font38 {
  font-size: 0.38rem;
}
@media (max-width: 1580px) {
  .font38 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .font38 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 36px;
}
@media (max-width: 1580px) {
  .font36 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 991px) {
  .font34 {
    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.3rem;
  }
}
.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 首页**********************************/
.index-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index-banner .index-bannera1 {
  position: relative;
  overflow: hidden;
}
.index-banner .index-bannera1 .indexpagination {
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner .index-bannera1 .indexpagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  margin: 0 15px;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.index-banner .index-bannera1 .indexpagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
}
.index-banner .index-bannera1 .indexpagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border: 1px solid #f2f2f2;
  opacity: 0;
  border-radius: 50%;
}
.index-banner .index-bannera1 .indexpagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 0.3;
}
.index-banner .index-bannera1 .indexpagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 14px;
  height: 14px;
  background-color: #6388cf;
}
.index-banner .index-bannera1 .indexpagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  z-index: 5;
}
.index-banner .index-bannera1 .indexpagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg.on .x-ba1 {
  opacity: 0.35;
}
.index-banner .index-bannera1 .indexpagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg.on .x-ba2 {
  animation: box1run 6.5s linear 1 forwards;
}
.index-banner .index-bannera1 .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-banner .index-bannera1 .swiper-slide .img .pc-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .img .pc-video {
    display: none;
  }
}
.index-banner .index-bannera1 .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index-banner .index-bannera1 .swiper-slide .img img.pc-img {
  display: block;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .img img.pc-img {
    display: none;
  }
}
.index-banner .index-bannera1 .swiper-slide .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .img img.mb-img {
    display: block;
  }
}
.index-banner .index-bannera1 .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .index-bannera1 .swiper-slide .container .box .cn1 {
  color: #ffffff;
  text-align: center;
  letter-spacing: 20px;
  line-height: 1.13888889em;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.5s;
}
.index-banner .index-bannera1 .swiper-slide .container .box .cn2 {
  margin: 0.15rem 0 0.75rem;
  line-height: 1.13888889em;
  color: #Fff;
  text-align: center;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.5s;
}
.index-banner .index-bannera1 .swiper-slide .container .box .cn3 {
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.5s;
}
.index-banner .index-bannera1 .swiper-slide.ani-slide .container .box .cn1 {
  transform: translateY(0);
  opacity: 1;
}
.index-banner .index-bannera1 .swiper-slide.ani-slide .container .box .cn2 {
  transform: translateY(0);
  opacity: 1;
}
.index-banner .index-bannera1 .swiper-slide.ani-slide .container .box .cn3 {
  transform: translateY(0);
  opacity: 1;
}
@keyframes box1run {
  from {
    stroke-dashoffset: 50;
  }
  to {
    stroke-dashoffset: 0 ;
  }
}
.public-btn1 {
  display: flex;
  justify-content: center;
}
.public-btn {
  justify-content: center;
  display: flex;
  min-width: 1.53rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #6388cf;
  color: #Fff;
  text-align: center;
  padding: 0 0.4rem;
  /* box-shadow: 0px 5px 51px 0px rgba(0, 166, 89, 0.28); */
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-btn {
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.public-btn .lefticon {
  display: flex;
  align-items: center;
  width: 0.09rem;
  height: auto;
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .public-btn .lefticon {
    width: 0.18rem;
  }
}
.public-btn .lefticon path {
  fill: #333;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.public-btn:hover {
  opacity: 0.8 !important;
}
.index-product {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-product .container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index-product .container .left {
  padding: 1.35rem 0;
  width: 52.36842105%;
}
@media (max-width: 991px) {
  .index-product .container .left {
    width: 100%;
    padding: 1.35rem 0;
  }
}
.index-product .container .left .cn1 {
  color: #F5f5f5;
  line-height: 1.25em;
}
@media (max-width: 991px) {
  .index-product .container .left .cn1 {
    text-align: center;
  }
}
.index-product .container .left .cn2 {
  margin-top: 0.4rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-product .container .left .cn2 {
    justify-content: center;
  }
}
.index-product .container .left .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
  .index-product .container .left .cn2::before {
    display: none;
  }
}
.index-product .container .left .cn2 .cn3 {
  position: relative;
  transition: all 0.5s;
  margin-right: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 0.2rem;
  cursor: pointer;
}
.index-product .container .left .cn2 .cn3::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: calc(100% + 2px);
  opacity: 0;
  transition: all 0.5s;
}
.index-product .container .left .cn2 .cn3::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #00ec7f;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-product .container .left .cn2 .cn3::after {
    display: none;
  }
}
.index-product .container .left .cn2 .cn3.on {
  color: #Fff;
}
.index-product .container .left .cn2 .cn3.on::before {
  opacity: 1;
}
.index-product .container .left .cn2 .cn3.on::after {
  width: 100%;
}
.index-product .container .left .indexproducta1 {
  margin-top: 0.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-product .container .left .indexproducta1 .swiper-slide .cn4 {
    text-align: center;
  }
}
.index-product .container .left .indexproducta1 .swiper-slide .cn4 .cn5 {
  color: #f5f5f5;
  opacity: 0.2;
  height: 0.37rem;
  display: block;
  overflow: hidden;
  line-height: 0.6rem;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn4 .cn6 {
  color: #f5f5f5;
  display: block;
  line-height: 1.41666667em;
}
@media (max-width: 991px) {
  .index-product .container .left .indexproducta1 .swiper-slide .cn4 .cn6 {
    font-size: 0.32rem;
  }
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 {
    width: calc(50% - 0.4rem);
  }
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 {
  margin: 0 auto;
  width: 0.79rem;
  height: 0.79rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 {
    width: 1rem;
    height: 1rem;
  }
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 .cn10 {
  width: 0.67rem;
  height: 0.67rem;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #Fff;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 .cn10 {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 .cn10 svg {
  width: auto;
  height: 0.18rem;
}
@media (max-width: 991px) {
  .index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 .cn10 svg {
    height: 0.3rem;
  }
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 .cn10 svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 .cn11 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 108%;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn9 .cn11 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8 .cn12 {
  margin-top: 0.2rem;
  line-height: 1.625em;
  color: #f5f5f5;
  opacity: 0.8;
  text-align: center;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8:hover .cn9 {
  background-color: rgba(255, 255, 255, 0.1);
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8:hover .cn9 .cn10 {
  /* background-color: #ffffff; */
  color: #6388cf;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8:hover .cn9 .cn10 svg path {
  fill: #6388cf;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn7 .cn8:hover .cn9 .cn11 {
  animation: rotate2 1s 1 linear forwards;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn13 {
  display: flex;
  align-items: center;
  color: #Fff;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .index-product .container .left .indexproducta1 .swiper-slide .cn13 {
    justify-content: center;
  }
}
.index-product .container .left .indexproducta1 .swiper-slide .cn13 img {
  width: 0.16rem;
  height: 0.1rem;
  margin-left: 0.1rem;
  transition: all 0.5s;
}
.index-product .container .left .indexproducta1 .swiper-slide .cn13:hover img {
  transform: translateX(0.05rem);
}
.index-product .container .right {
  width: 47.63157895%;
  position: relative;
  padding-left: 0.5rem;
}
@media (max-width: 991px) {
  .index-product .container .right {
    width: 100%;
    display: none;
  }
}
.index-product .container .right::before {
  width: 100%;
  padding-top: 50%;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  /* background-image: url(../image/zimg56.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-product .container .right .indexproducta2 {
  position: relative;
  padding-bottom: 0.52rem;
  transform: translateY(0.3rem);
}
@media (max-width: 1580px) {
  .index-product .container .right .indexproducta2 {
    transform: translateY(0.6rem);
    padding-bottom: 0.6rem;
  }
}
.index-product .container .right .indexproducta2 .swiper-slide .img {
  /* transform: translateY(0.52rem); */
}
@media (max-width: 1580px) {
  .index-product .container .right .indexproducta2 .swiper-slide .img {
    transform: translateY(0.6rem) !important;
  }
}
@media (max-width: 1260px) {
  .index-product .container .right .indexproducta2 .swiper-slide .img {
    transform: translateY(0.57rem) !important;
  }
}
@media (max-width: 991px) {
  .index-product .container .right .indexproducta2 .swiper-slide .img {
    transform: initial !important;
  }
}
.index-product .container .right .indexproducta2 .swiper-slide .img::before {
  padding-top: 124.30939227%;
}
.index-product .container .right .indexproducta2 .swiper-slide .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  z-index: 5;
  width: 1.6rem;
}
@media (max-width: 1260px) {
  .index-product .container .right .indexproducta2 .swiper-slide .box {
    display: none;
  }
}
.index-product .container .right .indexproducta2 .swiper-slide .box .img2 {
  background-color: #fff;
  border-radius: 50%;
  overflow: initial;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .img2 span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: donghua 1s infinite linear;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .img2 span:nth-child(2n) {
  animation: donghua2 2s infinite linear;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .img2 img {
  border-radius: 50%;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .cn5 {
  display: block;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .cn5 .cn6 {
  text-align: center;
  color: #Fff;
  display: block;
  margin: 0.45rem 0 0.2rem;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .cn5 .cn7 {
  display: block;
  text-align: center;
  color: #Fff;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .public-btn1 {
  margin-top: 0.6rem;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .index-product .container .right .indexproducta2 .swiper-slide .box .public-btn1 .public-btn {
    font-size: 12px;
  }
}
@keyframes donghua {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.15);
  }
}
@keyframes donghua2 {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes rotate2 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.index-yanfa {
  position: relative;
  height: 100vh;
  /* padding: 2.04rem 0 0.7rem; */
}
.index-yanfa .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.index-yanfa .bgimg img {
  object-fit: cover;
  height: 1.26rem;
  width: 100%;
}
.index-yanfa .container {
  display: flex;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-radius: 0.3rem; */
  align-items: center;
  flex-wrap: wrap;
}
.index-yanfa .container .left {
  width: 50%;
}
@media (max-width: 991px) {
  .index-yanfa .container .left {
    width: 100%;
  }
}
.index-yanfa .container .left .img::before {
  padding-top: 79.54545455%;
}
.index-yanfa .container .right {
  width: 50%;
  padding-right: 1.1rem;
}
@media (max-width: 991px) {
  .index-yanfa .container .right {
    width: 100%;
    padding: 0.5rem 0.3rem 1rem;
  }
}
.index-yanfa .container .right .cn1 {
  line-height: 1.20833333em;
  color: #333333;
}
.index-yanfa .container .right .cn2 {
  line-height: 1.41666667em;
  color: #000000;
  margin: 0.15rem 0 0.8rem;
}
@media (max-width: 767px) {
  .index-yanfa .container .right .cn2 {
    font-size: 0.26rem;
  }
}
.index-yanfa .container .right .cn3 {
  display: flex;
  flex-wrap: wrap;
}
.index-yanfa .container .right .cn3 li {
  display: flex;
  width: 50%;
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.index-yanfa .container .right .cn3 li .dian {
  display: flex;
  align-items: center;
  /* width: 0.06rem; */
  /* height: 0.06rem; */
  /* border-radius: 50%; */
  /* background-color: #6388cf; */
  /* flex-shrink: 0; */
  /* transform: translateY(0.12rem); */
  margin-right: 0.1rem;
}
.index-yanfa .container .right .cn3 li .dian2 {
  line-height: 0.3rem;
  color: #666;
}
.index-yanfa .container .right .public-btn1 {
  margin-top: 0.6rem;
  justify-content: flex-start;
}
.index-case {
  width: 100%;
  min-height: 11rem;
  padding: 0.7rem 0;
}
.index-case .container .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1.20833333em;
}
.index-case .container .box {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
}
.index-case .container .box .left {
  width: 50.65789474%;
  padding-right: 9.21052632%;
  padding-left: 1.25rem;
  position: relative;
}
@media (max-width: 991px) {
  .index-case .container .box .left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.index-case .container .box .left .bg {
  position: absolute;
  left: 0.4rem;
  top: 0;
  width: 0.34rem;
  height: 100%;
}
@media (max-width: 991px) {
  .index-case .container .box .left .bg {
    display: none;
  }
}
.index-case .container .box .left .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-case .container .box .left .leftbox {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .index-case .container .box .left .leftbox {
    margin-right: 0.3rem;
  }
}
.index-case .container .box .left .leftbox .cn7 {
  position: absolute;
  left: -0.77rem;
  top: 0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #Fff;
  border: 2px solid #e6e8eb;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-case .container .box .left .leftbox .cn7 {
    display: none;
  }
}
.index-case .container .box .left .leftbox .cn7 img {
  transition: all 0.5s;
  opacity: 0;
  width: 50%;
  transform: scale(0.5);
}
.index-case .container .box .left .leftbox:last-child {
  margin-bottom: 0;
}
.index-case .container .box .left .leftbox .cn2 {
  background: transparent -webkit-linear-gradient(left, #222222, #222222) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  color: white;
  -webkit-text-stroke: 1px #bbbbbb;
  line-height: 0.5rem;
  height: 0.5rem;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
  white-space: wrap;
}
@media (max-width: 991px) {
  .index-case .container .box .left .leftbox .cn2 {
    border-radius: 0.1rem;
    font-size: 0.28rem;
    background: #6388cf;
    -webkit-background-clip: initial;
    background-size: initial;
    -webkit-text-stroke: initial !important;
    -webkit-text-fill-color: initial !important;
    line-height: 0.76rem;
    height: auto;
    padding: 0 0.2rem;
    border: 1px solid #6388cf;
    background: transparent;
    color: #666;
  }
}
.index-case .container .box .left .leftbox .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  width: 0;
  height: 0.03rem;
  background-color: #6388cf;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-case .container .box .left .leftbox .cn2::before {
    display: none;
  }
}
.index-case .container .box .left .leftbox .cn3 {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-case .container .box .left .leftbox .cn3 {
    display: none;
  }
}
.index-case .container .box .left .leftbox .cn3 .cn4 {
  line-height: 0.3rem;
  height: 0.6rem;
  margin: 0.2rem 0;
}
.index-case .container .box .left .leftbox .cn3 .cn5 {
  display: flex;
  align-items: center;
  color: #6388cf;
  height: 0.3rem;
  line-height: 0.3rem;
}
.index-case .container .box .left .leftbox .cn3 .cn5 .cn6 {
  display: flex;
  align-items: center;
  color: #6388cf;
}
.index-case .container .box .left .leftbox .cn3 .cn5 img {
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.1rem;
  transition: all 0.5s;
}
.index-case .container .box .left .leftbox .cn3 .cn5:hover .cn6 img {
  transform: translateX(0.05rem);
}
.index-case .container .box .left .leftbox.on .cn7 {
  width: 0.8rem;
  height: 0.8rem;
  top: -0.15rem;
  left: -1.1rem;
  border: 0;
  box-shadow: 0px 5px 36px 0px rgba(0, 166, 89, 0.13);
}
.index-case .container .box .left .leftbox.on .cn7 img {
  transform: scale(1);
  opacity: 1;
}
.index-case .container .box .left .leftbox.on .cn2 {
  -webkit-text-fill-color: #222;
  -webkit-text-stroke: 1px transparent;
}
@media (max-width: 991px) {
  .index-case .container .box .left .leftbox.on .cn2 {
    background-color: #6388cf;
    color: #Fff;
  }
}
.index-case .container .box .left .leftbox.on .cn2::before {
  width: 100%;
}
.index-case .container .box .left .leftbox.on .cn3 {
  visibility: visible;
  opacity: 1;
  height: 1.3rem;
}
.index-case .container .box .right {
  width: 49.34210526%;
}
@media (max-width: 991px) {
  .index-case .container .box .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.index-case .container .box .right .rightbox {
  display: none;
  position: relative;
}
.index-case .container .box .right .rightbox .img {
  width: 100%;
  border-radius: 0.2rem;
}
.index-case .container .box .right .rightbox .img::before {
  padding-top: 63.46666667%;
}
.index-case .container .box .right .rightbox .img:hover img {
  transform: scale(1.2);
}
.index-case .container .box .right .rightbox .cn3 {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 2;
  line-height: 0.34rem;
  background-color: #Fff;
  color: #333333;
  padding: 0 0.2rem;
}
@media (max-width: 1260px) {
  .index-case .container .box .right .rightbox .cn3 {
    line-height: 0.5rem;
  }
}
@media (max-width: 991px) {
  .index-case .container .box .right .rightbox .cn3 {
    line-height: 0.76rem;
  }
}
.index-case .container .box .right .rightbox .cn3:hover {
  color: #Fff;
  background-color: #6388cf;
}
.index-case .container .box .right .rightbox .cn3:hover svg path {
  fill: #Fff;
}
.index-case .container .box .right .rightbox.on {
  display: block;
}
.index-case .more {
  margin-top: 0.3rem;
}
.index-about {
  position: relative;
  width: 100%;
  height: 350vh;
}
.index-about .box {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index-about .box .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  background-color: #Fff;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-about .box .logo .logoa1 {
  position: relative;
}
.index-about .box .logo .lcn2 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.7rem;
  left: -3.7rem;
  opacity: 0;
  text-align: right;
}
.index-about .box .logo .lcn2 img {
  width: 1.7rem;
  height: 1.5rem;
}
.index-about .box .logo .lcn1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  left: 3rem;
  opacity: 0;
}
.index-about .box .logo .lcn1 img {
  width: 3rem;
  height: 0.97rem;
}
.index-about .box .logo2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  z-index: 5;
  transform-origin: 51% 36%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-about .box .box2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-about .box .box2 .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .box .box2 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-about .box .box2 .bgimg img.pc-img {
    display: none;
  }
}
.index-about .box .box2 .bgimg img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-about .box .box2 .bgimg img.mb-img {
    display: block;
  }
}
.index-about .box .box2 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-about .box .box2 .container {
    top: 1.5rem;
  }
}
.index-about .box .box2 .container .left {
  width: 40.13157895%;
}
@media (max-width: 767px) {
  .index-about .box .box2 .container .left {
    width: 100%;
  }
}
.index-about .box .box2 .container .left .cn1 {
  color: #333333;
  line-height: 1.25em;
  opacity: 0;
  transform: translateY(0.6rem);
}
.index-about .box .box2 .container .left .cn2 {
  color: #666;
  line-height: 1.55555556em;
  margin: 0.4rem 0 0.7rem;
  opacity: 0;
  transform: translateY(0.6rem);
}
.index-about .box .box2 .container .left .more {
  justify-content: flex-start;
  opacity: 0;
  transform: translateY(0.6rem);
}
.index-about .box .box2 .container .right {
  width: 42.10526316%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(0.6rem);
}
@media (max-width: 767px) {
  .index-about .box .box2 .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-about .box .box2 .container .right .rightbox {
  position: relative;
  width: 37.5%;
  padding-bottom: 0.2rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .index-about .box .box2 .container .right .rightbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-about .box .box2 .container .right .rightbox {
    width: 37.5%;
  }
}
.index-about .box .box2 .container .right .rightbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #cfecf4;
}
.index-about .box .box2 .container .right .rightbox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 2px;
  background-color: #6388cf;
}
.index-about .box .box2 .container .right .rightbox .cn3 {
  display: flex;
  align-items: center;
}
.index-about .box .box2 .container .right .rightbox .cn3 .cn4 {
  line-height: 1em;
  color: #333;
  margin-right: 0.2rem;
}
.index-about .box .box2 .container .right .rightbox .cn3 .cn5 {
  color: #000;
}
.index-about .box .box2 .container .right .rightbox .cn6 {
  color: #999999;
  line-height: 1.625em;
}
.index-sol {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background-color: #FFf;
}
.index-sol .container .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-sol .container .box1 .left {
    width: 100%;
    text-align: center;
  }
}
.index-sol .container .box1 .left .cn1 {
  line-height: 1.25em;
}
.index-sol .container .box1 .right {
  display: flex;
}
@media (max-width: 991px) {
  .index-sol .container .box1 .right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .index-sol .container .box1 .right {
    justify-content: flex-start;
  }
}
.index-sol .container .box1 .right .rightbox {
  margin-left: 1.4rem;
}
@media (max-width: 991px) {
  .index-sol .container .box1 .right .rightbox {
    margin: 0.3rem;
  }
}
@media (max-width: 767px) {
  .index-sol .container .box1 .right .rightbox {
    width: 50%;
    margin: 0.3rem 0;
    text-align: center;
  }
}
.index-sol .container .box1 .right .rightbox .cn2 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .index-sol .container .box1 .right .rightbox .cn2 {
    justify-content: center;
  }
}
.index-sol .container .box1 .right .rightbox .cn2 .cn2a {
  line-height: 1.20833333em;
  color: #333333;
  transition: all 0.5s;
}
.index-sol .container .box1 .right .rightbox .cn2 .cn2b {
  color: #333333;
  transition: all 0.5s;
  line-height: 1.5em;
}
.index-sol .container .box1 .right .rightbox .cn3 {
  color: #999999;
  transition: all 0.5s;
  line-height: 1.625em;
}
.index-sol .container .box1 .right .rightbox:hover .cn2 .cn2a {
  color: #6388cf;
}
.index-sol .container .box1 .right .rightbox:hover .cn2 .cn2b {
  color: #6388cf;
}
.index-sol .container .box1 .right .rightbox:hover .cn3 {
  color: #6388cf;
}
.index-sol .container .box2 .box2a {
  margin-top: 0.4rem;
  display: block;
  position: relative;
}
.index-sol .container .box2 .box2a .img {
  width: 100%;
  border-radius: 0.3rem;
}
.index-sol .container .box2 .box2a .img::before {
  padding-top: 32.89473684%;
}
@media (max-width: 991px) {
  .index-sol .container .box2 .box2a .img::before {
    padding-top: 80%;
  }
}
.index-sol .container .box2 .box2a .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-sol .container .box2 .box2a .img::after {
    opacity: 1;
  }
}
.index-sol .container .box2 .box2a .img .yinying {
  height: auto;
  top: initial;
  bottom: 0;
}
.index-sol .container .box2 .box2a .textbox {
  z-index: 4;
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  width: 38.15789474%;
}
@media (max-width: 991px) {
  .index-sol .container .box2 .box2a .textbox {
    width: 70%;
  }
}
.index-sol .container .box2 .box2a .textbox .cn4 {
  color: #Fff;
  line-height: 1.35714286em;
}
.index-sol .container .box2 .box2a .textbox .cn5 {
  margin-top: 0.1rem;
  color: #Fff;
  line-height: 1.625em;
}
.index-sol .container .box2 .box2a:hover .img img {
  transform: scale(1.1);
}
.index-sol .container .box2 .box2a:hover .textbutton .arrow1 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.index-sol .container .box2 .box2a:hover .textbutton .arrow2 {
  opacity: 0;
  left: 100%;
  top: 0;
}
.index-sol .container .box3 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-sol .container .box3 {
    justify-content: space-between;
  }
}
.index-sol .container .box3 .box3a {
  width: 32.5%;
  margin-right: 1.25%;
  margin-top: 0.4rem;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .index-sol .container .box3 .box3a {
    width: 48%;
    margin-right: 0;
  }
}
.index-sol .container .box3 .box3a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .index-sol .container .box3 .box3a:nth-child(3n) {
    display: none;
  }
}
.index-sol .container .box3 .box3a .img {
  width: 100%;
  border-radius: 0.3rem;
}
.index-sol .container .box3 .box3a .img::before {
  padding-top: 68.82591093%;
}
@media (max-width: 991px) {
  .index-sol .container .box3 .box3a .img::before {
    padding-top: 80%;
  }
}
.index-sol .container .box3 .box3a .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-sol .container .box3 .box3a .img::after {
    opacity: 1;
  }
}
.index-sol .container .box3 .box3a .img .yinying {
  height: auto;
  top: initial;
  bottom: 0;
}
.index-sol .container .box3 .box3a .textbox {
  z-index: 4;
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  width: 52.63157895%;
}
@media (max-width: 991px) {
  .index-sol .container .box3 .box3a .textbox {
    width: 70%;
  }
}
.index-sol .container .box3 .box3a .textbox .cn4 {
  color: #Fff;
  line-height: 1.55555556em;
}
.index-sol .container .box3 .box3a .textbutton {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 4;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #6388cf;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.index-sol .container .box3 .box3a .textbutton img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  transition: all 0.5s;
}
.index-sol .container .box3 .box3a .textbutton .arrow1 {
  left: 0;
  opacity: 0;
  top: 100%;
}
.index-sol .container .box3 .box3a .textbutton:hover .arrow1 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.index-sol .container .box3 .box3a .textbutton:hover .arrow2 {
  opacity: 0;
  left: 100%;
  top: 0;
}
.index-sol .container .box3 .box3a:hover .img img {
  transform: scale(1.1);
}
.index-sol .container .box3 .box3a:hover .textbutton {
  opacity: 1;
}
.index-sol .container .box3 .box3a:hover .textbutton .arrow1 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.index-sol .container .box3 .box3a:hover .textbutton .arrow2 {
  opacity: 0;
  left: 100%;
  top: 0;
}
.index-sol .more {
  margin-top: 0.85rem;
}
.index-logo {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.4rem 0 1rem;
}
.index-logo .cn1 {
  text-align: center;
  color: #333;
  line-height: 1.20833333em;
}
.index-logo .box1 .str4 {
  padding: 1rem 0;
}
.index-logo .box1 .str4 .str_origin {
  top: 1rem;
}
.index-logo .box1 .str4 a {
  display: inline-block;
  background-color: #Fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #eee;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index-logo .box1 .str4 a:nth-child(4n) {
  width: 1.16rem;
  height: 1.16rem;
  margin-right: 1.2rem;
}
.index-logo .box1 .str4 a:nth-child(4n-1) {
  width: 2.01rem;
  height: 2.01rem;
  margin-right: 1.27rem;
}
.index-logo .box1 .str4 a:nth-child(4n-2) {
  width: 1.68rem;
  height: 1.68rem;
  margin-right: 0.94rem;
  transform: translateY(-0.3rem);
}
.index-logo .box1 .str4 a:nth-child(4n-3) {
  width: 1.67rem;
  height: 1.67rem;
  margin-right: 1.26rem;
}
.index-logo .box1 .str4 a img {
  max-width: 100% !important;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-logo .box1 .str5 {
  margin-top: -2rem;
  padding: 1rem 0;
}
.index-logo .box1 .str5 .str_origin {
  top: 1rem;
}
.index-logo .box1 .str5 a {
  display: inline-block;
  background-color: #Fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #eee;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index-logo .box1 .str5 a:nth-child(6n) {
  width: 1.93rem;
  height: 1.93rem;
  margin-right: 0.67rem;
}
.index-logo .box1 .str5 a:nth-child(6n-1) {
  width: 1.68rem;
  height: 1.68rem;
  margin-right: 0.45rem;
}
.index-logo .box1 .str5 a:nth-child(6n-2) {
  width: 1.16rem;
  height: 1.16rem;
  margin-right: 0.57rem;
  transform: translateY(0.5rem);
}
.index-logo .box1 .str5 a:nth-child(6n-3) {
  width: 1.66rem;
  height: 1.66rem;
  margin-right: 0.4rem;
}
.index-logo .box1 .str5 a:nth-child(6n-4) {
  width: 1.16rem;
  height: 1.16rem;
  margin-right: 0.57rem;
  transform: translateY(-0.9rem);
}
.index-logo .box1 .str5 a:nth-child(6n-5) {
  width: 1.16rem;
  height: 1.16rem;
  margin-right: 0.02rem;
}
.index-logo .box1 .str5 a img {
  max-width: 100% !important;
  max-height: 100%;
  object-fit: cover;
}
.textbutton {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 4;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #6388cf;
  border-radius: 50%;
  overflow: hidden;
}
.textbutton img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  transition: all 0.5s;
}
.textbutton .arrow1 {
  left: 0;
  opacity: 0;
  top: 100%;
}
.textbutton:hover .arrow1 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.textbutton:hover .arrow2 {
  opacity: 0;
  left: 100%;
  top: 0;
}
.index-contact {
  padding: 0.9rem 0 1.2rem;
  position: relative;
}
.index-contact .cn1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.index-contact .cn1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-contact .box {
  position: relative;
  z-index: 2;
}
.index-contact .box .cn2 {
  text-align: center;
  line-height: 1.125em;
}
.index-contact .box .cn5 {
  display: flex;
  justify-content: center;
}
.index-contact .box .cn3 {
  margin-top: 0.45rem;
}
.index-contact .box .cn3 .textbutton {
  position: relative;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.index-contact .box .cn3 .cn4 {
  margin-top: 0.1rem;
  text-align: center;
  color: #6388cf;
  line-height: 1.55555556em;
}
.index-contact .box .cn3:hover .textbutton .arrow1 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.index-contact .box .cn3:hover .textbutton .arrow2 {
  opacity: 0;
  left: 100%;
  top: 0;
}
.footer {
  width: 100%;
}
.footer .index-footer {
  max-width: 1920px;
  margin: 0 auto;
}
.footer .index-footer .box1 {
  display: flex;
  flex-wrap: wrap;
}
.footer .index-footer .box1 .left {
  border-right: 1px solid #f3f5f7;
  padding-bottom: 0.6rem;
  padding-top: 0.8rem;
  width: 60%;
  padding-left: 200px;
}
@media (max-width: 1580px) {
  .footer .index-footer .box1 .left {
    padding-left: 7.5%;
  }
}
@media (max-width: 1260px) {
  .footer .index-footer .box1 .left {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .footer .index-footer .box1 .left {
    width: 100%;
  }
}
.footer .index-footer .box1 .left .box1z {
  display: flex;
}
.footer .index-footer .box1 .left .box1x {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .index-footer .box1 .left .box1x {
    display: none;
  }
}
.footer .index-footer .box1 .left .box1x .cn1 {
  line-height: 1.71428571em;
  color: #999;
  margin-right: 0.6rem;
}
.footer .index-footer .box1 .left .box1x .cn2 {
  line-height: 1.71428571em;
  color: #666666;
  margin-right: 0.15rem;
  transition: all 0.5s;
}
.footer .index-footer .box1 .left .box1x .cn2:hover {
  color: #6388cf;
}
.footer .index-footer .box1 .left .box1a {
  width: 1.54rem;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .footer .index-footer .box1 .left .box1a {
    width: 2.5rem;
  }
}
.footer .index-footer .box1 .left .box1a .logo img {
  width: 1.54rem;
  height: 0.42rem;
}
@media (max-width: 991px) {
  .footer .index-footer .box1 .left .box1a .logo img {
    width: 2.5rem;
    height: auto;
  }
}
.footer .index-footer .box1 .left .box1a .img {
  margin-top: 0.4rem;
  text-align: right;
}
.footer .index-footer .box1 .left .box1a .img .img1 {
  width: 1.52rem;
  height: auto;
}
@media (max-width: 991px) {
  .footer .index-footer .box1 .left .box1a .img .img1 {
    width: 2.3rem;
  }
}
.footer .index-footer .box1 .left .box1a .img .img2 {
  width: 1.11rem;
  height: 0.22rem;
}
.footer .index-footer .box1 .right .box3 {
  display: flex;
  width: 100%;
  padding-left: 0.2rem;
}
@media (max-width: 991px) {
  .footer .index-footer .box1 .right .box3 {
    display: none;
  }
}
.footer .index-footer .box1 .right .box3 .box3a {
  margin-right: 1.4rem;
  flex-shrink: 0;
}
.footer .index-footer .box1 .right .box3 .box3a .cn31 .cn32 {
  margin-bottom: 0.1rem;
}
.footer .index-footer .box1 .right .box3 .box3a .cn31 .cn32 a {
  color: #222222;
  position: relative;
  line-height: 1.41666667em;
}
.footer .index-footer .box1 .right .box3 .box3a .cn31 .cn32 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.02rem;
  width: 100%;
  height: 2px;
  background-color: #6388cf;
  transition: all 0.5s;
  width: 0;
}
.footer .index-footer .box1 .right .box3 .box3a .cn31 .cn32 a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.footer .index-footer .box1 .right .box3 .box3a .cn31 .cn32.on a {
  color: #6388cf;
}
.footer .index-footer .box1 .right .box3 .box3a .cn31 .cn32.on a::before {
  width: 100%;
}
.footer .index-footer .box1 .right .box3 .box3a .cn31 .cn32.on a img {
  opacity: 1;
  visibility: visible;
  right: -20px;
}
.footer .index-footer .box1 .right .box3 .box3b {
  width: 100%;
  position: relative;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34 {
  display: block;
  color: #666;
  line-height: 1.55555556em;
  transition: all 0.5s;
  margin-bottom: 0.05rem;
  opacity: 0;
  transform: translateY(0.3rem);
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:hover {
  color: #6388cf;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(1) {
  transition: all ease-in-out 0.4s 0.1s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(2) {
  transition: all ease-in-out 0.4s 0.12s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(3) {
  transition: all ease-in-out 0.4s 0.14s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(4) {
  transition: all ease-in-out 0.4s 0.16s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(5) {
  transition: all ease-in-out 0.4s 0.18s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(6) {
  transition: all ease-in-out 0.4s 0.2s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(7) {
  transition: all ease-in-out 0.4s 0.22s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(8) {
  transition: all ease-in-out 0.4s 0.24s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33 .cn34:nth-child(9) {
  transition: all ease-in-out 0.4s 0.26s;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33.on {
  display: block;
  opacity: 1;
}
.footer .index-footer .box1 .right .box3 .box3b .box3c .cn33.on .cn34 {
  opacity: 1;
  transform: translateY(0);
}
.footer .index-footer .box1 .right {
  width: 40%;
  padding-bottom: 0.6rem;
  padding-top: 0.8rem;
}
@media (max-width: 991px) {
  .footer .index-footer .box1 .right {
    width: 100%;
    display: none;
  }
}
.footer .index-footer .box1 .left .box1b {
  padding: 0rem 0.4rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.footer .index-footer .box1 .left .box1b .box1c .cn3 {
  color: #222222;
  line-height: 1.41666667em;
}
.footer .index-footer .box1 .left .box1b .box1c .cn4 {
  color: #666666;
  line-height: 1.55555556em;
}
.footer .index-footer .box1 .left .box1b .box1c .cn5 {
  display: block;
  margin-top: 0.45rem;
  position: relative;
  left: 0;
  bottom: 0;
  right: initial;
}
.footer .index-footer .box1 .left .box1b .box1c .cn5 .textbutton {
  position: relative;
  left: 0;
  bottom: 0;
  right: initial;
}
.footer .index-footer .box1 .left .box1b .box1d {
  width: 2.37rem;
  flex-shrink: 0;
}
.footer .index-footer .box1 .left .box1b .box1d .cn6 img {
  width: 100%;
  object-fit: cover;
}
.footer .index-footer .box1 .left .box1e {
  /* border-top: 1px solid #f3f5f7; */
  padding: 0.2rem 0.4rem 0;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.footer .index-footer .box1 .left .box1e .box1c .cn3 {
  color: #222222;
  line-height: 1.41666667em;
}
.footer .index-footer .box1 .left .box1e .box1c .cn4 {
  color: #666666;
  line-height: 1.55555556em;
}
.footer .index-footer .box1 .left .box1e .box1c .cn5 {
  margin-top: 0.1rem;
  display: flex;
}
.footer .index-footer .box1 .left .box1e .box1c .cn5 .cn6 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
}
.footer .index-footer .box1 .left .box1e .box1c .cn5 .cn6 img {
  width: 0.21rem;
  height: auto;
}
.footer .index-footer .box1 .left .box1e .box1c .cn5 .cn7 {
  color: #999999;
  word-break: break-word;
}
.footer .index-footer .box1 .left .box1e .box1d {
  width: 0.7rem;
  flex-shrink: 0;
  position: relative;
}
.footer .index-footer .box1 .left .box1e .box1d .cn6 {
  width: 1.1rem;
  height: 1.1rem;
  float:right;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.footer .index-footer .box1 .left .box1e .box1d .cn6 svg {
  width: 0.23rem;
  height: 0.19rem;
}
.footer .index-footer .box1 .left .box1e .box1d .cn6 svg path {
  transition: all 0.5s;
  fill: #6388cf;
  opacity: 1;
  stroke: none;
}
.footer .index-footer .box1 .left .box1e .box1d .cn7 {
  position: absolute;
  right: 0;
  bottom: 100%;
  padding-bottom: 0.2rem;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.footer .index-footer .box1 .left .box1e .box1d .cn7 span {
  border: 1px solid #edf0f2;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
  background-color: #Fff;
}
.footer .index-footer .box1 .left .box1e .box1d .cn7 span img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.footer .index-footer .box1 .left .box1e .box1d:hover .cn6 {
  background-color: #6388cf;
}
.footer .index-footer .box1 .left .box1e .box1d:hover .cn6 svg path {
  fill: #Fff;
}
.footer .index-footer .box1 .left .box1e .box1d:hover .cn7 {
  opacity: 1;
  visibility: visible;
}
.footer .index-footer .box2 {
  border-top: 1px solid #f3f5f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .index-footer .box2 {
    padding-top: 0.3rem;
  }
}
.footer .index-footer .box2 .left {
  padding: 0.25rem 0;
  width: 63.54166667%;
  padding-left: 200px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1580px) {
  .footer .index-footer .box2 .left {
    padding-left: 7.5%;
  }
}
@media (max-width: 1260px) {
  .footer .index-footer .box2 .left {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .footer .index-footer .box2 .left {
    padding: 0 5%;
    width: 100%;
    text-align: center;
  }
}
.footer .index-footer .box2 .left .cn1 {
  color: #999999;
  line-height: 1.71428571em;
  margin-right: 0.7rem;
}
@media (max-width: 767px) {
  .footer .index-footer .box2 .left .cn1 {
    width: 100%;
    text-align: center;
  }
}
.footer .index-footer .box2 .left .cn2 {
  color: #999999;
  line-height: 1.71428571em;
}
@media (max-width: 767px) {
  .footer .index-footer .box2 .left .cn2 {
    width: 100%;
    text-align: center;
  }
}
.footer .index-footer .box2 .left .cn2 a {
  color: #999999;
  line-height: 1.71428571em;
  transition: all 0.5s;
}
.footer .index-footer .box2 .left .cn2 a:hover {
  color: #6388cf;
}
.footer .index-footer .box2 .right {
  padding: 0.25rem 0.4rem 0.25rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .index-footer .box2 .right {
    width: 100%;
    padding: 0.25rem 5%;
    justify-content: center;
  }
}
.footer .index-footer .box2 .right .cn3 {
  color: #999;
  line-height: 1.71428571em;
  transition: all 0.5s;
  margin-left: 0.25rem;
}
@media (max-width: 991px) {
  .footer .index-footer .box2 .right .cn3 {
    margin: 0 0.1rem;
  }
}
.footer .index-footer .box2 .right .cn3:hover {
  color: #6388cf;
}
.public-aside {
  position: fixed;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 100;
  display: none;
}
@media (max-width: 991px) {
  .public-aside {
    bottom: 1rem;
  }
}
.public-aside .box1 {
  width: 60px;
  height: 160px;
  border-radius: 30px;
  background-color: #6388cf;
  box-shadow: 0px 0px 60px 0px rgba(20, 56, 36, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-aside .box1 {
    width: 40px;
    height: 120px;
  }
}
.public-aside .box1 .cn1 {
  display: flex;
  justify-content: center;
}
.public-aside .box1 .cn2 {
  margin-top: 0.1rem;
  text-align: center;
  display: flex;
  width: 16px;
  color: #Fff;
  line-height: 1em;
  margin: 0.1rem auto 0;
}
.public-aside .box1:hover {
  opacity: 0.8;
}
.public-aside .box2 {
  position: relative;
  margin-top: 0.1rem;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(20, 56, 36, 0.1);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-aside .box2 {
    width: 40px;
    height: 40px;
  }
}
.public-aside .box2 .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-aside .box2 .img img {
  width: 21px;
  height: 19px;
}
.public-aside .box2 .img svg {
  width: 21px;
  height: 19px;
}
.public-aside .box2 .img svg path {
  fill: #e1e3e6;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.public-aside .box2 .img2 {
  position: absolute;
  right: 100%;
  padding-right: 20px;
  top: 0;
  width: 120px;
  height: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.public-aside .box2 .img2 .img3 {
  width: 100px;
  height: 100px;
  background-color: #Fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-aside .box2 .img2 .img3 img {
  width: 90px;
  height: 90px;
}
.public-aside .box2:hover {
  background-color: #6388cf;
}
.public-aside .box2:hover .img svg path {
  fill: #Ffffff;
}
.public-aside .box2:hover .img2 {
  visibility: visible;
  opacity: 1;
}
.public-aside .box3 {
  margin-top: 0.1rem;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(20, 56, 36, 0.1);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-aside .box3 {
    width: 40px;
    height: 40px;
  }
}
.public-aside .box3 .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-aside .box3 .img img {
  width: 14px;
  height: 12px;
}
.public-aside .box3 .img svg {
  width: 14px;
  height: 12px;
}
.public-aside .box3 .img svg path {
  fill: #e1e3e6;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.public-aside .box3:hover {
  background-color: #6388cf;
}
.public-aside .box3:hover .img svg path {
  fill: Ffff;
}
.c-open #c-header {
  background-color: #Fff;
}
.ddd {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.swiper-pagination-lock {
  display: none !important;
}
.footer .index-footer .box1 .left .box1b .btn {
  margin-top: 0.2rem;
  display: flex;
}
@media (max-width: 767px) {
  .footer .index-footer .box1 .left .box1b .btn {
    justify-content: center;
  }
}
.footer .index-footer .box1 .left .box1b .btn a {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 0.2rem 0 0.24rem;
  border-radius: 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .footer .index-footer .box1 .left .box1b .btn a {
    padding: 0 0.3rem 0 0.34rem;
  }
}
@media (max-width: 767px) {
  .footer .index-footer .box1 .left .box1b .btn a {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.footer .index-footer .box1 .left .box1b .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #6388cf;
  border-radius: 27px;
  transition: all 0.4s;
}
.footer .index-footer .box1 .left .box1b .btn a span {
  color: #fff;
  margin-right: 0.16rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.footer .index-footer .box1 .left .box1b .btn a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
@media (max-width: 1600px) {
  .footer .index-footer .box1 .left .box1b .btn a .icons {
    margin-left: 0.09rem;
  }
}
@media (max-width: 767px) {
  .footer .index-footer .box1 .left .box1b .btn a .icons {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.footer .index-footer .box1 .left .box1b .btn a .icons i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.5s;
}
.footer .index-footer .box1 .left .box1b .btn a .icons i img {
  width: 9px;
  height: 9px;
}
.footer .index-footer .box1 .left .box1b .btn a .icons i svg {
  width: 50%;
  height: 50%;
}
.footer .index-footer .box1 .left .box1b .btn a .icons i svg path {
  fill: #fff;
}
@media (min-width: 992px) {
  .footer .index-footer .box1 .left .box1b .btn a:hover span {
    color: #333;
  }
  .footer .index-footer .box1 .left .box1b .btn a:hover::before {
    width: 45px;
  }
  .footer .index-footer .box1 .left .box1b .btn a:hover .icons {
    transform: translateX(8px);
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .footer .index-footer .box1 .left .box1b .btn a:hover .icons {
    transform: translateX(0.12rem);
  }
}
#c-header .container .c-nav .productxiala {
  position: initial;
}
#c-header .container .c-nav .productxiala .pxiala1 {
  border-top: 1px solid #eee;
  border-radius: 0;
  width: 100vw;
  background-color: #fff;
  box-shadow: initial;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 {
  width: 100%;
  padding: 0 1.8rem 0 1.8rem;
}
@media (max-width: 1580px) {
  #c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 {
    padding: 0 ;
  }
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1b {
  display: flex;
  align-items: center;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1b .pcn1 {
  margin-right: 0.58rem;
  color: #333333;
  transition: all 0.5s;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1b .pcn1.on {
  text-decoration: underline;
  color: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1c .pcn2 {
  display: flex;
  align-items: center;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1c .pcn2 img {
  margin-left: 0.08rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1c .pcn2 svg {
  margin-left: 0.08rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1c .pcn2 svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.5s;
  stroke: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1c:hover .pcn2 {
  color: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box1a .box1c:hover .pcn2 svg path {
  fill: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 0.3rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2::before {
  content: "";
  position: absolute;
  left: 2.12rem;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #eee;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 {
  display: flex;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a {
  width: 2.12rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 {
  display: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1.on {
  display: block;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2 {
  position: relative;
  width: 1.73rem;
  line-height: 0.36rem;
  padding: 0 0.3rem 0 0.15rem;
  color: #222222;
  text-align: left;
  border-radius: 0.18rem;
  margin-top: 0.15rem;
  transition: all 0.5s;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2 span {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2 span {
    width: 0.24rem;
    height: 0.24rem;
  }
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2 span svg {
  height: auto;
  width: 43.75%;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2 span svg path {
  transition: all 0.5s;
  fill: #999;
  opacity: 1;
  stroke: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2.on {
  background-color: #e5f6ee;
  color: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2.on span {
  background-color: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2.on span svg path {
  fill: #Fff;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2:hover {
  background-color: #e5f6ee;
  color: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2:hover span {
  background-color: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3a .box3a1 .box3a2:hover span svg path {
  fill: #Fff;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b {
  width: 2.65rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 {
  display: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1.on {
  display: block;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2 {
  position: relative;
  line-height: 0.36rem;
  margin: 0 0 0 auto;
  color: #222222;
  text-align: left;
  border-radius: 2rem;
  margin-top: 0.15rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2 .box3b3 {
  color: #666666;
  transition: all 0.5s;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2 .box3b4 {
  color: #666666;
  transition: all 0.5s;
  padding: 0 0.05rem;
  width: 1.82rem;
  display: block;
  border-bottom: 1px solid transparent;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2 .box3b5 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2 .box3b5 {
    width: 0.24rem;
    height: 0.24rem;
  }
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2 .box3b5 svg {
  height: auto;
  width: 43.75%;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2 .box3b5 svg path {
  transition: all 0.5s;
  fill: #999;
  opacity: 1;
  stroke: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2.on .box3b3 {
  color: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2.on .box3b4 {
  color: #6388cf;
  border-bottom: 1px solid #eee;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3b .box3b1 .box3b2.on .box3b5 svg path {
  fill: #6388cf;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c {
  padding-left: 0.8rem;
  width: 3rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c .box3c1 {
  display: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c .box3c1.on {
  display: block;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c .box3c1 .box3c2 {
  display: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c .box3c1 .box3c2.on {
  display: block;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c .box3c1 .box3c2 .box3c3 {
  margin-top: 0.15rem;
  color: #666666;
  text-align: left;
  transition: all 0.5s;
  line-height: 1.625em;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c .box3c1 .box3c2 .box3c3:nth-child(1) {
  margin-top: 0.3rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c .box3c1 .box3c2 .box3c3:hover {
  color: #6388cf;
  text-decoration: underline;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box4 {
  padding: 0.2rem 0;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box4 a {
  display: block;
  width: 2.1rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box4 a .img {
  width: 1.17rem;
  margin: 0 auto;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box4 a .img::before {
  padding-top: 211.96581197%;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box4 a .box4cn1 {
  text-align: center;
  color: #333333;
  line-height: 1.25em;
  margin-top: 0.15rem;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .img2 {
  cursor: pointer;
}
.index-product .container .right .indexproducta2 .swiper-slide .box .cn5 {
  cursor: pointer;
}
.index-product .container .left .indexproducta1 .swiper-slide .box1 {
  display: none;
}
.index-product .container .left .indexproducta1 .swiper-slide .box1.on {
  display: block;
  animation: fuxian 1s 1 linear forwards;
}
.index-product .container .right .indexproducta2 .swiper-slide .box99 {
  display: none;
}
.index-product .container .right .indexproducta2 .swiper-slide .box99.on {
  display: block;
  animation: fuxian 1s 1 linear forwards;
}
@keyframes fuxian {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.temon2 {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 500;
}
@media (max-width: 991px) {
  .temon2 .temon_t .container .gl p {
    display: none;
  }
}
.temth.sproject1-box4a .timg {
  border-radius: initial;
}
.temth.sproject1-box4a .timg video {
  width: 100%;
}
.sproject1-box1 {
  width: 100%;
  height: 180vh;
  position: relative;
  margin-top: -1.53rem;
}
.sproject1-box1 .box {
  width: 100%;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
}
.sproject1-box1 .box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sproject1-box1 .box .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sproject1-box1 .box .imgbox img.img1 {
  z-index: 1;
}
.sproject1-box1 .box .imgbox .img3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
  opacity: 0;
}
.sproject1-box1 .box .imgbox .img2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 2s;
  z-index: 2;
}
.sproject1-box1 .box .container {
  z-index: 4;
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sproject1-box1 .box .container {
    justify-content: center;
    flex-direction: column;
  }
}
.sproject1-box1 .box .container .left {
  width: 62.1875%;
}
@media (max-width: 991px) {
  .sproject1-box1 .box .container .left {
    width: 100%;
  }
}
.sproject1-box1 .box .container .left .cn1 {
  line-height: 1.25em;
  color: #222;
  transition: all 0.5s;
}
.sproject1-box1 .box .container .left .cn1 span {
  position: relative;
  z-index: 2;
}
.sproject1-box1 .box .container .left .cn1 span::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  width: 100%;
  height: 0.15rem;
  background-color: #00ff89;
  border-radius: 0.08rem;
  transition: all 0.5s;
}
.sproject1-box1 .box .container .left .cn2 {
  color: #222;
  line-height: 1.33333333em;
  margin: 0.35rem 0 0.75rem;
  transition: all 0.5s;
}
.sproject1-box1 .box .container .left .gl_num {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.sproject1-box1 .box .container .left .gl_num .item {
  color: #6388cf;
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .sproject1-box1 .box .container .left .gl_num .item {
    margin-bottom: 0.4rem;
  }
}
.sproject1-box1 .box .container .left .gl_num .item .item_t {
  display: flex;
  align-items: center;
}
.sproject1-box1 .box .container .left .gl_num .item .item_t p {
  line-height: 1.2;
  font-weight: bold;
}
.sproject1-box1 .box .container .left .gl_num .item .item_t span {
  margin-left: 0.07rem;
  font-weight: bold;
}
.sproject1-box1 .box .container .left .gl_num .item .item_b {
  margin-top: 0.08rem;
}
.sproject1-box1 .box .container .left .gl_num .item .item_b p {
  color: #333333;
  transition: all 0.5s;
}
.sproject1-box1 .box .container .right {
  width: 37.8125%;
}
@media (max-width: 991px) {
  .sproject1-box1 .box .container .right {
    width: 50%;
  }
}
.sproject1-box1 .box .container .right .imgbox2::before {
  padding-top: 149.75206612%;
}
.sproject1-box1 .box .container .right .imgbox2 .imgbox2a1 {
  opacity: 1;
}
.sproject1-box1 .box .container .right .imgbox2 .imgbox2a2 {
  opacity: 0;
}
.sproject1-box1.on .box .imgbox .img2 {
  opacity: 1;
  top: 0;
}
.sproject1-box1.on .box .imgbox .img3 {
  opacity: 0.15;
}
.sproject1-box1.on .box .container .left .cn1 {
  color: #Fff;
}
.sproject1-box1.on .box .container .left .cn1 span::before {
  background-color: #6388cf;
}
.sproject1-box1.on .box .container .left .cn2 {
  color: #fff;
}
.sproject1-box1.on .box .container .left .gl_num .item .item_b p {
  color: #Fff;
  opacity: 0.7;
}
.sproject1-box1.on .box .container .right .imgbox2 .imgbox2a1 {
  opacity: 0;
}
.sproject1-box1.on .box .container .right .imgbox2 .imgbox2a2 {
  opacity: 1;
}
.sproject1-box2 {
  background-color: #000;
  padding: 1rem 0;
  overflow: hidden;
}
.sproject1-box2 .container .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.33333333em;
}
.sproject1-box2 .container .cn2 {
  text-align: center;
  color: #Fff;
  line-height: 1.41666667em;
  margin: 0.1rem 0 0.5rem;
  cursor: grab;
}
.sproject1-box2 .container .box {
  width: 80%;
  margin: 0 auto;
  height: 8rem;
  cursor: grab;
  position: relative;
}
.sproject1-box2 .container .box .bgimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.59rem;
  max-width: 10.59rem;
}
.sproject1-box2 .container .box #canvas-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .sproject1-box2 .container .box {
    width: 100%;
  }
}
.sproject1-box2 .container .box .cn3 {
  display: flex;
  justify-content: center;
}
.sproject1-box2 .container .box .cn3 .cn4 {
  display: flex;
  border-bottom: 1px solid #999;
}
.sproject1-box2 .container .box .cn3 button {
  color: #999;
  position: relative;
  margin: 0 0.3rem;
  padding: 0.1rem 0;
  transition: all 0.5s;
}
.sproject1-box2 .container .box .cn3 button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #6388cf;
  transition: all 0.5s;
}
.sproject1-box2 .container .box .cn3 button:first-child {
  margin-left: 0;
}
.sproject1-box2 .container .box .cn3 button:last-child {
  margin-right: 0;
}
.sproject1-box2 .container .box .cn3 button.active {
  color: #6388cf;
}
.sproject1-box2 .container .box .cn3 button.active:before {
  width: 100%;
}
.sproject1-box3 {
  padding-top: 1.2rem;
  background-color: #000;
}
.sproject1-box3 .cn0 {
  line-height: 1.27777778em;
  color: #Fff;
  margin-bottom: 0.2rem;
  text-align: center;
}
.sproject1-box3 .container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sproject1-box3 .container {
    justify-content: space-between;
  }
}
.sproject1-box3 .container .box {
  margin-top: 0.3rem;
  margin-right: 0.3rem;
  width: calc((100% - 0.6rem) / 3);
  background-color: #070705;
  border-radius: 0.2rem;
  padding: 0.2rem 0.3rem;
  border: 1px solid rgba(19, 19, 19, 0.83);
  display: flex;
  transition: all 0.5s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .sproject1-box3 .container .box {
    width: calc(50% - 0.15rem);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sproject1-box3 .container .box {
    width: 100%;
  }
}
.sproject1-box3 .container .box .img {
  margin-top: 0.15rem;
  width: 0.46rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.sproject1-box3 .container .box .img img {
  width: 100%;
  max-height: 0.5rem;
  object-fit: cover;
}
.sproject1-box3 .container .box .text .cn1 {
  display: block;
  color: #ffffff;
  line-height: 1.45454545em;
}
.sproject1-box3 .container .box .text .cn2 {
  margin-top: 0.1rem;
  display: block;
  color: #999999;
  line-height: 1.625em;
  transition: all 0.5s;
}
.sproject1-box3 .container .box:nth-child(3n) {
  margin-right: 0;
}
.sproject1-box3 .container .box:hover {
  border: 1px solid #6388cf;
  background-image: url(../image/wimg7.jpg);
}
.sproject1-box3 .container .box:hover .text .cn2 {
  color: #Fff;
}
.sproject1-box4 {
  padding-top: 2rem;
  background-color: #000;
  overflow: hidden;
}
.sproject1-box4 .container .cn1 {
  text-align: center;
  color: #fff;
  line-height: 1.27777778em;
}
.sproject1-box4 .container .cn2 {
  text-align: center;
  color: #fff;
  line-height: 1.41666667em;
  margin-top: 0.1rem;
}
.sproject1-box4 .container .cn3 {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.sproject1-box4 .container .cn3 .cn4 {
  margin: 0.35rem 0.5rem 0;
  text-align: center;
}
.sproject1-box4 .container .cn3 .cn4 .cn5 {
  justify-content: center;
  display: flex;
  align-items: center;
}
.sproject1-box4 .container .cn3 .cn4 .cn5 span:nth-child(1) {
  color: #6388cf;
}
.sproject1-box4 .container .cn3 .cn4 .cn5 span:nth-child(2) {
  color: #6388cf;
  margin-left: 0.05rem;
}
.sproject1-box4 .container .cn3 .cn4 .cn6 {
  color: #999999;
}
.sproject1-box4 .container .cn7 {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 0.8rem;
}
.sproject1-box4 .container .cn7 .img {
  margin: 0 auto;
  width: 95%;
}
.sproject1-box5 {
  padding-bottom: 1rem !important;
}
.sproject1-box5 .container .box .gl {
  padding-top: 0;
}
.sproject1-box5 .container .box .gl .temth_box {
  margin-top: 0.3rem;
}
.sproject1-box5 .container .box .gl .item .bjimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  transition: all 0.5s;
}
.sproject1-box5 .container .box .gl .item .bjimg .img1 {
  opacity: 1;
}
.sproject1-box5 .container .box .gl .item .bjimg .img2 {
  opacity: 0;
}
.sproject1-box5 .container .box .gl .item .txt .text2 {
  display: flex;
  align-items: center;
}
.sproject1-box5 .container .box .gl .item .txt .tcn1 {
  color: #999;
  display: inline-block;
  width: 30px;
  transition: all 0.5s;
  line-height: 0.4rem;
}
.sproject1-box5 .container .box .gl .item .txt .tcn2 {
  position: relative;
  color: #ffffff;
  display: inline-block;
  opacity: 0;
  transition: all 0.5s;
  max-width: calc(100% - 30px);
  line-height: 0.4rem;
}
.sproject1-box5 .container .box .gl .item .txt .tcn3 {
  color: #999999;
  transition: all 0.5s;
}
.sproject1-box5 .container .box .gl .item.on .bjimg .img1 {
  opacity: 0;
}
.sproject1-box5 .container .box .gl .item.on .bjimg .img2 {
  opacity: 1;
}
.sproject1-box5 .container .box .gl .item.on .txt .tcn1 {
  opacity: 0;
  width: 0;
  display: none;
  height: 0;
}
.sproject1-box5 .container .box .gl .item.on .txt .tcn2 {
  opacity: 1;
  color: #ffffff;
}
.sproject1-box5 .container .box .gl .item.on .txt .tcn3 {
  color: #fff;
}
.temsi .box .box3 .box3a .img .yinying {
  opacity: 1;
}
.temBox .temBox_l {
  z-index: 20;
}
.sproject1-box6 {
  position: relative;
  width: 100%;
  height: 330vh;
  background-color: #000;
  z-index: 1;
}
.sproject1-box6 .box {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sproject1-box6 .box .box2 {
  width: 100%;
}
.sproject1-box6 .box .box2 .cn1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.27777778em;
}
.sproject1-box6 .box .box2 .box3 {
  margin-top: 0.5rem;
  position: relative;
}
.sproject1-box6 .box .box2 .box3 .img {
  overflow: initial;
  width: 23.81578947%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sproject1-box6 .box .box2 .box3 .img {
    width: 55%;
  }
}
.sproject1-box6 .box .box2 .box3 .img .pic1 {
  opacity: 1;
}
.sproject1-box6 .box .box2 .box3 .img .pic2 {
  opacity: 0;
}
.sproject1-box6 .box .box2 .box3 .img .pic3 {
  opacity: 0;
}
.sproject1-box6 .box .box2 .box3 .img::before {
  padding-top: 192.54143646%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox .text1 {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  width: 2.3rem;
}
@media (max-width: 991px) {
  .sproject1-box6 .box .box2 .box3 .img .textbox .text1 {
    left: 35%;
  }
}
.sproject1-box6 .box .box2 .box3 .img .textbox .text1:nth-child(1) {
  top: 8.60832138%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox .text1:nth-child(2) {
  top: 34.43328551%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox .text1:nth-child(3) {
  top: 61.69296987%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox .text1 .line {
  flex-shrink: 0;
  width: 0rem;
  height: 1px;
  background-color: #d2d2d2;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .sproject1-box6 .box .box2 .box3 .img .textbox .text1 .line {
    display: none;
  }
}
.sproject1-box6 .box .box2 .box3 .img .textbox .text1 .cn2 {
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.2rem;
  opacity: 0;
  width: 0;
  color: #ffffff;
  line-height: 1.5em;
  white-space: nowrap;
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 .text3 {
  position: absolute;
  right: 44%;
  display: flex;
  align-items: center;
  width: 2.3rem;
}
@media (max-width: 991px) {
  .sproject1-box6 .box .box2 .box3 .img .textbox3 .text3 {
    right: 15%;
  }
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 .text3:nth-child(1) {
  top: 53%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 .text3:nth-child(2) {
  top: 73%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 .text3:nth-child(3) {
  top: 84.5%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 .text3:nth-child(3) .line {
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #d2d2d2 31%, #d2d2d2 100%);
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 .text3:nth-child(4) {
  top: 91.5%;
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 .text3 .line {
  flex-shrink: 0;
  width: 0;
  height: 1px;
  background-color: #d2d2d2;
  opacity: 0.4;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .sproject1-box6 .box .box2 .box3 .img .textbox3 .text3 .line {
    display: none;
  }
}
.sproject1-box6 .box .box2 .box3 .img .textbox3 .text3 .cn2 {
  overflow: hidden;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0.2rem;
  opacity: 0;
  width: 0;
  color: #ffffff;
  line-height: 1.5em;
  text-align: right;
  white-space: nowrap;
}
.sproject1-box6 .box .box2 .container {
  position: relative;
}
.sproject1-box6 .box .box2 .container .textbox2 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .sproject1-box6 .box .box2 .container .textbox2 {
    display: none;
  }
}
.sproject1-box6 .box .box2 .container .textbox2 .text2 {
  display: flex;
  width: 3rem;
  flex-direction: column;
  margin-top: 1rem;
}
.sproject1-box6 .box .box2 .container .textbox2 .text2:nth-child(1) {
  margin-top: 0;
}
.sproject1-box6 .box .box2 .container .textbox2 .text2 .cn3 {
  color: #6388cf;
  line-height: 1.25em;
}
.sproject1-box6 .box .box2 .container .textbox2 .text2 .cn4 {
  margin-top: 0.1rem;
  color: #Fff;
  line-height: 1.45454545em;
}
.sproject1-box6 .box .box2 .container .textbox4 {
  position: absolute;
  left: 5%;
  top: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .sproject1-box6 .box .box2 .container .textbox4 {
    display: none;
  }
}
.sproject1-box6 .box .box2 .container .textbox4 .text4 {
  display: flex;
  width: 3rem;
  flex-direction: column;
  margin-top: 1rem;
}
.sproject1-box6 .box .box2 .container .textbox4 .text4:nth-child(1) {
  margin-top: 0;
}
.sproject1-box6 .box .box2 .container .textbox4 .text4 .cn3 {
  color: #6388cf;
  line-height: 1.25em;
}
.sproject1-box6 .box .box2 .container .textbox4 .text4 .cn4 {
  margin-top: 0.1rem;
  color: #Fff;
  line-height: 1.45454545em;
}
.sproject1-box7 {
  padding-bottom: 2rem;
  background-color: #000;
  display: none;
  position: relative;
}
@media (max-width: 991px) {
  .sproject1-box7 {
    display: block;
  }
}
.sproject1-box7 .container {
  display: flex;
  justify-content: space-between;
}
.sproject1-box7 .container .textbox2 {
  position: relative;
  opacity: 1;
  width: 45%;
}
.sproject1-box7 .container .textbox2:nth-child(2) {
  text-align: right;
}
.sproject1-box7 .container .textbox2 .text2 {
  display: flex;
  width: 3rem;
  flex-direction: column;
  margin-top: 1rem;
}
.sproject1-box7 .container .textbox2 .text2:nth-child(1) {
  margin-top: 0;
}
.sproject1-box7 .container .textbox2 .text2 .cn3 {
  color: #6388cf;
  line-height: 1.25em;
}
.sproject1-box7 .container .textbox2 .text2 .cn4 {
  margin-top: 0.1rem;
  color: #Fff;
  line-height: 1.45454545em;
}
.sol-list {
  padding: 0.96rem 0 1.2rem;
  position: relative;
}
.sol-list .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sol-list .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol-list .container {
  position: relative;
  z-index: 3;
}
.sol-list .container .sol-list-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0.35rem -0.2rem 0;
}
.sol-list .container .sol-list-box .sol-list-item {
  padding: 0 0.2rem;
  width: 50%;
  position: relative;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .sol-list .container .sol-list-box .sol-list-item {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .sol-list .container .sol-list-box .sol-list-item {
    width: 100%;
  }
}
.sol-list .container .sol-list-box .sol-list-item .img {
  overflow: hidden;
  border-radius: 0.3rem;
}
.sol-list .container .sol-list-box .sol-list-item .img::before {
  padding-top: 67.56756757%;
}
.sol-list .container .sol-list-box .sol-list-item .textbox {
  position: absolute;
  width: 100%;
  bottom: 0.35rem;
  padding: 0 0.6rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .sol-list .container .sol-list-box .sol-list-item .textbox {
    position: relative;
    bottom: 0;
    padding: 0;
  }
}
.sol-list .container .sol-list-box .sol-list-item .textbox .cn1 {
  display: block;
  color: #ffffff;
  line-height: 1.35714286em;
}
@media (max-width: 991px) {
  .sol-list .container .sol-list-box .sol-list-item .textbox .cn1 {
    margin-top: 0.3rem;
    color: #333;
  }
}
.sol-list .container .sol-list-box .sol-list-item .textbox .cn2 {
  display: block;
  color: #fff;
  line-height: 1.625em;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .sol-list .container .sol-list-box .sol-list-item .textbox .cn2 {
    color: #333;
  }
}
.sol-list .container .sol-list-box .sol-list-item:hover .img img {
  transform: scale(1.05);
}
.sol-list .container .page {
  margin-top: 0.9rem;
}
.sol-info-box1 {
  position: relative;
}
.sol-info-box1 .img {
  position: relative;
}
.sol-info-box1 .img::before {
  padding-top: 42.70833333%;
}
@media (max-width: 991px) {
  .sol-info-box1 .img::before {
    padding-top: 100%;
  }
}
@media (max-width: 991px) {
  .sol-info-box1 .img .pc-img {
    display: none;
  }
}
.sol-info-box1 .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .sol-info-box1 .img .mb-img {
    display: block;
  }
}
.sol-info-box1 .container {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .sol-info-box1 .container {
    top: 50%;
  }
}
.sol-info-box1 .container .cn1 {
  color: #ffffff;
  line-height: 1.18518519em;
}
.sol-info-box1 .container .cn2 {
  color: #ffffff;
  line-height: 1.75em;
  margin: 0.3rem 0 0.75rem;
  width: 44%;
}
@media (max-width: 1580px) {
  .sol-info-box1 .container .cn2 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .sol-info-box1 .container .cn2 {
    width: 100%;
    line-height: 1.625em;
    font-size: 0.24rem;
  }
}
.sol-info-box1 .container .cn4 {
  display: flex;
}
.sol-info-box1 .container .cn3 {
  align-items: center;
  justify-content: center;
  color: #Fff;
  display: flex;
  min-width: 1.53rem;
  line-height: 0.6rem;
  background-color: #6388cf;
  border-radius: 0.3rem;
  box-shadow: 0px 5px 51px 0px rgba(0, 166, 89, 0.28);
}
.sol-info-box2 {
  padding: 1.2rem 0 0.6rem;
}
.sol-info-box2 .container .img {
  margin-top: 0.75rem;
  width: 100%;
  text-align: center;
}
.sol-info-boxtitle {
  text-align: center;
}
.sol-info-boxtitle .scn1 {
  color: #333333;
  line-height: 1.27777778em;
}
.sol-info-boxtitle .scn2 {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.41666667em;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .sol-info-boxtitle .scn2 {
    font-size: 0.26rem;
  }
}
.sol-info-boxtitle .scn3 {
  text-align: center;
  position: relative;
  margin-top: 0.25rem;
  color: #6388cf;
  text-decoration: underline;
  line-height: 1.625em;
  display: inline-block;
}
.sol-info-boxtitle .scn3 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.17rem;
  right: -0.3rem;
  transition: all 0.5s;
}
.sol-info-boxtitle .scn3 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.17rem;
  height: auto;
  right: -0.3rem;
  transition: all 0.5s;
}
.sol-info-boxtitle .scn3 svg path {
  fill: #6388cf;
  opacity: 1;
  stroke: none;
}
.sol-info-boxtitle .scn3:hover svg {
  right: -0.4rem;
}
.sol-info-boxtitle .scn3:hover img {
  right: -0.4rem;
}
.sol-info-box3 {
  padding: 0.6rem 0 1.2rem;
  overflow: hidden;
  position: relative;
}
.sol-info-box3 .sol-info-box3swiper {
  margin-top: 0.75rem;
}
.sol-info-box3 .sol-info-box3swiper .swiper-slide .img {
  border-radius: 0.3rem;
}
.sol-info-box3 .sol-info-box3swiper .swiper-slide .img::before {
  padding-top: 51.66666667%;
}
.sol-info-box3 .box {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
}
.sol-info-box3 .sol-info-box3swiper2 {
  display: flex;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}
.sol-info-box3 .sol-info-box3swiper2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
  opacity: 0.2;
}
.sol-info-box3 .sol-info-box3swiper2 .swiper-slide2 {
  padding: 0 0.3rem;
  margin: 0 0.1rem;
  position: relative;
  cursor: pointer;
}
.sol-info-box3 .sol-info-box3swiper2 .swiper-slide2:nth-child(1) {
  margin: 0 0.1rem 0 auto;
}
.sol-info-box3 .sol-info-box3swiper2 .swiper-slide2:last-child {
  margin: 0 auto 0 0;
}
.sol-info-box3 .sol-info-box3swiper2 .swiper-slide2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.5s;
  height: 2px;
  background-color: #6388cf;
}
.sol-info-box3 .sol-info-box3swiper2 .swiper-slide2:last-child {
  margin-right: 0;
}
.sol-info-box3 .sol-info-box3swiper2 .swiper-slide2 .text {
  padding: 0.2rem 0;
  color: #333333;
  transition: all 0.5s;
}
.sol-info-box3 .sol-info-box3swiper2 .swiper-slide2.on .text {
  color: #6388cf;
}
.sol-info-box3 .sol-info-box3swiper2 .swiper-slide2.on::after {
  width: 100%;
}
.sol-info-box3 .box2 {
  margin: 0.35rem auto 0;
  width: 90%;
  max-width: 1600px;
  text-align: center;
}
.sol-info-box3 .box2 .cn1 {
  display: none;
  color: #333333;
  line-height: 1.625em;
}
.sol-info-box3 .box2 .cn1.on {
  display: block;
}
.sol-info-box4 {
  background-color: #f3fbf7;
  padding: 1.2rem 0 1.5rem;
}
.sol-info-box4 .img {
  position: relative;
  margin-top: 0.75rem;
  border-radius: 0.3rem;
  overflow: hidden;
  cursor: pointer;
}
.sol-info-box4 .img .pic1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
}
.sol-info-box4 .cn4 {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
}
.sol-info-box4 .cn3 {
  align-items: center;
  justify-content: center;
  color: #Fff;
  display: flex;
  min-width: 1.53rem;
  line-height: 0.6rem;
  background-color: #6388cf;
  border-radius: 0.3rem;
  box-shadow: 0px 5px 51px 0px rgba(0, 166, 89, 0.28);
  transition: all 0.5s;
}
.sol-info-box4 .cn3:hover {
  opacity: 0.8;
}
.sol-info-box5 {
  overflow: hidden;
  padding: 1.2rem 0;
}
.sol-info-box5 .container .scn3 {
  color: #6388cf;
}
.sol-info-box5 .container .box {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box {
    margin-top: 0;
  }
}
.sol-info-box5 .container .box .left {
  width: 29.93421053%;
  padding-left: 0.6rem;
  position: relative;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    display: none;
  }
}
.sol-info-box5 .container .box .left .bg {
  position: absolute;
  left: -0.25rem;
  top: 0;
  width: 0.34rem;
  height: 100%;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .left .bg {
    display: none;
  }
}
.sol-info-box5 .container .box .left .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol-info-box5 .container .box .left .leftbox {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.05rem;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .left .leftbox {
    margin-right: 0.3rem;
  }
}
.sol-info-box5 .container .box .left .leftbox .cn7 {
  position: absolute;
  left: -0.77rem;
  top: 0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #Fff;
  border: 2px solid #e6e8eb;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .left .leftbox .cn7 {
    display: none;
  }
}
.sol-info-box5 .container .box .left .leftbox .cn7 img {
  transition: all 0.5s;
  opacity: 0;
  width: 50%;
  transform: scale(0.5);
}
.sol-info-box5 .container .box .left .leftbox:last-child {
  margin-bottom: 0;
}
.sol-info-box5 .container .box .left .leftbox .cn2 {
  color: #222;
  line-height: 0.5rem;
  height: 0.5rem;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  font-size: 0.24rem;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .left .leftbox .cn2 {
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
}
.sol-info-box5 .container .box .left .leftbox .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  width: 0;
  height: 0.03rem;
  background-color: #6388cf;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .left .leftbox .cn2::before {
    display: none;
  }
}
.sol-info-box5 .container .box .left .leftbox.on {
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .left .leftbox.on {
    margin-bottom: 0.05rem;
  }
}
.sol-info-box5 .container .box .left .leftbox.on .cn7 {
  width: 0.8rem;
  height: 0.8rem;
  top: -0.15rem;
  left: -1.1rem;
  border: 0;
  box-shadow: 0px 5px 36px 0px rgba(0, 166, 89, 0.13);
}
.sol-info-box5 .container .box .left .leftbox.on .cn7 img {
  transform: scale(1);
  opacity: 1;
}
.sol-info-box5 .container .box .left .leftbox.on .cn2 {
  font-size: 0.32rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .left .leftbox.on .cn2 {
    background-color: #6388cf;
    color: #Fff;
  }
}
.sol-info-box5 .container .box .left .leftbox.on .cn2::before {
  width: 100%;
}
.sol-info-box5 .container .box .right {
  width: 70.06578947%;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .right {
    width: 100%;
    margin-top: 1rem;
  }
}
.sol-info-box5 .container .box .right .sol-info-box5swiper {
  position: relative;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .right .sol-info-box5swiper {
    padding-bottom: 1rem;
  }
}
.sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-button-prev99 {
  top: initial;
  bottom: 0;
  left: initial;
  transform: initial;
  right: 0.7rem;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-button-prev99 {
    display: flex;
  }
}
.sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-button-next99 {
  top: initial;
  bottom: 0;
  transform: initial;
  right: 0;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-button-next99 {
    display: flex;
  }
}
.sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .img {
  position: relative;
}
.sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .img .img3 {
  position: absolute;
  left: 51%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 114.36619718%;
  z-index: 3;
}
.sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .img .img2::before {
  padding-top: 55.68075117%;
}
.sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .text0 {
  display: none;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .text0 {
    display: block;
    margin-top: 0.6rem;
  }
}
.sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .text {
  margin-top: 0.6rem;
  width: 80%;
  color: #666666;
  line-height: 1.75em;
}
@media (max-width: 991px) {
  .sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .text {
    -webkit-line-clamp: initial;
    width: 100%;
  }
}
.sol-info-box6 {
  background-color: #f3fbf7;
  padding: 1.45rem 0;
}
@media (max-width: 991px) {
  .sol-info-box6 {
    padding: 1.2rem 0;
  }
}
.sol-info-box6 .container .sol-info-box6a {
  margin-top: 0.75rem;
  position: relative;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper {
  position: relative;
  overflow: hidden;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .left {
  width: 36.84210526%;
}
@media (max-width: 991px) {
  .sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .left {
    width: 100%;
  }
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .left .box {
  position: relative;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .left .box .img {
  border-radius: 0.3rem;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .left .box .img::before {
  padding-top: 110.71428571%;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .left .box .text {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.2rem;
  text-align: center;
  color: #000000;
  z-index: 3;
  transition: all 0.5s;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .left .box:hover .img img {
  transform: scale(1.05);
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .left .box:hover .text {
  color: #6388cf;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right {
  width: 63.15789474%;
  padding-left: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 991px) {
  .sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right {
    padding-left: 0;
    width: 100%;
    margin: 0;
  }
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box {
  position: relative;
  width: calc(100% / 3);
  padding: 0 0.1rem;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box {
    width: 50%;
    margin-top: 0.2rem;
    padding: 0 0.1rem;
  }
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box:nth-child(-n+3) {
    margin-top: 0.2rem;
  }
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box .img {
  border-radius: 0.3rem;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box .img::before {
  padding-top: 100%;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box .text {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.2rem;
  text-align: center;
  color: #333;
  z-index: 3;
  transition: all 0.5s;
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box:hover .img img {
  transform: scale(1.05);
}
.sol-info-box6 .container .sol-info-box6a .sol-info-box6swiper .swiper-slide .right .box:hover .text {
  color: #6388cf;
}
.sol-info-box7 {
  padding: 1.2rem 0 0.9rem;
}
.sol-info-box7 .img {
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .sol-info-box7 .img .pc-img {
    display: none;
  }
}
.sol-info-box7 .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .sol-info-box7 .img .mb-img {
    display: block;
  }
}
.sol-info-box8 {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 0 0.3rem;
}
.sol-info-box8 .container .sol-info-box8a {
  margin-top: 0.75rem;
  position: relative;
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper {
  position: relative;
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .swiper-slide {
  position: relative;
  border-radius: 0.3rem;
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .swiper-slide::after {
  border-radius: 0.3rem;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.9;
  transition: all 0.5s;
  z-index: 5;
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .img {
  border-radius: 0.32rem;
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .img::before {
  padding-top: 42.76315789%;
}
@media (max-width: 991px) {
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .img::before {
    padding-top: 100%;
  }
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.7rem;
}
@media (max-width: 991px) {
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text {
    padding: 0 0.3rem;
  }
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn1 {
  color: #Ffffff;
  line-height: 1.33333333em;
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn2 {
  color: #Ffffff;
  line-height: 1.33333333em;
  margin-top: 0.1rem;
  width: 48%;
}
@media (max-width: 991px) {
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn2 {
    width: 100%;
  }
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn3 {
  margin: 0.55rem 0;
  width: 6.14rem;
  height: 0.03rem;
  background-image: linear-gradient(90deg, #6388cf 0%, rgba(238, 238, 238, 0.5) 75%, rgba(238, 238, 238, 0) 100%);
}
@media (max-width: 767px) {
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn3 {
    display: none;
  }
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn4 {
  border: 0.03rem solid #f8f8f8;
  border-radius: 0.1rem;
  width: 4.26rem;
}
@media (max-width: 767px) {
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn4 {
    display: none;
  }
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn4::before {
  padding-top: 56.33802817%;
}
.sol-info-box8 .container .cn9 {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
}
.sol-info-box8 .container .cn8 {
  align-items: center;
  justify-content: center;
  color: #Fff;
  display: flex;
  min-width: 1.53rem;
  line-height: 0.6rem;
  background-color: #6388cf;
  border-radius: 0.3rem;
  box-shadow: 0px 5px 51px 0px rgba(0, 166, 89, 0.28);
  transition: all 0.5s;
}
.sol-info-box8 .container .cn8:hover {
  opacity: 0.8;
}
.swiper-button-prev99,
.swiper-button-next99 {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-40px - 0.48rem);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 30;
}
@media (max-width: 1260px) {
  .swiper-button-prev99,
  .swiper-button-next99 {
    left: -0.48rem;
  }
}
@media (max-width: 991px) {
  .swiper-button-prev99,
  .swiper-button-next99 {
    width: 0.6rem;
    height: 0.6rem;
    display: none;
  }
}
.swiper-button-prev99 svg,
.swiper-button-next99 svg {
  width: 0.12rem;
  height: initial;
}
@media (max-width: 991px) {
  .swiper-button-prev99 svg,
  .swiper-button-next99 svg {
    width: 0.24rem;
  }
}
.swiper-button-prev99 svg path,
.swiper-button-next99 svg path {
  fill: #eee;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.swiper-button-prev99:hover,
.swiper-button-next99:hover {
  background-color: #6388cf;
}
.swiper-button-prev99:hover svg path,
.swiper-button-next99:hover svg path {
  fill: #fff;
}
.swiper-button-next99 {
  left: initial;
  right: calc(-40px - 0.48rem);
}
@media (max-width: 1260px) {
  .swiper-button-next99 {
    right: -0.48rem;
  }
}
@media (max-width: 991px) {
  .swiper-button-next99 {
    display: none;
  }
}
.swiper-button-next99 svg {
  transform: rotate(180deg);
}
.swiper-pagination99 {
  width: 100%;
  text-align: center;
  margin-top: 0.2rem;
  position: absolute;
  z-index: -999;
  opacity: 0;
}
@media (max-width: 991px) {
  .swiper-pagination99 {
    position: relative;
    z-index: 2;
    opacity: 1;
  }
}
.swiper-pagination99 .swiper-pagination-bullet {
  margin: 0 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
}
.swiper-pagination99 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6388cf;
}
@media (max-width: 1260px) {
  .temBox_l {
    display: none;
  }
}
.temtw .box .temtw_txt {
  min-height: 7.03rem;
}
@media (max-width: 767px) {
  .temtw .box .temtw_txt {
    min-height: auto;
  }
}
.temon .temon_box.productbpage1 {
  min-height: 8.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .temon .temon_box.productbpage1 {
    padding-bottom: 1.2rem;
  }
}
.temon .temon_box.productbpage1 .container .gl .gl_t .txt h2 {
  color: #000000;
}
.temon .temon_box.productbpage1 .container .gl .gl_t .txt p {
  color: #000000;
}
.temon .temon_box.productbpage1 .container .gl .gl_t .gl_num .item .item_b p {
  color: rgba(0, 0, 0, 0.6);
}
.temon .temon_box.productbpage1 .container .gl .gl_b {
  margin-top: 0;
}
.temon .temon_box.productbpage1 .container .gl .gl_b .g_fh {
  margin-top: 3.1rem;
}
@media (max-width: 991px) {
  .temon .temon_box.productbpage1 .container .gl .gl_b .g_fh {
    margin-top: 1rem;
  }
}
.temon .temon_box.productbpage1 .container .gl .gl_b .g_fh a {
  color: #fff;
}
@media (max-width: 991px) {
  .temon .temon_box.productbpage1 .container .gl .gl_b .g_fh a {
    color: #6388cf;
  }
}
.temon .temon_box.productbpage1 .container .gr {
  width: 40.52631579%;
  align-items: center;
}
@media (max-width: 767px) {
  .temon .temon_box.productbpage1 .container .gr {
    width: 100%;
  }
}
.temon .temon_box.productbpage1 .container .gr .swiper-container {
  width: 100%;
}
.temon .temon_box.productbpage1 .container .gr .swiper-container .img img {
  height: 100%;
}
.temon .temon_box.productbpage1 .container .gr .swiper-container .img::before {
  padding-top: 100%;
}
.temon .temon_box.productbpage1 .container .gr .swiper-container .img .productimg {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 82%;
  max-width: 80%;
}
.error {
  width: 100%;
  padding: 1.2rem 0;
  min-height: 9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error .container .img1 {
  text-align: center;
}
.error .container .img1 img {
  width: 5.86rem;
}
.error .container .cn1 {
  text-align: center;
  color: #fff;
  line-height: 1.45454545em;
  margin: 0.3rem 0 0.2rem;
}
.error .container .cn1 span {
  position: absolute;
  opacity: 0;
}
.canshu-box1 {
  background-color: #f5f5f7;
}
.canshu-box1 .container .box1 {
  padding: 0.95rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.canshu-box1 .container .box1 .cn1 {
  color: #000;
  line-height: 1.27777778em;
}
.canshu-box1 .container .box1 .cn2 {
  width: 50%;
  color: #666666;
  line-height: 1.875em;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .canshu-box1 .container .box1 .cn2 {
    width: 100%;
  }
}
.canshu-box1 .container .box2 {
  padding: 0.95rem 0;
}
.canshu-box1 .container .box2 .cn1 {
  color: #000;
  line-height: 1.27777778em;
}
.canshu-box1 .container .box2 .box3 {
  display: flex;
  flex-wrap: wrap;
}
.canshu-box1 .container .box2 .box3 .box3a {
  margin-top: 0.5rem;
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .canshu-box1 .container .box2 .box3 .box3a {
    width: 100%;
    padding-right: 0;
  }
}
.canshu-box1 .container .box2 .box3 .box3a .cn2 {
  line-height: 1.45454545em;
  color: #333;
}
.canshu-box1 .container .box2 .box3 .box3a .cn3 {
  margin-top: 0.1rem;
}
.canshu-box1 .container .box2 .box3 .box3a .cn3 .cn4 {
  color: #999999;
  line-height: 1.875em;
}
.canshu-box1 .container .box5 {
  border-top: 1px solid #e8e8e8;
  padding: 0.95rem 0;
}
.canshu-box1 .container .box5 .img {
  width: 100%;
  margin-top: 0.3rem;
}
.canshu-box1 .container .box5 .img:nth-child(1) {
  margin-top: 0;
}
.canshu-box1 .container .box5 .img img {
  width: 100%;
}
.biaocase1 {
  padding: 0.9rem 0;
}
.biaocase1 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.biaocase1 .container .left {
  padding-top: 1.1rem;
  width: 50.65789474%;
}
@media (max-width: 991px) {
  .biaocase1 .container .left {
    width: 100%;
    padding-top: 0;
  }
}
.biaocase1 .container .left .cn1 {
  color: #000000;
  line-height: 1.11111111em;
  margin-bottom: 0.3rem;
}
.biaocase1 .container .left .cn2 {
  line-height: 1.75em;
  color: #666666;
  margin-bottom: 0.7rem;
  width: 66.49350649%;
}
@media (max-width: 991px) {
  .biaocase1 .container .left .cn2 {
    width: 100%;
  }
}
.biaocase1 .container .left .gl_num {
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
@media (max-width: 991px) {
  .biaocase1 .container .left .gl_num {
    padding-right: 0;
  }
}
.biaocase1 .container .left .gl_num .item {
  margin-top: 0.1rem;
  color: #6388cf;
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .biaocase1 .container .left .gl_num .item {
    margin-bottom: 0.4rem;
  }
}
.biaocase1 .container .left .gl_num .item .item_t {
  display: flex;
}
.biaocase1 .container .left .gl_num .item .item_t p {
  line-height: 1.2;
  font-weight: bold;
}
.biaocase1 .container .left .gl_num .item .item_t span {
  margin-left: 0.07rem;
  font-weight: bold;
}
.biaocase1 .container .left .gl_num .item .item_b {
  margin-top: 0.08rem;
}
.biaocase1 .container .left .gl_num .item .item_b p {
  color: #999;
}
.biaocase1 .container .right {
  width: 49.34210526%;
}
@media (max-width: 991px) {
  .biaocase1 .container .right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.biaocase1 .container .right .biaocase1swiper {
  position: relative;
  overflow: hidden;
}
.biaocase1 .container .right .biaocase1swiper .img {
  border-radius: 0.2rem;
}
.biaocase1 .container .right .biaocase1swiper .img::before {
  padding-top: 69.06666667%;
}
.biaocase1 .container .right .biaocase1swiper2 {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.biaocase1 .container .right .biaocase1swiper2 .swiper-slide {
  cursor: pointer;
}
.biaocase1 .container .right .biaocase1swiper2 .swiper-slide.swiper-slide-thumb-active .img::before {
  background-color: rgba(0, 0, 0, 0);
}
.biaocase1 .container .right .biaocase1swiper2 .swiper-slide.swiper-slide-thumb-active .img::after {
  opacity: 1;
}
.biaocase1 .container .right .biaocase1swiper2 .img {
  border-radius: 0.2rem;
}
.biaocase1 .container .right .biaocase1swiper2 .img::before {
  padding-top: 69.06666667%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.biaocase1 .container .right .biaocase1swiper2 .img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 0.2rem;
  border: 2px solid #6388cf;
  z-index: 4;
  opacity: 0;
  transition: all 0.5s;
}
.biaocase2 {
  padding: 1.4rem 0 0;
  background-color: #f5f5f7;
}
@media (max-width: 991px) {
  .biaocase2 {
    padding: 1.2rem 0 0;
  }
}
.biaocase2 .container {
  align-items: center;
  display: flex;
  background-color: #fff;
  margin-top: 0.4rem;
  flex-wrap: wrap;
}
.biaocase2 .container:nth-child(1) {
  margin-top: 0;
}
.biaocase2 .container .left {
  width: 50%;
}
@media (max-width: 767px) {
  .biaocase2 .container .left {
    width: 100%;
  }
}
.biaocase2 .container .left .img {
  border-radius: 0.2rem;
}
.biaocase2 .container .left .img::before {
  padding-top: 69.33333333%;
}
.biaocase2 .container .right {
  width: 50%;
  padding: 0.5rem 0.9rem 0.5rem 1.2rem;
}
@media (max-width: 767px) {
  .biaocase2 .container .right {
    padding: 0.5rem 0.3rem;
    width: 100%;
  }
}
.biaocase2 .container .right .cn1 {
  line-height: 1.27777778em;
  color: #000;
}
.biaocase2 .container .right .cn2 {
  margin-top: 0.3rem;
  line-height: 1.5em;
  color: #333333;
}
.newinon.biaocase3 {
  padding: 1.4rem 0 0;
  background-color: #f5f5f7;
}
@media (max-width: 991px) {
  .newinon.biaocase3 {
    padding: 1.2rem 0 0;
  }
}
.newinon.biaocase3 .container .box {
  padding-top: 0.65rem;
}
.newinon.biaocase3 .container .box .left {
  border-right: 0;
  width: 74.67105263%;
  padding: 0 1.2rem 0 0.6rem;
}
@media (max-width: 991px) {
  .newinon.biaocase3 .container .box .left {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.newinon.biaocase3 .container .box .left .g_tit {
  padding: 0 0 0.35rem;
}
.newinon.biaocase3 .container .box .left .g_tit h1 {
  line-height: 1.27777778em;
  text-align: left;
}
.newinon.biaocase3 .container .box .left .newinon_box img {
  width: 100%;
}
.newinon.biaocase3 .container .box .left .newinon_box h3 {
  font-size: 20px;
  color: #000;
}
.newinon.biaocase3 .container .box .right {
  padding-right: 0.7rem;
  width: 25.32894737%;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .newinon.biaocase3 .container .box .right {
    display: none;
  }
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box {
  align-items: flex-start;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .mulu ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.15rem;
  cursor: pointer;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .mulu ul li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/eimg5.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  opacity: 0;
  transition: all 0.5s;
  height: 12px;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .mulu ul li a {
  color: #999999;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .mulu ul li.on::before {
  opacity: 1;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .mulu ul li.on a {
  color: #6388cf;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 {
  margin-top: 0.4rem;
  width: 100%;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn2 {
  color: #000000;
  line-height: 1.33333333em;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn7 {
  display: block;
  margin-top: 0.1rem;
  width: 100%;
  position: relative;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn7 .img {
  border-radius: 0.1rem;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn7 .img::before {
  padding-top: 67.61904762%;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn7 .cn8 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  color: #fff;
  line-height: 1.5em;
  z-index: 34;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn3 {
  margin-top: 0.1rem;
  display: flex;
  border: 1px solid #eee;
  border-radius: 0.1rem;
  width: 100%;
  align-items: center;
  padding: 0.2rem;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn3 .img {
  width: 25%;
  margin-right: 0.1rem;
  flex-shrink: 0;
  height: 1.04rem;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn3 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn3 .cn4 {
  width: calc(75% - 0.1rem);
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn3 .cn4 .cn5 {
  line-height: 1.5em;
  color: #222222;
  display: block;
}
.newinon.biaocase3 .container .box .right .ins_det_fxr_box .box1 .cn3 .cn4 .cn6 {
  display: block;
  margin-top: 0.1rem;
  line-height: 1.625em;
  color: #666666;
}
.biaocase4 {
  background-color: #f5f5f7;
  padding-top: 1.35rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.biaocase4 .container .cn1 {
  color: #000000;
  line-height: 1.27777778em;
}
.biaocase4 .container .biaocase4a {
  margin-top: 0.4rem;
}
.biaocase4 .container .biaocase4a .swiper-slide {
  background-color: #Fff;
  border-radius: 0.2rem;
  padding: 0.1rem;
}
.biaocase4 .container .biaocase4a .swiper-slide .img {
  width: 100%;
  border-radius: 0.2rem;
}
.biaocase4 .container .biaocase4a .swiper-slide .img::before {
  padding-top: 69.27966102%;
}
.biaocase4 .container .biaocase4a .swiper-slide .textbox {
  padding: 0.25rem;
}
.biaocase4 .container .biaocase4a .swiper-slide .textbox .cn2 {
  color: #333333;
  line-height: 1.55555556em;
  transition: all 0.5s;
}
.biaocase4 .container .biaocase4a .swiper-slide .textbox .cn3 {
  display: flex;
  color: #6388cf;
  align-items: center;
  margin-top: 0.1rem;
}
.biaocase4 .container .biaocase4a .swiper-slide .textbox .cn3 span {
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 0.1rem;
}
.biaocase4 .container .biaocase4a .swiper-slide .textbox .cn3 span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.biaocase4 .container .biaocase4a .swiper-slide .textbox .cn3 span img.tu2 {
  opacity: 0;
  left: -50%;
  top: 150%;
}
.biaocase4 .container .biaocase4a .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.biaocase4 .container .biaocase4a .swiper-slide:hover .textbox .cn2 {
  color: #6388cf;
}
.biaocase4 .container .biaocase4a .swiper-slide:hover .textbox .cn3 span img.tu1 {
  left: 150%;
  top: -50%;
  opacity: 0;
}
.biaocase4 .container .biaocase4a .swiper-slide:hover .textbox .cn3 span img.tu2 {
  opacity: 1;
  left: 50%;
  top: 50%;
}
.nongchanpin-banner {
  position: relative;
}
.nongchanpin-banner .bgimg::before {
  padding-top: 42.70833333%;
}
@media (max-width: 991px) {
  .nongchanpin-banner .bgimg::before {
    padding-top: 100%;
  }
}
.nongchanpin-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.nongchanpin-banner .container .cn1 {
  color: #Fff;
  line-height: 1.18518519em;
}
.nongchanpin-banner .container .cn2 {
  width: 50%;
  color: #ffffff;
  line-height: 1.75em;
  margin: 0.35rem 0 0;
}
@media (max-width: 991px) {
  .nongchanpin-banner .container .cn2 {
    width: 100%;
  }
}
.nongchanpin-banner .container .public-btn1 {
  margin-top: 0.7rem;
  justify-content: flex-start;
}
.nongchanpin-banner .container .public-btn1 .public-btn {
  min-width: 1.86rem;
}
.nongchanpin-nav {
  overflow: hidden;
}
.nongchanpin-nav .container .nongchanpinnavswiper {
  height: 0.7rem;
  overflow: hidden;
  position: relative;
}
.nongchanpin-nav .container .nongchanpinnavswiper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
}
.nongchanpin-nav .container .nongchanpinnavswiper .swiper-slide {
  width: auto;
  margin-right: 0.5rem;
}
.nongchanpin-nav .container .nongchanpinnavswiper .swiper-slide:last-child {
  margin-right: 0;
}
.nongchanpin-nav .container .nongchanpinnavswiper a {
  padding: 0 0.1rem;
  height: 0.7rem;
  text-align: center;
  display: inline-block;
  line-height: 0.7rem;
  color: #222222;
  position: relative;
  transition: all 0.5s;
}
.nongchanpin-nav .container .nongchanpinnavswiper a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.5s;
  height: 2px;
  background-color: #6388cf;
}
.nongchanpin-nav .container .nongchanpinnavswiper a.on {
  color: #6388cf;
}
.nongchanpin-nav .container .nongchanpinnavswiper a.on::before {
  width: 100%;
}
.nongchanpin-box2 {
  background-color: #f3fbf7;
  padding: 1.4rem 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .nongchanpin-box2 {
    padding: 1.2rem 0;
  }
}
.nongchanpin-box2 .sol-info-boxtitle .scn2 {
  margin: 0.2rem;
  color: rgba(51, 51, 51, 0.3);
  line-height: 1.5em;
}
.nongchanpin-box2 .nongchanpinbox2swiper {
  position: relative;
  margin-top: 0.7rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .nongchanpin-box2 .nongchanpinbox2swiper {
    overflow: initial;
  }
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide {
  background-color: #Fff;
  position: relative;
  padding: 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide .img {
  position: relative;
  z-index: 2;
  width: 0.6rem;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide .img::before {
  padding-top: 100% ;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide .img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide .img svg path {
  fill: #6388cf;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide .cn1 {
  position: relative;
  z-index: 2;
  margin-top: 0.45rem;
  color: #222222;
  line-height: 1.41666667em;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide .cn2 {
  position: relative;
  z-index: 2;
  margin-top: 0.1rem;
  color: #666666;
  line-height: 1.5em;
  height: 9em;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide:hover .img2 {
  opacity: 1;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide:hover .img svg path {
  fill: #fff;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide:hover .cn1 {
  color: #Fff;
}
.nongchanpin-box2 .nongchanpinbox2swiper .swiper-slide:hover .cn2 {
  color: rgba(255, 255, 255, 0.6);
}
.sol-info-box5.nongchanpin-box3 {
  padding: 1.35rem 0;
  position: relative;
}
.sol-info-box5.nongchanpin-box3 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sol-info-box5.nongchanpin-box3 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol-info-box5.nongchanpin-box3 .container {
  position: relative;
  z-index: 3;
}
.sol-info-box5.nongchanpin-box3 .container .sol-info-boxtitle .scn1 {
  color: #fff;
}
.sol-info-box5.nongchanpin-box3 .container .sol-info-boxtitle .scn2 {
  color: rgba(255, 255, 255, 0.6);
}
.sol-info-box5.nongchanpin-box3 .container .box {
  margin-top: 0.75rem;
  align-items: flex-start;
}
.sol-info-box5.nongchanpin-box3 .container .box .left .leftbox .cn2 {
  color: #d0d0d0;
}
.sol-info-box5.nongchanpin-box3 .container .box .left .leftbox.on .cn2 {
  color: #Fff;
}
.sol-info-box5.nongchanpin-box3 .container .box .right .sol-info-box5swiper .text {
  align-items: flex-start;
  z-index: 3;
  position: relative;
  color: #Fff;
  width: 100%;
  display: flex;
}
.sol-info-box5.nongchanpin-box3 .container .box .right .sol-info-box5swiper .text .text2 {
  line-height: 1.625em;
  height: 4.875em;
}
.sol-info-box5.nongchanpin-box3 .container .box .right .sol-info-box5swiper .text .public-btn1 {
  margin-left: 1.8rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .sol-info-box5.nongchanpin-box3 .container .box .right .sol-info-box5swiper .text .public-btn1 {
    margin-left: 0.3rem;
  }
}
.about_top.aboutzeren {
  border-top: 1px solid #e8e8e8;
  padding-top: 0;
  background-color: #fff;
}
.about_top.aboutzeren .box {
  padding: 0.3rem 0;
  margin-top: 0;
}
.aboutzeren-box1 {
  position: relative;
}
.aboutzeren-box1 .bgimg::before {
  padding-top: 36.45833333%;
}
@media (max-width: 991px) {
  .aboutzeren-box1 .bgimg::before {
    padding-top: 100%;
  }
}
.aboutzeren-box1 .container {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.aboutzeren-box1 .container .cn1 {
  color: #000;
  line-height: 1.27777778em;
}
.aboutzeren-box1 .container .cn2 {
  width: 42%;
  color: #666;
  line-height: 1.75em;
  margin: 0.2rem 0 0;
}
@media (max-width: 991px) {
  .aboutzeren-box1 .container .cn2 {
    width: 100%;
  }
}
.aboutzeren-box2 {
  padding: 0.8rem 0 0.6rem;
  background: #fff;
}
.aboutzeren-box2 .box {
  width: calc(100% + 0.2rem);
  margin: 0 0 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.aboutzeren-box2 .box .item {
  background: #fff;
  border: solid 2px #e2f8ee;
  width: calc((100% - 0.4rem)/2);
  padding: 0.6rem 0.35rem;
  margin: 0 0.1rem 0.2rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.aboutzeren-box2 .box .item .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
}
.aboutzeren-box2 .box .item .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .aboutzeren-box2 .box .item {
    align-items: center;
    width: calc((100% - 0.4rem)/2) !important;
  }
}
@media (max-width: 767px) {
  .aboutzeren-box2 .box .item {
    width: 100% !important;
  }
}
.aboutzeren-box2 .box .item .g_svg {
  z-index: 2;
  margin-right: 0.25rem;
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  position: relative;
}
.aboutzeren-box2 .box .item .g_svg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 166, 89, 0.3);
  border-radius: 50%;
  transition: all 0.5s;
}
.aboutzeren-box2 .box .item .g_svg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #6388cf;
  transform: translate(-50%, -50%);
  width: 0.55rem;
  height: 0.55rem;
  border: 1px dotted #d2d2d2;
  border-radius: 50%;
  transition: all 0.5s;
}
.aboutzeren-box2 .box .item .g_svg .img2 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.aboutzeren-box2 .box .item .g_svg .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutzeren-box2 .box .item .txt {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 0.15rem 0 0.1rem;
}
.aboutzeren-box2 .box .item .txt h3 {
  font-weight: bold;
  color: #000000;
  transition: all 0.5s;
}
.aboutzeren-box2 .box .item .txt p {
  line-height: 1.5em;
  margin-top: 0.16rem;
  color: #666666;
  transition: all 0.5s;
}
.aboutzeren-box2 .box .item:hover .bgimg {
  opacity: 1;
}
.aboutzeren-box2 .box .item:hover .g_svg::before {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.aboutzeren-box2 .box .item:hover .g_svg::after {
  background-color: rgba(0, 0, 0, 0);
}
.aboutzeren-box2 .box .item:hover .txt h3 {
  color: #Fff;
}
.aboutzeren-box2 .box .item:hover .txt p {
  color: rgba(255, 255, 255, 0.6);
}
.aboutzeren-box3 {
  position: relative;
}
.aboutzeren-box3 .bgimg::before {
  padding-top: 36.45833333%;
}
@media (max-width: 991px) {
  .aboutzeren-box3 .bgimg::before {
    padding-top: 100%;
  }
}
.aboutzeren-box3 .container {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.aboutzeren-box3 .container .cn1 {
  color: #000;
  line-height: 1.27777778em;
}
.aboutzeren-box3 .container .cn2 {
  width: 41%;
  color: #666;
  line-height: 1.5em;
  margin: 0.2rem 0 0;
}
@media (max-width: 991px) {
  .aboutzeren-box3 .container .cn2 {
    width: 100%;
  }
}
.aboutzeren-box4 {
  padding: 1rem 0;
  overflow: hidden;
}
.aboutzerenbox4swipercontaienr {
  position: relative;
}
.aboutzerenbox4swipercontaienr .swiper-button-prev,
.aboutzerenbox4swipercontaienr .swiper-button-next {
  position: absolute;
  left: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  background-color: #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  justify-content: center;
  background-image: none;
  margin-top: -0.275rem;
}
.aboutzerenbox4swipercontaienr .swiper-button-prev img,
.aboutzerenbox4swipercontaienr .swiper-button-next img {
  width: 0.12rem;
}
.aboutzerenbox4swipercontaienr .swiper-button-prev:hover,
.aboutzerenbox4swipercontaienr .swiper-button-next:hover {
  background-color: #6388cf;
}
.aboutzerenbox4swipercontaienr .swiper-button-next {
  left: initial;
  right: -0.9rem;
}
.aboutzerenbox4swipercontaienr .swiper-button-next img {
  transform: rotate(180deg);
}
.aboutzerenbox4swipercontaienr .swiper-button-disabled {
  opacity: 0;
}
.aboutzerenbox4swipercontaienr .swiper-button-lock {
  display: none !important;
}
.aboutzerenbox4swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .aboutzerenbox4swiper {
    overflow: initial;
  }
}
.aboutzerenbox4swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.aboutzerenbox4swiper .swiper-slide .swiper-slide-box {
  margin-right: 0.4rem;
  width: calc((100% - 0.8rem) / 3);
}
@media (max-width: 991px) {
  .aboutzerenbox4swiper .swiper-slide .swiper-slide-box {
    width: 100%;
    margin-right: 0;
    margin-top: 0.4rem;
  }
}
.aboutzerenbox4swiper .swiper-slide .swiper-slide-box:nth-child(3n) {
  margin-right: 0;
}
.aboutzerenbox4swiper .swiper-slide .img {
  border-radius: 0.2rem;
}
.aboutzerenbox4swiper .swiper-slide .img::before {
  padding-top: 67.70833333%;
}
.aboutzerenbox4swiper .swiper-slide .img .bg {
  height: auto;
  top: initial;
  bottom: 0;
}
.aboutzerenbox4swiper .swiper-slide .text {
  line-height: 0.3rem;
  color: #000;
  margin-top: 0.25rem;
}
.aboutzeren-box5 {
  position: relative;
}
.aboutzeren-box5 .bgimg::before {
  padding-top: 36.45833333%;
}
@media (max-width: 991px) {
  .aboutzeren-box5 .bgimg::before {
    padding-top: 100%;
  }
}
@media (max-width: 991px) {
  .aboutzeren-box5 .bgimg .pc-img {
    display: none;
  }
}
.aboutzeren-box5 .bgimg .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .aboutzeren-box5 .bgimg .mb-img {
    display: block;
  }
}
.aboutzeren-box5 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 100%;
  z-index: 5;
}
.aboutzeren-box5 .container .box {
  background-color: #6388cf;
  position: absolute;
  border-radius: 0.2rem;
  padding: 0.6rem;
  bottom: -1rem;
  right: 0;
  width: 31.84210526%;
}
@media (max-width: 991px) {
  .aboutzeren-box5 .container .box {
    width: 100%;
    padding: 0.3rem;
  }
}
.aboutzeren-box5 .container .box .cn1 {
  color: #ecf7f1;
  line-height: 1.33333333em;
}
.aboutzeren-box5 .container .box .cn2 {
  margin-top: 0.2rem;
  line-height: 1.5em;
  color: #ecf7f1;
  opacity: 0.6;
}
.aboutzeren-box6 {
  position: relative;
  padding: 2.35rem 0 0.6rem;
  overflow: hidden;
}
.aboutzeren-box6 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutzeren-box6 .bgimg img {
  width: 100%;
}
.aboutzeren-box6 .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aboutzeren-box6 .container .left {
  width: 40%;
}
@media (max-width: 991px) {
  .aboutzeren-box6 .container .left {
    width: 100%;
  }
}
.aboutzeren-box6 .container .left .cn1 {
  color: #000000;
  line-height: 1.33333333em;
}
.aboutzeren-box6 .container .left .cn2 {
  margin: 0.2rem 0;
  line-height: 1.5em;
  color: #000000;
}
.aboutzeren-box6 .container .left .cn3 {
  line-height: 1.625em;
  color: #666666;
}
.aboutzeren-box6 .container .right {
  width: 53.02631579%;
}
@media (max-width: 991px) {
  .aboutzeren-box6 .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.aboutzeren-box6 .container .right::before {
  padding-top: 49.62779156%;
}
.aboutzeren-box7 {
  padding: 1rem 0;
  overflow: hidden;
}
.aboutzeren-box7 .container .cn0 {
  text-align: center;
  line-height: 1.27777778em;
  color: #000000;
  margin-bottom: 0.6rem;
  width: 100%;
}
.aboutzeren-box7 .container .text {
  text-align: center;
}
.aboutzeren-box8 {
  position: relative;
}
.aboutzeren-box8 .bgimg::before {
  padding-top: 36.45833333%;
}
@media (max-width: 991px) {
  .aboutzeren-box8 .bgimg::before {
    padding-top: 100%;
  }
}
@media (max-width: 991px) {
  .aboutzeren-box8 .bgimg .pc-img {
    display: none;
  }
}
.aboutzeren-box8 .bgimg .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .aboutzeren-box8 .bgimg .mb-img {
    display: block;
  }
}
.aboutzeren-box8 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.aboutzeren-box8 .container .box {
  width: 100%;
}
.aboutzeren-box8 .container .box .cn1 {
  color: #ecf7f1;
  line-height: 1.33333333em;
}
.aboutzeren-box8 .container .box .cn2 {
  width: 4rem;
  margin-top: 0.2rem;
  line-height: 1.5em;
  color: #ecf7f1;
  opacity: 0.6;
}
.aboutzeren-box9 {
  padding: 1rem 0;
  overflow: hidden;
}
.aboutzeren-box9 .container .cn0 {
  text-align: center;
  line-height: 1.27777778em;
  color: #000000;
  margin-bottom: 0.6rem;
  width: 100%;
}
.aboutzeren-box9 .container .text {
  text-align: center;
}
.search-box {
  background-color: #f7f9f8;
  padding: 0.95rem 0 2rem;
}
.search-box .container .cn1 {
  text-align: center;
  color: #222222;
  line-height: 1.25em;
}
.search-box .container .cn2 {
  max-width: 7.71rem;
  margin: 0.55rem auto 0;
  position: relative;
}
.search-box .container .cn2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
  width: 0.2rem;
}
.search-box .container .cn2 input {
  padding: 0 2rem 0 0.5rem;
  width: 100%;
  line-height: 0.6rem;
  background-color: #Fff;
  border-radius: 0.3rem;
  border: 1px solid #e5e5e5;
  color: #999999;
}
.search-box .container .cn2 input::placeholder {
  color: #999999;
}
.search-box .container .cn2 button {
  position: absolute;
  right: 0;
  width: 1.6rem;
  line-height: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.3rem;
  background-color: #6388cf;
  color: #Fff;
}
.search-box .container .bigbox {
  margin-top: 1rem;
}
.search-box .container .bigbox .mbox {
  display: none;
  margin-top: 1rem;
}
.search-box .container .bigbox .mbox:nth-child(1) {
  margin-top: 0;
}
.search-box .container .bigbox .mbox.on {
  display: block;
}
.search-box .container .bigbox .mbox .cn3 {
  text-align: center;
  color: rgba(153, 153, 153, 0.6);
}
.search-box .container .bigbox .mbox .cn4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.search-box .container .bigbox .mbox .cn4 span {
  color: #333333;
  margin-top: 0.15rem;
}
.search-box .container .bigbox .mbox .cn4 a {
  margin-top: 0.15rem;
  margin-left: 0.1rem;
  min-width: 1.46rem;
  line-height: 0.36rem;
  border-radius: 0.18rem;
  background-color: #F5f5f5;
  padding: 0 0.2rem;
  color: #999999;
  transition: all 0.5s;
}
.search-box .container .bigbox .mbox .cn4 a:hover {
  background-color: #e5f6ee;
  color: #6388cf;
}
.search-box .container .bigbox .mbox .mbox1 .cn5 {
  line-height: 1.33333333em;
  color: #333333;
  margin-bottom: 0.25rem;
}
.search-box .container .bigbox .mbox .mbox1 .sol-list {
  margin-bottom: 0.8rem;
  padding: 0;
}
.search-box .container .bigbox .mbox .mbox1 .sol-list .container {
  width: 100%;
  max-width: 100%;
}
.search-box .container .about_top {
  background-color: transparent;
  border-top: 0;
}
.search-box .container .about_top .box .t_a a {
  margin-right: 0.8rem;
  color: #222222;
}
.search-box .container .about_top .box .t_a a.on {
  color: #6388cf;
}
.sol-list .container .sol-list-box .sol-list-item .img img {
  transition: all 0.5s;
}
.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1520px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
#c-header .hed_search {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  line-height: 1.5;
  border-top: 1px solid #eeeeee;
  display: none;
}
#c-header .hed_search .container2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.7rem 0 0.6rem;
}
#c-header .hed_search .container2 .lt,
#c-header .hed_search .container2 .gt {
  width: 50%;
}
@media (max-width: 767px) {
  #c-header .hed_search .container2 .lt,
  #c-header .hed_search .container2 .gt {
    width: 100%;
  }
}
#c-header .hed_search .container2 .lt {
  color: #333333;
}
@media (max-width: 767px) {
  #c-header .hed_search .container2 .lt {
    margin-bottom: 0.4rem;
  }
}
#c-header .hed_search .container2 .gt {
  padding-right: 0.93rem;
}
@media (max-width: 767px) {
  #c-header .hed_search .container2 .gt {
    padding-right: 0;
  }
}
#c-header .hed_search .container2 .gt .f_form {
  margin-bottom: 0.36rem;
  width: 100%;
  border-radius: 30px;
  display: flex;
  border: solid 1px #d8dde4;
  position: relative;
}
#c-header .hed_search .container2 .gt .f_form img {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .hed_search .container2 .gt .f_form input {
  color: #333333;
  width: calc(100% - 1.55rem);
  line-height: 0.6rem;
  padding: 0 0.2rem 0 0.5rem;
}
@media (max-width: 767px) {
  #c-header .hed_search .container2 .gt .f_form input {
    padding: 0.2rem 0.3rem;
  }
}
#c-header .hed_search .container2 .gt .f_form input::-webkit-input-placeholder {
  color: #999999;
}
#c-header .hed_search .container2 .gt .f_form input:-moz-placeholder {
  color: #999999;
}
#c-header .hed_search .container2 .gt .f_form input::-moz-placeholder {
  color: #999999;
}
#c-header .hed_search .container2 .gt .f_form input:-ms-input-placeholder {
  color: #999999;
}
#c-header .hed_search .container2 .gt .f_form input:placeholder {
  color: #999999;
}
#c-header .hed_search .container2 .gt .f_form .f_sub {
  width: 1.6rem;
  text-align: center;
  background-color: #6388cf;
  color: #fff;
  border-radius: 30px;
  transition: all 0.4s;
  line-height: 0.6rem;
}
#c-header .hed_search .container2 .gt .f_form .f_sub:hover {
  opacity: 0.86;
}
#c-header .hed_search .container2 .gt .f_jut {
  display: flex;
  line-height: 30px;
}
@media (max-width: 1580px) {
  #c-header .hed_search .container2 .gt .f_jut {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  #c-header .hed_search .container2 .gt .f_jut {
    line-height: 0.5rem;
    display: block;
  }
}
#c-header .hed_search .container2 .gt .f_jut .f_name {
  color: #666666;
  flex: 0 0 auto;
  margin-right: 0.06rem;
}
@media (max-width: 767px) {
  #c-header .hed_search .container2 .gt .f_jut .f_name {
    margin-right: 0;
    margin-bottom: 0.22rem;
  }
}
#c-header .hed_search .container2 .gt .f_jut .f_link {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
#c-header .hed_search .container2 .gt .f_jut .f_link .li {
  border-radius: 15px;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.4s;
  color: #999999;
  border: solid 1px #eeeeee;
  padding: 0 0.16rem;
}
@media (max-width: 767px) {
  #c-header .hed_search .container2 .gt .f_jut .f_link .li {
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 0.25rem;
  }
}
#c-header .hed_search .container2 .gt .f_jut .f_link .li:hover {
  border-color: #6388cf;
  color: #fff;
  background: #6388cf;
}
#c-header .c-nav ul li a {
  line-height: 1.5em !important;
  padding: 0.2rem 0;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container {
  width: 85%;
  max-width: 1520px;
  padding: 0;
  align-items: flex-start;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 {
  width: 81.57894737%;
  padding: 0;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 {
  padding: 0;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box1a {
  justify-content: flex-start;
  padding-right: 1.4rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 {
  border-top: 0;
  position: relative;
  padding-right: 1.4rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: #f2f2f2;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 .box3 {
  position: relative;
  z-index: 2;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 .box3 .box3a .box3a1 .box3a2 {
  line-height: 0.36rem !important;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 .box3 .box3b .box3b1 .box3b2 {
  padding: 0;
  line-height: 0.36rem !important;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 .box3 .box3c .box3c1 .box3c3 {
  margin-top: 0;
  padding: 0;
  line-height: 0.36rem !important;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 .box3 .box3c .box3c1 .box3c3:nth-child(1) {
  margin-top: 0.15rem;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 .box4 {
  position: relative;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 .bgimg {
  position: absolute;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.2);
  top: 0;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 {
  width: 18.42105263%;
  padding: 0 0.2rem 0 0.6rem;
  position: relative;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f2f2f2;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box1a .box1b .pcn1 {
  margin-right: 0;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box2 {
  border-top: 0;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box2::before {
  display: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box2 .box3 .box3b .box3b1 .box3b2 {
  padding: 0;
  justify-content: flex-start;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box2 .box3 .box3b .box3b1 .box3b2 .box3b3 {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box2 .box3 .box3b .box3b1 .box3b2 .box3b5 {
  display: none;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box2 .box3 .box3b .box3b1 .box3b2:hover .box3b3 {
  display: flex;
  opacity: 1;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box2 .box3 .box3b .box3b1 .box3b2:hover .box3b5 {
  display: flex;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box10 .box2 .box3 .box3b .box3b1 .box3b2:hover .box3b4 {
  color: #6388cf;
  border-bottom: 1px solid #eee;
}
.abo_js.aboutyunfeibox2 {
  background-color: #f5f5f7;
  padding: 1.35rem 0 1.55rem;
}
.abo_js.aboutyunfeibox2 .container .cn0 {
  text-align: left;
  color: #333;
  line-height: 1.27777778em;
}
.abo_js.aboutyunfeibox2 .container .box {
  margin-top: 0.4rem;
}
.abo_js.aboutyunfeibox2 .container .box .item:nth-child(1) {
  width: calc((100% - 0.6rem)/3);
}
.abo_js.aboutyunfeibox2 .container .box .item:nth-child(2) {
  width: calc((100% - 0.6rem)/3);
}
.abo_js.aboutyunfeibox2 .container .box .item:nth-child(3) {
  width: calc((100% - 0.6rem)/3);
}
.abo_js.aboutyunfeibox2 .container .box .item:nth-child(4) {
  width: calc((100% - 0.4rem)/2);
}
.abo_js.aboutyunfeibox2 .container .box .item:nth-child(5) {
  width: calc((100% - 0.4rem)/2);
}
.aboutyunfeibox3 {
  padding-top: 1.35rem;
}
.aboutyunfeibox3 .container {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991px) {
  .aboutyunfeibox3 .container {
    justify-content: space-between;
  }
}
.aboutyunfeibox3 .container .box {
  min-height: 2.8rem;
  background-image: url(../image/eimg41.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.2rem;
  width: calc((100% - 0.4rem) / 3);
  margin-top: 0.35rem;
  border-radius: 0.2rem;
  padding: 0.3rem 0.3rem 0.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .aboutyunfeibox3 .container .box {
    width: calc((100% - 0.4rem) / 2) !important;
  }
}
@media (max-width: 767px) {
  .aboutyunfeibox3 .container .box {
    width: 100% !important;
  }
}
.aboutyunfeibox3 .container .box.box9 {
  padding: 0;
  border-radius: 0;
  background-image: none;
  display: flex;
}
.aboutyunfeibox3 .container .box.box9 .cn5 {
  position: absolute;
  left: 0;
  top: 0;
  flex-shrink: 0;
  color: #6388cf;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  /*将文字水平显示*/
}
.aboutyunfeibox3 .container .box.box9 .cn5::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.1rem);
  width: 1px;
  height: 300px;
  background-image: linear-gradient(to bottom, #ececec 0%, #ececec 50%, rgba(255, 255, 255, 0) 100%);
}
.aboutyunfeibox3 .container .box.box9 .cn6 {
  padding-left: 0.5rem;
  line-height: 1.33333333em;
  color: #333;
}
.aboutyunfeibox3 .container .box:nth-child(3n) {
  margin-right: 0;
}
.aboutyunfeibox3 .container .box .box2 {
  display: flex;
  align-items: center;
}
.aboutyunfeibox3 .container .box .box2 .cn1 {
  flex-shrink: 0;
  width: 0.35rem;
  margin-right: 0.15rem;
}
.aboutyunfeibox3 .container .box .box2 .cn1 img {
  width: 100%;
}
.aboutyunfeibox3 .container .box .box2 .cn2 {
  color: #Fff;
  line-height: 1.36363636em;
}
.aboutyunfeibox3 .container .box .cn3 {
  margin-top: 0.1rem;
}
.aboutyunfeibox3 .container .box .cn3 .cn4 {
  line-height: 1.875em;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .aboutyunfeibox3 .container .box .cn3 .cn4 {
    font-size: 0.24rem;
  }
}
.about_top .box .t_a a {
  color: #222;
}
.aboutyunfeibox3a {
  padding: 1.2rem 0 0.6rem;
  background-image: linear-gradient(to bottom, #fff 0%, #f5f5f7 100%);
}
.aboutyunfeibox3a .container .box2 {
  display: flex;
  justify-content: flex-end;
}
.aboutyunfeibox3a .container .box {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.aboutyunfeibox3a .container .box .cn1 {
  padding: 0.15rem 0;
  color: #666666;
  line-height: 1.625em;
  margin-right: 0.6rem;
  position: relative;
}
.aboutyunfeibox3a .container .box .cn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s;
  background-color: #6388cf;
}
.aboutyunfeibox3a .container .box .cn1.on {
  color: #6388cf;
  font-weight: bold;
}
.aboutyunfeibox3a .container .box .cn1.on::before {
  width: 100%;
}
.aboutyunfeibox3a .container .box .cn1:last-child {
  margin-right: 0;
}
.aboutyunfeibox3a .container .box3 {
  margin-top: 0.25rem;
}
.aboutyunfeibox3a .container .box3 .box4 {
  display: none;
  position: relative;
}
.aboutyunfeibox3a .container .box3 .box4.on {
  display: block;
}
.aboutyunfeibox3a .container .box3 .box4 .img {
  border-radius: 0.2rem;
}
.aboutyunfeibox3a .container .box3 .box4 .img::before {
  padding-top: 38.15789474%;
}
@media (max-width: 991px) {
  .aboutyunfeibox3a .container .box3 .box4 .img .pc-img {
    display: none;
  }
}
.aboutyunfeibox3a .container .box3 .box4 .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .aboutyunfeibox3a .container .box3 .box4 .img .mb-img {
    display: block;
  }
}
.aboutyunfeibox3a .container .box3 .box4 .box5 {
  position: absolute;
  z-index: 3;
  top: 0;
  padding: 0.8rem 0.5rem;
  left: 0;
  width: 100%;
  max-height: 90%;
  overflow: auto;
}
@media (max-width: 1260px) {
  .aboutyunfeibox3a .container .box3 .box4 .box5 {
    padding: 0.5rem;
  }
}
.aboutyunfeibox3a .container .box3 .box4 .box5 .cn2 {
  color: #000;
  line-height: 1.33333333em;
}
.aboutyunfeibox3a .container .box3 .box4 .box5 .cn3 {
  margin: 0.2rem 0;
  width: 2.5rem;
  height: 1px;
  background-color: #cbd0cf;
  position: relative;
}
.aboutyunfeibox3a .container .box3 .box4 .box5 .cn3 span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.6rem;
  background-color: #6388cf;
}
.aboutyunfeibox3a .container .box3 .box4 .box5 .cn4 {
  line-height: 2.25em;
  color: #666;
}
@media (max-width: 991px) {
  .aboutyunfeibox3a .container .box3 .box4 .box5 .cn4 {
    line-height: 1.5em;
  }
}
.aboutyunfeibox4 {
  padding: 1rem 0;
  background-color: #f5f5f7;
}
.aboutyunfeibox4 .container .box1 {
  display: flex;
  flex-wrap: wrap;
}
.aboutyunfeibox4 .container .box1 .cn1 {
  width: 50%;
  color: #000000;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .aboutyunfeibox4 .container .box1 .cn1 {
    width: 100%;
  }
}
.aboutyunfeibox4 .container .box1 .cn2 {
  width: 50%;
  color: #333333;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .aboutyunfeibox4 .container .box1 .cn2 {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.aboutyunfeibox4 .container .cn3 {
  margin-top: 0.5rem;
  text-align: center;
}
.aboutyunfeibox5 {
  padding: 1rem 0 0;
}
.aboutyunfeibox5 .sol-info-box8 {
  padding: 0.5rem 0 0;
}
.aboutyunfeibox5 .sol-info-box8 .sol-info-box8a {
  margin-top: 0;
}
.aboutyunfeibox5 .sol-info-box8 .sol-info-box8a .img::before {
  padding-top: 56.25% !important;
}
.sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .swiper-slide::after {
  height: 102%;
}
.aboutyunfeiboxpublic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.aboutyunfeiboxpublic .ptextbox {
  width: 50%;
  margin-top: 0.35rem;
}
@media (max-width: 991px) {
  .aboutyunfeiboxpublic .ptextbox {
    width: 100%;
  }
}
.aboutyunfeiboxpublic .ptextbox .pcn1 {
  color: #000000;
  line-height: 1.27777778em;
}
.aboutyunfeiboxpublic .ptextbox .pcn2 {
  color: #333333;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.aboutyunfeiboxpublic .ptextbox2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
@media (max-width: 991px) {
  .aboutyunfeiboxpublic .ptextbox2 {
    margin-top: 0.6rem;
    width: 100%;
    justify-content: space-between;
  }
}
.aboutyunfeiboxpublic .ptextbox2 .pcn3 {
  max-width: 2.4rem;
  margin: 0 0.3rem;
}
@media (max-width: 767px) {
  .aboutyunfeiboxpublic .ptextbox2 .pcn3 {
    margin: 0 0.1rem;
  }
}
.aboutyunfeiboxpublic .ptextbox2 .pcn3 .pcn4 {
  justify-content: center;
  display: flex;
  align-items: center;
}
.aboutyunfeiboxpublic .ptextbox2 .pcn3 .pcn4 .pcn6 {
  line-height: 1em;
}
.aboutyunfeiboxpublic .ptextbox2 .pcn3 .pcn4 .pcn7 {
  line-height: 1em;
}
.aboutyunfeiboxpublic .ptextbox2 .pcn5 {
  text-align: center;
  color: #999999;
  margin-top: 0.1rem;
}
.aboutyunfeibox6 {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.aboutyunfeibox6 .container .aboutyunfeiboxpublic .ptextbox .pcn2 {
  margin-top: 0.2rem;
}
.aboutyunfeibox6 .container .aboutyunfeiboxpublic .ptextbox2 {
  align-items: center;
}
.aboutyunfeibox6 .container .aboutyunfeiboxpublic .ptextbox2 .pcn3 .pcn5 {
  text-align: left;
}
.aboutyunfeibox6 .container .aboutyunfeiboxpublic .ptextbox2 .pcn3 .pcn8 {
  width: 0.97rem;
  height: 0.97rem;
}
.aboutyunfeibox6 .container .aboutyunfeiboxpublic .ptextbox2 .pcn3 .pcn8 img {
  width: 0.97rem;
  height: 0.97rem;
  object-fit: cover;
}
.aboutyunfeibox6 .container .aboutyunfeiboxpublic .ptextbox2 .pcn3 .pcn9 {
  color: #6388cf;
  text-decoration: underline;
}
.aboutyunfeibox6 .container .box {
  cursor: pointer;
  margin-top: 0.5rem;
  border-radius: 0.3rem;
  background-color: #000;
  border: 0.12rem solid #000;
  position: relative;
}
.aboutyunfeibox6 .container .box .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aboutyunfeibox6 .container .box .btn img {
  width: 0.5rem;
}
.aboutyunfeibox6 .container .box video {
  border-radius: 0.2rem;
  width: 100%;
}
.about_top.aboutyunfeibox1 .img {
  margin-top: 0.4rem;
  border-radius: 0.2rem;
}
.about_top.aboutyunfeibox1 .img::before {
  padding-top: 40.78947368%;
}
.about_top.aboutyunfeibox1 .box99 {
  cursor: pointer;
  margin-top: 0.4rem;
  border-radius: 0.2rem;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about_top.aboutyunfeibox1 .box99 .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.about_top.aboutyunfeibox1 .box99 .btn img {
  width: 0.5rem;
}
.about_top.aboutyunfeibox1 .box99 video {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 0.2rem;
  width: 100%;
}
.about_top.aboutyunfeibox1 .box2 {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_top.aboutyunfeibox1 .box2 .left {
  width: 50.65789474%;
}
@media (max-width: 991px) {
  .about_top.aboutyunfeibox1 .box2 .left {
    width: 100%;
  }
}
.about_top.aboutyunfeibox1 .box2 .left .cn1 {
  line-height: 1.27777778em;
  color: #333333;
  margin-bottom: 0.5rem;
}
.about_top.aboutyunfeibox1 .box2 .left .cn2 {
  color: #333333;
  line-height: 1.5em;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.35rem;
  justify-content: space-between;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 .pcn3 {
  max-width: 2.4rem;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 .pcn3 .pcn4 {
  display: flex;
  align-items: center;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 .pcn3 .pcn4 .pcn6 {
  line-height: 1em;
  transition: all 0.5s;
  color: #333333;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 .pcn3 .pcn4 .pcn7 {
  transition: all 0.5s;
  line-height: 1em;
  color: #333333;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 .pcn3:hover .pcn4 .pcn6 {
  color: #6388cf;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 .pcn3:hover .pcn4 .pcn7 {
  color: #6388cf;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 .pcn3:hover .pcn5 {
  transition: all 0.5s;
  color: #6388cf;
}
.about_top.aboutyunfeibox1 .box2 .left .ptextbox2 .pcn5 {
  color: #999999;
  margin-top: 0.1rem;
}
.about_top.aboutyunfeibox1 .box2 .right {
  width: 25.65789474%;
}
@media (max-width: 991px) {
  .about_top.aboutyunfeibox1 .box2 .right {
    display: none;
  }
}
.about_top.aboutyunfeibox1 .box2 .right .img::before {
  padding-top: 88.46153846%;
}
.sproject1-box4a {
  overflow: hidden;
}
.sproject1-box4a .container {
  max-width: 1500px;
}
.sproject1-box4a .zsbox4 {
  margin-top: 0.75rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #080808;
  box-shadow: inset 0px 0px 14px 0px rgba(0, 255, 137, 0.28);
  border-radius: 0.3rem;
  padding: 0.3rem;
  border: solid 1px rgba(0, 255, 137, 0.36);
  width: 94.4%;
}
.sproject1-box4a .zsbox4 .szbox4left {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.sproject1-box4a .zsbox4 .szbox4left .tu1 {
  width: 100%;
}
.sproject1-box4a .zsbox4 .szbox4left img {
  max-width: initial;
}
.sproject1-box4a .zsbox4 .szbox4right {
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: 7.76836158%;
  z-index: 5;
}
@media (max-width: 991px) {
  .sproject1-box4a .zsbox4 .szbox4right {
    position: relative;
    width: 100%;
    margin-top: 0.5rem;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    transform: translateY(0);
  }
}
.sproject1-box4a .zsbox4 .szbox4right .cn10 {
  padding: 0 0.1rem;
  display: block;
  line-height: 0.55rem;
  background-color: #0d0d0d;
  border-radius: 0px 10px 10px 0px;
  border: solid 1px #141414;
  text-align: center;
  color: #Fff;
  margin: 0.1rem 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .sproject1-box4a .zsbox4 .szbox4right .cn10 {
    width: 33%;
  }
}
.sproject1-box4a .zsbox4 .szbox4right .cn10.on {
  background-color: #6388cf;
}
.sproject1-box4a .zsbox4 .szbox4left div {
  color: #fff;
}
#c-header .c-gn .ztop-search {
  border-radius: 50%;
}
#c-header .c-nav ul {
  border-radius: 0 0 0.2rem 0.2rem !important;
}
#c-header .public-btn {
  box-shadow: initial;
}
.index-yanfa .bgimg img {
  position: relative;
  z-index: -1;
}
.index-case .more {
  margin-top: 0.8rem;
}
.index-case {
  min-height: auto;
}
.footer .index-footer .box2 .left .cn2 {
  margin-left: 0.2rem;
}
.sol-list {
  overflow: hidden;
}
.footer .index-footer .box1 .left .box1e .box1d .cn7 {
  width: 1rem !important;
  left: -0.15rem !important;
}
.footer .index-footer .box1 .left .box1e .box1d .cn7 span {
  width: 1rem !important;
  height: 1rem !important;
}
.footer .index-footer .box1 .left .box1e .box1d .cn7 span img {
  width: 0.9rem;
  height: 0.9rem;
}
.pro_box {
  background-size: cover !important;
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1 .box2 .box3 .box3c {
  width: calc(100% - 5.17rem);
}
#c-header .container .c-nav .productxiala .pxiala1 .pxiala2 .pxiala3 .container .box1.box9 .box2 .box3 .box3c .box3c1 .box3c3 {
  line-height: 1.2em !important;
  margin-top: 0.15rem;
}
.temth .timg video {
  width: 100%;
}
#c-header .c-gn .ztop-search .cn1 svg {
  width: 18px;
  height: 18px;
}
.index-case .container .box .right .rightbox .cn2 {
  display: none;
}
@media (max-width: 991px) {
  .index-product .container .left .cn2 {
    margin-top: 0.8rem;
  }
  .index-about {
    height: auto !important;
  }
  .index-about .box .box2 {
    position: relative;
  }
  .index-about .box .logo {
    display: none;
  }
  .index-about .box .logo2 {
    display: none;
  }
  .index-about .box .box2 .container .left .cn1 {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .index-about .box .box2 .container .left .cn2 {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .index-about .box .box2 .container .left .more {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .index-about .box .box2 .container .right {
    opacity: 1 !important;
    transform: translateY(0) !important;
    justify-content: space-between;
  }
  .footer .index-footer .box1 .left .box1a {
    width: 100%;
    display: flex;
    margin-right: 0;
  }
  .footer .index-footer .box1 .left .box1a .img {
    margin-top: 0;
    width: 1.79rem;
    margin-left: 0.3rem;
  }
  .aboutyunfeibox3a .container .box2 {
    justify-content: center;
  }
  .aboutyunfeibox3a .container .box3 .box4 {
    padding-top: 5rem;
    background-color: #d1d9d6;
    border-radius: 0.2rem;
  }
  .aboutyunfeibox3 .container .box.box9 .cn5 {
    display: none;
  }
  .aboutyunfeibox3 .container .box.box9 .cn6 {
    padding-left: 0;
  }
  .aboutyunfeibox3 .container .box {
    min-height: initial;
  }
  .sol-info-box1 .container .cn2 {
    display: none;
  }
  .sol-info-box1 .container .cn4 {
    margin-top: 0.75rem;
  }
  .sol-info-box5 .container .box .right {
    margin-top: 0;
  }
  .sol-info-box5 .container .box .right .sol-info-box5swiper {
    padding-bottom: 0;
  }
  .sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .text0 {
    text-align: center;
  }
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 0;
    margin-top: 0.6rem;
  }
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn1 {
    color: #333;
  }
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .text .cn2 {
    color: #333;
  }
  .sol-info-box8 .container .sol-info-box8a .sol-info-box8swiper .img::before {
    padding-top: 42.76315789%;
  }
  .crumbs_box {
    display: none;
  }
  .conon .box .item.item1 {
    padding: 0.5rem !important;
  }
  .conon .box .item1 .txt span {
    display: none;
  }
  .aboutzeren-box2 .box .item {
    align-items: flex-start;
  }
  .temon2 {
    display: none;
  }
  .sproject1-box4a {
    padding-top: 2rem;
  }
  .sproject1-box4a .zsbox4 .szbox4right .cn10 {
    border-radius: 0.1rem;
  }
  .sproject1-box4a .zsbox4 .szbox4left {
    height: auto !important;
  }
  .temsi .box .box3 .box3a .img .yinying {
    opacity: 1;
  }
  .nongchanpin-banner .container .cn2 {
    display: none;
  }
  .sproject1-box7 {
    padding-bottom: 0;
  }
  .temth .box .gr .gr_box {
    min-height: auto;
  }
  .temth .box .gr {
    display: none;
  }
  .temth .box .gl .imgimg {
    margin: 0.5rem 0;
    width: 100%;
    display: none;
    padding: 0.32rem;
    border-radius: 0.3rem;
    border: 1px solid #03502d;
    box-shadow: inset 0 0 30px 5px rgba(0, 166, 89, 0.28);
  }
  .temth .box .gl .imgimg.on {
    display: block;
  }
  .temth .box .gl .imgimg:nth-child(2) {
    display: block;
  }
  .footer .index-footer .box1 .left .box1e .box1c .cn5 .cn6 img {
    width: 0.4rem;
  }
  .footer .index-footer .box1 .left .box1e .box1d {
    display: none;
  }
  .footer .index-footer .box1 .left .box1e .box1d .cn6 svg {
    width: 0.46rem;
    height: 0.38rem;
  }
  .index-case .container .box {
    margin-top: 0;
  }
  .index-case .container .box .left .leftbox {
    display: none;
  }
  .index-case .container .box .right .rightbox {
    display: block;
    margin-top: 0.5rem;
    border: 1px solid #eee;
    padding: 0.5rem 0.3rem;
    border-radius: 0.2rem;
    background-color: #eef7f2;
  }
  .index-case .container .box .right .rightbox .cn2 {
    margin-bottom: 0.3rem;
    display: block;
    font-size: 0.28rem;
  }
  .index-case .container .box .right .rightbox .cn3 {
    bottom: 0.7rem;
  }
  .footer .index-footer .box1 .left .box1b .btn {
    justify-content: flex-start;
  }
  .sproject1-box5 .container .box .gl .item .txt .tcn1 {
    opacity: 0;
    display: none;
  }
  .sproject1-box5 .container .box .gl .item .txt .tcn2 {
    opacity: 1 !important;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .index-about .box .box2 .container .right .rightbox {
    width: 45%;
  }
}
.index-case .container .box .right .cn5 {
  display: flex;
  align-items: center;
  color: #6388cf;
  height: 0.3rem;
  line-height: 0.3rem;
  display: none;
  margin-bottom: 0.3rem;
}
.index-case .container .box .right .cn5 .cn6 {
  display: flex;
  align-items: center;
  color: #6388cf;
}
.index-case .container .box .right .cn5 .cn6 img {
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.1rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-product .container .right {
    display: block !important;
    height: 0;
    overflow: hidden;
  }
  .index-case .container .box .right .cn5 {
    display: flex;
  }
  .index-about .box .box2 .container {
    padding: 0 0.3rem;
  }
  .sol-info-box5 .container .box .left {
    display: flex;
  }
  .sol-info-box5 .container .box .left .po1 {
    display: none;
  }
  .sol-info-box5 .container .box .right .sol-info-box5swiper .swiper-slide .text {
    display: flex !important;
    flex-wrap: wrap;
    margin-top: 0 !important;
  }
  .sol-info-box5.nongchanpin-box3 .container .box .right .sol-info-box5swiper .text .text2 {
    height: auto;
    width: 100%;
    -webkit-line-clamp: 10;
  }
  .sol-info-box5.nongchanpin-box3 .container .box .right .sol-info-box5swiper .text .public-btn1 {
    margin-left: 0 !important;
    margin-top: 0.8rem;
  }
}