@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@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);
  }
}
html.on {
  overflow: hidden;
}
html.on .header.fhs {
  top: 0;
}
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;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container-index {
  width: 73%;
  position: relative;
  margin: auto;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container-index {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container-index {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  min-width: 1.8rem;
  height: 0.5rem;
  padding: 0 0.2rem 0 0.38rem;
  border-radius: 0.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #004ea2, #00b4ff);
  color: #fff;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-btn {
    min-width: 2.4rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn span {
  display: inline-flex;
  transition: all ease-out 0.3s;
  margin-left: 0.27rem;
}
.public-btn span svg {
  width: 7px;
  height: 11px;
}
.public-btn span svg:nth-child(2) {
  opacity: 0.4;
}
.public-btn span svg path {
  fill: #fff;
}
.public-btn:hover span {
  margin-left: 0.37rem;
}
.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-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.public-tc .box {
  width: 910px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .public-tc .box {
    width: 500px;
  }
}
.public-tc .box .close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0.21rem;
  top: 0.21rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-tc .box .close {
    width: 30px;
    height: 30px;
  }
}
.public-tc .box .close img {
  width: 100%;
  transition: all ease-out 0.3s;
}
.public-tc .box .close:hover img {
  transform: rotateZ(180deg);
}
.public-tc .box .left {
  width: 350px;
  background: url(../images/public-tc-bg.png) center center no-repeat;
  background-size: cover;
  padding: 0.37rem 0 0 0.44rem;
}
@media (max-width: 991px) {
  .public-tc .box .left {
    width: 100%;
    padding: 0.37rem 0 0.3rem 0.44rem;
  }
}
.public-tc .box .left .icon {
  height: 47px;
}
.public-tc .box .left .icon img {
  height: 100%;
}
.public-tc .box .left .t1 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin: 0.7rem 0 0.3rem;
}
.public-tc .box .left .t1 span {
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 1580px) {
  .public-tc .box .left .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1260px) {
  .public-tc .box .left .t1 {
    font-size: 14px;
  }
}
.public-tc .box .left .t2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0.2rem;
}
.public-tc .box .left .t2 span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  margin-right: 0.1rem;
}
.public-tc .box .left .t2 span img {
  width: 100%;
}
@media (max-width: 1580px) {
  .public-tc .box .left .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1260px) {
  .public-tc .box .left .t2 {
    font-size: 14px;
  }
}
.public-tc .box .right {
  width: 560px;
  max-width: 100%;
  padding: 0.4rem 0.55rem 0.23rem;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .public-tc .box .right {
    width: 100%;
  }
}
.public-tc .box .right .t1 {
  font-size: 0.3rem;
  line-height: 1;
  font-weight: bold;
  color: #1a1a1a;
}
.public-tc .box .right .t2 {
  line-height: 22px;
  color: #505050;
  font-weight: bold;
  margin-top: 0.12rem;
}
.public-tc .box .right .tbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.public-tc .box .right .tbox .ts1 {
  width: 100%;
  height: 0.57rem;
  background: #fff;
  padding-left: 0.25rem;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
.public-tc .box .right .tbox .ts1::placeholder {
  color: #ccc;
}
.public-tc .box .right .tbox .ts2 {
  width: calc(50% - 4px);
  height: 0.57rem;
  background: #fff;
  padding-left: 0.25rem;
  border: 1px solid #efefef;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.public-tc .box .right .tbox .ts2::placeholder {
  color: #ccc;
}
.public-tc .box .right .tbox .text {
  width: 100%;
  height: 1.27rem;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  padding: 0.17rem 0.25rem;
}
.public-tc .box .right .tbox .text::placeholder {
  color: #ccc;
}
.public-tc .box .right .tips {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  flex-wrap: wrap;
}
.public-tc .box .right .tips .cks {
  width: 19px;
  height: 19px;
  border-radius: 5px;
  border: 2px solid #cecece;
  background: #fff;
  cursor: pointer;
  margin-right: 0.1rem;
  position: relative;
}
.public-tc .box .right .tips .cks::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/check-icons.png) center center no-repeat;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.public-tc .box .right .tips .cks.on {
  background: #0042a2;
  border: 2px solid #0042a2;
}
.public-tc .box .right .tips .cks.on::after {
  opacity: 1;
}
.public-tc .box .right .tips a {
  color: #2cc6d0;
}
.public-tc .box .right .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.17rem;
}
.page-rflex {
  position: fixed;
  z-index: 19;
  right: 0.26rem;
  bottom: 1rem;
}
@media (max-width: 767px) {
  .page-rflex {
    display: none;
  }
}
.page-rflex .a-box {
  width: 0.62rem;
  padding: 0.07rem;
  border-radius: 0.31rem;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #f1f2f4;
}
.page-rflex .a-box .ab {
  margin-bottom: 0.14rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-rflex .a-box .ab > a {
  width: 0.48rem;
  height: 0.48rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
.page-rflex .a-box .ab > a svg {
  width: 0.3rem;
}
.page-rflex .a-box .ab > span {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #32363f;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
.page-rflex .a-box .ab .mall {
  width: 120px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  display: none;
}
.page-rflex .a-box .ab .mall > a {
  display: flex;
  align-items: center;
}
.page-rflex .a-box .ab .mall > a .micon {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.page-rflex .a-box .ab .mall > a .micon img {
  width: 100%;
  height: 100%;
}
.page-rflex .a-box .ab .mall > a .micon img:nth-child(2) {
  display: none;
}
.page-rflex .a-box .ab .mall > a > span {
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  line-height: 40px;
  transition: all 0.4s;
  white-space: nowrap;
  color: #666;
}
@media (max-width: 1260px) {
  .page-rflex .a-box .ab .mall > a > span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page-rflex .a-box .ab .mall > a > span {
    font-size: 14px;
  }
}
.page-rflex .a-box .ab .mall > a:last-child span {
  border-bottom: none;
}
.page-rflex .a-box .ab .mall > a:hover .micon img:nth-child(1) {
  display: none;
}
.page-rflex .a-box .ab .mall > a:hover .micon img:nth-child(2) {
  display: block;
}
.page-rflex .a-box .ab .mall > a:hover span {
  color: #004ea2;
}
.page-rflex .a-box .ab:hover > a {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.page-rflex .a-box .ab:hover > a svg {
  width: 0.26rem;
}
.page-rflex .a-box .ab:hover > a svg path {
  fill: #fff;
  filter: none;
}
.page-rflex .a-box .ab:hover .mall {
  display: block;
}
.page-rflex .gotop {
  width: 0.62rem;
  height: 0.62rem;
  padding: 0.07rem;
  border-radius: 0.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #f1f2f4;
  background: #fff;
  margin-top: 8px;
  cursor: pointer;
}
.page-rflex .gotop:hover {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.page-rflex .gotop:hover svg {
  width: 0.26rem;
}
.page-rflex .gotop:hover svg path {
  fill: #fff;
  filter: none;
}
#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: #005CE6;
}
#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: #005CE6;
}
#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: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 0 0 0 0.5rem;
  transition: all ease-out 0.3s;
  box-shadow: 0 0 0.5rem 0 rgba(51, 51, 51, 0.08);
}
.header .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .box .logo {
  width: 1.93rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .header .box .logo {
    width: 2.4rem;
  }
}
.header .box .logo a {
  width: 100%;
  display: flex;
}
.header .box .logo a img,
.header .box .logo a svg {
  width: 100%;
}
.header .box .logo a img path,
.header .box .logo a svg path {
  transition: all ease-out 0.3s;
}
.header .box .right {
  width: calc(100% - 1.93rem);
  padding-left: 0.5rem;
}
@media (max-width: 991px) {
  .header .box .right {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
  }
}
.header .box .right .close {
  width: 34px;
  height: 36px;
  position: relative;
  z-index: 3;
  display: none;
}
@media (max-width: 991px) {
  .header .box .right .close {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header .box .right .close span {
  width: 100%;
  height: 2px;
  background: #333;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}
.header .box .right .close span:nth-child(2) {
  width: 60%;
}
.header .box .right .close.on span {
  margin: 5px 0;
}
.header .box .right .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.header .box .right .close.on span:nth-child(2) {
  opacity: 0;
}
.header .box .right .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
.header .box .right .right-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header .box .right .right-box {
    background: #fff;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 1rem);
    overflow-y: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    border-top: 1px solid #eee;
    padding: 0 0.5rem;
    display: none;
  }
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu {
    width: 100%;
  }
}
.header .box .right .right-box .menu > ul {
  display: flex;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
.header .box .right .right-box .menu > ul > li {
  margin-right: 0.68rem;
}
@media (max-width: 1580px) {
  .header .box .right .right-box .menu > ul > li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .header .box .right .right-box .menu > ul > li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #eee;
  }
}
.header .box .right .right-box .menu > ul > li .m-link {
  position: relative;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .m-link {
    display: flex;
    flex-wrap: wrap;
  }
}
.header .box .right .right-box .menu > ul > li .m-link a {
  height: 1rem;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .header .box .right .right-box .menu > ul > li .m-link a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .header .box .right .right-box .menu > ul > li .m-link a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .m-link a {
    width: calc(100% - 0.6rem);
  }
}
.header .box .right .right-box .menu > ul > li .m-link .icon {
  width: 10px;
  height: 6px;
  display: inline-flex;
  position: absolute;
  left: calc(100% + 0.1rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .m-link .icon {
    position: relative;
    left: initial;
    width: 0.6rem;
    height: 1rem;
    top: initial;
    transform: translateY(0);
    align-items: center;
  }
}
.header .box .right .right-box .menu > ul > li .m-link .icon svg {
  width: 100%;
}
.header .box .right .right-box .menu > ul > li .m-link .icon svg path {
  fill: #004ea2;
}
.header .box .right .right-box .menu > ul > li .s-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.3);
  display: none;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu {
    position: relative;
    top: initial;
    left: initial;
    height: auto;
    background: none;
    box-shadow: none;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu .s-menu-more {
  height: 50px;
  display: inline-flex;
  padding: 0 0.4rem;
  align-items: center;
  margin: 0.48rem auto 0;
  border-radius: 25px;
  background: #f7f8fa;
  transition: all ease-out 0.3s;
  color: #252933;
  font-weight: bold;
}
.header .box .right .right-box .menu > ul > li .s-menu .s-menu-more svg {
  width: 16px;
  margin-right: 0.14rem;
}
.header .box .right .right-box .menu > ul > li .s-menu .s-menu-more svg path {
  fill: #004ea2;
  transition: all ease-out 0.3s;
}
.header .box .right .right-box .menu > ul > li .s-menu .s-menu-more:hover {
  background: #004ea2;
  color: #fff;
}
.header .box .right .right-box .menu > ul > li .s-menu .s-menu-more:hover svg path {
  fill: #fff;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu {
  border-top: 1px solid #e6e6e6;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box {
  width: 100%;
  height: fit-content;
  background: #fff;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.4rem 0.6rem 0.47rem 0.86rem;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box {
    padding: 0.3rem 0;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left {
  width: 200px;
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left {
    width: 100%;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li {
  width: 100%;
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li:nth-child(1) .p-list {
    display: block;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  line-height: 48px;
  transition: all ease-out 0.3s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .a a {
  color: #333;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .a .icons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .a .icons {
    width: 30px;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .a .icons img,
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .a .icons svg {
  width: 10px;
  height: 6px;
  transform: rotateZ(-90deg);
  transition: all ease-out 0.3s;
  margin-right: 17px;
  opacity: 0;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .a .icons img,
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .a .icons svg {
    opacity: 1;
    margin-right: 12px;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list {
  width: 100%;
  padding: 0.5rem 0;
  display: none;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item {
  width: calc(50% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item .public-img {
  width: 100%;
  background: #f7f8fa;
  border-radius: 0.15rem;
  overflow: hidden;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item .public-img::before {
  padding-top: 108.33%;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item .txt {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #32363f;
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item .txt {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item .txt {
    font-size: 14px;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item .txt span {
  width: 45px;
  height: 18px;
  border: 1px solid rgba(0, 78, 162, 0.5);
  border-radius: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #004ea2;
  margin-left: 10px;
  margin-right: -55px;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item:hover .public-img img {
  transform: scale(1.05);
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .list .item:hover .txt {
  color: #004ea2;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li .p-list .mores {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li:hover .a {
  color: #004ea2;
  border-bottom: 1px solid #eee;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li:hover .a a {
  color: #004ea2;
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li:hover .a a {
    color: #333;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li:hover .a .icons img,
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li:hover .a .icons svg {
  opacity: 1;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li:hover .a .icons img,
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li:hover .a .icons svg {
    transform: rotateZ(-90deg);
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li.on .a {
  color: #004ea2;
  border-bottom: 1px solid #eee;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li.on .a a {
  color: #004ea2;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li.on .a .icons img,
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li.on .a .icons svg {
  opacity: 1;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li.on .a .icons img,
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-left .li.on .a .icons svg {
    transform: rotateZ(0);
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right {
  width: calc(100% - 234px);
  padding-top: 0.1rem;
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right {
    width: calc(100% - 150px);
    display: none;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li {
  width: 100%;
  display: none;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li.on {
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item {
  width: calc(16.66% - 0.2rem);
  margin: 0 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item {
    width: calc(33.33% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item {
    width: calc(100% - 0.2rem);
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item .public-img {
  width: 100%;
  background: #f7f8fa;
  border-radius: 0.15rem;
  overflow: hidden;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item .public-img::before {
  padding-top: 108.33%;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item .txt {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #32363f;
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item .txt {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item .txt {
    font-size: 14px;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item .txt span {
  width: 45px;
  height: 18px;
  border: 1px solid rgba(0, 78, 162, 0.5);
  border-radius: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #004ea2;
  margin-left: 10px;
  margin-right: -55px;
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item:hover .public-img img {
  transform: scale(1.05);
}
.header .box .right .right-box .menu > ul > li .s-menu.product-menu .p-box .p-right .li .list .item:hover .txt {
  color: #004ea2;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu {
  border-top: 1px solid #e6e6e6;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box {
  width: 100%;
  background: #fff;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0.5rem 1.9rem 0.57rem;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box {
    padding: 0.3rem 0;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item {
  width: calc(16.66% - 0.2rem);
  margin: 0 0.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item {
    width: calc(33.33% - 0.2rem);
    margin: 0 0.1rem 0.2rem;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .public-img {
  width: 100%;
  background: #f7f8fa;
  border-radius: 0.15rem;
  overflow: hidden;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .public-img::before {
  padding-top: 108.33%;
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .public-img::before {
    padding-top: 88.33%;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .public-img img {
  opacity: 0;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box {
    position: relative;
    margin-top: -108.33%;
  }
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box {
    margin-top: -88.33%;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box .icon {
  width: 1.02rem;
  height: 1.02rem;
  transition: all ease-out 0.3s;
  margin: 0.37rem auto 0;
  border-radius: 50%;
  position: relative;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all ease-out 0.3s;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box .icon::before {
  content: '';
  width: 1.31rem;
  height: 1.31rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.07rem;
  transform: translate(-50%, -50%);
  background: url(../images/use-menu-icon-bg.png) bottom center no-repeat;
  background-size: contain;
  transition: all ease-out 0.3s;
  opacity: 0;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box .icon::after {
  content: '';
  width: 1.15rem;
  height: 1.15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/use-menu-icon-jj.png) center center no-repeat;
  background-size: contain;
  transition: all ease-out 0.3s;
  opacity: 0;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box .txt {
  font-size: 18px;
  color: #32363f;
  width: 100%;
  text-align: center;
  line-height: 26px;
  margin-top: 0.57rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box .txt {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item .t-box .txt {
    font-size: 14px;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item:hover .public-img img {
  opacity: 1;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item:hover .t-box .icon {
  background: #fff;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item:hover .t-box .icon img {
  transform: scale(0.6);
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item:hover .t-box .icon::before {
  opacity: 1;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item:hover .t-box .icon::after {
  opacity: 1;
  animation: forwards 1 0.5s 0.3s icon-jj;
}
.header .box .right .right-box .menu > ul > li .s-menu.use-menu .u-box .list .item:hover .t-box .txt {
  color: #fff;
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu {
  border-top: 1px solid #e6e6e6;
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  background: #fff;
  height: fit-content;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box {
    padding: 0.3rem 0;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list {
  width: auto;
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item {
  width: 3.3rem;
  height: 1.2rem;
  margin: 0 0.1rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
  background: #f7f8fa;
  padding: 0.21rem 0 0 0.29rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item {
    margin: 0 0.1rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item {
    width: calc(50% - 0.2rem);
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item .txt {
  font-size: 18px;
  line-height: 26px;
  color: #32363f;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item .txt {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item .txt {
    font-size: 14px;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item .icon {
  width: 1.7rem;
  height: 1.97rem;
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item .icon img {
  transition: all ease-out 0.3s;
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item:hover {
    transform: translateY(0);
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item:hover .txt {
  color: #004ea2;
}
.header .box .right .right-box .menu > ul > li .s-menu.service-menu .s-box .list .item:hover .icon img {
  transform: scale(1.1);
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu {
  border-top: 1px solid #e6e6e6;
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  background: #fff;
  height: fit-content;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box {
    padding: 0.3rem 0;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list {
  width: auto;
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item {
  width: 3.3rem;
  height: 1.2rem;
  margin: 0 0.1rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
  background: #f7f8fa;
  padding: 0.21rem 0 0 0.29rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item {
    margin: 0 0.1rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item {
    width: calc(50% - 0.2rem);
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item .txt {
  font-size: 18px;
  line-height: 26px;
  color: #32363f;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item .txt {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item .txt {
    font-size: 14px;
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item .icon {
  width: 1.7rem;
  height: 1.97rem;
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item .icon img {
  transition: all ease-out 0.3s;
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item:hover {
    transform: translateY(0);
  }
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item:hover .txt {
  color: #004ea2;
}
.header .box .right .right-box .menu > ul > li .s-menu.about-menu .a-box .list .item:hover .icon img {
  transform: scale(1.1);
}
.header .box .right .right-box .menu > ul > li:hover .m-link a {
  color: #004ea2;
}
.header .box .right .right-box .other {
  display: flex;
}
.header .box .right .right-box .other .shop {
  position: relative;
  z-index: 1;
}
.header .box .right .right-box .other .shop > a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  height: 1rem;
  padding: 0 0.3rem;
  color: #666;
  font-weight: bold;
  background: linear-gradient(to right, #fff, #fff);
  transition: all ease-out 0.3s;
  border-left: 1px solid #e6e6e6;
  position: relative;
}
@media (max-width: 991px) {
  .header .box .right .right-box .other .shop > a {
    border-left: none;
  }
}
.header .box .right .right-box .other .shop > a svg {
  width: 19px;
  height: 18px;
  margin-right: 0.14rem;
}
.header .box .right .right-box .other .shop > a svg path {
  fill: #666;
  transition: all ease-out 0.3s;
}
.header .box .right .right-box .other .shop > a i {
  position: absolute;
  left: 0;
  top: 0;
}
.header .box .right .right-box .other .shop .mall {
  width: 120px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  display: none;
}
.header .box .right .right-box .other .shop .mall > a {
  display: flex;
  align-items: center;
}
.header .box .right .right-box .other .shop .mall > a .micon {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.header .box .right .right-box .other .shop .mall > a .micon img {
  width: 100%;
  height: 100%;
}
.header .box .right .right-box .other .shop .mall > a .micon img:nth-child(2) {
  display: none;
}
.header .box .right .right-box .other .shop .mall > a span {
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  line-height: 40px;
  transition: all 0.4s;
  color: #666;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .header .box .right .right-box .other .shop .mall > a span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header .box .right .right-box .other .shop .mall > a span {
    font-size: 14px;
  }
}
.header .box .right .right-box .other .shop .mall > a:last-child span {
  border-bottom: none;
}
.header .box .right .right-box .other .shop .mall > a:hover .micon img:nth-child(1) {
  display: none;
}
.header .box .right .right-box .other .shop .mall > a:hover .micon img:nth-child(2) {
  display: block;
}
.header .box .right .right-box .other .shop .mall > a:hover span {
  color: #004ea2;
}
.header .box .right .right-box .other .shop:hover > a {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header .box .right .right-box .other .shop:hover > a svg path {
  fill: #fff;
}
.header .box .right .right-box .other .shop:hover .mall {
  display: block;
}
.header .box .right .right-box .other .login {
  display: inline-flex;
  align-items: center;
  height: 1rem;
  padding: 0 0.3rem;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .header .box .right .right-box .other .login {
    border-left: none;
  }
}
.header .box .right .right-box .other .login svg {
  width: 19px;
  height: 19px;
}
.header .box .right .right-box .other .login svg path {
  fill: #004ea2;
  transition: all ease-out 0.3s;
}
.header .box .right .right-box .other .login:hover {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header .box .right .right-box .other .login:hover svg path {
  fill: #fff;
}
.header .box .right .right-box .other .search {
  display: inline-flex;
  align-items: center;
  height: 1rem;
  padding: 0 0.3rem;
  border-left: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
}
@media (max-width: 991px) {
  .header .box .right .right-box .other .search {
    border-left: none;
  }
}
.header .box .right .right-box .other .search svg {
  width: 19px;
  height: 19px;
}
.header .box .right .right-box .other .search svg path {
  fill: #004ea2;
  transition: all ease-out 0.3s;
}
.header .box .right .right-box .other .search:hover {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header .box .right .right-box .other .search:hover svg path {
  fill: #fff;
}
.header .box .right .right-box .other .search .search-box {
  width: 3rem;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -3rem;
  top: 0;
  padding: 0 0.2rem;
  overflow: hidden;
  transition: all ease-out 0.3s;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header .box .right .right-box .other .search .search-box {
    width: 0;
  }
}
.header .box .right .right-box .other .search .search-box .txt1 {
  width: calc(100% - 50px);
  height: 50px;
  border-bottom: 1px solid #111;
  color: #333;
}
.header .box .right .right-box .other .search .search-box .btn {
  width: 50px;
  height: 50px;
  background: url(../images/search2.svg) center center no-repeat;
  border-bottom: 1px solid #111;
}
.header .box .right .right-box .other .search .search-box .btn:hover {
  background: #0042a2 url(../images/search.svg) center center no-repeat;
}
.header .box .right .right-box .other .search .search-box.on {
  right: 0;
}
@media (max-width: 991px) {
  .header .box .right .right-box .other .search .search-box.on {
    right: -3rem;
    width: 3rem;
  }
}
.header.fhs {
  /* top: -1.2rem; */
}
.header.hindex {
  background: transparent;
}
.header.hindex .box .logo a svg path {
  fill: #fff;
}
.header.hindex .box .right .right-box .menu > ul > li .m-link a {
  color: #fff;
}
.header.hindex .box .right .right-box .menu > ul > li .m-link .icon svg path {
  fill: #fff;
  transition: all ease-out 0.3s;
}
.header.hindex .box .right .right-box .other .shop {
  background: transparent;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.hindex .box .right .right-box .other .shop svg path {
  fill: #fff;
}
.header.hindex .box .right .right-box .other .shop:hover {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header.hindex .box .right .right-box .other .shop:hover svg path {
  fill: #fff;
}
.header.hindex .box .right .right-box .other .login {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.hindex .box .right .right-box .other .login svg path {
  fill: #fff;
}
.header.hindex .box .right .right-box .other .login:hover {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header.hindex .box .right .right-box .other .login:hover svg path {
  fill: #fff;
}
.header.hindex .box .right .right-box .other .search {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.hindex .box .right .right-box .other .search svg path {
  fill: #fff;
}
.header.hindex .box .right .right-box .other .search:hover {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header.hindex .box .right .right-box .other .search:hover svg path {
  fill: #fff;
}
.header.hindex:hover {
  background: #fff;
}
.header.hindex:hover .box .logo a svg path {
  fill: #0042a2;
}
.header.hindex:hover .box .right .right-box .menu > ul > li .m-link a {
  color: #333;
}
.header.hindex:hover .box .right .right-box .menu > ul > li .m-link .icon svg path {
  fill: #0042a2;
}
.header.hindex:hover .box .right .right-box .other .shop {
  background: transparent;
  color: #666;
  border-left: 1px solid #e6e6e6;
}
.header.hindex:hover .box .right .right-box .other .shop svg path {
  fill: #666;
}
.header.hindex:hover .box .right .right-box .other .shop:hover {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header.hindex:hover .box .right .right-box .other .shop:hover svg path {
  fill: #fff;
}
.header.hindex:hover .box .right .right-box .other .login {
  border-left: 1px solid #e6e6e6;
}
.header.hindex:hover .box .right .right-box .other .login svg path {
  fill: #0042a2;
}
.header.hindex:hover .box .right .right-box .other .login:hover {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header.hindex:hover .box .right .right-box .other .login:hover svg path {
  fill: #fff;
}
.header.hindex:hover .box .right .right-box .other .search {
  border-left: 1px solid #e6e6e6;
}
.header.hindex:hover .box .right .right-box .other .search svg path {
  fill: #0042a2;
}
.header.hindex:hover .box .right .right-box .other .search:hover {
  background: linear-gradient(to right, #004ea2, #0094da);
  color: #fff;
}
.header.hindex:hover .box .right .right-box .other .search:hover svg path {
  fill: #fff;
}
.header.fh {
  background: #fff;
}
.header.fh .box .logo a svg path {
  fill: #0042a2;
}
.header.fh .box .right .right-box .menu > ul > li .m-link a {
  color: #333;
}
.header.fh .box .right .right-box .menu > ul > li .m-link .icon svg path {
  fill: #0042a2;
}
.header.fh .box .right .right-box .other .shop {
  background: transparent;
  color: #666;
  border-left: 1px solid #e6e6e6;
}
.header.fh .box .right .right-box .other .shop svg path {
  fill: #666;
}
.header.fh .box .right .right-box .other .login {
  border-left: 1px solid #e6e6e6;
}
.header.fh .box .right .right-box .other .login svg path {
  fill: #0042a2;
}
.header.fh .box .right .right-box .other .search {
  border-left: 1px solid #e6e6e6;
}
.header.fh .box .right .right-box .other .search svg path {
  fill: #0042a2;
}
@keyframes icon-jj {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    transform: translate(-50%, -50%) scale(0.95);
  }
  60% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .vbox-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .vbox-img a{
  width: 100%;
  height: 100%;
  display: block;
}
.banner .vbox-img .img {
  width: 100%;
  height: 100%;
}
.banner .vbox-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .vbox-img .img img:nth-child(2) {
  display: none;
}
@media (max-width:991px) {
  .banner .vbox-img .img img:nth-child(1) {
    display: none;
  }
  .banner .vbox-img .img img:nth-child(2) {
    display: block;
  }
}
.banner .vbox-img video {
  position: absolute;
  left: 50%;
  /* top: 50%; */
  top: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  /* transform: translate(-50%, -50%); */
  transform: translateX(-50%);
}
@media (max-width: 1560px) {
  .banner .vbox-img video {
    height: 100%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%); 
  }
}
@media (max-width: 767px) {
  .banner .vbox-img video {
    /* display: none; */
  }
}
.banner .container-index {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.banner .container-index .play {
  width: 42px;
  height: 42px;
  position: relative;
  margin: 0 auto 0.55rem;
  cursor: pointer;
}
.banner .container-index .play img,
.banner .container-index .play svg {
  width: 100%;
  height: 100%;
}
.banner .container-index .play::before {
  content: '';
  width: 0.91rem;
  height: 0.91rem;
  background: url(../images/jj.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .banner .container-index .play::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.banner .container-index .play:hover::before {
  width: 0.71rem;
  height: 0.71rem;
}
@media (max-width: 767px) {
  .banner .container-index .play:hover::before {
    width: 1rem;
    height: 1rem;
  }
}
.banner .container-index .title {
  width: 100%;
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.banner .container-index .txt {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin-top: 0.2rem;
  text-align: center;
}
@media (max-width: 1580px) {
  .banner .container-index .txt {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .banner .container-index .txt {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .banner .container-index .txt {
    font-size: 14px;
  }
} */
.banner .container-index .public-btn {
  margin: 0.56rem auto 0;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-button-prev::before,
.banner .swiper-button-next::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
}
.banner .swiper-button-prev .icon,
.banner .swiper-button-next .icon {
  width: 10px;
  height: 14px;
  display: flex;
}
.banner .swiper-button-prev .icon svg,
.banner .swiper-button-next .icon svg {
  width: 10px;
  height: 14px;
}
.banner .swiper-button-prev .icon svg path,
.banner .swiper-button-next .icon svg path {
  fill: #666;
  transition: all ease-out 0.3s;
}
.banner .swiper-button-prev .border,
.banner .swiper-button-next .border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .swiper-button-prev .border svg,
.banner .swiper-button-next .border svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.banner .swiper-button-prev:hover .icon svg path,
.banner .swiper-button-next:hover .icon svg path {
  fill: #148ef9;
}
.banner .swiper-button-prev:hover .border svg,
.banner .swiper-button-next:hover .border svg {
  opacity: 1;
}
.banner .swiper-button-prev:hover .border .progress-bar,
.banner .swiper-button-next:hover .border .progress-bar {
  animation: box1run 1s linear normal forwards;
}
@media (max-width: 991px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
.banner .swiper-button-prev {
  left: 1rem;
}
.banner .swiper-button-next {
  right: 1rem;
}
.banner .swiper-button-next svg {
  transform: rotateZ(180deg);
}
.banner .swiper-pagination {
  font-size: 0;
  bottom: 0.46rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 17px;
  background: #fff;
  margin: 0 8px;
  opacity: 1;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  transition: all ease-out 0.3s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  height: 27px;
}
.banner .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.58rem;
  width: 0.23rem;
}
.banner .mouse img {
  animation: run1 0.7s infinite;
  -webkit-animation: run1 0.7s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@keyframes box1run {
  0% {
    stroke-dashoffset: 213;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes maas {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes mouse {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.index-box1 {
  width: 100%;
  height: 300vh;
  display: none;
}
.index-box1 .box1 {
  width: 100%;
  height: 100vh;
  padding: 1.36rem 0 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}
.index-box1 .box1 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-box1 .box1 .container .top .left {
  width: 33.125%;
}
@media (max-width: 767px) {
  .index-box1 .box1 .container .top .left {
    width: 100%;
  }
}
.index-box1 .box1 .container .top .left .t1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  line-height: 0.3rem;
}
@media (max-width: 767px) {
  .index-box1 .box1 .container .top .left .t1 {
    line-height: 0.4rem;
  }
}
.index-box1 .box1 .container .top .left .t2 {
  color: #666;
  line-height: 24px;
  margin-top: 0.57rem;
}
.index-box1 .box1 .container .top .right {
  width: 35.43%;
}
@media (max-width: 767px) {
  .index-box1 .box1 .container .top .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box1 .box1 .container .top .right ul {
  width: 100%;
}
.index-box1 .box1 .container .top .right ul li {
  width: 100%;
  border-bottom: 2px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  padding: 0 0.15rem 0.24rem 0.1rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .index-box1 .box1 .container .top .right ul li {
    padding: 0 0.15rem 0.24rem 0;
  }
}
.index-box1 .box1 .container .top .right ul li:last-child {
  border-bottom: none;
}
.index-box1 .box1 .container .top .right ul li .txt {
  line-height: 18px;
  color: #000;
}
.index-box1 .box1 .container .top .right ul li .ts {
  font-size: 0.72rem;
  line-height: 0.72rem;
  color: #004ea2;
  display: inline-flex;
  align-items: flex-start;
  font-weight: bold;
}
.index-box1 .box1 .container .top .right ul li .ts span {
  line-height: 0.5rem;
  display: inline;
}
.index-box1 .box1 .container .top .right ul li .ts .s {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.index-box1 .box1 .container .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.58rem;
  width: 0.23rem;
}
.index-box1 .box1 .container .mouse img {
  animation: run1 0.7s infinite;
  -webkit-animation: run1 0.7s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.index-box1 .box1 .bg-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.index-box1 .box1 .bg-color {
  background: #f9fafa;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.index-box1 .earth-box {
  position: sticky;
  position: -webkit-sticky;
  top: 1.5rem;
  width: 100%;
  height: calc(100vh - 1.5rem);
  overflow: hidden;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: calc(-100vh + 1.5rem);
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .index-box1 .earth-box {
    height: 60vh;
    top: 40vh;
    margin-top: -60vh;
  }
}
.index-box1 .earth-box .canvas-container {
  width: 100%;
  height: 100%;
  /* background-image: './bg.jpeg'; */
  /* margin-top: 800px; */
}
.index-box1 .earth-box .earth {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.index-box1 .earth-box .AreaTxt {
  color: #999999;
}
.index-box1 .earth-box .btn-label {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.index-box1 .earth-box .btn-label img {
  width: 80%;
  height: 80%;
}
.index-box1 .box2 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 4;
  padding: 0.88rem 0 0;
  opacity: 0;
  margin-top: 30vh;
  transition: all ease-out 0.3s;
}
.index-box1 .box2 .container .top {
  width: 100%;
}
.index-box1 .box2 .container .top .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  line-height: 0.5rem;
  text-align: center;
}
.index-box1 .box2 .container .top .title span {
  width: 1.28rem;
  height: 0.23rem;
  margin: 0 0.29rem;
}
.index-box1 .box2 .container .top .title span img {
  width: 100%;
}
.index-box1 .box2 .container .top .title span.s1 img {
  transform: rotateZ(180deg);
}
.index-box1 .box2 .container .top .txt {
  font-size: 20px;
  color: #666;
  text-align: center;
  line-height: 24px;
  margin-top: 0.17rem;
}
@media (max-width: 1580px) {
  .index-box1 .box2 .container .top .txt {
    font-style: 18px;
  }
}
@media (max-width: 1260px) {
  .index-box1 .box2 .container .top .txt {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .index-box1 .box2 .container .top .txt {
    font-size: 14px;
  }
} */
.index-box1 .box2 .container .list {
  width: 100%;
  margin-top: 0.84rem;
}
.index-box1 .box2 .container .list ul {
  width: calc(100% + 0.26rem);
  margin: 0 -0.13rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index-box1 .box2 .container .list ul li {
  width: calc(25% - 0.26rem);
  margin: 0 0.13rem;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box1 .box2 .container .list ul li {
    width: calc(50% - 0.26rem);
    margin: 0 0.13rem 0.2rem;
  }
}
.index-box1 .box2 .container .list ul li .tp {
  width: 100%;
  background: #fff;
  padding: 0.16rem 0 0.4rem;
  display: inline-block;
}
.index-box1 .box2 .container .list ul li .tp .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
}
.index-box1 .box2 .container .list ul li .tp .icon img {
  width: 100%;
}
.index-box1 .box2 .container .list ul li .tp .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .index-box1 .box2 .container .list ul li .tp .t1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .index-box1 .box2 .container .list ul li .tp .t1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .index-box1 .box2 .container .list ul li .tp .t1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.index-box1 .box2 .container .list ul li .ts {
  width: 100%;
  padding: 0 0.34rem;
  display: none;
  background: #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.index-box1 .box2 .container .list ul li .ts .tbs {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  padding: 0.35rem 0.2rem;
  display: flex;
  justify-content: space-between;
}
.index-box1 .box2 .container .list ul li .ts .tbs .ts1 {
  font-size: 0.24rem;
  color: #999;
  display: inline-flex;
  align-items: flex-start;
}
.index-box1 .box2 .container .list ul li .ts .tbs .ts1 .big {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.index-box1 .box2 .container .list ul li .ts .tbs .ts2 {
  font-size: 18px;
  line-height: 24px;
  color: #999;
}
@media (max-width: 1580px) {
  .index-box1 .box2 .container .list ul li .ts .tbs .ts2 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .index-box1 .box2 .container .list ul li .ts .tbs .ts2 {
    font-size: 14px;
  }
}
.index-box1 .box2 .container .list ul li .ts .more {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #f2f2f2;
  padding: 0.16rem 0;
}


/* ---new 1-9 */
.index-newbox1 {
  width: 100%;
  height: 100vh;
}
.index-newbox1 .box1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}
.index-newbox1 .box1 .container {
  height: 100%;
  padding: 1.36rem 0 0;
  position: relative;
  z-index: 3;
}
.index-newbox1 .box1 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-newbox1 .box1 .container .top .left {
  width: 33.125%;
}
@media (max-width: 767px) {
  .index-newbox1 .box1 .container .top .left {
    width: 100%;
  }
}
.index-newbox1 .box1 .container .top .left .t1 {
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  line-height: 0.5rem;
}
/* @media (max-width: 767px) {
  .index-newbox1 .box1 .container .top .left .t1 {
    line-height: 0.4rem;
  }
} */
.index-newbox1 .box1 .container .top .left .t2 {
  color: #666;
  line-height: 24px;
  margin-top: 0.57rem;
}
.index-newbox1 .box1 .container .top .right {
  width: 35.43%;
}
@media (max-width: 767px) {
  .index-newbox1 .box1 .container .top .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-newbox1 .box1 .container .top .right ul {
  width: 100%;
}
.index-newbox1 .box1 .container .top .right ul li {
  width: 100%;
  border-bottom: 2px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  padding: 0 0.15rem 0.24rem 0.1rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .index-newbox1 .box1 .container .top .right ul li {
    padding: 0 0.15rem 0.24rem 0;
  }
}
.index-newbox1 .box1 .container .top .right ul li:last-child {
  border-bottom: none;
}
.index-newbox1 .box1 .container .top .right ul li .txt {
  line-height: 18px;
  color: #000;
}
.index-newbox1 .box1 .container .top .right ul li .ts {
  font-size: 0.72rem;
  line-height: 0.72rem;
  color: #004ea2;
  display: inline-flex;
  align-items: flex-start;
  font-weight: bold;
}
.index-newbox1 .box1 .container .top .right ul li .ts span {
  line-height: 0.5rem;
  display: inline;
}
.index-newbox1 .box1 .container .top .right ul li .ts .s {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.index-newbox1 .box1 .container .new-earth {
  position: absolute;
  width: 6.18rem;
  left: 50%;
  transform: translateX(-50%);
  top: 2.14rem;
  z-index: 2;
}
@media (max-width: 1580px) {
  .index-newbox1 .box1 .container .new-earth {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .index-newbox1 .box1 .container .new-earth {
    top: 45%;
  }
}
.index-newbox1 .box1 .container .new-earth .img {
  width: 100%;
}
.index-newbox1 .box1 .container .new-earth .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn {
  position: absolute;
  z-index: 20;
  transform: translate(-50%, -50%);
}
.index-newbox1 .box1 .container .new-earth .link .c-btn:nth-child(1) {
  top: 23%;
  left: 18.5%;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn:nth-child(2) {
  /* top: 48%;
  left: 11.5%; */
  top: 27%;
  left: 84.5%;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn:nth-child(3) {
  top: 45%;
  left: 63.5%;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box1 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  animation: round1 3s linear infinite;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box1 div:nth-child(2) {
  animation: round1 3s 1s linear infinite;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box1 div:nth-child(3) {
  animation: round1 3s 2s linear infinite;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box1 .c-ico {
  position: relative;
  z-index: 5;
  width: 30px;
  height: 30px;
  vertical-align: top;
  transition: all 0.3s;
  border-radius: 50%;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 1;
  padding: 0 40px 0 70px;
  height: 60px;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2 {
    padding: 0 0.2rem;
    height: 0.6rem;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 0.2rem;
  }
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2::before {
    width: 100%;
  }
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2 .c-ico {
  margin-left: 0.1rem;
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: all 0.3s 0s;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2 .c-ico path {
  fill: #333;
}
@media (max-width: 767px) {
  .index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2 .c-ico {
    opacity: 1;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2 span {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s 0s;
  color: #333;
}
@media (max-width: 767px) {
  .index-newbox1 .box1 .container .new-earth .link .c-btn .c-box2 span {
    opacity: 1;
  }
}
.index-newbox1 .box1 .container .new-earth .link .c-btn:hover .c-box1 .c-ico {
  box-shadow: 15px 15px 20px rgba(61, 164, 255, 0.3);
}
.index-newbox1 .box1 .container .new-earth .link .c-btn:hover .c-box2::before {
  opacity: 1;
  width: 100%;
}
.index-newbox1 .box1 .container .new-earth .link .c-btn:hover .c-box2 .c-ico,
.index-newbox1 .box1 .container .new-earth .link .c-btn:hover .c-box2 span {
  opacity: 1;
  transition: all 0.3s 0.3s;
}
.index-newbox1 .box1 .container .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.58rem;
  width: 0.23rem;
}
.index-newbox1 .box1 .container .mouse img {
  animation: run1 0.7s infinite;
  -webkit-animation: run1 0.7s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.index-newbox1 .box1 .bg-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.index-newbox1 .box1 .bg-color {
  background: #f9fafa;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.index-newbox2 {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .index-newbox2 {
    height: 80vh;
  }
}
.index-newbox2 .box2 {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 4;
  padding: 0.88rem 0 0;
  position: relative;
  transition: all ease-out 0.3s;
}
.index-newbox2 .box2 .container {
  position: relative;
  z-index: 2;
}
.index-newbox2 .box2 .container .top {
  width: 100%;
}
.index-newbox2 .box2 .container .top .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  line-height: 0.5rem;
  text-align: center;
}
.index-newbox2 .box2 .container .top .title span {
  width: 1.28rem;
  height: 0.23rem;
  margin: 0 0.29rem;
}
.index-newbox2 .box2 .container .top .title span img {
  width: 100%;
}
.index-newbox2 .box2 .container .top .title span.s1 img {
  transform: rotateZ(180deg);
}
.index-newbox2 .box2 .container .top .txt {
  font-size: 20px;
  color: #666;
  text-align: center;
  line-height: 24px;
  margin-top: 0.17rem;
}
@media (max-width: 1580px) {
  .index-newbox2 .box2 .container .top .txt {
    font-style: 18px;
  }
}
@media (max-width: 1260px) {
  .index-newbox2 .box2 .container .top .txt {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .index-newbox2 .box2 .container .top .txt {
    font-size: 14px;
  }
} */
.index-newbox2 .box2 .container .list {
  width: 100%;
  margin-top: 0.84rem;
}
.index-newbox2 .box2 .container .list ul {
  width: calc(100% + 0.26rem);
  margin: 0 -0.13rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index-newbox2 .box2 .container .list ul li {
  width: calc(25% - 0.26rem);
  margin: 0 0.13rem;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-newbox2 .box2 .container .list ul li {
    width: calc(50% - 0.26rem);
    margin: 0 0.13rem 0.2rem;
  }
}
.index-newbox2 .box2 .container .list ul li .tp {
  width: 100%;
  background: #fff;
  padding: 0.16rem 0 0.4rem;
  display: inline-block;
}
.index-newbox2 .box2 .container .list ul li .tp .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
}
.index-newbox2 .box2 .container .list ul li .tp .icon img {
  width: 100%;
}
.index-newbox2 .box2 .container .list ul li .tp .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .index-newbox2 .box2 .container .list ul li .tp .t1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .index-newbox2 .box2 .container .list ul li .tp .t1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .index-newbox2 .box2 .container .list ul li .tp .t1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.index-newbox2 .box2 .container .list ul li .ts {
  width: 100%;
  padding: 0 0.34rem;
  display: none;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.index-newbox2 .box2 .container .list ul li .ts .tbs {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  padding: 0.35rem 0.2rem;
  display: flex;
  justify-content: space-between;
}
.index-newbox2 .box2 .container .list ul li .ts .tbs .ts1 {
  font-size: 0.24rem;
  color: #999;
  display: inline-flex;
  align-items: flex-start;
}
.index-newbox2 .box2 .container .list ul li .ts .tbs .ts1 .big {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.index-newbox2 .box2 .container .list ul li .ts .tbs .ts2 {
  font-size: 18px;
  line-height: 24px;
  color: #999;
}
@media (max-width: 1580px) {
  .index-newbox2 .box2 .container .list ul li .ts .tbs .ts2 {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .index-newbox2 .box2 .container .list ul li .ts .tbs .ts2 {
    font-size: 14px;
  }
} */
.index-newbox2 .box2 .container .list ul li .ts .more {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #f2f2f2;
  padding: 0.16rem 0;
}
.index-newbox2 .box2 .bg {
  width: 100%;
  height: 5.7rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-newbox2 .box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes round1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
/* new-end */

@keyframes run1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes run1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

.ring {
  /* display: block !important; */
  position: fixed;
  /* left: 50vw; */
  top: 1.5rem;
  margin: 0 auto;
  z-index: 3;
  display: none;
}
.ring img {
  width: 514px !important;
  height: 514px !important;
}

.index-box2 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0.53rem 0;
}
@media (max-width: 991px) {
  .index-box2 {
    height: auto;
  }
}
.index-box2 .container {
  height: 100%;
}
@media (max-width: 991px) {
  .index-box2 .container {
    height: auto;
  }
}
.index-box2 .container .top {
  width: 67.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 0.3rem;
  padding-bottom: 0.44rem;
  border-bottom: 1px solid #efefef;
  position: relative;
}
@media (max-width: 991px) {
  .index-box2 .container .top {
    width: 100%;
  }
}
.index-box2 .container .top::before {
  content: '';
  width: 0.4rem;
  height: 1px;
  background: #006df3;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.index-box2 .container .top .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .index-box2 .container .top .title {
    font-size: 0.4rem;
  }
  .index-box1 .earth-box {
    height: 60vh;
    top: 40vh;
    margin-top: -60vh;
  }
}
.index-box2 .container .top .more {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: #004ea2;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .index-box2 .container .top .more {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .index-box2 .container .top .more {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index-box2 .container .top .more {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .index-box2 .container .top .more {
    font-size: 16px;
    margin-top: 0.3rem;
    margin-left: auto;
  }
}
.index-box2 .container .top .more span {
  width: 0.46rem;
  height: 0.46rem;
  margin-left: 0.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  position: relative;
  overflow: hidden;
}
.index-box2 .container .top .more span::before {
  content: '';
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0.02rem;
  top: 0.02rem;
  bottom: 0.02rem;
  right: 0.02rem;
}
.index-box2 .container .top .more span img,
.index-box2 .container .top .more span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.index-box2 .container .top .more:hover img,
.index-box2 .container .top .more:hover svg {
  animation: jte 0.5s linear forwards;
}
.index-box2 .container .list {
  width: 67.5%;
  height: calc(100% - 2.14rem);
  padding: 1.1rem 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .index-box2 .container .list {
    width: 100%;
  }
}
.index-box2 .container .list .swiper-container {
  width: 100%;
  height: 100%;
}
.index-box2 .container .list .swiper-container .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  opacity: 0;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .index-box2 .container .list .swiper-container .swiper-slide {
    opacity: 1;
  }
}
.index-box2 .container .list .swiper-container .swiper-slide .bg {
  width: 8.89rem;
  position: absolute;
  left: 0;
  top: 0.08rem;
  max-width: 100%;
}
.index-box2 .container .list .swiper-container .swiper-slide .bg img {
  width: 100%;
}
.index-box2 .container .list .swiper-container .swiper-slide .tbox {
  width: 350px;
  padding-top: 0.75rem;
  padding-right: 0.37rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-box2 .container .list .swiper-container .swiper-slide .tbox {
    width: 100%;
  }
}
.index-box2 .container .list .swiper-container .swiper-slide .tbox .t1 {
  font-size: 0.42rem;
  color: #000;
  font-weight: bold;
  line-height: 0.52rem;
}
.index-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #666;
  margin-top: 0.5rem;
  max-width: 100%;
}
@media (max-width: 1580px) {
  .index-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .index-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .index-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .index-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
    font-size: 16px;
  }
}
.index-box2 .container .list .swiper-container .swiper-slide .tbox .public-btn {
  margin-top: 1.05rem;
}
@media (max-width: 767px) {
  .index-box2 .container .list .swiper-container .swiper-slide .tbox .public-btn {
    margin-top: 0.6rem;
  }
}
.index-box2 .container .list .swiper-container .swiper-slide .img {
  position: relative;
  z-index: 2;
  width: calc(100% - 350px);
}
.index-box2 .container .list .swiper-container .swiper-slide .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .index-box2 .container .list .swiper-container .swiper-slide .img {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box2 .container .list .swiper-container .swiper-slide-thumb-active {
  opacity: 1;
}
.index-box2 .container .swiper-prev,
.index-box2 .container .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  border: 2px solid transparent;
}
@media (max-width: 991px) {
  .index-box2 .container .swiper-prev,
  .index-box2 .container .swiper-next {
    display: none;
  }
}
.index-box2 .container .swiper-prev svg,
.index-box2 .container .swiper-next svg {
  width: 11px;
  height: 20px;
}
.index-box2 .container .swiper-prev svg path,
.index-box2 .container .swiper-next svg path {
  fill: #e8e8e8;
  transition: all ease-out 0.3s;
}
.index-box2 .container .swiper-prev:hover,
.index-box2 .container .swiper-next:hover {
  border: 2px solid #004ea2;
}
.index-box2 .container .swiper-prev:hover svg path,
.index-box2 .container .swiper-next:hover svg path {
  fill: #004ea2;
}
.index-box2 .container .swiper-prev {
  right: calc(100% + 0.66rem);
}
@media (max-width: 1260px) {
  .index-box2 .container .swiper-prev {
    right: 100%;
  }
}
.index-box2 .container .swiper-prev svg {
  transform: rotateZ(90deg);
}
.index-box2 .container .swiper-next {
  left: calc(100% + 0.58rem);
}
.index-box2 .container .swiper-next svg {
  transform: rotateZ(-90deg);
}
.index-box2 .menu {
  width: 31.77%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #f3f5f7 url(../images/index-box2-menu-bg.png) left center no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .index-box2 .menu {
    display: none;
  }
}
.index-box2 .menu svg {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
}
.index-box2 .menu .swiper-container {
  width: 100%;
  height: 720px !important;
}
.index-box2 .menu .swiper-container .swiper-slide {
  padding-right: 1.5rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .index-box2 .menu .swiper-container .swiper-slide {
    padding-right: 1.2rem;
  }
}
@media (max-width: 1260px) {
  .index-box2 .menu .swiper-container .swiper-slide {
    padding-right: 0.7rem;
  }
}
.index-box2 .menu .swiper-container .swiper-slide .items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-box2 .menu .swiper-container .swiper-slide .items span {
  font-size: 18px;
  color: #999;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .index-box2 .menu .swiper-container .swiper-slide .items span {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .index-box2 .menu .swiper-container .swiper-slide .items span {
    font-size: 14px;
  }
} */
.index-box2 .menu .swiper-container .swiper-slide .items .imgs {
  width: 1.21rem;
  height: 100%;
  margin-left: 0.29rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box2 .menu .swiper-container .swiper-slide .items .sm {
  width: 83%;
  height: 83%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  border-radius: 50%;
  overflow: hidden;
}
.index-box2 .menu .swiper-container .swiper-slide .items .sm img {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  animation: saomiao 3.4s infinite;
  -webkit-animation: saomiao 3.4s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.index-box2 .menu .swiper-container .swiper-slide .items .img {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 1px solid #dce6f2;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
.index-box2 .menu .swiper-container .swiper-slide .items .img::before {
  content: '';
  width: 55%;
  height: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/index-box2-menu-icon1.svg) center center no-repeat;
  background-size: contain;
}
.index-box2 .menu .swiper-container .swiper-slide .items .img img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: all ease-out 0.3s;
}
.index-box2 .menu .swiper-container .swiper-slide-active {
  height: 1.21rem !important;
}
.index-box2 .menu .swiper-container .swiper-slide-active .items {
  padding-right: 0;
}
.index-box2 .menu .swiper-container .swiper-slide-active .items span {
  font-size: 24px;
  color: #333;
}
@media (max-width: 1580px) {
  .index-box2 .menu .swiper-container .swiper-slide-active .items span {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .index-box2 .menu .swiper-container .swiper-slide-active .items span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .index-box2 .menu .swiper-container .swiper-slide-active .items span {
    font-size: 16px;
  }
}
.index-box2 .menu .swiper-container .swiper-slide-active .items .imgs {
  border-radius: 50%;
  background: #fff url(../images/index-box2-menu-icon8.png) center center no-repeat;
  background-size: 1rem;
}
.index-box2 .menu .swiper-container .swiper-slide-active .items .sm {
  display: block;
}
.index-box2 .menu .swiper-container .swiper-slide-active .items .img {
  width: 1.21rem;
  height: 1.21rem;
}
.index-box2 .menu .swiper-container .swiper-slide-active .items .img::after {
  content: '';
  width: 80%;
  height: 80%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}
.index-box2 .menu .swiper-container .swiper-slide-active .items .img img {
  opacity: 1;
}
@keyframes jte {
  0% {
    left: 50%;
  }
  50% {
    left: 110%;
  }
  50.1% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@keyframes saomiao {
  0% {
    top: 90%;
  }
  50% {
    top: -10%;
  }
  100% {
    top: 90%;
  }
}
.index-box3 {
  width: 100%;
  padding: 0.64rem 0 0;
  background: #f7f9fa url(../images/index-box3-bg.jpg) center bottom no-repeat;
}
@media (max-width: 991px) {
  .index-box3 {
    padding: 1.4rem 0 1.4rem;
  }
}
.index-box3 .container .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  line-height: 0.5rem;
}
.index-box3 .container .title span {
  width: 1.28rem;
  height: 0.23rem;
  margin: 0 0.29rem;
}
.index-box3 .container .title span img {
  width: 100%;
}
.index-box3 .container .title span.s1 img {
  transform: rotateZ(180deg);
}
.index-box3 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.index-box3 .container .list .swiper-container {
  width: 100%;
}
.index-box3 .container .list .swiper-container .swiper-slide{
  opacity: 0 !important;
}
.index-box3 .container .list .swiper-container .swiper-slide-active{
  opacity: 1 !important;
}
.index-box3 .container .list .swiper-container .swiper-slide .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.index-box3 .container .list .swiper-container .swiper-slide .item .public-img {
  width: 53.75%;
}
@media (max-width: 767px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .public-img {
    width: 100%;
  }
}
.index-box3 .container .list .swiper-container .swiper-slide .item .public-img::before {
  padding-top: 63.95%;
}
.index-box3 .container .list .swiper-container .swiper-slide .item .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/index-box3-icon2.png) left center no-repeat;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .public-img::after {
    display: none;
  }
}
.index-box3 .container .list .swiper-container .swiper-slide .item .public-img img{
  left: 1px;
}
.index-box3 .container .list .swiper-container .swiper-slide .item .tbox {
  width: 38.75%;
  padding: 0.84rem 0 0.6rem 0.8rem;
}
@media (max-width: 991px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .tbox {
    width: 46%;
    padding: 0.84rem 0 0.6rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .tbox {
    width: 100%;
  }
}
.index-box3 .container .list .swiper-container .swiper-slide .item .tbox .t1 {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  color: #000;
}
.index-box3 .container .list .swiper-container .swiper-slide .item .tbox .t2 {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  font-weight: bold;
  margin-top: 0.45rem;
}
@media (max-width: 1580px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .tbox .t2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .tbox .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
/* @media (max-width: 991px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
} */
.index-box3 .container .list .swiper-container .swiper-slide .item .tbox .ck {
  margin-top: 0.83rem;
}
@media (max-width: 1580px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .tbox .ck {
    margin-top: 0.6rem;
  }
}
@media (max-width: 1260px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .tbox .ck {
    margin-top: 0.4rem;
  }
}
.index-box3 .container .list .swiper-container .swiper-slide .item .tbox .ck .btn2 {
  margin-left: 0.23rem;
  background: #fff;
  border: 2px solid #ddd;
  color: #333;
}
.index-box3 .container .list .swiper-container .swiper-slide .item .tbox .ck .btn2 svg path {
  fill: #999;
}
.index-box3 .container .list .swiper-container .swiper-slide .item .more {
  position: absolute;
  width: 1.85rem;
  height: 1.85rem;
  background: #fff;
  border-radius: 5px;
  right: 0.31rem;
  bottom: 0.33rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-box3 .container .list .swiper-container .swiper-slide .item .more {
    bottom: initial;
    top: 2.2rem;
  }
}
.index-box3 .container .list .swiper-container .swiper-slide .item .more .icon {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all ease-out 0.3s;
}
.index-box3 .container .list .swiper-container .swiper-slide .item .more .icon img {
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-box3 .container .list .swiper-container .swiper-slide .item .more .icon:hover {
  transform: scale(1.06);
}
.index-box3 .container .list .swiper-container .swiper-slide .item .more .txt {
  width: 100%;
  text-align: center;
  color: #000;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0.26rem;
}
.index-box3 .box3-menu {
  width: 100%;
  padding: 0 0.5rem 0.5rem;
  margin-top: 0.44rem;
}
@media (max-width: 991px) {
  .index-box3 .box3-menu {
    display: none;
  }
}
.index-box3 .box3-menu .swiper-container {
  width: 100%;
  padding: 0 0.7rem 0.2rem;
}
.index-box3 .box3-menu .swiper-container .swiper-wrapper{
  justify-content: center;
}
.index-box3 .box3-menu .swiper-container .swiper-slide {
  position: relative;
  padding-top: 0.68rem;
  height: 1.7rem;
  cursor: pointer;
}
.index-box3 .box3-menu .swiper-container .swiper-slide::before {
  content: '';
  width: 50%;
  height: 1px;
  background: #c5c7cd;
  position: absolute;
  top: 0.75rem;
  z-index: -1;
  right: 50%;
}
.index-box3 .box3-menu .swiper-container .swiper-slide::after {
  content: '';
  width: 50%;
  height: 1px;
  background: #c5c7cd;
  position: absolute;
  top: 0.75rem;
  z-index: -1;
  left: 50%;
}
.index-box3 .box3-menu .swiper-container .swiper-slide .icon {
  width: 16px;
  height: 16px;
  background: #e6e9f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.index-box3 .box3-menu .swiper-container .swiper-slide .icon span {
  width: 8px;
  height: 8px;
  background: #004ea2;
  border-radius: 50%;
}
.index-box3 .box3-menu .swiper-container .swiper-slide .icon2 {
  width: 0;
  height: 0;
  background: #fff;
  margin: 0 auto 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all ease-out 0.2s;
}
.index-box3 .box3-menu .swiper-container .swiper-slide .icon2 img {
  width: 0;
  transition: all ease-out 0.4s;
}
.index-box3 .box3-menu .swiper-container .swiper-slide .icon2::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/jj2.svg) center center no-repeat;
  background-size: 0.54rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-box3 .box3-menu .swiper-container .swiper-slide .icon2::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/index-box3-menu-icon3.png) center top no-repeat;
  background-size: 1.12rem auto;
  transition: all ease-out 0.2s;
}
.index-box3 .box3-menu .swiper-container .swiper-slide .txt {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #666;
  font-weight: bold;
  margin-top: 0.14rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .index-box3 .box3-menu .swiper-container .swiper-slide .txt {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .index-box3 .box3-menu .swiper-container .swiper-slide .txt {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .index-box3 .box3-menu .swiper-container .swiper-slide .txt {
    font-size: 14px;
  }
} */
.index-box3 .box3-menu .swiper-container .swiper-slide:hover .txt {
  color: #004ea2;
}
.index-box3 .box3-menu .swiper-container .swiper-slide-thumb-active::before {
  right: calc(50% + 0.65rem);
}
.index-box3 .box3-menu .swiper-container .swiper-slide-thumb-active::after {
  left: calc(50% + 0.65rem);
}
.index-box3 .box3-menu .swiper-container .swiper-slide-thumb-active .icon2 {
  width: 0.93rem;
  height: 0.93rem;
  margin: -0.56rem auto 0;
}
.index-box3 .box3-menu .swiper-container .swiper-slide-thumb-active .icon2 img {
  width: 0.5rem;
}
.index-box3 .box3-menu .swiper-container .swiper-slide-thumb-active .icon2::after {
  width: 1.3rem;
  height: 1.4rem;
}
.index-box3 .box3-menu .swiper-container .swiper-slide-thumb-active .txt {
  color: #004ea2;
}
.index-box4 {
  width: 100%;
  padding: 1.04rem 0 0.3rem;
}
.index-box4.ny-ibox4 {
  padding: 1.34rem 0 1.4rem;
}
.index-box4 .container .title {
  width: 100%;
  text-align: center;
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
.index-box4 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.index-box4 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.index-box4 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.3rem;
  position: relative;
  border-radius: 8px;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .index-box4 .container .list ul li {
    width: calc(100% - 0.5rem);
  }
}
.index-box4 .container .list ul li a {
  width: 100%;
  display: block;
}
.index-box4 .container .list ul li a .public-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.index-box4 .container .list ul li a .public-img::before {
  padding-top: 60%;
}
.index-box4 .container .list ul li a .tbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  padding-top: 0.37rem;
}
.index-box4 .container .list ul li a .tbox .t1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .index-box4 .container .list ul li a .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .index-box4 .container .list ul li a .tbox .t1 {
    font-size: 20px;
  }
}
.index-box4 .container .list ul li a .tbox .t2 {
  font-size: 20px;
  color: #666;
  line-height: 26px;
  margin-top: 0.11rem;
}
@media (max-width: 1580px) {
  .index-box4 .container .list ul li a .tbox .t2 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .index-box4 .container .list ul li a .tbox .t2 {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .index-box4 .container .list ul li a .tbox .t2 {
    font-size: 14px;
  }
} */
.index-box4 .container .list ul li a .more {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 30px);
  z-index: 2;
  opacity: 0;
  box-shadow: 0 0.4rem 0.4rem -0.4rem rgba(223, 242, 251, 0);
  transition: all ease-in-out 0.5s;
}
.index-box4 .container .list ul li a .more svg {
  width: 11px;
  height: 7px;
  transform: rotateZ(-90deg);
}
.index-box4 .container .list ul li a .more svg path {
  fill: #fff;
}
.index-box4 .container .list ul li:hover {
  box-shadow: 0 0.4rem 0.4rem -0.4rem #dff2fb;
  transform: translateY(-0.2rem);
}
.index-box4 .container .list ul li:hover a .tbox .t1 {
  color: #004ea2;
}
.index-box4 .container .list ul li:hover a .more {
  opacity: 1;
  top: calc(100% - 30px);
}
.index-box5 {
  width: 100%;
  padding: 0.77rem 0 1.15rem;
}
.index-box5 .container {
  display: flex;
  flex-wrap: wrap;
}
.index-box5 .container .title {
  width: 100%;
  text-align: center;
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  line-height: 0.6rem;
}
.index-box5 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.index-box5 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-box5 .container .list ul li {
  width: calc(100% / 3 + 1px);
  border: 1px solid #f0f0f0;
  margin-right: -1px;
}
@media (max-width: 767px) {
  .index-box5 .container .list ul li {
    width: calc(100%);
    margin-right: 0;
  }
}
.index-box5 .container .list ul li a {
  width: 100%;
  display: block;
  padding: 0.45rem 0.6rem 0.6rem;
}
@media (max-width: 991px) {
  .index-box5 .container .list ul li a {
    padding: 0.45rem 0.3rem 0.6rem;
  }
}
.index-box5 .container .list ul li a .label {
  padding: 0 0.21rem;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.index-box5 .container .list ul li a .t1 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.28rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .index-box5 .container .list ul li a .t1 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}
@media (max-width: 1260px) {
  .index-box5 .container .list ul li a .t1 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
}
.index-box5 .container .list ul li a .time {
  line-height: 26px;
  color: #666;
  margin-top: 0.22rem;
}
.index-box5 .container .list ul li a .public-img {
  margin-top: 0.53rem;
  overflow: hidden;
}
.index-box5 .container .list ul li a .public-img::before {
  padding-top: 55.55%;
}
.index-box5 .container .list ul li:hover a .t1 {
  color: #004ea2;
}
.index-box5 .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.index-box5 .container .public-btn {
  margin: 0.5rem auto 0;
}
.footer {
  width: 100%;
  background: url(../images/foot-bg.jpg) left top no-repeat;
  background-size: cover;
  padding-top: 0.76rem;
  position: relative;
  z-index: 2;
}
.footer::before {
  content: '';
  width: 4.2rem;
  height: 0.7rem;
  background: url(../images/foot-top.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.18rem;
  top: -0.3rem;
}
.footer .container .box1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .container .box1 .f-left {
  width: 250px;
}
@media (max-width: 767px) {
  .footer .container .box1 .f-left {
    width: 100%;
  }
}
.footer .container .box1 .f-left .logo {
  width: 195px;
  height: 50px;
}
.footer .container .box1 .f-left .logo a {
  width: 100%;
  display: flex;
}
.footer .container .box1 .f-left .logo a img {
  width: 100%;
}
.footer .container .box1 .f-left .txt {
  width: 100%;
  margin-top: 0.35rem;
}
.footer .container .box1 .f-left .txt .ts {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 24px;
}
.footer .container .box1 .f-left .txt .ts .s1 {
  flex-shrink: 0;
  color: rgba(123, 184, 255, 1);
}
.footer .container .box1 .f-left .txt .ts .s2 {
  color: rgba(255, 255, 255, 1);
}
.footer .container .box1 .f-menu {
  width: calc(135px + 2.4rem);
  margin-left: 2.43rem;
}
@media (max-width: 1580px) {
  .footer .container .box1 .f-menu {
    margin-left: 2rem;
  }
}
@media (max-width: 1260px) {
  .footer .container .box1 .f-menu {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .footer .container .box1 .f-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .container .box1 .f-menu {
    display: none;
  }
}
.footer .container .box1 .f-menu ul {
  width: 135px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.footer .container .box1 .f-menu ul li {
  width: 100%;
  margin-bottom: 0.1rem;
}
.footer .container .box1 .f-menu ul li:last-child {
  margin-bottom: 0;
}
.footer .container .box1 .f-menu ul li .f-link {
  display: inline-flex;
  position: relative;
}
.footer .container .box1 .f-menu ul li .f-link a {
  color: #c0ddff;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 2px solid transparent;
  transition: all ease-out 0.3s;
}
.footer .container .box1 .f-menu ul li .f-smenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2.4rem;
  padding-left: 0.37rem;
  display: none;
}
.footer .container .box1 .f-menu ul li .f-smenu a {
  width: 100%;
  display: inline-flex;
  line-height: 22px;
  color: #c5e1ff;
  transition: all ease-out 0.3s;
  margin-bottom: 0.08rem;
}
.footer .container .box1 .f-menu ul li .f-smenu a span {
  border-bottom: 1px solid transparent;
  margin-left: 8px;
  transition: all ease-out 0.3s;
}
.footer .container .box1 .f-menu ul li .f-smenu a:hover {
  color: #fff;
}
.footer .container .box1 .f-menu ul li .f-smenu a:hover span {
  border-bottom: 1px solid #fff;
}
.footer .container .box1 .f-menu ul li:hover .f-link a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer .container .box1 .f-menu ul li.on .f-link a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer .container .box1 .f-menu ul li.on .f-link::before {
  content: '';
  width: 17px;
  height: 12px;
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow4.svg) center center no-repeat;
}
.footer .container .box1 .f-menu ul li.on .f-smenu {
  display: block;
}
.footer .container .box1 .f-xc {
  margin-left: 0.87rem;
}
@media (max-width: 1024px) {
  .footer .container .box1 .f-xc {
    margin-left: 2rem;
  }
}
@media (max-width: 991px) {
  .footer .container .box1 .f-xc {
    display: none;
  }
}
.footer .container .box1 .f-xc .t1 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding-right: 0.4rem;
}
.footer .container .box1 .f-xc .img {
  margin-top: 0.24rem;
  width: 2.55rem;
  position: relative;
}
.footer .container .box1 .f-xc .img .icon {
  width: 0.61rem;
  height: 0.64rem;
  position: absolute;
  top: -0.14rem;
  right: 0.05rem;
}
.footer .container .box1 .f-xc .img .icon::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.footer .container .box1 .f-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer .container .box1 .f-right {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.footer .container .box1 .f-right .t1 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .footer .container .box1 .f-right .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .footer .container .box1 .f-right .t1 {
    font-size: 16px;
  }
}
.footer .container .box1 .f-right .t1 img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.footer .container .box1 .f-right .t1 span {
  color: #81e0ff;
}
.footer .container .box1 .f-right .t1 span a {
  color: #81e0ff;
  text-decoration: underline;
}
.footer .container .box1 .f-right .share {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.46rem;
}
@media (max-width: 767px) {
  .footer .container .box1 .f-right .share {
    justify-content: flex-start;
  }
}
.footer .container .box1 .f-right .share span {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  margin-right: 0.2rem;
}
.footer .container .box1 .f-right .share span:last-child {
  margin-right: 0;
}
.footer .container .box2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.footer .container .box2 .email {
  width: 280px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .container .box2 .email {
    width: 100%;
  }
}
.footer .container .box2 .email .t1 {
  width: calc(100% - 70px);
  height: 100%;
  background: url(../images/email.svg) 13px center no-repeat;
  background-size: 25px;
  padding-left: 50px;
  color: #fff;
}
.footer .container .box2 .email .t1::placeholder {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}
.footer .container .box2 .email .t2 {
  width: 70px;
  height: 34px;
  border-radius: 17px;
  background: #fff;
  font-size: 14px;
  color: #006df3;
  transition: all ease-out 0.3s;
}
.footer .container .box2 .email .t2:hover {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  color: #fff;
}
.footer .container .box2 .f-link {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .container .box2 .f-link {
    margin-top: 0.5rem;
  }
}
.footer .container .box2 .f-link span {
  display: inline-flex;
  align-items: center;
  margin-right: 0.4rem;
}
.footer .container .box2 .f-link span:last-child {
  margin-right: 0.14rem;
}
.footer .container .box2 .f-link span a {
  position: relative;
  margin-left: 14px;
}
.footer .container .box2 .f-link span a::before {
  content: '';
  width: 1px;
  height: 24px;
  background: #4ba2e3;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .container .box3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.21rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.32rem;
}
.footer .container .box3 .copyright {
  font-size: 16px;
  line-height: 24px;
  /* color: rgba(255, 255, 255, 0.6); */
  color: #fff;
}
.footer .container .box3 .copyright a {
  /* color: rgba(255, 255, 255, 0.6); */
  color: #fff;
}
@media (max-width: 767px) {
  .footer .container .box3 .copyright {
    text-align: center;
  }
}
.footer .container .box3 ul {
  display: inline-flex;
}
@media (max-width: 767px) {
  .footer .container .box3 ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer .container .box3 ul li {
  margin-right: 0.25rem;
}
.footer .container .box3 ul li:last-child {
  margin-right: 0;
}
.footer .container .box3 ul li a {
  font-size: 16px;
  line-height: 26px;
  /* color: rgba(255, 255, 255, 0.6); */
  color: #fff;
  display: block;
  transition: all ease-out 0.3s;
}
.footer .container .box3 ul li a:hover {
  color: #fff;
}


.footer2 {
  width: 100%;
  /* background: url(../images/foot-bg.jpg) left top no-repeat; */
  background: linear-gradient(to right, #0041a2, #004ea2, #0068d7, #00a3d8);
  background-size: cover;
  padding-top: 0.76rem;
  position: relative;
  z-index: 2;
}
.footer2::after{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/footer2-bg1.png) right center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.footer2::before {
  content: '';
  width: 4.2rem;
  height: 0.7rem;
  background: url(../images/foot-top.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.18rem;
  top: -0.3rem;
}
@media (max-width:767px) {
  .footer2::before {
    content: '';
    width: 4.2rem;
    height: 0.3rem;
    background: url(../images/foot-top.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0.18rem;
    top: -0.3rem;
  }
}
.footer2 .container{
  position: relative;
  z-index: 2;
}
.footer2 .container .box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer2 .container .box1 .logo {
  width: 195px;
  height: 50px;
}
.footer2 .container .box1 .logo a {
  width: 100%;
  display: flex;
}
.footer2 .container .box1 .logo a img {
  width: 100%;
}
.footer2 .container .box1 .t1 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .footer2 .container .box1 .t1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer2 .container .box1 .t1 {
    margin-top: 0.3rem;
  }
}
.footer2 .container .box1 .t1 img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.footer2 .container .box1 .t1 span {
  color: #81e0ff;
}
.footer2 .container .box1 .t1 span a {
  color: #81e0ff;
  text-decoration: underline;
}
.footer2 .container .box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(187, 187, 187, 0.3);
  margin-top: 0.3rem;
  padding-top: 0.3rem;
}
.footer2 .container .box2 .left {
  width: 78.75%;
}
@media (max-width: 1024px) {
  .footer2 .container .box2 .left {
    width: 78%;
  }
}
@media (max-width: 991px) {
  .footer2 .container .box2 .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer2 .container .box2 .left {
    display: none;
  }
}
.footer2 .container .box2 .left ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer2 .container .box2 .left ul li {
  width: calc(100% / 7);
}
@media (max-width: 1366px) {
  .footer2 .container .box2 .left ul li {
    width: calc(82% / 6);
  }
  .footer2 .container .box2 .left ul li:nth-child(1) {
    width: 18%;
  }
}
.footer2 .container .box2 .left ul li .t1 {
  margin-bottom: 0.16rem;
}
.footer2 .container .box2 .left ul li .t1 a {
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer2 .container .box2 .left ul li .t1 a {
    font-size: 16px;
  }
}
.footer2 .container .box2 .left ul li .t2 a {
  line-height: 30px;
  color: #fff;
  display: inline-block;
  transition: all ease-out 0.3s;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .footer2 .container .box2 .left ul li .t2 a {
    font-size: 14px;
  }
}
.footer2 .container .box2 .left ul li .t2 a:hover {
  text-decoration: underline;
}
.footer2 .container .box2 .right {
  width: 17.5%;
  padding-top: 0.13rem;
}
@media (max-width: 1440px) {
  .footer2 .container .box2 .right {
    width: 21%;
  }
}
@media (max-width: 1024px) {
  .footer2 .container .box2 .right {
    width: 22%;
  }
}
@media (max-width: 991px) {
  .footer2 .container .box2 .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .footer2 .container .box2 .right {
    margin-top: 0;
  }
}
.footer2 .container .box2 .right .txt {
  width: 100%;
}
.footer2 .container .box2 .right .txt .ts {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0.15rem;
}
@media (max-width: 1024px) {
  .footer2 .container .box2 .right .txt .ts {
    font-size: 14px;
  }
}
.footer2 .container .box2 .right .txt .ts .s1 {
  flex-shrink: 0;
  color: #fff;
}
.footer2 .container .box2 .right .txt .ts .s2 {
  color: #fff;
}
.footer2 .container .box2 .right .share {
  display: flex;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .footer2 .container .box2 .right .share {
    justify-content: flex-start;
  }
}
.footer2 .container .box2 .right .share .icon {
  position: relative;
}
.footer2 .container .box2 .right .share .icon span {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  margin-right: 0.2rem;
  display: flex;
}
.footer2 .container .box2 .right .share .icon span:last-child {
  margin-right: 0;
}
.footer2 .container .box2 .right .share .icon .tcimg {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.footer2 .container .box2 .right .share .icon:hover .tcimg {
  opacity: 1;
}
.footer2 .container .box3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.83rem;
}
.footer2 .container .box3 .email {
  width: 280px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer2 .container .box3 .email {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.footer2 .container .box3 .email .t1 {
  width: calc(100% - 70px);
  height: 100%;
  background: url(../images/email.svg) 13px center no-repeat;
  background-size: 25px;
  padding-left: 50px;
  color: #fff;
}
.footer2 .container .box3 .email .t1::placeholder {
  font-size: 12px;
  color: #fff;
}
.footer2 .container .box3 .email .t2 {
  width: 70px;
  height: 34px;
  border-radius: 17px;
  background: #fff;
  font-size: 14px;
  color: #006df3;
  transition: all ease-out 0.3s;
}
.footer2 .container .box3 .email .t2:hover {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  color: #fff;
}
.footer2 .container .box3 .f-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer2 .container .box3 .f-link span {
  display: inline-flex;
  align-items: center;
  margin-right: 0.4rem;
}
.footer2 .container .box3 .f-link span:last-child {
  margin-right: 0.14rem;
}
.footer2 .container .box3 .f-link span a {
  position: relative;
  margin-left: 14px;
}
.footer2 .container .box3 .f-link span a::before {
  content: '';
  width: 1px;
  height: 24px;
  background: #4ba2e3;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.footer2 .container .box4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.21rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.25rem;
}
.footer2 .container .box4 .copyright {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.footer2 .container .box4 .copyright a {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .footer2 .container .box4 .copyright {
    text-align: center;
  }
}
.footer2 .container .box4 ul {
  display: inline-flex;
}
@media (max-width: 767px) {
  .footer2 .container .box4 ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer2 .container .box4 ul li {
  margin-right: 0.25rem;
}
.footer2 .container .box4 ul li:last-child {
  margin-right: 0;
}
.footer2 .container .box4 ul li a {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  transition: all ease-out 0.3s;
}
.footer2 .container .box4 ul li a:hover {
  color: #fff;
}




.head-height {
  width: 100%;
  height: 1rem;
}
.info-banner {
  width: 100%;
  height: 6rem;
  position: relative;
}
.info-banner .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.info-banner .img::before {
  content: '';
  width: 100%;
  height: 100%;
  /* background: rgba(0, 47, 97, 0.5); */
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-banner .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .info-banner .img img.pc {
    display: none;
  }
  .info-banner .img img.mb {
    display: block;
  }
}
.info-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.info-banner .container .ts {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.22rem;
}
@media (max-width: 1580px) {
  .info-banner .container .ts {
    font-size: 16px;
  }
}
.info-banner .container .title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 0.58rem;
}
.info-banner .container .txt {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .info-banner .container .txt {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .info-banner .container .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
/* @media (max-width: 991px) {
  .info-banner .container .txt {
    font-size: 14px;
    line-height: 24px;
  }
} */
.info-banner.product-banner {
  height: 6rem;
}
.info-banner.product-banner .container {
  top: 1.93rem;
  transform: translate(-50%, 0);
}
.info-banner.product-banner .container .product-select {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.33rem;
}
.info-banner.product-banner .container .product-select .select {
  width: 220px;
  position: relative;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .info-banner.product-banner .container .product-select .select {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .info-banner.product-banner .container .product-select .select:nth-child(2n) {
    margin-right: 0;
  }
}
.info-banner.product-banner .container .product-select .select .ts {
  width: 100%;
  height: 0.5rem;
  background: #fff url(../images/arrow.svg) 81.81% center no-repeat;
  border-radius: 0.25rem;
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
  color: #666;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info-banner.product-banner .container .product-select .select .ts {
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 14px;
  }
}
.info-banner.product-banner .container .product-select .select .ts .txts{
  width: 100%;
  height: 100%;
  color: #666;
  margin-top: 0;
  text-align: left;
}
.info-banner.product-banner .container .product-select .select .ts .txts::placeholder{
  color: #666;
}
.info-banner.product-banner .container .product-select .select .slist {
  width: 100%;
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.95);
  height: 3.64rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.54rem 0.2rem 0.22rem 0.3rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.info-banner.product-banner .container .product-select .select .slist ul {
  width: 100%;
  height: 2.9rem;
  overflow-y: auto;
  scrollbar-width: thin;
}
.info-banner.product-banner .container .product-select .select .slist ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.info-banner.product-banner .container .product-select .select .slist ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0042a2;
}
.info-banner.product-banner .container .product-select .select .slist ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.info-banner.product-banner .container .product-select .select .slist ul li {
  color: #666;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 0.2rem;
  transition: all ease-out 0.3s;
}
.info-banner.product-banner .container .product-select .select .slist ul li:hover,
.info-banner.product-banner .container .product-select .select .slist ul li.on {
  color: #004ea2;
}
.info-banner.product-banner .container .product-select .select:hover{
  z-index: 3;
}
.info-banner.product-banner .container .product-select .select:hover .slist {
  display: block;
}
@media (max-width: 767px) {
  .info-banner.product-banner .container .product-select .public-btn {
    width: 49%;
  }
}
.info-banner.case-banner .container .txt {
  width: 950px;
  max-width: 100%;
  margin: 0.2rem auto 0;
}
.Breadcrumbs {
  width: 100%;
}
.Breadcrumbs .container,
.Breadcrumbs .container-index {
  min-height: 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #999;
  padding: 0.1rem 0;
}
.Breadcrumbs .container a,
.Breadcrumbs .container-index a {
  color: #999;
  transition: all ease-out 0.3s;
}
.Breadcrumbs .container a:hover,
.Breadcrumbs .container-index a:hover {
  color: #0042a2;
}
.Breadcrumbs .container span,
.Breadcrumbs .container-index span {
  color: #333;
}
.Breadcrumbs.news-bread {
  border-bottom: 1px solid #f0f0f0;
}
.Breadcrumbs.news-bread .container,
.Breadcrumbs.news-bread .container-index {
  height: auto;
  justify-content: space-between;
}
.Breadcrumbs.news-bread .container .left,
.Breadcrumbs.news-bread .container-index .left {
  height: 0.8rem;
  display: inline-flex;
  align-items: center;
}
.Breadcrumbs.news-bread .container .left a,
.Breadcrumbs.news-bread .container-index .left a {
  color: #999;
  transition: all ease-out 0.3s;
}
.Breadcrumbs.news-bread .container .left a:hover,
.Breadcrumbs.news-bread .container-index .left a:hover {
  color: #0042a2;
}
.Breadcrumbs.news-bread .container .left span,
.Breadcrumbs.news-bread .container-index .left span {
  color: #333;
}
@media (max-width: 991px) {
  .Breadcrumbs.news-bread .container .news-menu,
  .Breadcrumbs.news-bread .container-index .news-menu {
    width: 100%;
  }
}
.Breadcrumbs.news-bread .container .news-menu ul,
.Breadcrumbs.news-bread .container-index .news-menu ul {
  display: inline-flex;
}
.Breadcrumbs.news-bread .container .news-menu ul li,
.Breadcrumbs.news-bread .container-index .news-menu ul li {
  margin-right: 1rem;
  border-bottom: 2px solid transparent;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .Breadcrumbs.news-bread .container .news-menu ul li,
  .Breadcrumbs.news-bread .container-index .news-menu ul li {
    margin-right: 0.3rem;
  }
}
.Breadcrumbs.news-bread .container .news-menu ul li:nth-child(1),
.Breadcrumbs.news-bread .container-index .news-menu ul li:nth-child(1) {
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  .Breadcrumbs.news-bread .container .news-menu ul li:nth-child(1),
  .Breadcrumbs.news-bread .container-index .news-menu ul li:nth-child(1) {
    margin-right: 0.3rem;
  }
}
.Breadcrumbs.news-bread .container .news-menu ul li:nth-child(1) a,
.Breadcrumbs.news-bread .container-index .news-menu ul li:nth-child(1) a {
  padding: 0 0.24rem;
}
.Breadcrumbs.news-bread .container .news-menu ul li:last-child,
.Breadcrumbs.news-bread .container-index .news-menu ul li:last-child {
  margin-right: 0;
}
.Breadcrumbs.news-bread .container .news-menu ul li a,
.Breadcrumbs.news-bread .container-index .news-menu ul li a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 0.78rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .Breadcrumbs.news-bread .container .news-menu ul li a,
  .Breadcrumbs.news-bread .container-index .news-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .Breadcrumbs.news-bread .container .news-menu ul li a,
  .Breadcrumbs.news-bread .container-index .news-menu ul li a {
    font-size: 14px;
  }
}
.Breadcrumbs.news-bread .container .news-menu ul li:hover,
.Breadcrumbs.news-bread .container-index .news-menu ul li:hover,
.Breadcrumbs.news-bread .container .news-menu ul li.on,
.Breadcrumbs.news-bread .container-index .news-menu ul li.on {
  border-bottom: 2px solid #004ea2;
}
.Breadcrumbs.news-bread .container .news-menu ul li:hover a,
.Breadcrumbs.news-bread .container-index .news-menu ul li:hover a,
.Breadcrumbs.news-bread .container .news-menu ul li.on a,
.Breadcrumbs.news-bread .container-index .news-menu ul li.on a {
  color: #004ea2;
}
.products-menu {
  width: 100%;
  height: 0.7rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .products-menu {
    height: 0.8rem;
  }
}
.products-menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .products-menu ul {
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.products-menu ul.on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.products-menu ul li {
  padding: 0 0.3rem;
  border-bottom: 2px solid transparent;
  margin-right: 0.3rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1260px) {
  .products-menu ul li {
    padding: 0 0.15rem;
    margin-right: 0.15rem;
  }
}
@media (max-width: 767px) {
  .products-menu ul li {
    flex-shrink: 0;
  }
}
.products-menu ul li:last-child {
  margin-right: 0;
}
.products-menu ul li a {
  color: #333;
  font-weight: bold;
  transition: all ease-out 0.3s;
  height: 0.68rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .products-menu ul li a {
    height: 0.78rem;
  }
}
.products-menu ul li:hover a {
  color: #004ea2;
}
.products-menu ul li.on {
  border-bottom: 2px solid #004ea2;
}
.products-menu ul li.on a {
  color: #004ea2;
}
.product-select-box {
  width: 100%;
  padding: 0.4rem 0 0.6rem;
}
.product-select-box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-select-box .container .left {
  display: inline-flex;
  align-items: center;
  color: #333;
}
@media (max-width: 767px) {
  .product-select-box .container .left {
    width: 100%;
  }
}
.product-select-box .container .left .label {
  height: 35px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 0.18rem;
  border: 1px solid #ddd;
  border-radius: 17px;
  margin-right: 0.2rem;
}
.product-select-box .container .left .label span {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 10px;
}
.product-select-box .container .left .label span img {
  width: 12px;
  height: 12px;
}
.product-select-box .container .back {
  display: inline-flex;
  align-items: center;
  padding: 0 0.28rem;
  height: 35px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 18px;
  background: linear-gradient(to right, #004ea2, #00b4ff);
}
@media (max-width: 767px) {
  .product-select-box .container .back {
    margin-top: 0.2rem;
  }
}
.product-select-box .container .back span {
  display: inline-flex;
  transition: all ease-out 0.3s;
  margin-right: 0.18rem;
}
.product-select-box .container .back span svg {
  width: 7px;
  height: 11px;
  transform: rotateZ(180deg);
}
.product-select-box .container .back span svg:nth-child(1) {
  opacity: 0.4;
}
.product-select-box .container .back span svg path {
  fill: #fff;
}
.product {
  width: 100%;
  padding: 0.9rem 0 0;
}
.product .container .top {
  width: 100%;
}
.product .container .top .title {
  font-size: 0.42rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 0.52rem;
}
.product .container .top .txt {
  width: 770px;
  max-width: 100%;
  color: #666;
  line-height: 24px;
  margin: 0.2rem auto 0;
  text-align: center;
}
.product .container .list {
  width: 100%;
  margin-top: 0.58rem;
}
.product .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.product .container .list ul li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #f8f8f8;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .product .container .list ul li {
    width: calc(33.33% - 0.3rem);
  }
}
@media (max-width: 991px) {
  .product .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .product .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.product .container .list ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.product .container .list ul li a .public-img::before {
  padding-top: 83.28%;
}
.product .container .list ul li a .public-img img {
  transition: all ease-out 0.3s;
}
.product .container .list ul li a .public-img img:nth-child(1) {
  opacity: 1;
}
.product .container .list ul li a .public-img img:nth-child(2) {
  opacity: 0;
}
.product .container .list ul li a .tbox {
  width: 100%;
  padding: 0 0.2rem 0.5rem;
}
.product .container .list ul li a .tbox .t1 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product .container .list ul li a .tbox .t1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .product .container .list ul li a .tbox .t1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .product .container .list ul li a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .product .container .list ul li a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.product .container .list ul li a .tbox .t2 {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 22px;
  margin-top: 0.1rem;
}
.product .container .list ul li a .tbox .t3 {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 0.27rem;
  padding-top: 0.23rem;
}
.product .container .list ul li a .tbox .t3 .ts {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.12rem;
}
.product .container .list ul li a .tbox .t3 .ts:last-child {
  margin-bottom: 0;
}
.product .container .list ul li a .tbox .t3 .ts span {
  width: 1.35rem;
  color: #999;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product .container .list ul li a .tbox .t3 .ts span {
    width: 1.7rem;
  }
}
.product .container .list ul li a .label {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.product .container .list ul li a .label.new {
  background: #e42121;
}
.product .container .list ul li a .label.hot {
  background: #004ea2;
}
.product .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.product .container .list ul li:hover a .public-img img:nth-child(2) {
  opacity: 1;
}
.product .container .list ul li:hover a .tbox .t1 {
  color: #004ea2;
}
.product .container .page-list {
  margin-top: 0.5rem;
}
.product.product-select {
  padding: 0;
}
.product.product-select .list {
  margin-top: 0;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-list a {
  min-width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  color: #666;
  transition: all ease-out 0.3s;
  border-radius: 3px;
}
.page-list a:hover,
.page-list a.on {
  color: #fff;
  background: #004ea2;
}
.page-list a.prev svg {
  transform: rotateZ(90deg);
}
.page-list a.prev svg path {
  fill: #999;
}
.page-list a.prev:hover {
  background: none;
}
.page-list a.prev:hover svg path {
  fill: #185aaa;
}
.page-list a.next svg {
  transform: rotateZ(-90deg);
}
.page-list a.next svg path {
  fill: #999;
}
.page-list a.next:hover {
  background: none;
}
.page-list a.next:hover svg path {
  fill: #185aaa;
}
.not-found {
  width: 100%;
  margin-top: 1rem;
}
.not-found .container {
  position: relative;
}
.not-found .container .img {
  width: 100%;
  height: 3.4rem;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .not-found .container .img {
    height: 4.4rem;
  }
}
.not-found .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.not-found .container .tbox {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 0 0.3rem;
}
.not-found .container .tbox .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  color: #fff;
}
.not-found .container .tbox .txt {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-top: 0.12rem;
}
@media (max-width: 1580px) {
  .not-found .container .tbox .txt {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .not-found .container .tbox .txt {
    font-size: 14px;
  }
} */
.not-found .container .tbox .public-btn {
  margin-top: 0.58rem;
}
.product-info {
  width: 100%;
}
.product-info .box1 {
  width: 100%;
  height: calc(100vh - 1rem);
}
.product-info .box1 .img {
  width: 100%;
  height: 100%;
}
.product-info .box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info .box1 .img img.pc {
    display: none;
  }
}
.product-info .box1 .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info .box1 .img img.mb {
    display: block;
  }
}
.product-info .box1 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .product-info .box1 .container {
    top: 2rem;
    transform: translate(-50%, 0);
  }
}
.product-info .box1 .container .title {
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.42rem;
}
.product-info .box1 .container .t1 {
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.18rem;
  display: flex;
  align-items: center;
}
.product-info .box1 .container .t1 img {
  height: 0.83rem;
}
.product-info .box1 .container .t1 .play {
  width: 0.52rem;
  height: 0.52rem;
  cursor: pointer;
  margin-left: 0.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-info .box1 .container .t1 .play img {
  width: 100%;
  height: 100%;
  transition: all ease-out 0.3s;
}
.product-info .box1 .container .t1 .play::before {
  content: '';
  width: 0.73rem;
  height: 0.73rem;
  background: url(../images/jj4.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}
.product-info .box1 .container .t1 .play:hover::before {
  width: 67px;
  height: 67px;
}
.product-info .box1 .container .t2 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.46rem;
  margin-top: 0.6rem;
}
.product-info .box1 .container .t2 img {
  height: 0.37rem;
}
.product-info .pinfo-menu {
  width: 100%;
  height: 1rem;
  background: #fff;
  position: relative;
  z-index: 6;
}
@media (max-width: 991px) {
  .product-info .pinfo-menu {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .product-info .pinfo-menu {
    height: 2.6rem;
    padding-bottom: 0.3rem;
  }
}
.product-info .pinfo-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-info .pinfo-menu .container .left {
    width: 100%;
  }
}
.product-info .pinfo-menu .container .left ul {
  display: flex;
}
@media (max-width: 767px) {
  .product-info .pinfo-menu .container .left ul {
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.product-info .pinfo-menu .container .left ul li {
  margin-right: 0.55rem;
}
@media (max-width: 1580px) {
  .product-info .pinfo-menu .container .left ul li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .product-info .pinfo-menu .container .left ul li {
    margin-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  .product-info .pinfo-menu .container .left ul li {
    margin-right: 0.1rem;
  }
}
.product-info .pinfo-menu .container .left ul li:last-child {
  margin-right: 0;
}
.product-info .pinfo-menu .container .left ul li a {
  padding: 0 0.24rem;
  height: 1rem;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product-info .pinfo-menu .container .left ul li a {
    padding: 0 0.15rem;
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .product-info .pinfo-menu .container .left ul li a {
    font-size: 14px;
  }
} */
@media (max-width: 991px) {
  .product-info .pinfo-menu .container .left ul li a {
    padding: 0 0.15rem;
  }
}
@media (max-width: 767px) {
  .product-info .pinfo-menu .container .left ul li a {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.product-info .pinfo-menu .container .left ul li:hover a,
.product-info .pinfo-menu .container .left ul li.on a {
  color: #004ea2;
  border-bottom: 2px solid #004ea2;
}
@media (max-width: 991px) {
  .product-info .pinfo-menu .container .right {
    margin-top: 0.3rem;
  }
}
.product-info .pinfo-menu .container .right .public-btn {
  margin-right: 0.3rem;
}
.product-info .pinfo-menu .container .right .public-btn:last-child {
  margin-right: 0;
}

.product-info .pinfo-menu .box{
  
}
.product-info .pinfo-menu .box.on {
  width: 100%;
  position: fixed;
  top: 1rem;
  left: 0;
  background: #fff;
  z-index: 6;
  transition: all ease-out .3s;
}
@media (max-width: 991px) {
  .product-info .pinfo-menu .box.on {
    padding-bottom: 0.3rem;
    top: 1rem;
  }
}
.product-info .pinfo-menu .box.on2 {
  width: 100%;
  position: fixed;
  top: 1rem;
  left: 0;
  background: #fff;
  z-index: 6;
  transition: all ease-out .3s;
}
@media (max-width: 991px) {
  .product-info .pinfo-menu .box.on2 {
    padding-bottom: 0.3rem;
  }
}
.product-info .pinfo-menu .box.on .container .left ul li a,
.product-info .pinfo-menu .box.on2 .container .left ul li a{
  height: 0.7rem;
}
.product-info .box2 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  /* margin-top: -1rem; */
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .product-info .box2 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .product-info .box2 {
    margin-top: 0;
  }
}
.product-info .box2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-info .box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box2 .container {
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}
.product-info .box2 .container .left {
  width: 45.75%;
  padding-bottom: 0.14rem;
}
@media (max-width: 991px) {
  .product-info .box2 .container .left {
    width: 100%;
    padding-top: 1.4rem;
  }
}
.product-info .box2 .container .left .title {
  font-size: 0.48rem;
  line-height: 0.58rem;
  color: #fff;
  font-weight: bold;
}
.product-info .box2 .container .left .title img {
  height: 0.37rem;
}
.product-info .box2 .container .left .txt {
  width: 700px;
  max-width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-top: 0.34rem;
}
@media (max-width: 1580px) {
  .product-info .box2 .container .left .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
/* @media (max-width: 1260px) {
  .product-info .box2 .container .left .txt {
    font-size: 14px;
    line-height: 24px;
  }
} */
.product-info .box2 .container .left .label {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info .box2 .container .left .label span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 40px;
  padding: 0 0.2rem;
  border-radius: 20px;
  background: rgba(28, 51, 77, 0.3);
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .product-info .box2 .container .left .label span {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .product-info .box2 .container .left .label span {
    font-size: 14px;
  }
} */
@media (max-width: 767px) {
  .product-info .box2 .container .left .label span {
    margin-top: 0.2rem;
  }
}
.product-info .box2 .container .left .features {
  width: 100%;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .product-info .box2 .container .left .features {
    margin-top: 0.5rem;
  }
}
.product-info .box2 .container .left .features .ts {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
}
@media (max-width: 1580px) {
  .product-info .box2 .container .left .features .ts {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1260px) {
  .product-info .box2 .container .left .features .ts {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .product-info .box2 .container .left .features .ts {
    font-size: 18px;
    line-height: 28px;
  }
}
.product-info .box2 .container .left .features ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.product-info .box2 .container .left .features ul li {
  width: 33.33%;
  padding-left: 0.1rem;
  margin-bottom: 0.56rem;
}
@media (max-width: 767px) {
  .product-info .box2 .container .left .features ul li {
    width: 50%;
  }
}
.product-info .box2 .container .left .features ul li .icon {
  width: 0.5rem;
  height: 0.5rem;
}
.product-info .box2 .container .left .features ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box2 .container .left .features ul li .txts {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  margin-top: 0.08rem;
  padding-left: 0.1rem;
}
@media (max-width: 1580px) {
  .product-info .box2 .container .left .features ul li .txts {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1260px) {
  .product-info .box2 .container .left .features ul li .txts {
    font-size: 16px;
    line-height: 28px;
  }
}
/* @media (max-width: 991px) {
  .product-info .box2 .container .left .features ul li .txts {
    font-size: 16px;
    line-height: 26px;
  }
} */
.product-info .box2 .container .right {
  width: 38.75%;
  position: relative;
}
@media (max-width: 991px) {
  .product-info .box2 .container .right {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .product-info .box2 .container .right {
    width: 100%;
  }
}
.product-info .box2 .container .right .swiper-container {
  width: 100%;
}
.product-info .box2 .container .right .swiper-prev,
.product-info .box2 .container .right .swiper-next {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-out 0.3s;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}
.product-info .box2 .container .right .swiper-prev svg path,
.product-info .box2 .container .right .swiper-next svg path {
  fill: #fff;
}
.product-info .box2 .container .right .swiper-prev .border,
.product-info .box2 .container .right .swiper-next .border {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-info .box2 .container .right .swiper-prev .border svg,
.product-info .box2 .container .right .swiper-next .border svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.product-info .box2 .container .right .swiper-prev:hover,
.product-info .box2 .container .right .swiper-next:hover {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.product-info .box2 .container .right .swiper-prev:hover .border svg,
.product-info .box2 .container .right .swiper-next:hover .border svg {
  opacity: 1;
}
.product-info .box2 .container .right .swiper-prev:hover .border .progress-bar,
.product-info .box2 .container .right .swiper-next:hover .border .progress-bar {
  animation: box1run 1s linear normal forwards;
}
.product-info .box2 .container .right .swiper-prev {
  right: calc(100% + 0.15rem);
}
@media (max-width: 767px) {
  .product-info .box2 .container .right .swiper-prev {
    right: initial;
    left: 0.1rem;
  }
}
.product-info .box2 .container .right .swiper-prev svg {
  transform: rotateZ(180deg);
}
.product-info .box2 .container .right .swiper-next {
  left: 100%;
}
@media (max-width: 767px) {
  .product-info .box2 .container .right .swiper-next {
    left: initial;
    right: 0.1rem;
  }
}
.product-info .box3 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.product-info .box3 .img {
  width: 100%;
  height: 100%;
}
.product-info .box3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info .box3 .img img.pc {
    display: none;
  }
}
.product-info .box3 .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info .box3 .img img.mb {
    display: block;
  }
}
.product-info .box3 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.product-info .box3 .container .top {
  width: 100%;
  text-align: center;
  padding-top: 1.42rem;
}
.product-info .box3 .container .top .title {
  font-size: 0.48rem;
  line-height: 0.58rem;
  color: #fff;
  font-weight: bold;
}
.product-info .box3 .container .top .txt {
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .product-info .box3 .container .top .txt {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1260px) {
  .product-info .box3 .container .top .txt {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .product-info .box3 .container .top .txt {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .product-info .box3 .container .top .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
.product-info .box3 .container .left {
  width: 100%;
  padding-top: 2.36rem;
}
.product-info .box3 .container .left .title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: bold;
}
.product-info .box3 .container .left .txt {
  width: 610px;
  max-width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .product-info .box3 .container .left .txt {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .product-info .box3 .container .left .txt {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .product-info .box3 .container .left .txt {
    font-size: 16px;
    line-height: 32px;
  }
}
.product-info .box3 .container .right {
  width: 100%;
  padding-top: 2.85rem;
  text-align: right;
}
.product-info .box3 .container .right .title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: bold;
}
.product-info .box3 .container .right .txt {
  width: 480px;
  max-width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.1rem;
  margin-left: auto;
}
@media (max-width: 1580px) {
  .product-info .box3 .container .right .txt {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .product-info .box3 .container .right .txt {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .product-info .box3 .container .right .txt {
    font-size: 16px;
    line-height: 32px;
  }
}
.product-info .box4 {
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  .product-info .box4 {
    height: auto;
    padding: 1.4rem 0;
  }
}
.product-info .box4.box4-top {
  padding-top: 1.14rem;
}
.product-info .box4 .container .top {
  width: 100%;
  text-align: center;
}
.product-info .box4 .container .top .title {
  font-size: 0.48rem;
  line-height: 0.58rem;
  color: #000;
  font-weight: bold;
}
.product-info .box4 .container .top .txt {
  margin-top: 7px;
  font-size: 24px;
  line-height: 34px;
  /* color: rgba(0, 0, 0, 0.5); */
  color: #222;
}
@media (max-width: 1580px) {
  .product-info .box4 .container .top .txt {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1260px) {
  .product-info .box4 .container .top .txt {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .product-info .box4 .container .top .txt {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .product-info .box4 .container .top .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
.product-info .box4 .container .public-img {
  width: 100%;
  height: 6rem;
  margin-top: 0.66rem;
  border-radius: 8px;
  overflow: hidden;
}
.product-info .box4 .container .public-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box4.box4-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-info .box4.box4-left .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-info .box4.box4-left .container .top {
  width: 490px;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  .product-info .box4.box4-left .container .top {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-info .box4.box4-left .container .top {
    width: 100%;
    text-align: center;
  }
}
.product-info .box4.box4-left .container .top .title {
  line-height: 0.6rem;
}
.product-info .box4.box4-left .container .top .txt {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 0.7rem;
}
@media (max-width: 1580px) {
  .product-info .box4.box4-left .container .top .txt {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1260px) {
  .product-info .box4.box4-left .container .top .txt {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .product-info .box4.box4-left .container .top .txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-info .box4.box4-left .container .public-img {
  width: 50%;
  margin-top: 0;
  height: auto;
}
@media (max-width: 767px) {
  .product-info .box4.box4-left .container .public-img {
    width: 100%;
    margin-top: 0.66rem;
  }
}
.product-info .box4.box4-left .container .public-img::before {
  padding-top: 75%;
}
.product-info .box4.box4-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-info .box4.box4-right .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.product-info .box4.box4-right .container .top {
  width: 490px;
  max-width: 100%;
  text-align: right;
}
@media (max-width: 1024px) {
  .product-info .box4.box4-right .container .top {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-info .box4.box4-right .container .top {
    width: 100%;
    text-align: center;
  }
}
.product-info .box4.box4-right .container .top .title {
  line-height: 0.6rem;
}
.product-info .box4.box4-right .container .top .txt {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 0.7rem;
}
@media (max-width: 1580px) {
  .product-info .box4.box4-right .container .top .txt {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1260px) {
  .product-info .box4.box4-right .container .top .txt {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .product-info .box4.box4-right .container .top .txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-info .box4.box4-right .container .public-img {
  width: 50%;
  margin-top: 0;
  height: auto;
}
@media (max-width: 767px) {
  .product-info .box4.box4-right .container .public-img {
    width: 100%;
    margin-top: 0.66rem;
  }
}
.product-info .box4.box4-right .container .public-img::before {
  padding-top: 75%;
}
.product-info .box5 {
  width: 100%;
  background: #f8f8f8;
  padding: 1.24rem 0 1.41rem;
}
.product-info .box5 .container .top {
  width: 100%;
  text-align: center;
}
.product-info .box5 .container .top .title {
  font-size: 0.36rem;
  line-height: 0.46rem;
  font-weight: bold;
  color: #000;
}
.product-info .box5 .container .top .txt {
  font-size: 18px;
  line-height: 24px;
  /* color: rgba(0, 0, 0, 0.5); */
  color: #222;
  margin-top: 0.16rem;
}
@media (max-width: 1580px) {
  .product-info .box5 .container .top .txt {
    font-size: 16px;
  }
}
.product-info .box5 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.product-info .box5 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info .box5 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.3rem;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .product-info .box5 .container .list ul li {
    width: calc(100% - 0.5rem);
  }
}
.product-info .box5 .container .list ul li .public-img {
  border-radius: 8px;
  overflow: hidden;
}
.product-info .box5 .container .list ul li .public-img::before {
  padding-top: 70%;
}
.product-info .box5 .container .list ul li .tbox {
  width: 100%;
  padding: 0.3rem 0.28rem 0.4rem;
}
.product-info .box5 .container .list ul li .tbox .t1 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #000;
  line-height: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-info .box5 .container .list ul li .tbox .t2 {
  line-height: 22px;
  color: #666;
  margin-top: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-info .box6 {
  width: 100%;
  position: relative;
  padding: 1.06rem 0 1.7rem;
}
.product-info .box6 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.product-info .box6 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box6 .container {
  position: relative;
  z-index: 2;
}
.product-info .box6 .container .title {
  width: 100%;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.46rem;
  text-align: center;
}
.product-info .box6 .container .list {
  width: 100%;
  margin-top: 0.72rem;
}
.product-info .box6 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-info .box6 .container .list ul li {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .product-info .box6 .container .list ul li {
    width: 50%;
    margin-top: 0.5rem;
  }
  .product-info .box6 .container .list ul li:nth-child(2n)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-info .box6 .container .list ul li {
    width: 100%;
  }
}
.product-info .box6 .container .list ul li::before {
  content: '';
  width: 1px;
  height: 2.24rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
  background: rgba(255, 255, 255, 0.13);
}
@media (max-width: 767px) {
  .product-info .box6 .container .list ul li::before {
    display: none;
  }
}
.product-info .box6 .container .list ul li:last-child::before {
  display: none;
}
.product-info .box6 .container .list ul li .icon {
  width: 0.94rem;
  height: 0.94rem;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  border-radius: 50%;
  position: relative;
  margin: auto;
}
.product-info .box6 .container .list ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.product-info .box6 .container .list ul li .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/jj5.svg) center center no-repeat;
  background-size: 0.54rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-info .box6 .container .list ul li .icon::after {
  content: '';
  width: 1.12rem;
  height: 1.25rem;
  background: url(../images/product-info-box6-icon1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.09rem;
}
.product-info .box6 .container .list ul li .t1 {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.38rem;
  text-align: center;
}
.product-info .box6 .container .list ul li .t2 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0.16rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 1580px) {
  .product-info .box6 .container .list ul li .t2 {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .product-info .box6 .container .list ul li .t2 {
    font-size: 14px;
  }
} */
.product-info .box7 {
  width: 100%;
  /* height: 100vh; */
  position: relative;
}
@media (max-width: 991px) {
  .product-info .box7 {
    height: auto;
  }
}
.product-info .box7 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-info .box7 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box7 .box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 0.96rem;
}
.product-info .box7 .box .title {
  width: 100%;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
.product-info .box7 .box .tbox-list {
  width: 100%;
  margin-top: 0.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .product-info .box7 .box .tbox-list {
    padding: 0 0.8rem;
  }
}
.product-info .box7 .box .tbox-list .swiper-wrapper {
  align-items: center;
}
.product-info .box7 .box .tbox-list .swiper-slide {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.product-info .box7 .box .tbox-list .swiper-slide .t1 {
  width: 100%;
  font-size: 0.4rem;
  line-height: 0.58rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.product-info .box7 .box .tbox-list .swiper-slide .t2 {
  width: 100%;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.15rem;
  display: none;
}
.product-info .box7 .box .tbox-list .swiper-slide .t2 span {
  display: inline-block;
  width: 430px;
  max-width: 100%;
  margin: auto;
}
.product-info .box7 .box .tbox-list .swiper-slide .public-btn {
  margin: 0.45rem auto 0;
  display: none;
}
.product-info .box7 .box .tbox-list .swiper-slide-active .t1 {
  font-size: 0.48rem;
  color: #ffffff;
}
.product-info .box7 .box .tbox-list .swiper-slide-active .t2 {
  display: block;
}
.product-info .box7 .box .tbox-list .swiper-slide-active .public-btn {
  display: inline-flex;
}
.product-info .box7 .box .tbox-list .swiper-prev,
.product-info .box7 .box .tbox-list .swiper-next {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-out 0.3s;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}
.product-info .box7 .box .tbox-list .swiper-prev svg path,
.product-info .box7 .box .tbox-list .swiper-next svg path {
  fill: #fff;
}
.product-info .box7 .box .tbox-list .swiper-prev .border,
.product-info .box7 .box .tbox-list .swiper-next .border {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-info .box7 .box .tbox-list .swiper-prev .border svg,
.product-info .box7 .box .tbox-list .swiper-next .border svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.product-info .box7 .box .tbox-list .swiper-prev:hover,
.product-info .box7 .box .tbox-list .swiper-next:hover {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.product-info .box7 .box .tbox-list .swiper-prev:hover .border svg,
.product-info .box7 .box .tbox-list .swiper-next:hover .border svg {
  opacity: 1;
}
.product-info .box7 .box .tbox-list .swiper-prev:hover .border .progress-bar,
.product-info .box7 .box .tbox-list .swiper-next:hover .border .progress-bar {
  animation: box1run 1s linear normal forwards;
}
.product-info .box7 .box .tbox-list .swiper-prev {
  left: 30%;
}
@media (max-width: 991px) {
  .product-info .box7 .box .tbox-list .swiper-prev {
    left: 0.1rem;
  }
}
.product-info .box7 .box .tbox-list .swiper-prev svg {
  transform: rotateZ(180deg);
}
.product-info .box7 .box .tbox-list .swiper-next {
  right: 30%;
}
@media (max-width: 991px) {
  .product-info .box7 .box .tbox-list .swiper-next {
    right: 0.1rem;
  }
}
.product-info .box7 .box .img-list {
  width: 100%;
  margin-top: 1rem;
  /* position: absolute;
  bottom: 0; */
}
@media (max-width: 991px) {
  .product-info .box7 .box .img-list {
    position: relative;
    bottom: initial;
    margin-top: 1rem;
  }
}
.product-info .box7 .box .img-list .swiper-wrapper {
  align-items: flex-end;
}
.product-info .box7 .box .img-list .swiper-slide .img {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 0.2rem 0.2rem 0;
  transition: all ease-out 0.3s;
  border: 0.3rem solid transparent;
  border-bottom: none;
  /* border-top-left-radius: 0.3rem; */
  /* border-top-right-radius: 0.3rem; */
  border-radius: 0.3rem;
}
.product-info .box7 .box .img-list .swiper-slide .img::before{
  padding-top: 56.25%;
}
@media (max-width: 1260px) {
  .product-info .box7 .box .img-list .swiper-slide .img {
    /* padding: 0.15rem 0.15rem 0; */
    border: 0.15rem solid transparent;
    border-bottom: none;
    /* border-top-left-radius: 0.15rem; */
    /* border-top-right-radius: 0.15rem; */
    border-radius: 0.15rem;
  }
}
@media (max-width: 767px) {
  .product-info .box7 .box .img-list .swiper-slide .img {
    width: 100%;
  }
}
.product-info .box7 .box .img-list .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-top-left-radius: 0.2rem; */
  /* border-top-right-radius: 0.2rem; */
  border-radius: 0.2rem;
}
.product-info .box7 .box .img-list .swiper-slide-active .img {
  width: 100%;
  /* background: url(../images/product-info-box7-bg2.png) center top no-repeat;
  background-size: cover; */
  border: 0.2rem solid #000;
  background: #000;
  /* border-bottom: none; */
}
@media (max-width: 1260px) {
  .product-info .box7 .box .img-list .swiper-slide-active .img {
    border: 0.15rem solid #000;
  }
}
.product-info .box7 .box .img-list .swiper-slide-prev .img {
  margin-right: 0.5rem;
}
.product-info .box7 .box .img-list .swiper-slide-next .img {
  margin-left: 0.5rem;
}
.product-info .box8 {
  width: 100%;
  padding: 1.28rem 0 1.37rem;
}
.product-info .box8 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-info .box8 .container .top {
  width: 25%;
}
@media (max-width: 767px) {
  .product-info .box8 .container .top {
    width: 100%;
  }
}
.product-info .box8 .container .top .title {
  font-size: 0.36rem;
  color: #000;
  font-weight: bold;
  line-height: 0.46rem;
}
.product-info .box8 .container .top ul {
  width: 100%;
  margin-top: 0.38rem;
}
@media (max-width: 767px) {
  .product-info .box8 .container .top ul {
    display: flex;
  }
}
.product-info .box8 .container .top ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}
.product-info .box8 .container .top ul li .s1 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-right: 0.25rem;
  line-height: 36px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product-info .box8 .container .top ul li .s1 {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .product-info .box8 .container .top ul li .s1 {
    font-size: 14px;
  }
} */
.product-info .box8 .container .top ul li .icon {
  display: inline-flex;
  transform: rotateZ(-90deg);
  opacity: 0;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .product-info .box8 .container .top ul li .icon {
    display: none;
  }
}
.product-info .box8 .container .top ul li:hover .s1,
.product-info .box8 .container .top ul li.on .s1 {
  color: #004ea2;
  border-bottom: 2px solid #004ea2;
}
.product-info .box8 .container .top ul li:hover .icon,
.product-info .box8 .container .top ul li.on .icon {
  opacity: 1;
}
.product-info .box8 .container .list {
  width: 75%;
  padding-top: 0.22rem;
}
@media (max-width: 767px) {
  .product-info .box8 .container .list {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.product-info .box8 .container .list ul {
  width: 100%;
}
.product-info .box8 .container .list ul li {
  width: 100%;
  display: none;
}
.product-info .box8 .container .list ul li.on {
  display: block;
}
.product-info .box8 .container .list ul li .t1 {
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  padding-left: 0.4rem;
}
.product-info .box8 .container .list ul li .t1 span {
  font-size: 20px;
  font-weight: bold;
  color: #004ea2;
  line-height: 20px;
  border-bottom: 2px solid #004ea2;
  padding-bottom: 0.4rem;
  margin-bottom: -2px;
}
@media (max-width: 1580px) {
  .product-info .box8 .container .list ul li .t1 span {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .product-info .box8 .container .list ul li .t1 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-info .box8 .container .list ul li .t1 span {
    padding-bottom: 0.2rem;
  }
}
.product-info .box8 .container .list ul li .t2 {
  width: 100%;
  margin-top: 0.3rem;
}
.product-info .box8 .container .list ul li .t2 .ts {
  width: 100%;
  min-height: 0.6rem;
  padding-left: 0.4rem;
  border-bottom: 1px solid #f4f4f4;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1580px) {
  .product-info .box8 .container .list ul li .t2 .ts {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-info .box8 .container .list ul li .t2 .ts {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .product-info .box8 .container .list ul li .t2 .ts {
    height: auto;
    min-height: 0.8rem;
    padding: 0.1rem 0 0.1rem 0.4rem;
  }
}
.product-info .box8 .container .list ul li .t2 .ts span {
  width: 50%;
}
@media (max-width: 991px) {
  .product-info .box8 .container .list ul li .t2 .ts span {
    width: 60%;
  }
}
.product-info .box8 .container:nth-child(2) {
  margin-top: 1rem;
  padding-top: 1.24rem;
  border-top: 2px solid #ccc;
}
.product-info .box8 .container .tbox {
  width: 75%;
}
.product-info .box8 .container .tbox ul {
  width: 100%;
}
.product-info .box8 .container .tbox ul li {
  width: 100%;
  padding-left: 0.4rem;
  font-size: 18px;
  color: #666;
  height: 0.6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 1580px) {
  .product-info .box8 .container .tbox ul li {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .product-info .box8 .container .tbox ul li {
    font-size: 14px;
  }
}
.product-info .box8 .container .tbox ul li .t1 {
  width: 50.12%;
}
@media (max-width: 767px) {
  .product-info .box8 .container .tbox ul li .t1 {
    width: 68%;
  }
}
.product-info .box8 .container .tbox ul li .t2 {
  width: 18.63%;
}
@media (max-width: 767px) {
  .product-info .box8 .container .tbox ul li .t2 {
    display: none;
  }
}
.product-info .box8 .container .tbox ul li .t3 {
  width: 16.12%;
  display: none;
}
@media (max-width: 767px) {
  .product-info .box8 .container .tbox ul li .t3 {
    display: none;
  }
}
.product-info .box8 .container .tbox ul li .t4 {
  width: 14.74%;
}
@media (max-width: 767px) {
  .product-info .box8 .container .tbox ul li .t4 {
    display: none;
  }
}
.product-info .box8 .container .tbox ul li .t5 a {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 16px;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product-info .box8 .container .tbox ul li .t5 a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-info .box8 .container .tbox ul li .t5 a {
    font-size: 12px;
  }
}
.product-info .box8 .container .tbox ul li .t5 a img {
  width: 0.21rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.product-info .box8 .container .tbox ul li .t5 a:hover {
  color: #004ea2;
  text-decoration: underline;
}
.product-info .box8 .container .tbox ul li:nth-child(1) {
  margin-bottom: 0.3rem;
  font-size: 20px;
  line-height: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #e5e5e5;
}
@media (max-width: 1580px) {
  .product-info .box8 .container .tbox ul li:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .product-info .box8 .container .tbox ul li:nth-child(1) {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-info .box8 .container:nth-child(2) .top {
    width: 100%;
  }
  .product-info .box8 .container:nth-child(2) .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product-info .box9 {
  width: 100%;
  background: #f8f8f8;
  padding: 0.87rem 0 1rem;
}
.product-info .box9 .container .title {
  width: 100%;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 0.46rem;
}
.product-info .box9 .container .list {
  width: 100%;
  margin-top: 0.76rem;
  position: relative;
}
.product-info .box9 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product-info .box9 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .product-info .box9 .container .list ul li {
    width: calc(100% - 0.5rem);
    margin-bottom: 0.5rem;
  }
}
.product-info .box9 .container .list ul li a {
  width: 100%;
  display: block;
  padding-bottom: 0.63rem;
}
.product-info .box9 .container .list ul li a .public-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #eaeaea;
  transition: all ease-out 0.3s;
}
.product-info .box9 .container .list ul li a .public-img::before {
  padding-top: 60%;
}
.product-info .box9 .container .list ul li a .public-img .mall {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.product-info .box9 .container .list ul li a .public-img .mall .icon {
  width: 0.58rem;
  height: 0.58rem;
  margin: 0 auto 0.17rem;
}
.product-info .box9 .container .list ul li a .public-img .mall .icon img {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-info .box9 .container .list ul li a .public-img .mall span {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 34px;
}
.product-info .box9 .container .list ul li a .t1 {
  width: 100%;
  font-size: 0.28rem;
  color: #000;
  font-weight: bold;
  line-height: 0.38rem;
  text-align: center;
  margin-top: 0.32rem;
}
.product-info .box9 .container .list ul li a .t2 {
  color: #666;
  line-height: 22px;
  margin-top: 0.15rem;
  text-align: center;
}
.product-info .box9 .container .list ul li:hover a .public-img {
  background: #004ea2;
}
.product-info .box9 .container .list ul li:hover a .public-img .mall {
  opacity: 1;
}
.product-info .box9 .container .list .swiper-container .swiper-slide {
  border-radius: 8px;
  background: #fff;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  padding-bottom: 0.63rem;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #eaeaea;
  transition: all ease-out 0.3s;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: 60%;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a .public-img .mall {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a .public-img .mall .icon {
  width: 0.58rem;
  height: 0.58rem;
  margin: 0 auto 0.17rem;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a .public-img .mall .icon img {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a .public-img .mall span {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 34px;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a .t1 {
  width: 100%;
  font-size: 0.28rem;
  color: #000;
  font-weight: bold;
  line-height: 0.38rem;
  text-align: center;
  margin-top: 0.32rem;
}
.product-info .box9 .container .list .swiper-container .swiper-slide a .t2 {
  color: #666;
  line-height: 22px;
  margin-top: 0.15rem;
  text-align: center;
}
.product-info .box9 .container .list .swiper-container .swiper-slide:hover a .public-img {
  background: #004ea2;
}
.product-info .box9 .container .list .swiper-container .swiper-slide:hover a .public-img .mall {
  opacity: 1;
}
.product-info .box9 .list .swiper-prev,
.product-info .box9 .list .swiper-next {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-out 0.3s;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.product-info .box9 .list .swiper-prev svg path,
.product-info .box9 .list .swiper-next svg path {
  fill: #fff;
}
.product-info .box9 .list .swiper-prev .border,
.product-info .box9 .list .swiper-next .border {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-info .box9 .list .swiper-prev .border svg,
.product-info .box9 .list .swiper-next .border svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.product-info .box9 .list .swiper-prev:hover,
.product-info .box9 .list .swiper-next:hover {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.product-info .box9 .list .swiper-prev:hover .border svg,
.product-info .box9 .list .swiper-next:hover .border svg {
  opacity: 1;
}
.product-info .box9 .list .swiper-prev:hover .border .progress-bar,
.product-info .box9 .list .swiper-next:hover .border .progress-bar {
  animation: box1run 1s linear normal forwards;
}
.product-info .box9 .list .swiper-prev {
  left: -0.9rem;
}
@media (max-width: 991px) {
  .product-info .box9 .list .swiper-prev {
    left: 0.1rem;
  }
}
.product-info .box9 .list .swiper-prev svg {
  transform: rotateZ(180deg);
}
.product-info .box9 .list .swiper-next {
  right: -0.9rem;
}
@media (max-width: 991px) {
  .product-info .box9 .list .swiper-next {
    right: 0.1rem;
  }
}

.product-info .box10 {
  width: 100%;
  padding: 1.24rem 0 1.64rem;
}
.product-info .box10 .container .title {
  width: 100%;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 0.46rem;
}
.product-info .box10 .container .list {
  width: 100%;
  margin-top: 1.09rem;
}
.product-info .box10 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info .box10 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem;
  border-radius: 8px;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .product-info .box10 .container .list ul li {
    width: calc(100% - 0.5rem);
    margin-bottom: 0.5rem;
  }
}
.product-info .box10 .container .list ul li a {
  width: 100%;
  display: block;
  padding-bottom: 0.63rem;
  position: relative;
}
.product-info .box10 .container .list ul li a::after {
  content: '';
  width: 100%;
  padding-top: 50%;
  background: #eaeaea;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-out 0.3s;
}
.product-info .box10 .container .list ul li a .public-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  transition: all ease-out 0.3s;
}
.product-info .box10 .container .list ul li a .public-img::before {
  padding-top: 76%;
}
.product-info .box10 .container .list ul li a .public-img::after {
  content: '';
  width: 100%;
  padding-top: 50%;
  background: url(../images/product-info-box10-img1.png) center center no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-out 0.3s;
  opacity: 0;
}
.product-info .box10 .container .list ul li a .t1 {
  width: 100%;
  font-size: 0.28rem;
  color: #000;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.32rem;
}
.product-info .box10 .container .list ul li a .t2 {
  color: #666;
  line-height: 22px;
  margin-top: 0.15rem;
  text-align: center;
}
.product-info .box10 .container .list ul li:hover a .public-img::after {
  opacity: 1;
}
.product-info .box10 .container .talk {
  width: 100%;
  margin-top: 1rem;
  position: relative;
}
.product-info .box10 .container .talk .img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.product-info .box10 .container .talk .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box10 .container .talk .tbox {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.57rem 1rem 0.75rem 0.6rem;
}
@media (max-width:767px) {
  .product-info .box10 .container .talk .tbox{
    padding: 0.8rem 0.5rem;
    align-items: flex-end;
  }
}
.product-info .box10 .container .talk .tbox .ts {
  width: 795px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .product-info .box10 .container .talk .tbox .ts {
    width: 100%;
    text-align: center;
  }
}
.product-info .box10 .container .talk .tbox .ts .t1 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #fff;
}
.product-info .box10 .container .talk .tbox .ts .t2 {
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.17rem;
}
@media (max-width: 1024px) {
  .product-info .box10 .container .talk .tbox .public-btn {
    margin: 0.5rem auto 0;
  }
}
.Ndevor {
  width: 100%;
}
.Ndevor .box1 {
  width: 100%;
  background: #f5f6f8;
  padding: 1.35rem 0;
}
.Ndevor .box1 .container {
  width: 1200px;
  max-width: 90%;
  margin: auto;
}
.Ndevor .box1 .container .title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #010101;
  text-align: center;
  line-height: 0.52rem;
}
.Ndevor .box1 .container .txt {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #333;
  margin-top: 0.25rem;
  padding: 0 0.75rem;
}
@media (max-width: 1580px) {
  .Ndevor .box1 .container .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .Ndevor .box1 .container .txt {
    /* font-size: 14px; */
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .Ndevor .box1 .container .txt {
    padding: 0;
  }
}
.Ndevor .box1 .container .video {
  width: 100%;
  /* height: 5.4rem; */
  margin-top: 0.54rem;
  position: relative;
}
.Ndevor .box1 .container .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Ndevor .box1 .container .video .pc{

}
.Ndevor .box1 .container .video .mb{
  display: none;
}
@media (max-width:991px) {
  .Ndevor .box1 .container .video{
    height: auto;
  }
  .Ndevor .box1 .container .video .pc{
    display: none;
  }
  .Ndevor .box1 .container .video .mb{
    display: block;
  }
}
.Ndevor .box1 .container .video .zz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 47, 97, 0.6);
}
.Ndevor .box1 .container .video .zz .play {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.Ndevor .box1 .container .video .zz .play img {
  position: relative;
  z-index: 2;
}
.Ndevor .box1 .container .video .zz .play::before {
  content: '';
  width: 0.91rem;
  height: 0.91rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/jj.svg) center center no-repeat;
  background-size: contain;
  transition: all ease-out 0.3s;
}
.Ndevor .box1 .container .video .zz .play::after {
  content: '';
  width: 1.33rem;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/Ndevor-box1-icon1.png) center center no-repeat;
  transition: all ease-out 0.3s;
  background-size: contain;
}
.Ndevor .box1 .container .video .zz .play:hover::before {
  width: 0.71rem;
  height: 0.71rem;
}
.Ndevor .box1 .container .video .zz .play:hover::after {
  width: 1rem;
}
.Ndevor .box2 {
  width: 100%;
  padding: 1rem 0 1.4rem;
}
.Ndevor .box2 .container ul {
  width: 100%;
}
.Ndevor .box2 .container ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.7rem;
}
.Ndevor .box2 .container ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .Ndevor .box2 .container ul li:nth-child(2n) {
    flex-direction: row;
  }
}
.Ndevor .box2 .container ul li .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .Ndevor .box2 .container ul li .public-img {
    width: 100%;
  }
}
.Ndevor .box2 .container ul li .public-img::before {
  padding-top: 75%;
}
.Ndevor .box2 .container ul li .public-img .pc{

}
.Ndevor .box2 .container ul li .public-img .mb{
  display: none;
}
@media (max-width:991px) {
  .Ndevor .box2 .container ul li .public-img .pc{
    display: none;
  }
  .Ndevor .box2 .container ul li .public-img .mb{
    display: block;
  }
}
.Ndevor .box2 .container ul li .tbox {
  width: 50%;
  padding: 0 0.9rem 0 2rem;
}
@media (max-width: 1260px) {
  .Ndevor .box2 .container ul li .tbox {
    padding: 0 0.9rem 0 1rem;
  }
}
@media (max-width: 991px) {
  .Ndevor .box2 .container ul li .tbox {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
.Ndevor .box2 .container ul li .tbox .t1 {
  font-size: 0.42rem;
  line-height: 0.48rem;
  font-weight: bold;
  color: #010101;
}
.Ndevor .box2 .container ul li .tbox .icon {
  margin-top: 0.13rem;
}
.Ndevor .box2 .container ul li .tbox .txt {
  width: 100%;
  line-height: 24px;
  color: #666;
  margin-top: 0.3rem;
}
.Ndevor .box2 .container .boxs {
  width: 100%;
  position: relative;
  margin-top: 1rem;
}
.Ndevor .box2 .container .boxs .img {
  width: 100%;
  height: 5.6rem;
  border-radius: 8px;
  overflow: hidden;
}
.Ndevor .box2 .container .boxs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Ndevor .box2 .container .boxs .img .pc{

}
.Ndevor .box2 .container .boxs .img .mb{
  display: none;
}
@media (max-width:991px) {
  .Ndevor .box2 .container .boxs .img{
    height: auto;
  }
  .Ndevor .box2 .container .boxs .img .pc{
    display: none;
  }
  .Ndevor .box2 .container .boxs .img .mb{
    display: block;
  }
}
.Ndevor .box2 .container .boxs .tbox {
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.Ndevor .box2 .container .boxs .tbox .t1 {
  font-size: 0.42rem;
  line-height: 0.48rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.Ndevor .box2 .container .boxs .tbox .icon {
  width: 100px;
  margin: 0.15rem auto 0;
}
.Ndevor .box2 .container .boxs .tbox .txt {
  width: 750px;
  max-width: 100%;
  line-height: 24px;
  margin: 0.27rem auto 0;
  color: #fff;
  text-align: center;
}
.Ndevor .box3 {
  width: 100%;
  background: #f9fafa url(../images/Ndevor-box3-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 1.4rem 0;
  overflow: hidden;
}
.Ndevor .box3 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1260px) {
  .Ndevor .box3 .container {
    flex-wrap: wrap;
  }
}
.Ndevor .box3 .container .top {
  width: 37.5%;
  padding-top: 0.76rem;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .Ndevor .box3 .container .top {
    width: 100%;
    padding-top: 0;
  }
}
.Ndevor .box3 .container .top .title {
  font-size: 0.42rem;
  line-height: 0.48rem;
  font-weight: bold;
  color: #000;
}
.Ndevor .box3 .container .top .txt {
  line-height: 24px;
  color: #666;
  margin-top: 0.28rem;
}
.Ndevor .box3 .container .top .ckbox {
  margin-top: 0.76rem;
  display: flex;
}
.Ndevor .box3 .container .top .ckbox .swiper-prev,
.Ndevor .box3 .container .top .ckbox .swiper-next {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  margin-right: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.Ndevor .box3 .container .top .ckbox .swiper-prev svg path,
.Ndevor .box3 .container .top .ckbox .swiper-next svg path {
  fill: #333;
  transition: all ease-out 0.3s;
}
.Ndevor .box3 .container .top .ckbox .swiper-prev:hover,
.Ndevor .box3 .container .top .ckbox .swiper-next:hover {
  border: none;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.Ndevor .box3 .container .top .ckbox .swiper-prev:hover svg path,
.Ndevor .box3 .container .top .ckbox .swiper-next:hover svg path {
  fill: #fff;
}
.Ndevor .box3 .container .top .ckbox .swiper-prev svg {
  transform: rotateZ(90deg);
}
.Ndevor .box3 .container .top .ckbox .swiper-next svg {
  transform: rotateZ(-90deg);
}
.Ndevor .box3 .container .list {
  width: 72.5%;
}
@media (max-width: 1260px) {
  .Ndevor .box3 .container .list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.Ndevor .box3 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.32rem;
}
.Ndevor .box3 .container .list .swiper-container .swiper-slide {
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  padding: 0.57rem 0.45rem 0.46rem;
}
.Ndevor .box3 .container .list .swiper-container .swiper-slide .icon {
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
}
.Ndevor .box3 .container .list .swiper-container .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Ndevor .box3 .container .list .swiper-container .swiper-slide .t1 {
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 0.56rem;
}
.Ndevor .box3 .container .list .swiper-container .swiper-slide .t2 {
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}
.Ndevor .box3 .container .list .swiper-container .swiper-pagination-progressbar {
  height: 2px;
  top: initial;
  bottom: 0;
  width: 1000px;
  max-width: 100%;
  background: #ddd;
}
.Ndevor .box3 .container .list .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #333;
}
.Ndevor .box4 {
  width: 100%;
  padding: 1.34rem 0 0.4rem;
}
.Ndevor .box4 .container .title {
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.52rem;
  text-align: center;
  color: #000;
}
.Ndevor .box4 .container .txt {
  line-height: 24px;
  text-align: center;
  color: #666;
  margin-top: 0.2rem;
}
.Ndevor .box4 .container .list {
  width: 100%;
  margin-top: 0.57rem;
}
.Ndevor .box4 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.Ndevor .box4 .container .list ul li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #f8f8f8;
  border-radius: 8px;
}
.Ndevor .box4 .container .list ul li:nth-child(n+5) {
  display: none;
}
@media (max-width: 1024px) {
  .Ndevor .box4 .container .list ul li {
    width: calc(33.33% - 0.3rem);
  }
  .Ndevor .box4 .container .list ul li:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .Ndevor .box4 .container .list ul li {
    width: calc(50% - 0.3rem);
  }
  .Ndevor .box4 .container .list ul li:nth-child(n+4) {
    display: block;
  }
  .Ndevor .box4 .container .list ul li:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .Ndevor .box4 .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.Ndevor .box4 .container .list ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.Ndevor .box4 .container .list ul li a .public-img::before {
  padding-top: 83.28%;
}
.Ndevor .box4 .container .list ul li a .public-img img {
  transition: all ease-out 0.3s;
}
.Ndevor .box4 .container .list ul li a .public-img img:nth-child(1) {
  opacity: 1;
}
.Ndevor .box4 .container .list ul li a .public-img img:nth-child(2) {
  opacity: 0;
}
.Ndevor .box4 .container .list ul li a .tbox {
  width: 100%;
  padding: 0 0.2rem 0.5rem;
}
.Ndevor .box4 .container .list ul li a .tbox .t1 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .Ndevor .box4 .container .list ul li a .tbox .t1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .Ndevor .box4 .container .list ul li a .tbox .t1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .Ndevor .box4 .container .list ul li a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .Ndevor .box4 .container .list ul li a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.Ndevor .box4 .container .list ul li a .tbox .t2 {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 22px;
  margin-top: 0.1rem;
}
.Ndevor .box4 .container .list ul li a .tbox .t3 {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 0.27rem;
  padding-top: 0.23rem;
}
.Ndevor .box4 .container .list ul li a .tbox .t3 .ts {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.12rem;
}
.Ndevor .box4 .container .list ul li a .tbox .t3 .ts:last-child {
  margin-bottom: 0;
}
.Ndevor .box4 .container .list ul li a .tbox .t3 .ts span {
  width: 1.15rem;
  color: #999;
}
.Ndevor .box4 .container .list ul li a .label {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.Ndevor .box4 .container .list ul li a .label.new {
  background: #e42121;
}
.Ndevor .box4 .container .list ul li a .label.hot {
  background: #004ea2;
}
.Ndevor .box4 .container .list ul li:hover a .public-img img:nth-child(1) {
  opacity: 0;
}
.Ndevor .box4 .container .list ul li:hover a .public-img img:nth-child(2) {
  opacity: 1;
}
.Ndevor .box4 .container .list ul li:hover a .tbox .t1 {
  color: #004ea2;
}
.Ndevor .box4 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.Ndevor .box4 .container .more .ck {
  height: 0.5rem;
  padding: 0 0.24rem 0 0.3rem;
  display: inline-flex;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 0.25rem;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.Ndevor .box4 .container .more .ck span {
  display: inline-flex;
  flex-wrap: wrap;
  width: 11px;
  margin-left: 0.2rem;
}
.Ndevor .box4 .container .more .ck span svg path {
  fill: #999;
  transition: all ease-out 0.3s;
}
.Ndevor .box4 .container .more .ck span svg:nth-child(2) path {
  fill: rgba(153, 153, 153, 0.4);
}
.Ndevor .box4 .container .more .ck:hover {
  border: none;
  color: #fff;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.Ndevor .box4 .container .more .ck:hover span svg path {
  fill: #fff;
}
.Ndevor .box4 .container .more .ck:hover span svg:nth-child(2) path {
  fill: rgba(255, 255, 255, 0.4);
}
.industry-menu {
  width: 100%;
  height: 0.7rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .industry-menu {
    height: 0.8rem;
  }
}
.industry-menu ul {
  width: 100%;
  height: 0.7rem;
  display: flex;
  justify-content: center;
}
.industry-menu ul.on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .industry-menu ul {
    height: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.industry-menu ul li {
  margin-right: 0.34rem;
}
.industry-menu ul li:last-child {
  margin-right: 0;
}
.industry-menu ul li a {
  color: #333;
  font-weight: bold;
  transition: all ease-out 0.3s;
  border-bottom: 2px solid transparent;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.29rem;
}
@media (max-width: 767px) {
  .industry-menu ul li a {
    height: 0.8rem;
    white-space: nowrap;
  }
}
.industry-menu ul li:hover a,
.industry-menu ul li.on a {
  color: #004ea2;
  border-bottom: 2px solid #004ea2;
}
.industry {
  width: 100%;
}
.industry .box1 {
  width: 100%;
  padding: 1.29rem 0;
}
.industry .box1 .container .title {
  width: 1050px;
  max-width: 100%;
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: auto;
}
.industry .box1 .container .list {
  width: 100%;
  margin-top: 0.67rem;
}
.industry .box1 .container .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 2.42rem;
}
@media (max-width:991px) {
  .industry .box1 .container .list ul{
    height: auto;
  }
}
.industry .box1 .container .list ul li {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0.3rem;
  background: #152540;
  transition: all ease-out 0.3s;
}
@media (max-width: 1024px) {
  .industry .box1 .container .list ul li {
    margin: 0 0.6rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .industry .box1 .container .list ul li {
    width: 2rem;
    height: 2rem;
    margin: 0 0.3rem 0.3rem;
  }
}
.industry .box1 .container .list ul li .public-img {
  opacity: 0.5;
}
.industry .box1 .container .list ul li .public-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.industry .box1 .container .list ul li .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: calc(0.9rem - 15px);
  border-radius: 50%;
}
.industry .box1 .container .list ul li .tbox .t1 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .industry .box1 .container .list ul li .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .industry .box1 .container .list ul li .tbox .t1 {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .industry .box1 .container .list ul li .tbox .t1 {
    font-size: 14px;
  }
} */
.industry .box1 .container .list ul li .tbox span {
  width: 11px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.industry .box1 .container .list ul li .tbox span svg path {
  fill: #fff;
}
.industry .box1 .container .list ul li .tbox span svg:nth-child(2) path {
  fill: rgba(255, 255, 255, 0.5);
}
.industry .box1 .container .list ul li:hover,
.industry .box1 .container .list ul li.on {
  width: 2.42rem;
  height: 2.42rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .industry .box1 .container .list ul li:hover,
  .industry .box1 .container .list ul li.on {
    margin: 0 0.3rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .industry .box1 .container .list ul li:hover,
  .industry .box1 .container .list ul li.on {
    margin: 0 0 0.3rem;
  }
}
.industry .box1 .container .list ul li:hover .tbox,
.industry .box1 .container .list ul li.on .tbox {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  opacity: 0.9;
  padding-top: calc(1.21rem - 15px);
  border-radius: 50%;
}
.industry .box1 .container .list ul li:hover .tbox span,
.industry .box1 .container .list ul li.on .tbox span {
  margin-top: 0.35rem;
  opacity: 1;
}
.industry .box2 {
  width: 100%;
  position: relative;
}
.industry .box2 ul li {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  /* position: sticky;
  position: -webkit-sticky;
  top: 0; */
}
@media (max-width: 767px) {
  .industry .box2 ul li {
    height: auto;
    position: relative;
  }
}
.industry .box2 ul li:nth-child(2n) {
  flex-direction: row;
}
.industry .box2 ul li:nth-child(2n) .tbox {
  padding: 2.32rem 1.6rem 0 1rem;
}
@media (max-width: 1024px) {
  .industry .box2 ul li:nth-child(2n) .tbox {
    padding: 2.32rem 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .industry .box2 ul li:nth-child(2n) .tbox {
    width: 100%;
    padding: 0.5rem 0.5rem 1rem;
  }
}
.industry .box2 ul li .public-img {
  width: 61.45%;
  height: 100%;
}
@media (max-width: 767px) {
  .industry .box2 ul li .public-img {
    width: 100%;
    height: auto;
  }
}
.industry .box2 ul li .public-img::before {
  padding-top: 82.2%;
}
.industry .box2 ul li .tbox {
  width: 38.55%;
  height: 100%;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  padding: 2.32rem 1rem 0 1.6rem;
  position: relative;
}
@media (max-width: 1024px) {
  .industry .box2 ul li .tbox {
    padding: 2.32rem 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .industry .box2 ul li .tbox {
    width: 100%;
    padding: 0.5rem 0.5rem 1rem;
  }
}
.industry .box2 ul li .tbox .num {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 1580px) {
  .industry .box2 ul li .tbox .num {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .industry .box2 ul li .tbox .num {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .industry .box2 ul li .tbox .num {
    font-size: 14px;
  }
} */
.industry .box2 ul li .tbox .t1 {
  font-size: 0.42rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.52rem;
  margin-top: 7px;
}
.industry .box2 ul li .tbox .t1 a{
  color: #fff;
}
.industry .box2 ul li .tbox .t2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.25rem;
}
@media (max-width: 1580px) {
  .industry .box2 ul li .tbox .t2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .industry .box2 ul li .tbox .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
/* @media (max-width: 991px) {
  .industry .box2 ul li .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
} */
.industry .box2 ul li .tbox .ts {
  width: 100%;
  margin-top: 0.56rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.industry .box2 ul li .tbox .ts a {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  color: #fff;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .industry .box2 ul li .tbox .ts a {
    width: 2.4rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.industry .box2 ul li .tbox .ts a:hover {
  color: #0042a2;
  background: #fff;
  border: 2px solid #fff;
}
.industry .box2 ul li .tbox::after {
  content: '';
  width: 3.07rem;
  height: 3.34rem;
  background: url(../images/industry-box2-bg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.industry-info {
  width: 100%;
}
.industry-info .box1 {
  width: 100%;
}
.industry-info .box1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0.72rem 0 1.32rem;
  background: url(../images/industry-info-box1-bg.png) left 0.32rem no-repeat;
  background-size: 1.94rem;
}
.industry-info .box1 .container .title {
  font-size: 0.42rem;
  color: #000;
  font-weight: bold;
  line-height: 0.52rem;
  padding-left: 1.2rem;
}
@media (max-width: 767px) {
  .industry-info .box1 .container .title {
    padding-left: 0;
  }
}
.industry-info .box1 .container .txt {
  width: 925px;
  max-width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .industry-info .box1 .container .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .industry-info .box1 .container .txt {
    width: 100%;
    /* font-size: 14px; */
    line-height: 26px;
    margin-top: 0.5rem;
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .industry-info .box1 .container .txt {
    padding-left: 0;
  }
}
.industry-info .box2 {
  width: 100%;
  position: relative;
  padding: 1.34rem 0 0.97rem;
}
.industry-info .box2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #032348;
}
.industry-info .box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.industry-info .box2 .container {
  position: relative;
  z-index: 2;
}
.industry-info .box2 .container .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.industry-info .box2 .container .txt {
  width: 960px;
  max-width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 0.28rem auto 0;
}
@media (max-width: 1580px) {
  .industry-info .box2 .container .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .industry-info .box2 .container .txt {
    /* font-size: 14px; */
    line-height: 26px;
  }
}
.industry-info .box2 .container .list {
  width: 100%;
  margin-top: 2.17rem;
}
@media (max-width: 1580px) {
  .industry-info .box2 .container .list {
    margin-top: 1.8rem;
  }
}
@media (max-width: 1260px) {
  .industry-info .box2 .container .list {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .industry-info .box2 .container .list {
    margin-top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .industry-info .box2 .container .list {
    margin-top: 0.5rem;
  }
}
.industry-info .box2 .container .list .swiper-container{
  width: 100%;
  padding-top: 0.1rem;
}
.industry-info .box2 .container .list .swiper-container .swiper-wrapper{
  justify-content: center;
}
@media (max-width: 767px) {
  .industry-info .box2 .container .list .swiper-container .swiper-wrapper{
    justify-content: initial;
  }
}
.industry-info .box2 .container .list .swiper-container .swiper-slide{
  height: 2.32rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.industry-info .box2 .container .list .swiper-container .swiper-slide::before {
  content: '';
  width: 1px;
  height: 2.24rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
  background: rgba(255, 255, 255, 0.13);
}
/* @media (max-width: 767px) {
  .industry-info .box2 .container .list .swiper-container .swiper-slide::before {
    display: none;
  }
} */
.industry-info .box2 .container .list .swiper-container .swiper-slide:last-child::before {
  display: none;
}
.industry-info .box2 .container .list .swiper-container .swiper-slide .icon {
  width: 0.94rem;
  height: 0.94rem;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.industry-info .box2 .container .list .swiper-container .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.industry-info .box2 .container .list .swiper-container .swiper-slide .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/jj5.svg) center center no-repeat;
  background-size: 0.54rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.industry-info .box2 .container .list .swiper-container .swiper-slide .icon::after {
  content: '';
  width: 1.12rem;
  height: 1.25rem;
  background: url(../images/product-info-box6-icon1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.09rem;
}
.industry-info .box2 .container .list .swiper-container .swiper-slide .t1 {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.38rem;
  text-align: center;
}

.industry-info .box2 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.industry-info .box2 .container .list ul li {
  width: 25%;
  height: 2.32rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .industry-info .box2 .container .list ul li {
    width: 50%;
    margin-top: 0.5rem;
  }
  .industry-info .box2 .container .list ul li:nth-child(2n)::before {
    display: none;
  }
}
.industry-info .box2 .container .list ul li::before {
  content: '';
  width: 1px;
  height: 2.24rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
  background: rgba(255, 255, 255, 0.13);
}
@media (max-width: 767px) {
  .industry-info .box2 .container .list ul li::before {
    display: none;
  }
}
.industry-info .box2 .container .list ul li:last-child::before {
  display: none;
}
.industry-info .box2 .container .list ul li .icon {
  width: 0.94rem;
  height: 0.94rem;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.industry-info .box2 .container .list ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.industry-info .box2 .container .list ul li .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/jj5.svg) center center no-repeat;
  background-size: 0.54rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.industry-info .box2 .container .list ul li .icon::after {
  content: '';
  width: 1.12rem;
  height: 1.25rem;
  background: url(../images/product-info-box6-icon1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.09rem;
}
.industry-info .box2 .container .list ul li .t1 {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.38rem;
  text-align: center;
}
.industry-info .industry-box3-list {
  width: 100%;
}
.industry-info .box3 {
  width: 100%;
  padding: 1.35rem 0 0;
  display: none;
}
.industry-info .box3.on {
  display: block;
}
.industry-info .box3 .container .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  text-align: center;
  color: #010101;
  font-weight: bold;
}
.industry-info .box3 .container .list {
  width: 100%;
  margin-top: 0.82rem;
}
.industry-info .box3 .container .list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.industry-info .box3 .container .list ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.industry-info .box3 .container .list ul li:nth-child(2n) .tbox {
  padding: 0 1.2rem 0 0.7rem;
}
@media (max-width: 1260px) {
  .industry-info .box3 .container .list ul li:nth-child(2n) .tbox {
    padding: 0 0.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .industry-info .box3 .container .list ul li:nth-child(2n) .tbox {
    padding: 0.5rem 0 0 0;
  }
}
.industry-info .box3 .container .list ul li .public-img {
  width: 56.25%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .industry-info .box3 .container .list ul li .public-img {
    width: 100%;
  }
}
.industry-info .box3 .container .list ul li .public-img::before {
  padding-top: 53.33%;
}
.industry-info .box3 .container .list ul li .tbox {
  width: 43.75%;
  padding: 0 0.7rem 0 1.2rem;
}
@media (max-width: 1260px) {
  .industry-info .box3 .container .list ul li .tbox {
    padding: 0 0 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .industry-info .box3 .container .list ul li .tbox {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}
.industry-info .box3 .container .list ul li .tbox .t1 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #010101;
  line-height: 0.46rem;
}
.industry-info .box3 .container .list ul li .tbox .icon {
  margin-top: 0.15rem;
}
.industry-info .box3 .container .list ul li .tbox .t2 {
  color: #666;
  line-height: 24px;
  margin-top: 0.3rem;
}
.industry-info .box3 .container .list ul li .tbox .ts {
  margin-top: 0.5rem;
  display: flex;
  /* flex-wrap: wrap; */
  color: #333;
  font-weight: bold;
}
.industry-info .box3 .container .list ul li .tbox .ts span {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: 35px;
}
.industry-info .box3 .container .list ul li .tbox .ts .tas{
  display: flex;
  flex-wrap: wrap;
}
.industry-info .box3 .container .list ul li .tbox .ts a {
  display: inline-flex;
  align-items: center;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 17px;
  padding: 0 0.2rem;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  transition: all ease-out 0.3s;
}
.industry-info .box3 .container .list ul li .tbox .ts a:hover {
  color: #fff;
  background: #004ea2;
  border: 1px solid #004ea2;
}
.industry-info .box4 {
  width: 100%;
  padding: 0.52rem 0 1.4rem;
}
.industry-info .box4 .container {
  display: flex;
  flex-wrap: wrap;
}
.industry-info .box4 .container .title {
  width: 100%;
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.industry-info .box4 .container .list {
  width: 100%;
  position: relative;
  margin-top: 0.55rem;
}
.industry-info .box4 .container .list .img {
  width: 100%;
  height: 6.6rem;
  position: relative;
}
.industry-info .box4 .container .list .img .item {
  width: 100%;
  height: 100%;
  display: none;
  transition: all ease-out 0.3s;
}
.industry-info .box4 .container .list .img .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-info .box4 .container .list .img .item.on {
  display: block;
}
.industry-info .box4 .container .list .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.industry-info .box4 .container .list ul {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
}
.industry-info .box4 .container .list ul li {
  width: 11.25%;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  transition: all ease-out 0.3s;
}
.industry-info .box4 .container .list ul li .t1 {
  width: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: auto;
  transition: all ease-out 0.3s;
  text-align: center;
}
@media (max-width: 1580px) {
  .industry-info .box4 .container .list ul li .t1 {
    width: 22px;
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .industry-info .box4 .container .list ul li .t1 {
    width: 20px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .industry-info .box4 .container .list ul li .t1 {
    width: 18px;
    font-size: 18px;
  }
}
.industry-info .box4 .container .list ul li .t2 {
  display: none;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  transition: all ease-out 0.3s;
}
.industry-info .box4 .container .list ul li .num {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  position: absolute;
  bottom: 0.46rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-out 0.3s;
}
.industry-info .box4 .container .list ul li.on {
  width: 66.25%;
  padding-left: 0.5rem;
}
.industry-info .box4 .container .list ul li.on .t1 {
  width: auto;
  font-size: 0.36rem;
  text-align: left;
}
.industry-info .box4 .container .list ul li.on .t2 {
  display: block;
  margin-top: 0.23rem;
  width: 390px;
  max-width: 100%;
}
.industry-info .box4 .container .list ul li.on .num {
  left: 0.5rem;
  transform: translateX(0);
  color: #fff;
}
.industry-info .box4 .container .public-btn {
  margin: 0.6rem auto 0;
}
.industry-info .box5 {
  width: 100%;
  background: #f8f8f8;
  padding: 1.2rem 0 1.4rem;
}
.industry-info .box5 .container .title {
  width: 100%;
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.industry-info .box5 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.industry-info .box5 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.industry-info .box5 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0.25rem;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .industry-info .box5 .container .list ul li {
    width: calc(100% - 0.5rem);
    margin-bottom: 0.5rem;
  }
  .industry-info .box5 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.industry-info .box5 .container .list ul li a {
  display: block;
}
.industry-info .box5 .container .list ul li a .public-img::before {
  padding-top: 56%;
}
.industry-info .box5 .container .list ul li a .tbox {
  width: 100%;
  height: 2.85rem;
  padding: 0.33rem 0.6rem 0.54rem 0.3rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .industry-info .box5 .container .list ul li a .tbox {
    height: 3.6rem;
  }
}
@media (max-width: 1260px) {
  .industry-info .box5 .container .list ul li a .tbox {
    height: 3.2rem;
  }
}
.industry-info .box5 .container .list ul li a .tbox .icon {
  height: 0.4rem;
  margin-bottom: 0.2rem;
}
.industry-info .box5 .container .list ul li a .tbox .icon img {
  height: 100%;
}
.industry-info .box5 .container .list ul li a .tbox .tbs {
  transition: all ease-out 0.3s;
}
.industry-info .box5 .container .list ul li a .tbox .t1 {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .industry-info .box5 .container .list ul li a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1260px) {
  .industry-info .box5 .container .list ul li a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .industry-info .box5 .container .list ul li a .tbox .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.industry-info .box5 .container .list ul li a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: 22px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .industry-info .box5 .container .list ul li a .tbox .t2 {
    -webkit-line-clamp: 2;
  }
}
.industry-info .box5 .container .list ul li a .tbox .ts {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  opacity: 0;
  margin-top: 0.54rem;
}
@media (max-width: 1580px) {
  .industry-info .box5 .container .list ul li a .tbox .ts {
    font-size: 16px;
    margin-top: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .industry-info .box5 .container .list ul li a .tbox .ts {
    /* font-size: 14px; */
    margin-top: 0.3rem;
  }
}
.industry-info .box5 .container .list ul li a .tbox .ts span {
  display: inline-flex;
  margin-left: 0.2rem;
}
.industry-info .box5 .container .list ul li a .tbox .ts span svg {
  width: 7px;
}
.industry-info .box5 .container .list ul li a .tbox .ts span svg path {
  fill: #fff;
}
.industry-info .box5 .container .list ul li a .tbox .ts span svg:nth-child(2) path {
  fill: rgba(255, 255, 255, 0.4);
}
.industry-info .box5 .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.industry-info .box5 .container .list ul li:hover a .tbox {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.industry-info .box5 .container .list ul li:hover a .tbox .icon {
  display: none;
}
.industry-info .box5 .container .list ul li:hover a .tbox .tbs .t1 {
  color: #fff;
}
.industry-info .box5 .container .list ul li:hover a .tbox .tbs .t2 {
  color: rgba(255, 255, 255, 1);
}
.industry-info .box5 .container .list ul li:hover a .tbox .tbs .ts {
  opacity: 1;
}
.industry-info .box6 {
  width: 100%;
  padding: 1.34rem 0 1rem;
}
.industry-info .box6 .container .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.industry-info .box6 .container .list {
  width: 100%;
  margin-top: 0.54rem;
  position: relative;
}
.industry-info .box6 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.industry-info .box6 .container .list ul li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #f8f8f8;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .industry-info .box6 .container .list ul li {
    width: calc(33.33% - 0.3rem);
  }
}
@media (max-width: 991px) {
  .industry-info .box6 .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .industry-info .box6 .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.industry-info .box6 .container .list ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.industry-info .box6 .container .list ul li a .public-img::before {
  padding-top: 83.28%;
}
.industry-info .box6 .container .list ul li a .public-img img {
  transition: all ease-out 0.3s;
}
.industry-info .box6 .container .list ul li a .public-img img:nth-child(1) {
  opacity: 1;
}
.industry-info .box6 .container .list ul li a .public-img img:nth-child(2) {
  opacity: 0;
}
.industry-info .box6 .container .list ul li a .tbox {
  width: 100%;
  padding: 0 0.2rem 0.5rem;
}
.industry-info .box6 .container .list ul li a .tbox .t1 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .industry-info .box6 .container .list ul li a .tbox .t1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .industry-info .box6 .container .list ul li a .tbox .t1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .industry-info .box6 .container .list ul li a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .industry-info .box6 .container .list ul li a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.industry-info .box6 .container .list ul li a .tbox .t2 {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 22px;
  margin-top: 0.1rem;
}
.industry-info .box6 .container .list ul li a .tbox .t3 {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 0.27rem;
  padding-top: 0.23rem;
}
.industry-info .box6 .container .list ul li a .tbox .t3 .ts {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.12rem;
}
.industry-info .box6 .container .list ul li a .tbox .t3 .ts:last-child {
  margin-bottom: 0;
}
.industry-info .box6 .container .list ul li a .tbox .t3 .ts span {
  width: 1.15rem;
  color: #999;
}
.industry-info .box6 .container .list ul li a .label {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.industry-info .box6 .container .list ul li a .label.new {
  background: #e42121;
}
.industry-info .box6 .container .list ul li a .label.hot {
  background: #004ea2;
}
.industry-info .box6 .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.industry-info .box6 .container .list ul li:hover a .public-img img:nth-child(2) {
  opacity: 1;
}
.industry-info .box6 .container .list ul li:hover a .tbox .t1 {
  color: #004ea2;
}

.industry-info .box6 .container .list .swiper-container{
  width: 100%;
}
.industry-info .box6 .container .list .swiper-container .swiper-wrapper{
  /* justify-content: center; */
}
.industry-info .box6 .container .list .swiper-container .swiper-slide{
  background: #f8f8f8;
  border-radius: 8px;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: 83.28%;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .public-img img {
  transition: all ease-out 0.3s;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .public-img img:nth-child(1) {
  opacity: 1;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .public-img img:nth-child(2) {
  opacity: 0;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox {
  width: 100%;
  padding: 0 0.2rem 0.5rem;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t1 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t2 {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 22px;
  margin-top: 0.1rem;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t3 {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 0.27rem;
  padding-top: 0.23rem;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t3 .ts {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.12rem;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t3 .ts:last-child {
  margin-bottom: 0;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .tbox .t3 .ts span {
  width: 1.15rem;
  color: #999;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .label {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .label.new {
  background: #e42121;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide a .label.hot {
  background: #004ea2;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide:hover a .public-img img {
  transform: scale(1.05);
}
.industry-info .box6 .container .list .swiper-container .swiper-slide:hover a .public-img img:nth-child(2) {
  opacity: 1;
}
.industry-info .box6 .container .list .swiper-container .swiper-slide:hover a .tbox .t1 {
  color: #004ea2;
}
.industry-info .box6 .container .list .swiper-prev,
.industry-info .box6 .container .list .swiper-next {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease-out 0.3s;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.industry-info .box6 .container .list .swiper-prev svg path,
.industry-info .box6 .container .list .swiper-next svg path {
  fill: #fff;
}
.industry-info .box6 .container .list .swiper-prev .border,
.industry-info .box6 .container .list .swiper-next .border {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.industry-info .box6 .container .list .swiper-prev .border svg,
.industry-info .box6 .container .list .swiper-next .border svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.industry-info .box6 .container .list .swiper-prev:hover,
.industry-info .box6 .container .list .swiper-next:hover {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.industry-info .box6 .container .list .swiper-prev:hover .border svg,
.industry-info .box6 .container .list .swiper-next:hover .border svg {
  opacity: 1;
}
.industry-info .box6 .container .list .swiper-prev:hover .border .progress-bar,
.industry-info .box6 .container .list .swiper-next:hover .border .progress-bar {
  animation: box1run 1s linear normal forwards;
}
.industry-info .box6 .container .list .swiper-prev {
  left: -0.9rem;
}
@media (max-width: 991px) {
  .industry-info .box6 .container .list .swiper-prev {
    left: 0.1rem;
  }
}
.industry-info .box6 .container .list .swiper-prev svg {
  transform: rotateZ(180deg);
}
.industry-info .box6 .container .list .swiper-next {
  right: -0.9rem;
}
@media (max-width: 991px) {
  .industry-info .box6 .container .list .swiper-next {
    right: 0.1rem;
  }
}

.industry-info .box7 {
  width: 100%;
  padding: 0.33rem 0 1.4rem;
}
.industry-info .box7 .container .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.industry-info .box7 .container .list {
  width: 100%;
  margin-top: 0.57rem;
}
.industry-info .box7 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.industry-info .box7 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  .industry-info .box7 .container .list ul li {
    width: calc(100% - 0.5rem);
    margin-bottom: 0.5rem;
  }
  .industry-info .box7 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.industry-info .box7 .container .list ul li a {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.industry-info .box7 .container .list ul li a .public-img::before {
  padding-top: 82%;
}
.industry-info .box7 .container .list ul li a .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 78, 162, 0.1);
  opacity: 0;
  transition: all ease-out 0.3s;
}
.industry-info .box7 .container .list ul li a .txt {
  width: 100%;
  height: 1.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 0.3rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .industry-info .box7 .container .list ul li a .txt {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .industry-info .box7 .container .list ul li a .txt {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .industry-info .box7 .container .list ul li a .txt {
    font-size: 18px;
  }
}
.industry-info .box7 .container .list ul li a .txt span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  opacity: 0;
}
.industry-info .box7 .container .list ul li a .txt span svg {
  transform: rotateZ(-90deg);
}
.industry-info .box7 .container .list ul li a .txt span svg path {
  fill: #fff;
}
.industry-info .box7 .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.industry-info .box7 .container .list ul li:hover a .public-img::after {
  opacity: 1;
}
.industry-info .box7 .container .list ul li:hover a .txt {
  background: linear-gradient(to right, rgba(0, 78, 162, 0.9), rgba(0, 104, 215, 0.9), rgba(0, 180, 255, 0.9));
}
.industry-info .box7 .container .list ul li:hover a .txt span {
  opacity: 1;
}
.industry-info .not-found {
  margin: 0 0 1.7rem;
}
.case {
  width: 100%;
  background: #f8f8f8;
  padding: 0.95rem 0 1.4rem;
}
.case .container .list {
  width: 100%;
}
.case .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.case .container .list ul li {
  width: calc(33.33% - 0.5rem);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0.25rem 0.5rem;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .case .container .list ul li {
    width: calc(100% - 0.5rem);
    margin-bottom: 0.5rem;
  }
  .case .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.case .container .list ul li a {
  display: block;
}
.case .container .list ul li a .public-img::before {
  padding-top: 56%;
}
.case .container .list ul li a .tbox {
  width: 100%;
  height: 2.85rem;
  padding: 0.33rem 0.6rem 0.54rem 0.3rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .case .container .list ul li a .tbox {
    height: 3.6rem;
  }
}
@media (max-width: 1260px) {
  .case .container .list ul li a .tbox {
    height: 3.2rem;
  }
}
.case .container .list ul li a .tbox .icon {
  height: 0.4rem;
  margin-bottom: 0.2rem;
  transition: all ease-out 0.3s;
}
.case .container .list ul li a .tbox .icon img {
  height: 100%;
}
.case .container .list ul li a .tbox .tbs {
  transition: all ease-out 0.3s;
}
.case .container .list ul li a .tbox .t1 {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .case .container .list ul li a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1260px) {
  .case .container .list ul li a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .case .container .list ul li a .tbox .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.case .container .list ul li a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: 22px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case .container .list ul li a .tbox .t2 {
    -webkit-line-clamp: 2;
  }
}
.case .container .list ul li a .tbox .ts {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  opacity: 0;
  margin-top: 0.54rem;
}
@media (max-width: 1580px) {
  .case .container .list ul li a .tbox .ts {
    font-size: 16px;
    margin-top: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .case .container .list ul li a .tbox .ts {
    /* font-size: 14px; */
    margin-top: 0.3rem;
  }
}
.case .container .list ul li a .tbox .ts span {
  display: inline-flex;
  margin-left: 0.2rem;
}
.case .container .list ul li a .tbox .ts span svg {
  width: 7px;
}
.case .container .list ul li a .tbox .ts span svg path {
  fill: #fff;
}
.case .container .list ul li a .tbox .ts span svg:nth-child(2) path {
  fill: rgba(255, 255, 255, 0.4);
}
.case .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.case .container .list ul li:hover a .tbox {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.case .container .list ul li:hover a .tbox .icon {
  display: none;
}
.case .container .list ul li:hover a .tbox .tbs .t1 {
  color: #fff;
}
.case .container .list ul li:hover a .tbox .tbs .t2 {
  color: rgba(255, 255, 255, 1);
}
.case .container .list ul li:hover a .tbox .tbs .ts {
  opacity: 1;
}
.case .container .page-list {
  margin-top: 0.3rem;
}
.case-info {
  width: 100%;
}
.case-info .box1 {
  width: 100%;
  background: #f5f6f8;
}
.case-info .box1 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.76rem 0 1.3rem;
  background: url(../images/industry-info-box1-bg.png) left 0.32rem no-repeat;
  background-size: 1.94rem;
}
@media (max-width: 767px) {
  .case-info .box1 .container {
    flex-wrap: wrap;
  }
}
.case-info .box1 .container .left {
  width: 1040px;
  max-width: 100%;
  padding-left: 1.2rem;
}
@media (max-width: 767px) {
  .case-info .box1 .container .left {
    padding-left: 0;
  }
}
.case-info .box1 .container .left .t1 {
  font-size: 0.42rem;
  line-height: 1;
  font-weight: bold;
  color: #000;
}
.case-info .box1 .container .left .t2 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 0.33rem;
}
@media (max-width: 1580px) {
  .case-info .box1 .container .left .t2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .case-info .box1 .container .left .t2 {
    /* font-size: 14px; */
    line-height: 26px;
  }
}
.case-info .box1 .container .img {
  width: 3rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .case-info .box1 .container .img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.case-info .box2 {
  width: 100%;
  padding: 1.34rem 0 0.82rem;
}
.case-info .box2 .container .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  text-align: center;
  color: #010101;
}
.case-info .box2 .container .txt {
  width: 1035px;
  max-width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin: 0.25rem auto 0;
  text-align: center;
}
@media (max-width: 1580px) {
  .case-info .box2 .container .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .case-info .box2 .container .txt {
    /* font-size: 14px; */
    line-height: 26px;
  }
}
.case-info .box2 .container .list {
  width: 1380px;
  max-width: 100%;
  margin: 0.46rem auto 0;
}

.case-info .box2 .container .list .swiper-container {
  width: 100%;
}
.case-info .box2 .container .list .swiper-container .swiper-wrapper{
  /* justify-content: center; */
}
.case-info .box2 .container .list .swiper-container .swiper-slide {
  background: #f5f6f8;
  border-radius: 8px;
  min-height: 2.2rem;
  padding: 0.16rem 0.2rem;
}
@media (max-width: 767px) {
  .case-info .box2 .container .list .swiper-container .swiper-slide {
    width: calc(100% - 0.3rem);
    margin-bottom: 0.3rem;
  }
}
.case-info .box2 .container .list .swiper-container .swiper-slide .num {
  font-size: 18px;
  color: #004ea2;
  line-height: 22px;
}
@media (max-width: 1580px) {
  .case-info .box2 .container .list .swiper-container .swiper-slide .num {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .case-info .box2 .container .list .swiper-container .swiper-slide .num {
    font-size: 14px;
  }
}
.case-info .box2 .container .list .swiper-container .swiper-slide .txts {
  color: #333;
  line-height: 24px;
  text-align: center;
  margin-top: 0.38rem;
  padding: 0 0.64rem;
}
@media (max-width: 991px) {
  .case-info .box2 .container .list .swiper-container .swiper-slide .txts {
    padding: 0 0.3rem;
  }
}
.case-info .box2 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-info .box2 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem;
  background: #f5f6f8;
  border-radius: 8px;
  min-height: 2.2rem;
  padding: 0.16rem 0.2rem;
}
@media (max-width: 767px) {
  .case-info .box2 .container .list ul li {
    width: calc(100% - 0.3rem);
    margin-bottom: 0.3rem;
  }
}
.case-info .box2 .container .list ul li .num {
  font-size: 18px;
  color: #004ea2;
  line-height: 22px;
}
@media (max-width: 1580px) {
  .case-info .box2 .container .list ul li .num {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .case-info .box2 .container .list ul li .num {
    font-size: 14px;
  }
} */
.case-info .box2 .container .list ul li .txts {
  color: #333;
  line-height: 24px;
  text-align: center;
  margin-top: 0.38rem;
  padding: 0 0.64rem;
}
@media (max-width: 767px) {
  .case-info .box2 .container .list ul li .txts {
    padding: 0 0.3rem;
  }
}
.case-info .box3 {
  width: 100%;
  padding: 0.6rem 0 0.5rem;
  background: url(../images/case-info-box3-bg.jpg) center center no-repeat;
  background-size: cover;
}
.case-info .box3 .container ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .case-info .box3 .container ul {
    justify-content: flex-start;
  }
}
.case-info .box3 .container ul li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 0.19rem 0 0.17rem;
}
@media (max-width: 767px) {
  .case-info .box3 .container ul li {
    width: 50%;
    border-right: none;
    margin: 0.15rem 0;
  }
}
.case-info .box3 .container ul li:last-child {
  border-right: none;
}
.case-info .box3 .container ul li .num {
  font-size: 0.72rem;
  line-height: 1;
  color: #fff;
}
.case-info .box3 .container ul li .txt {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  margin-top: 8px;
}
@media (max-width: 1580px) {
  .case-info .box3 .container ul li .txt {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .case-info .box3 .container ul li .txt {
    font-size: 14px;
  }
} */
.case-info .box4 {
  width: 100%;
  padding: 1.4rem 0;
}
.case-info .box4 .container .list {
  width: 100%;
}
.case-info .box4 .container .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.case-info .box4 .container .list ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.case-info .box4 .container .list ul li:nth-child(even) .tbox {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .case-info .box4 .container .list ul li:nth-child(even) .tbox {
    margin-right: 0;
  }
}
.case-info .box4 .container .list ul li:last-child {
  margin-bottom: 0;
}
.case-info .box4 .container .list ul li .public-img {
  width: 56.25%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .case-info .box4 .container .list ul li .public-img {
    width: 100%;
  }
}
.case-info .box4 .container .list ul li .public-img::before {
  padding-top: 53.33%;
}
.case-info .box4 .container .list ul li .tbox {
  width: 31.25%;
}
@media (max-width: 767px) {
  .case-info .box4 .container .list ul li .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.case-info .box4 .container .list ul li .tbox .t1 {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  color: #010101;
}
.case-info .box4 .container .list ul li .tbox .icon {
  margin-top: 0.17rem;
}
.case-info .box4 .container .list ul li .tbox .txt {
  margin-top: 0.24rem;
  color: #666;
  line-height: 24px;
}
.case-info .box5 {
  width: 100%;
  position: relative;
  padding: 1.35rem 0 1rem;
}
.case-info .box5 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #032348;
}
.case-info .box5 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.case-info .box5 .container {
  position: relative;
  z-index: 2;
}
.case-info .box5 .container .title {
  width: 100%;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.46rem;
  text-align: center;
}
.case-info .box5 .container .list {
  width: 100%;
  margin-top: 0.74rem;
}
.case-info .box5 .container .list .swiper-container{
  width: 100%;
  padding-top: 0.1rem;
}
.case-info .box5 .container .list .swiper-container .swiper-wrapper{
  /* justify-content: center; */
}
.case-info .box5 .container .list .swiper-container .swiper-slide{
  min-height: 3.08rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0 0.63rem;
}
.case-info .box5 .container .list .swiper-container .swiper-slide::before {
  content: '';
  width: 1px;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
  background: rgba(255, 255, 255, 0.13);
}
@media (max-width: 767px) {
  .case-info .box5 .container .list .swiper-container .swiper-slide{
    padding: 0 0.25rem;
  }
  .case-info .box5 .container .list .swiper-container .swiper-slide::before {
    display: none;
  }
}
.case-info .box5 .container .list .swiper-container .swiper-slide:last-child::before {
  display: none;
}
.case-info .box5 .container .list .swiper-container .swiper-slide .icon {
  width: 0.94rem;
  height: 0.94rem;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  border-radius: 50%;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #fff;
}
.case-info .box5 .container .list .swiper-container .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.case-info .box5 .container .list .swiper-container .swiper-slide .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/jj5.svg) center center no-repeat;
  background-size: 0.54rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case-info .box5 .container .list .swiper-container .swiper-slide .icon::after {
  content: '';
  width: 1.12rem;
  height: 1.25rem;
  background: url(../images/product-info-box6-icon1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.09rem;
}
.case-info .box5 .container .list .swiper-container .swiper-slide .t2 {
  width: 100%;
  line-height: 24px;
  margin-top: 0.63rem;
  text-align: center;
  color: #fff;
}


.case-info .box5 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.case-info .box5 .container .list ul li {
  width: 25%;
  min-height: 3.08rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0 0.63rem;
}
@media (max-width: 991px) {
  .case-info .box5 .container .list ul li {
    width: 50%;
    margin-top: 0.5rem;
  }
  .case-info .box5 .container .list ul li:nth-child(2n)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .case-info .box5 .container .list ul li {
    width: 100%;
  }
}
.case-info .box5 .container .list ul li::before {
  content: '';
  width: 1px;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
  background: rgba(255, 255, 255, 0.13);
}
@media (max-width: 767px) {
  .case-info .box5 .container .list ul li::before {
    display: none;
  }
}
.case-info .box5 .container .list ul li:last-child::before {
  display: none;
}
.case-info .box5 .container .list ul li .icon {
  width: 0.94rem;
  height: 0.94rem;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  border-radius: 50%;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #fff;
}
.case-info .box5 .container .list ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.case-info .box5 .container .list ul li .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/jj5.svg) center center no-repeat;
  background-size: 0.54rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case-info .box5 .container .list ul li .icon::after {
  content: '';
  width: 1.12rem;
  height: 1.25rem;
  background: url(../images/product-info-box6-icon1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.09rem;
}
.case-info .box5 .container .list ul li .t2 {
  width: 100%;
  line-height: 24px;
  margin-top: 0.63rem;
  text-align: center;
  color: #fff;
}
.case-info .box6 {
  width: 100%;
  padding: 1.4rem 0 0;
}
.case-info .box6 .container .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.case-info .box6 .container .list {
  width: 100%;
  margin-top: 0.54rem;
}
.case-info .box6 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.case-info .box6 .container .list ul li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #f8f8f8;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .case-info .box6 .container .list ul li {
    width: calc(33.33% - 0.3rem);
  }
}
@media (max-width: 991px) {
  .case-info .box6 .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .case-info .box6 .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.case-info .box6 .container .list ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.case-info .box6 .container .list ul li a .public-img::before {
  padding-top: 83.28%;
}
.case-info .box6 .container .list ul li a .public-img img {
  transition: all ease-out 0.3s;
}
.case-info .box6 .container .list ul li a .public-img img:nth-child(1) {
  opacity: 1;
}
.case-info .box6 .container .list ul li a .public-img img:nth-child(2) {
  opacity: 0;
}
.case-info .box6 .container .list ul li a .tbox {
  width: 100%;
  padding: 0 0.2rem 0.5rem;
}
.case-info .box6 .container .list ul li a .tbox .t1 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .case-info .box6 .container .list ul li a .tbox .t1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .case-info .box6 .container .list ul li a .tbox .t1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .case-info .box6 .container .list ul li a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .case-info .box6 .container .list ul li a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.case-info .box6 .container .list ul li a .tbox .t2 {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 22px;
  margin-top: 0.1rem;
}
.case-info .box6 .container .list ul li a .tbox .t3 {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 0.27rem;
  padding-top: 0.23rem;
}
.case-info .box6 .container .list ul li a .tbox .t3 .ts {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.12rem;
}
.case-info .box6 .container .list ul li a .tbox .t3 .ts:last-child {
  margin-bottom: 0;
}
.case-info .box6 .container .list ul li a .tbox .t3 .ts span {
  width: 1.15rem;
  color: #999;
}
.case-info .box6 .container .list ul li a .label {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.case-info .box6 .container .list ul li a .label.new {
  background: #e42121;
}
.case-info .box6 .container .list ul li a .label.hot {
  background: #004ea2;
}
.case-info .box6 .container .list ul li:hover a .public-img img:nth-child(1) {
  opacity: 0;
}
.case-info .box6 .container .list ul li:hover a .public-img img:nth-child(2) {
  opacity: 1;
}
.case-info .box6 .container .list ul li:hover a .tbox .t1 {
  color: #004ea2;
}
.case-info .not-found {
  margin: 1.37rem 0 1.7rem;
}
.service {
  width: 100%;
}
.service .index-box4 {
  padding: 0.78rem 0 1.25rem;
}
.service .service-box1 {
  width: 100%;
  background: #f7f7f7;
  padding: 1.35rem 0 1.4rem;
}
.service .service-box1 .container .title {
  font-size: 0.42rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 0.52rem;
}
.service .service-box1 .container .list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.45rem;
}
.service .service-box1 .container .list ul {
  display: inline-flex;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .service .service-box1 .container .list ul {
    overflow-x: auto;
  }
}
.service .service-box1 .container .list ul li {
  margin-right: 0.75rem;
  color: #666;
  cursor: pointer;
  font-size: 18px;
  height: 0.56rem;
  border-bottom: 2px solid transparent;
  transition: all ease-out 0.3s;
  flex-shrink: 0;
}
.service .service-box1 .container .list ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1580px) {
  .service .service-box1 .container .list ul li {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .service .service-box1 .container .list ul li {
    font-size: 14px;
  }
} */
@media (max-width: 991px) {
  .service .service-box1 .container .list ul li {
    margin-right: 0.3rem;
  }
}
.service .service-box1 .container .list ul li:hover,
.service .service-box1 .container .list ul li.on {
  color: #333;
  border-bottom: 2px solid #333;
}
.service .service-box1 .container .list2 {
  width: 1400px;
  max-width: 100%;
  margin: 0.38rem auto 0;
}
.service .service-box1 .container .list2 ul {
  width: calc(100% + 0.3rem);
  display: none;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.service .service-box1 .container .list2 ul.on {
  display: flex;
}
.service .service-box1 .container .list2 ul li {
  width: calc(20% - 0.3rem);
  margin: 0 0.15rem;
}
@media (max-width: 767px) {
  .service .service-box1 .container .list2 ul li {
    width: calc(50% - 0.3rem);
    margin: 0 0.15rem 0.3rem;
  }
}
.service .service-box1 .container .list2 ul li a {
  display: block;
}
.service .service-box1 .container .list2 ul li a .public-img {
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
}
.service .service-box1 .container .list2 ul li a .public-img::before {
  padding-top: 89.06%;
}
.service .service-box1 .container .list2 ul li a .txt {
  color: #000;
  text-align: center;
  transition: all ease-out 0.3s;
  line-height: 24px;
  margin-top: 0.23rem;
}
.service .service-box1 .container .list2 ul li:hover a .public-img img {
  transform: scale(1.05);
}
.service .service-box1 .container .list2 ul li:hover a .txt {
  color: #004ea2;
}
.service .service-box1 .container .callnow {
  width: 100%;
  display: flex;
  margin-top: 0.95rem;
}
.service .service-box1 .container .callnow .public-btn {
  margin: 0 auto;
}
.service .service-box2 {
  width: 100%;
  padding: 1.1rem 0 1.4rem;
}
.service .service-box2 .container .title {
  font-size: 0.42rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 0.52rem;
}
.service .service-box2 .container .list {
  width: 1200px;
  max-width: 100%;
  margin: 0.54rem auto 0;
  padding: 0.35rem 1rem 0.5rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .service .service-box2 .container .list {
    padding: 0.5rem;
  }
}
.service .service-box2 .container .list ul li {
  width: 100%;
  padding: 0.16rem 0;
  margin-bottom: 0.13rem;
  border-bottom: 1px solid #e6e6e6;
}
.service .service-box2 .container .list ul li:last-child {
  margin-bottom: 0;
}
.service .service-box2 .container .list ul li .t1 {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  transition: all ease-out 0.3s;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  .service .service-box2 .container .list ul li .t1 {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .service .service-box2 .container .list ul li .t1 {
    font-size: 14px;
  }
} */
@media (max-width: 767px) {
  .service .service-box2 .container .list ul li .t1 {
    width: 100%;
  }
}
.service .service-box2 .container .list ul li .t1 .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .service-box2 .container .list ul li .t1 .icon svg path {
  fill: #333;
  transition: all ease-out 0.3s;
}
.service .service-box2 .container .list ul li .t2 {
  display: none;
  color: #666;
  line-height: 26px;
  padding-top: 0.1rem;
}
.service .service-box2 .container .list ul li:hover .t1 {
  color: #004ea2;
  text-decoration: underline;
}
.service .service-box2 .container .list ul li:hover .t1 .icon svg path {
  fill: #0042a2;
}
.service .service-box2 .container .list ul li.on .t1 {
  color: #004ea2;
  text-decoration: underline;
}
.service .service-box2 .container .list ul li.on .t1 .icon svg {
  transform: rotateZ(180deg);
}
.service .service-box2 .container .list ul li.on .t1 .icon svg path {
  fill: #0042a2;
}
.service .service-box2 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.service .service-box2 .container .more .public-btn {
  border: 2px solid #ddd;
  background: #fff;
  color: #333;
  transition: all ease-out 0.3s;
}
.service .service-box2 .container .more .public-btn svg path {
  fill: #999;
  transition: all ease-out 0.3s;
}
.service .service-box2 .container .more .public-btn svg:nth-child(2) path {
  fill: rgba(153, 153, 153, 0.4);
}
.service .service-box2 .container .more .public-btn:hover {
  color: #fff;
  border: none;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.service .service-box2 .container .more .public-btn:hover svg path {
  fill: #fff;
}
.service .service-box2 .container .more .public-btn:hover svg:nth-child(2) path {
  fill: rgba(255, 255, 255, 0.4);
}
.service-download {
  width: 100%;
  background: #f7f7f7;
  padding: 0.4rem 0 1.4rem;
}
.service-download .container-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.service-download .container-index .left {
  width: 25.71%;
  background: #fff;
}
@media (max-width: 767px) {
  .service-download .container-index .left {
    width: 100%;
  }
}
.service-download .container-index .left .search {
  width: 100%;
  padding: 0.2rem 0.4rem;
}
.service-download .container-index .left .search .txt {
  width: 100%;
  height: 0.5rem;
  padding-left: 0.3rem;
  background: url(../images/search2.svg) left center no-repeat;
  background-size: 0.2rem;
}
.service-download .container-index .left .search .txt::placeholder {
  color: #999;
}
.service-download .container-index .left .menu {
  width: 100%;
}
.service-download .container-index .left .menu > ul > li {
  width: 100%;
  position: relative;
  margin-bottom: 0.1rem;
}
.service-download .container-index .left .menu > ul > li:last-child {
  margin-bottom: 0;
}
.service-download .container-index .left .menu > ul > li .menu-t1 {
  width: 100%;
  height: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eee;
  transition: all ease-out 0.3s;
  padding: 0 0.2rem 0 0.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .service-download .container-index .left .menu > ul > li .menu-t1 {
    height: 0.8rem;
  }
}
.service-download .container-index .left .menu > ul > li .menu-t1 > span {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .service-download .container-index .left .menu > ul > li .menu-t1 > span {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .service-download .container-index .left .menu > ul > li .menu-t1 > span {
    font-size: 16px;
  }
}
.service-download .container-index .left .menu > ul > li .menu-t1 > .icon {
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
}
.service-download .container-index .left .menu > ul > li .menu-t1 > .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}
.service-download .container-index .left .menu > ul > li .menu-t1 > .icon img:nth-child(2) {
  opacity: 0;
}
.service-download .container-index .left .menu > ul > li .menu-t1 > a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .service-download .container-index .left .menu > ul > li .menu-t1 > a {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .service-download .container-index .left .menu > ul > li .menu-t1 > a {
    font-size: 16px;
  }
}
.service-download .container-index .left .menu > ul > li .s-menu {
  width: 100%;
  padding: 0.2rem 0.1rem 0.1rem;
  display: none;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li {
  width: 100%;
  margin-bottom: 0.1rem;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li:last-child {
  margin-bottom: 0;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-menu-t1 {
  width: 100%;
  height: 0.5rem;
  display: flex;
  background: #fafafa;
  padding: 0 0.2rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-menu-t1 {
    height: 0.8rem;
  }
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-menu-t1 > span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
/* @media (max-width: 1260px) {
  .service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-menu-t1 > span {
    font-size: 14px;
  }
} */
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-menu-t1 > .icon {
  display: flex;
  transition: all ease-out 0.3s;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-menu-t1 > .icon svg path {
  fill: #333;
  transition: all ease-out 0.3s;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-s-menu {
  width: 100%;
  padding: 0.16rem 0.3rem 0.18rem;
  display: none;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-s-menu > ul > li {
  width: 100%;
  margin-bottom: 0.12rem;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-s-menu > ul > li:last-child {
  margin-bottom: 0;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-s-menu > ul > li > a span {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media (max-width: 1260px) {
  .service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-s-menu > ul > li > a span {
    font-size: 13px;
  }
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-s-menu > ul > li > a span:hover,
.service-download .container-index .left .menu > ul > li .s-menu > ul > li .s-s-menu > ul > li > a span.on {
  color: #004ea2;
  text-decoration: underline;
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li:hover .s-menu-t1 > .icon,
.service-download .container-index .left .menu > ul > li .s-menu > ul > li.on .s-menu-t1 > .icon {
  transform: rotateZ(-180deg);
}
.service-download .container-index .left .menu > ul > li .s-menu > ul > li:hover .s-menu-t1 > .icon svg path,
.service-download .container-index .left .menu > ul > li .s-menu > ul > li.on .s-menu-t1 > .icon svg path {
  fill: #0042a2;
}
.service-download .container-index .left .menu > ul > li:hover .menu-t1 {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.service-download .container-index .left .menu > ul > li:hover .menu-t1 > span {
  color: #fff;
}
.service-download .container-index .left .menu > ul > li:hover .menu-t1 > a {
  color: #fff;
}
.service-download .container-index .left .menu > ul > li.on .menu-t1 {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.service-download .container-index .left .menu > ul > li.on .menu-t1 > span {
  color: #fff;
}
.service-download .container-index .left .menu > ul > li.on .menu-t1 > .icon img:nth-child(1) {
  opacity: 0;
}
.service-download .container-index .left .menu > ul > li.on .menu-t1 > .icon img:nth-child(2) {
  opacity: 1;
}
.service-download .container-index .left .menu > ul > li.on .menu-t1 > a {
  color: #fff;
}
.service-download .container-index .right {
  width: 72.85%;
  background: #fff;
}
@media (max-width: 767px) {
  .service-download .container-index .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.service-download .container-index .right .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0.35rem 0.2rem 0.3rem;
}
@media (max-width: 767px) {
  .service-download .container-index .right .top {
    padding: 0.5rem 0.35rem 0.3rem;
  }
}
.service-download .container-index .right .top .t1 {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  line-height: 0.4rem;
}
.service-download .container-index .right .top .search {
  color: #333;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .service-download .container-index .right .top .search {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.service-download .container-index .right .top .search .sbox {
  background: #fafafa;
  display: flex;
  height: 0.5rem;
  margin-left: 0.15rem;
}
@media (max-width: 767px) {
  .service-download .container-index .right .top .search .sbox {
    height: 0.8rem;
  }
}
.service-download .container-index .right .top .search .txt {
  width: 2.16rem;
  height: 100%;
  padding-left: 0.2rem;
}
.service-download .container-index .right .top .search .txt::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .service-download .container-index .right .top .search .txt {
    width: 3rem;
  }
}
.service-download .container-index .right .top .search .btn {
  width: 0.64rem;
  height: 100%;
  background: url(../images/search2.svg) 0.14rem center no-repeat;
  background-size: 0.2rem;
}
.service-download .container-index .right .list {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0.25rem 0.35rem 0.52rem;
}
.service-download .container-index .right .list .ts {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .service-download .container-index .right .list .ts {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .service-download .container-index .right .list .ts {
    font-size: 14px;
  }
} */
.service-download .container-index .right .list ul {
  width: calc(100% + 0.2rem);
  margin: 0.37rem -0.1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.service-download .container-index .right .list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem 0.45rem;
}
@media (max-width: 991px) {
  .service-download .container-index .right .list ul li {
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .service-download .container-index .right .list ul li {
    width: calc(100% - 0.2rem);
  }
}
.service-download .container-index .right .list ul li a {
  display: block;
}
.service-download .container-index .right .list ul li a .public-img {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 7px;
}
.service-download .container-index .right .list ul li a .public-img::before {
  padding-top: 75.49%;
}
.service-download .container-index .right .list ul li a .txt {
  color: #000;
  text-align: center;
  transition: all ease-out 0.3s;
  line-height: 24px;
  margin-top: 0.13rem;
}
.service-download .container-index .right .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.service-download .container-index .right .list ul li:hover a .txt {
  color: #004ea2;
}
.service-download .container-index .right .info {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0.28rem 0.35rem 0.52rem;
}
.service-download .container-index .right .info .info-box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.service-download .container-index .right .info .info-box1 .public-img {
  width: 42.42%;
}
@media (max-width: 991px) {
  .service-download .container-index .right .info .info-box1 .public-img {
    width: 100%;
  }
}
.service-download .container-index .right .info .info-box1 .public-img::before {
  padding-top: 75.43%;
}
.service-download .container-index .right .info .info-box1 .tbox {
  width: 52.1%;
}
@media (max-width: 991px) {
  .service-download .container-index .right .info .info-box1 .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.service-download .container-index .right .info .info-box1 .tbox .t1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  line-height: 0.4rem;
}
.service-download .container-index .right .info .info-box1 .tbox .t2 {
  line-height: 24px;
  color: #666;
  margin-top: 0.17rem;
}
.service-download .container-index .right .info .info-box2 {
  width: 100%;
  margin-top: 0.74rem;
}
.service-download .container-index .right .info .info-box2 .t1 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #e6e6e6;
}
.service-download .container-index .right .info .info-box2 ul {
  width: 100%;
}
.service-download .container-index .right .info .info-box2 ul li {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.service-download .container-index .right .info .info-box2 ul li:nth-child(1) {
  color: #999;
  padding: 0.26rem 0 0.15rem;
}
.service-download .container-index .right .info .info-box2 ul li:nth-child(2n) {
  background: #fafafa;
}
.service-download .container-index .right .info .info-box2 ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #333;
  padding: 0.15rem 0;
}
.service-download .container-index .right .info .info-box2 ul li .ts1 {
  /* width: 36.84%; */
  width: 55.57%;
  padding-left: 0.15rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .service-download .container-index .right .info .info-box2 ul li .ts1 {
    width: 55.57%;
  }
}
@media (max-width: 767px) {
  .service-download .container-index .right .info .info-box2 ul li .ts1 {
    width: 88.24%;
  }
}
.service-download .container-index .right .info .info-box2 ul li .ts2 {
  width: 18.94%;
}
@media (max-width: 767px) {
  .service-download .container-index .right .info .info-box2 ul li .ts2 {
    display: none;
  }
}
.service-download .container-index .right .info .info-box2 ul li .ts3 {
  width: 18.73%;
  display: none;
}
@media (max-width: 991px) {
  .service-download .container-index .right .info .info-box2 ul li .ts3 {
    display: none;
  }
}
.service-download .container-index .right .info .info-box2 ul li .ts4 {
  width: 14.73%;
}
@media (max-width: 767px) {
  .service-download .container-index .right .info .info-box2 ul li .ts4 {
    display: none;
  }
}
.service-download .container-index .right .info .info-box2 ul li .ts5 {
  width: 11.76%;
  display: flex;
  justify-content: center;
}
.service-download .container-index .right .info .info-box2 ul li .ts5 svg {
  width: 0.2rem;
}
.service-download .container-index .right .info .info-box2 ul li .ts5 svg path {
  fill: #333;
  transition: all ease-out 0.3s;
}
.service-download .container-index .right .info .info-box2 ul li:hover a .ts1 {
  color: #0042a2;
}
.service-download .container-index .right .info .info-box2 ul li:hover a .ts5 svg path {
  fill: #0042a2;
}
.service-download .container-index .right .info .info-box3 {
  width: 100%;
  margin-top: 0.74rem;
}
.service-download .container-index .right .info .info-box3 .t1 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #e6e6e6;
}
.service-download .container-index .right .info .info-box3 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.service-download .container-index .right .info .info-box3 ul li {
  width: 34.73%;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .service-download .container-index .right .info .info-box3 ul li {
    width: calc(50% - 0.3rem);
  }
}
.service-download .container-index .right .info .info-box3 ul li .public-img {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}
.service-download .container-index .right .info .info-box3 ul li .public-img::before {
  padding-top: 66.36%;
}
.service-download .container-index .right .info .info-box3 ul li .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(17, 17, 17, 0.8);
  z-index: 2;
}
.service-download .container-index .right .info .info-box3 ul li .public-img .icon {
  width: 0.54rem;
  height: 0.54rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.service-download .container-index .right .info .info-box3 ul li .txt {
  width: 100%;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 24px;
  margin-top: 0.17rem;
}
@media (max-width: 767px) {
  .service-download .container-index .right .info .info-box3 ul li .txt {
    font-size: 12px;
  }
}
.service-download .container-index .right .info .info-box4 {
  width: 100%;
  margin-top: 0.79rem;
}
.service-download .container-index .right .info .info-box4 .t1 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #e6e6e6;
}
.service-download .container-index .right .info .info-box4 ul {
  width: 100%;
  margin-top: 0.3rem;
  border-top: 1px solid #f5f5f5;
}
.service-download .container-index .right .info .info-box4 ul li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  padding: 0.2rem 0 0.16rem 0.09rem;
}
.service-download .container-index .right .info .info-box4 ul li:nth-child(odd) {
  background: #fafafa;
}
@media (max-width: 767px) {
  .service-download .container-index .right .info .info-box4 ul li {
    padding: 0.3rem 0 0.3rem 0.09rem;
  }
}
.service-download .container-index .right .info .info-box4 ul li .icon {
  width: 23.19%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.35rem;
}
@media (max-width: 1024px) {
  .service-download .container-index .right .info .info-box4 ul li .icon {
    width: 50%;
    justify-content: flex-start;
  }
}
.service-download .container-index .right .info .info-box4 ul li .txt {
  width: 22.55%;
  color: #333;
}
@media (max-width: 1024px) {
  .service-download .container-index .right .info .info-box4 ul li .txt {
    width: 50%;
  }
}
.service-download .container-index .right .info .info-box4 ul li .load-box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .service-download .container-index .right .info .info-box4 ul li .load-box {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.service-download .container-index .right .info .info-box4 ul li .load {
  width: 130px;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .service-download .container-index .right .info .info-box4 ul li .load {
    width: calc(50% - 0.3rem);
    margin-top: 0.3rem;
  }
}
.service-download .container-index .right .info .info-box4 ul li .load a {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 78, 162, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.service-download .container-index .right .info .info-box4 ul li .load a .tips {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0.43rem;
  height: 0.43rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4px 4px 0 0;
}
.service-download .container-index .right .info .info-box4 ul li .load a .tips::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.43rem solid #3370ff;
  border-left: 0.43rem solid transparent;
  border-bottom: 0.43rem solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.service-download .container-index .right .info .info-box4 ul li .load a .tips img {
  position: relative;
  z-index: 2;
  width: 0.16rem;
}
.service-download .container-index .right .info .info-box4 ul li .load a .ewm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.service-download .container-index .right .info .info-box4 ul li .load a .ewm img {
  width: 100%;
}
.service-download .container-index .right .info .info-box4 ul li .load .tbox {
  width: 100%;
  position: relative;
  margin-top: 6px;
}
.service-download .container-index .right .info .info-box4 ul li .load .tbox .ts {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  transition: all ease-out 0.3s;
}
/* @media (max-width: 1260px) {
  .service-download .container-index .right .info .info-box4 ul li .load .tbox .ts {
    font-size: 14px;
  }
} */
@media (max-width: 767px) {
  .service-download .container-index .right .info .info-box4 ul li .load .tbox .ts {
    font-size: 12px;
  }
}
.service-download .container-index .right .info .info-box4 ul li .load .tbox .ts span {
  display: block;
  color: #999;
  font-size: 14px;
}
/* @media (max-width: 1260px) {
  .service-download .container-index .right .info .info-box4 ul li .load .tbox .ts span {
    font-size: 12px;
  }
} */
.service-download .container-index .right .info .info-box4 ul li .load .tbox .tss {
  width: 100%;
  line-height: 44px;
  color: #333;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  transition: all ease-out 0.3s;
}
.service-download .container-index .right .info .info-box4 ul li .load:hover a .ewm {
  opacity: 1;
}
.service-download .container-index .right .info .info-box4 ul li .load:hover .tbox .ts {
  opacity: 0;
}
.service-download .container-index .right .info .info-box4 ul li .load:hover .tbox .tss {
  opacity: 1;
}
.service-download .container-index .right .app-download {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0.28rem 0.35rem 1rem;
}
.service-download .container-index .right .app-download .app-list {
  width: 100%;
}
.service-download .container-index .right .app-download .app-list ul {
  width: 100%;
  border-top: 1px solid #f5f5f5;
}
.service-download .container-index .right .app-download .app-list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  padding: 0.2rem 0 0.16rem 0.09rem;
}
.service-download .container-index .right .app-download .app-list ul li:nth-child(odd) {
  background: #fafafa;
}
@media (max-width: 767px) {
  .service-download .container-index .right .app-download .app-list ul li {
    padding: 0.3rem 0 0.3rem 0.09rem;
  }
}
.service-download .container-index .right .app-download .app-list ul li .icon {
  width: 23.19%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.35rem;
}
@media (max-width: 1024px) {
  .service-download .container-index .right .app-download .app-list ul li .icon {
    width: 50%;
    justify-content: flex-start;
  }
}
.service-download .container-index .right .app-download .app-list ul li .txt {
  width: 22.55%;
  color: #333;
}
@media (max-width: 1024px) {
  .service-download .container-index .right .app-download .app-list ul li .txt {
    width: 50%;
    text-align: center;
  }
}
.service-download .container-index .right .app-download .app-list ul li .load-box {
  width: 54.26%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .service-download .container-index .right .app-download .app-list ul li .load-box {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.service-download .container-index .right .app-download .app-list ul li .load {
  width: calc(33.33% - 0.3rem);
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .service-download .container-index .right .app-download .app-list ul li .load {
    width: calc(50% - 0.3rem);
    margin-top: 0.3rem;
  }
}
.service-download .container-index .right .app-download .app-list ul li .load a {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 78, 162, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.service-download .container-index .right .app-download .app-list ul li .load a .tips {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0.43rem;
  height: 0.43rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4px 4px 0 0;
}
.service-download .container-index .right .app-download .app-list ul li .load a .tips::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.43rem solid #3370ff;
  border-left: 0.43rem solid transparent;
  border-bottom: 0.43rem solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.service-download .container-index .right .app-download .app-list ul li .load a .tips img {
  position: relative;
  z-index: 2;
  width: 0.16rem;
}
.service-download .container-index .right .app-download .app-list ul li .load a .ewm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.service-download .container-index .right .app-download .app-list ul li .load a .ewm img {
  width: 100%;
}
.service-download .container-index .right .app-download .app-list ul li .load .tbox {
  width: 100%;
  position: relative;
  margin-top: 6px;
}
.service-download .container-index .right .app-download .app-list ul li .load .tbox .ts {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  transition: all ease-out 0.3s;
}
/* @media (max-width: 1260px) {
  .service-download .container-index .right .app-download .app-list ul li .load .tbox .ts {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .service-download .container-index .right .app-download .app-list ul li .load .tbox .ts {
    font-size: 12px;
  }
} */
.service-download .container-index .right .app-download .app-list ul li .load .tbox .ts span {
  display: block;
  color: #999;
  font-size: 14px;
}
/* @media (max-width: 1260px) {
  .service-download .container-index .right .app-download .app-list ul li .load .tbox .ts span {
    font-size: 12px;
  }
} */
.service-download .container-index .right .app-download .app-list ul li .load .tbox .tss {
  width: 100%;
  line-height: 44px;
  color: #333;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  transition: all ease-out 0.3s;
}
.service-download .container-index .right .app-download .app-list ul li .load:hover a .ewm {
  opacity: 1;
}
.service-download .container-index .right .app-download .app-list ul li .load:hover .tbox .ts {
  opacity: 0;
}
.service-download .container-index .right .app-download .app-list ul li .load:hover .tbox .tss {
  opacity: 1;
}
.service-download .container-index .right .app-download .page-list {
  margin-top: 0.8rem;
}
.service-download .container-index .right .other-download {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0 0.35rem 1rem;
}
.service-download .container-index .right .other-download .other-list ul {
  width: 100%;
}
.service-download .container-index .right .other-download .other-list ul li {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.service-download .container-index .right .other-download .other-list ul li:nth-child(1) {
  color: #999;
  padding: 0.26rem 0 0.15rem;
}
.service-download .container-index .right .other-download .other-list ul li:nth-child(2n) {
  background: #fafafa;
}
.service-download .container-index .right .other-download .other-list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #333;
  padding: 0.15rem 0;
}
.service-download .container-index .right .other-download .other-list ul li .ts1 {
  width: 36.84%;
  padding-left: 0.15rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .service-download .container-index .right .other-download .other-list ul li .ts1 {
    width: 55.57%;
  }
}
@media (max-width: 767px) {
  .service-download .container-index .right .other-download .other-list ul li .ts1 {
    width: 88.24%;
  }
}
.service-download .container-index .right .other-download .other-list ul li .ts2 {
  width: 18.94%;
}
@media (max-width: 767px) {
  .service-download .container-index .right .other-download .other-list ul li .ts2 {
    display: none;
  }
}
.service-download .container-index .right .other-download .other-list ul li .ts3 {
  width: 18.73%;
}
@media (max-width: 991px) {
  .service-download .container-index .right .other-download .other-list ul li .ts3 {
    display: none;
  }
}
.service-download .container-index .right .other-download .other-list ul li .ts4 {
  width: 14.73%;
}
@media (max-width: 767px) {
  .service-download .container-index .right .other-download .other-list ul li .ts4 {
    display: none;
  }
}
.service-download .container-index .right .other-download .other-list ul li .ts5 {
  width: 11.76%;
  display: flex;
  justify-content: center;
}
.service-download .container-index .right .other-download .other-list ul li .ts5 svg {
  width: 0.2rem;
}
.service-download .container-index .right .other-download .other-list ul li .ts5 svg path {
  fill: #333;
  transition: all ease-out 0.3s;
}
.service-download .container-index .right .other-download .other-list ul li:hover a .ts1 {
  color: #0042a2;
}
.service-download .container-index .right .other-download .other-list ul li:hover a .ts5 svg path {
  fill: #0042a2;
}
.service-download .container-index .right .other-download .page-list {
  margin-top: 0.8rem;
}
.service-download .container-index .right .search-end {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0.25rem 0.35rem 0.76rem;
}
.service-download .container-index .right .search-end .end-menu {
  width: 100%;
}
.service-download .container-index .right .search-end .end-menu ul {
  width: 100%;
  display: flex;
}
.service-download .container-index .right .search-end .end-menu ul li {
  margin-right: 0.87rem;
  border-bottom: 3px solid transparent;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .service-download .container-index .right .search-end .end-menu ul li {
    margin-right: 0.3rem;
  }
}
.service-download .container-index .right .search-end .end-menu ul li a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .service-download .container-index .right .search-end .end-menu ul li a {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .service-download .container-index .right .search-end .end-menu ul li a {
    font-size: 14px;
  }
} */
.service-download .container-index .right .search-end .end-menu ul li:hover,
.service-download .container-index .right .search-end .end-menu ul li.on {
  border-bottom: 3px solid #004ea2;
}
.service-download .container-index .right .search-end .end-menu ul li:hover a,
.service-download .container-index .right .search-end .end-menu ul li.on a {
  color: #004ea2;
}
.service-download .container-index .right .search-end .end-list {
  width: 100%;
  margin-top: 0.32rem;
}
.service-download .container-index .right .search-end .end-list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.service-download .container-index .right .search-end .end-list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem 0.45rem;
}
@media (max-width: 991px) {
  .service-download .container-index .right .search-end .end-list ul li {
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .service-download .container-index .right .search-end .end-list ul li {
    width: calc(100% - 0.2rem);
  }
}
.service-download .container-index .right .search-end .end-list ul li a {
  display: block;
}
.service-download .container-index .right .search-end .end-list ul li a .public-img {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 7px;
}
.service-download .container-index .right .search-end .end-list ul li a .public-img::before {
  padding-top: 75.49%;
}
.service-download .container-index .right .search-end .end-list ul li a .txt {
  color: #000;
  text-align: center;
  transition: all ease-out 0.3s;
  line-height: 24px;
  margin-top: 0.13rem;
}
.service-download .container-index .right .search-end .end-list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.service-download .container-index .right .search-end .end-list ul li:hover a .txt {
  color: #004ea2;
}
.service-download .container-index .right .search-end .page-list {
  margin-top: 0.16rem;
}
.channel {
  width: 100%;
}
.channel .channel-box1 {
  width: 100%;
  padding: 0.83rem 0 1.4rem;
}
.channel .channel-box1 .container-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.channel .channel-box1 .container-index .public-img {
  width: 50%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .channel .channel-box1 .container-index .public-img {
    width: 100%;
  }
}
.channel .channel-box1 .container-index .public-img::before {
  padding-top: 68.57%;
}
.channel .channel-box1 .container-index .tbox {
  width: 41.42%;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .channel .channel-box1 .container-index .tbox {
    width: 100%;
    padding-right: 0;
    margin-top: 0.5rem;
  }
}
.channel .channel-box1 .container-index .tbox .t1 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #010101;
}
.channel .channel-box1 .container-index .tbox .icon {
  margin-top: 0.1rem;
}
.channel .channel-box1 .container-index .tbox .txt {
  line-height: 24px;
  color: #666;
  margin-top: 0.27rem;
}
.channel .channel-box1 .container-index .tbox .public-btn {
  margin-top: 0.76rem;
}
.channel .channel-box2 {
  width: 100%;
  padding: 0.96rem 0 1rem;
  background: url(../images/channel-box2-bg.png);
  background-size: cover;
}
.channel .channel-box2 .container-index .title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  line-height: 0.52rem;
  text-align: center;
}
.channel .channel-box2 .container-index .t1 {
  width: 890px;
  max-width: 100%;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 0.3rem auto 0;
}
.channel .channel-box2 .container-index .t2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  color: #000;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .channel .channel-box2 .container-index .t2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1260px) {
  .channel .channel-box2 .container-index .t2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .channel .channel-box2 .container-index .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.channel .channel-box2 .container-index ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.83rem;
}
.channel .channel-box2 .container-index ul li {
  margin: 0 0.6rem;
}
@media (max-width: 767px) {
  .channel .channel-box2 .container-index ul li {
    margin: 0 0.6rem 0.3rem;
  }
}
.channel .channel-box2 .container-index ul li .icon {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid #004ea2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.channel .channel-box2 .container-index ul li .icon img {
  width: 0.36rem;
}
.channel .channel-box2 .container-index ul li .ts {
  line-height: 22px;
  color: #333;
  text-align: center;
  margin-top: 0.23rem;
}
.channel .channel-box2 .container-index .more {
  display: flex;
  justify-content: center;
  margin-top: 0.98rem;
}
.channel .channel-box3 {
  width: 100%;
  padding: 1.14rem 0 2rem;
}
.channel .channel-box3 .container .title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 0.52rem;
}
.channel .channel-box3 .container .list {
  width: 100%;
  margin-top: 0.54rem;
}
.channel .channel-box3 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.channel .channel-box3 .container .list ul li {
  width: calc(25% - 0.3rem);
  position: relative;
  margin: 0 0.15rem;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .channel .channel-box3 .container .list ul li {
    width: calc(50% - 0.3rem);
    margin: 0 0.15rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .channel .channel-box3 .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.channel .channel-box3 .container .list ul li .public-img {
  width: 100%;
}
.channel .channel-box3 .container .list ul li .public-img::before {
  padding-top: 116.7%;
}
.channel .channel-box3 .container .list ul li .tbox {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem 0.35rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 180, 255, 0), rgba(0, 78, 162, 0.8));
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.channel .channel-box3 .container .list ul li .tbox .t1 {
  width: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}
@media (max-width: 1580px) {
  .channel .channel-box3 .container .list ul li .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1260px) {
  .channel .channel-box3 .container .list ul li .tbox .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .channel .channel-box3 .container .list ul li .tbox .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.channel .channel-box3 .container .list ul li .tbox .t2 {
  color: #fff;
  line-height: 22px;
  text-align: center;
  margin-top: 0.1rem;
}
.channel .channel-box3 .container .title2 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 0.4rem;
  margin-top: 0.92rem;
}
.channel .channel-box3 .container .list2 {
  width: 100%;
  margin-top: 0.4rem;
}
.channel .channel-box3 .container .list2 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 0.35rem);
  margin: 0 -0.18rem;
}
.channel .channel-box3 .container .list2 ul li {
  width: 2.62rem;
  height: 2.62rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  margin: 0 0.17rem;
}
@media (max-width: 991px) {
  .channel .channel-box3 .container .list2 ul li {
    width: calc(50% - 0.35rem);
    margin: 0 0.15rem 0.3rem;
    height: 3rem;
  }
}
.channel .channel-box3 .container .list2 ul li::before {
  content: '';
  width: 3rem;
  height: 2.62rem;
  background: url(../images/channel-box3-list2-bg2.png) left center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .channel .channel-box3 .container .list2 ul li::before {
    background: none;
    border-radius: 50%;
    border: 0.05rem solid #f2f2f2;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translate(-50%, -50%);
  }
}
.channel .channel-box3 .container .list2 ul li:nth-child(1)::before {
  content: '';
  width: 3rem;
  height: 2.62rem;
  background: url(../images/channel-box3-list2-bg1.png) left center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .channel .channel-box3 .container .list2 ul li:nth-child(1)::before {
    background: none;
    border-radius: 50%;
    border: 0.05rem solid #f2f2f2;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translate(-50%, -50%);
  }
}
.channel .channel-box3 .container .list2 ul li:nth-child(4)::before {
  content: '';
  width: 2.62rem;
  height: 2.62rem;
  background: url(../images/channel-box3-list2-bg3.png) left center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .channel .channel-box3 .container .list2 ul li:nth-child(4)::before {
    background: none;
    border-radius: 50%;
    border: 0.05rem solid #f2f2f2;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translate(-50%, -50%);
  }
}
.channel .channel-box3 .container .list2 ul li .icon {
  height: 0.49rem;
  display: inline-flex;
  margin: auto;
}
.channel .channel-box3 .container .list2 ul li .txt {
  width: 100%;
  line-height: 22px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 0.16rem;
}
@media (max-width: 1260px) {
  .channel .channel-box3 .container .list2 ul li .txt {
    font-size: 12px;
  }
}
.channel .not-found {
  margin: 0 auto 1.4rem;
}
.channel .policy {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0 2.9rem;
}
.channel .policy .title {
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.52rem;
  text-align: center;
}
.channel .policy .txt {
  color: #666;
  line-height: 24px;
  margin-top: 0.7rem;
}
.coo-pop {
  width: 1200px;
  max-width: 90%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 9;
  border-radius: 8px;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.coo-pop .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #004ea2;
}
.coo-pop .close svg {
  width: 15px;
  height: 15px;
}
.coo-pop .img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.coo-pop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coo-pop .tbox {
  width: 100%;
  min-height: 100px;
  padding: 0 0.5rem 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .coo-pop .tbox {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }
}
@media (max-width: 767px) {
  .coo-pop .tbox {
    padding: 0.8rem 0.5rem 0.5rem;
  }
}
.coo-pop .tbox .title {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #fff;
}
@media (max-width: 991px) {
  .coo-pop .tbox .title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .coo-pop .tbox .public-btn {
    margin-top: 0.2rem;
  }
}
.news {
  width: 100%;
  padding-bottom: 1.4rem;
}
.news .container .label-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 0.84rem;
}
.news .container .label-box span {
  height: 35px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .news .container .label-box span {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .news .container .label-box span {
    font-size: 14px;
  }
} */
.news .container .label-box .lbox {
  display: inline-flex;
  flex-wrap: wrap;
}
.news .container .label-box .lbox a {
  min-width: 1rem;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  border-radius: 17px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #999;
  transition: all ease-out 0.3s;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .news .container .label-box .lbox a {
    margin-bottom: 0.2rem;
  }
}
.news .container .label-box .lbox a:hover {
  color: #000;
}
.news .container .news-list {
  width: 100%;
  margin-top: 0.6rem;
}
.news .container .news-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news .container .news-list ul li {
  width: 33.33%;
  border: 1px solid #f0f0f0;
  margin: 0 -0.5px -1px;
}
@media (max-width: 991px) {
  .news .container .news-list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .news .container .news-list ul li {
    width: 100%;
  }
}
.news .container .news-list ul li a {
  display: block;
  padding: 0.45rem 0.6rem 0.6rem;
}
.news .container .news-list ul li a .label {
  min-width: 1rem;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  border-radius: 17px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  transition: all ease-out 0.3s;
}
.news .container .news-list ul li a .t1 {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.28rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .news .container .news-list ul li a .t1 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}
@media (max-width: 1260px) {
  .news .container .news-list ul li a .t1 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
}
.news .container .news-list ul li a .time {
  color: #666;
  line-height: 24px;
  margin-top: 0.23rem;
}
.news .container .news-list ul li a .public-img {
  width: 100%;
  overflow: hidden;
  margin-top: 0.54rem;
}
.news .container .news-list ul li a .public-img img {
  transition: all ease-out 0.5s;
}
.news .container .news-list ul li a .public-img::before {
  padding-top: 62.8%;
}
.news .container .news-list ul li:hover a .t1 {
  color: #004ea2;
}
.news .container .news-list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.news .container .page-list {
  margin-top: 0.8rem;
}
.news-info {
  width: 100%;
  padding: 1rem 0 2rem;
}
.news-info .container-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-info .container-index .left {
  width: 65.71%;
}
@media (max-width: 991px) {
  .news-info .container-index .left {
    width: 100%;
  }
}
.news-info .container-index .left .title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #333;
  font-weight: bold;
}
.news-info .container-index .left .tbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #666;
  font-size: 14px;
  line-height: 28px;
  margin-top: 0.4rem;
}
.news-info .container-index .left .tbox .tleft {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-info .container-index .left .tbox .tleft .label {
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .news-info .container-index .left .tbox .tleft .label {
    margin-right: 0.5rem;
  }
}
.news-info .container-index .left .tbox .tleft .time {
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .news-info .container-index .left .tbox .tleft .time {
    margin-right: 0.5rem;
  }
}
.news-info .container-index .left .tbox .tleft .t2 {
  margin-right: 0.8rem;
}
.news-info .container-index .left .tbox .tleft .t3 {
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  .news-info .container-index .left .tbox .tleft .t3 {
    margin-right: 0.5rem;
  }
}
.news-info .container-index .left .tbox .tright {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .news-info .container-index .left .tbox .tright {
    margin-top: 0.3rem;
  }
}
.news-info .container-index .left .tbox .tright .icon {
  display: inline-flex;
  margin-right: 0.17rem;
}
.news-info .container-index .left .tbox .tright .social-share {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.news-info .container-index .left .tbox .tright .social-share .social-share-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.12rem;
}
.news-info .container-index .left .tbox .tright .social-share .social-share-icon:last-child {
  margin-right: 0;
}
.news-info .container-index .left .tbox .tright .social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  flex-shrink: 0;
  margin: 0;
  border: none;
  position: relative;
}
.news-info .container-index .left .tbox .tright .social-share a svg {
  width: 20px;
  height: 20px;
}
.news-info .container-index .left .tbox .tright .social-share a svg path {
  fill: #999;
  transition: all 0.4s;
}
.news-info .container-index .left .tbox .tright .social-share a:hover {
  background: none;
}
.news-info .container-index .left .tbox .tright .social-share a:hover svg path {
  fill: #0042a2;
}
/* .news-info .container-index .left .tbox .tright .share {
  display: inline-flex;
}
.news-info .container-index .left .tbox .tright .share a {
  padding-left: 20px;
  height: 20px;
  margin-right: 0.17rem;
  position: relative;
}
.news-info .container-index .left .tbox .tright .share a:last-child {
  margin-right: 0;
}
.news-info .container-index .left .tbox .tright .share a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.news-info .container-index .left .tbox .tright .share a svg path {
  fill: rgba(153, 153, 153, 0.5);
}
.news-info .container-index .left .tbox .tright .share a:hover {
  opacity: 1;
}
.news-info .container-index .left .tbox .tright .share a:hover svg path {
  fill: #0042a2;
}
.news-info .container-index .left .tbox .tright .share a.bshare-weixin {
  background: none;
}
.news-info .container-index .left .tbox .tright .share a.bshare-sinaminiblog {
  background: none;
}
.news-info .container-index .left .tbox .tright .share a.bshareDiv {
  display: none;
} */

/* // 分享样式修改 */
.social-share a:before{display: none;}

/* 微信二维码的 */
.social-share .icon-wechat .wechat-qrcode{top: 50px !important;}
.social-share .icon-wechat .wechat-qrcode:after{display: none;}
@media (max-width:992px) {
    .social-share .icon-wechat .wechat-qrcode h4{display: none;}
    .social-share .icon-wechat .wechat-qrcode .help{display: none;}

    .social-share .icon-wechat .wechat-qrcode .qrcode{width: 100px;}
    .social-share .icon-wechat .wechat-qrcode{top:50px;left: -50px;width: 120px;height: initial;z-index: 999;}
}


.social-share .icon-facebook:hover path{fill:#44619D;opacity: 1;}
.social-share .icon-twitter:hover  path{fill:#55acee;opacity: 1;}
.social-share .icon-weibo:hover  path{fill:#ff763b;opacity: 1;}
.social-share .icon-wechat:hover  path{fill:#7bc549;opacity: 1;}

.news-info .container-index .left .txt {
  width: 100%;
  margin-top: 0.23rem;
  line-height: 28px;
  color: #333;
}
.news-info .container-index .left .txt table tr td {
  border: 1px solid #333;
}
.news-info .container-index .left .ckbox {
  width: 100%;
  margin-top: 0.64rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 0.64rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news-info .container-index .left .ckbox .ckleft {
  width: 86.95%;
}
@media (max-width: 767px) {
  .news-info .container-index .left .ckbox .ckleft {
    width: 100%;
  }
}
.news-info .container-index .left .ckbox .ckleft a {
  display: block;
  color: #999;
  line-height: 26px;
  margin-bottom: 0.1rem;
  transition: all ease-out 0.3s;
}
.news-info .container-index .left .ckbox .ckleft a:hover {
  color: #333;
}
.news-info .container-index .left .ckbox .ckright {
  display: inline-flex;
  flex-shrink: 0;
}
.news-info .container-index .left .ckbox .ckright a {
  font-size: 14px;
  color: #666;
  transition: all ease-out 0.3s;
  line-height: 26px;
}
.news-info .container-index .left .ckbox .ckright a svg {
  margin-left: 0.1rem;
}
.news-info .container-index .left .ckbox .ckright a svg path {
  fill: #666;
  transition: all ease-out 0.3s;
}
.news-info .container-index .left .ckbox .ckright a:hover {
  color: #0042a2;
}
.news-info .container-index .left .ckbox .ckright a:hover svg path {
  fill: #0042a2;
}
.news-info .container-index .left .label-box {
  width: 100%;
  margin-top: 0.25rem;
  display: flex;
  align-items: flex-start;
}
.news-info .container-index .left .label-box span {
  height: 35px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .news-info .container-index .left .label-box span {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .news-info .container-index .left .label-box span {
    font-size: 14px;
  }
} */
.news-info .container-index .left .label-box .lbox {
  display: inline-flex;
  flex-wrap: wrap;
}
.news-info .container-index .left .label-box .lbox a {
  min-width: 1rem;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  border-radius: 17px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  transition: all ease-out 0.3s;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .news-info .container-index .left .label-box .lbox a {
    margin-bottom: 0.2rem;
  }
}
.news-info .container-index .left .label-box .lbox a:hover {
  color: #000;
}
.news-info .container-index .right {
  width: 28.28%;
}
@media (max-width: 991px) {
  .news-info .container-index .right {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-info .container-index .right .title {
  color: #333;
  font-size: 24px;
  padding: 0.08rem 0 0.18rem;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .news-info .container-index .right .title {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .news-info .container-index .right .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news-info .container-index .right .title {
    font-size: 18px;
  }
}
.news-info .container-index .right ul {
  width: 100%;
}
.news-info .container-index .right ul li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.news-info .container-index .right ul li a {
  width: 100%;
  display: block;
  padding: 0.16rem 0 0.26rem;
}
.news-info .container-index .right ul li a .t1 {
  line-height: 26px;
  color: #666;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-out 0.3s;
}
.news-info .container-index .right ul li a .t2 {
  color: #666;
  line-height: 22px;
  margin-top: 0.15rem;
}
.news-info .container-index .right ul li a:hover .t1 {
  color: #0042a2;
}
.news-info .container-index .right .subscribe {
  width: 100%;
  margin-top: 0.38rem;
}
.news-info .container-index .right .subscribe .t1 {
  width: 100%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .news-info .container-index .right .subscribe .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .news-info .container-index .right .subscribe .t1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news-info .container-index .right .subscribe .t1 {
    font-size: 18px;
  }
}
.news-info .container-index .right .subscribe .subbox {
  width: 100%;
  display: flex;
  height: 0.52rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .news-info .container-index .right .subscribe .subbox {
    height: 0.8rem;
  }
}
.news-info .container-index .right .subscribe .subbox .email {
  width: calc(100% - 0.97rem);
  height: 100%;
  background: #f7f7f7;
  color: #333;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 0.2rem;
}
.news-info .container-index .right .subscribe .subbox .btn {
  width: 0.97rem;
  height: 100%;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.news-info .container-index .right .subscribe .tips {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 0.16rem;
}
.bsBox {
  box-sizing: initial;
}
.login-page {
  width: 100%;
  position: relative;
  padding: 2.1rem 0;
}
.login-page .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.login-page .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-page .container-index {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .login-page .container-index .tbox {
    width: 100%;
    text-align: center;
  }
}
.login-page .container-index .tbox .t1 {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .login-page .container-index .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .login-page .container-index .tbox .t1 {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .login-page .container-index .tbox .t1 {
    font-size: 14px;
  }
} */
.login-page .container-index .tbox .t2 {
  font-size: 0.48rem;
  line-height: 0.58rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0.32rem;
}
.login-page .container-index .tbox .t3 {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-top: 0.44rem;
}
@media (max-width: 1580px) {
  .login-page .container-index .tbox .t3 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .login-page .container-index .tbox .t3 {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .login-page .container-index .tbox .t3 {
    font-size: 14px;
  }
} */
.login-page .container-index .tbox .ckbox {
  display: inline-flex;
  margin-top: 0.34rem;
}
.login-page .container-index .tbox .ckbox a {
  width: 1.8rem;
  height: 0.56rem;
  background: linear-gradient(to right, rgba(190, 195, 201, 0.65), rgba(190, 195, 201, 0));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  margin-right: 0.24rem;
  font-weight: bold;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .login-page .container-index .tbox .ckbox a {
    width: 2.2rem;
    height: 0.8rem;
  }
}
.login-page .container-index .tbox .ckbox a:hover {
  background: linear-gradient(to right, rgba(0, 78, 162, 0.65), rgba(0, 180, 255, 0.65));
}
.login-page .container-index .login-box {
  width: 38.57%;
  background: #fff;
  border-radius: 5px;
  padding: 0.6rem 0.6rem 0.55rem;
  margin: 0.5rem auto 0;
}
@media (max-width: 991px) {
  .login-page .container-index .login-box {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .login-page .container-index .login-box {
    width: 100%;
  }
}
.login-page .container-index .login-box .login-menu {
  width: 100%;
}
.login-page .container-index .login-box .login-menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.login-page .container-index .login-box .login-menu ul li {
  margin: 0 0.2rem;
  color: #333;
  cursor: pointer;
  line-height: 16px;
  padding-bottom: 0.1rem;
  border-bottom: 3px solid transparent;
  transition: all ease-out 0.3s;
}
.login-page .container-index .login-box .login-menu ul li:hover,
.login-page .container-index .login-box .login-menu ul li.on {
  border-bottom: 3px solid #004ea2;
}
.login-page .container-index .login-box .login-boxs {
  width: 100%;
  margin-top: 0.4rem;
}
.login-page .container-index .login-box .login-boxs ul {
  width: 100%;
}
.login-page .container-index .login-box .login-boxs ul li {
  display: none;
  width: 100%;
}
.login-page .container-index .login-box .login-boxs ul li.on {
  display: block;
}
.login-page .container-index .login-box .login-boxs ul li .user {
  width: 100%;
  height: 0.56rem;
  border-radius: 3px;
  border: 1px solid #efefef;
  padding-left: 0.17rem;
  color: #333;
}
@media (max-width: 767px) {
  .login-page .container-index .login-box .login-boxs ul li .user {
    height: 0.8rem;
  }
}
.login-page .container-index .login-box .login-boxs ul li .user::placeholder {
  font-size: 14px;
  color: #999;
}
.login-page .container-index .login-box .login-boxs ul li .user:focus {
  border: 2px solid #0042a2;
}
.login-page .container-index .login-box .login-boxs ul li .yzm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.18rem;
}
.login-page .container-index .login-box .login-boxs ul li .yzm .code {
  width: calc(100% - 1.46rem);
  height: 0.56rem;
  border-radius: 3px;
  border: 1px solid #efefef;
  padding-left: 0.17rem;
  color: #333;
}
@media (max-width: 767px) {
  .login-page .container-index .login-box .login-boxs ul li .yzm .code {
    width: calc(100% - 2.4rem);
    height: 0.8rem;
  }
}
.login-page .container-index .login-box .login-boxs ul li .yzm .code::placeholder {
  font-size: 14px;
  color: #999;
}
.login-page .container-index .login-box .login-boxs ul li .yzm .code:focus {
  border: 2px solid #0042a2;
}
.login-page .container-index .login-box .login-boxs ul li .yzm .getCode {
  width: 1.26rem;
  height: 0.56rem;
  border: 1px solid #0042a2;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  font-size: 14px;
  color: #666;
}
@media (max-width: 767px) {
  .login-page .container-index .login-box .login-boxs ul li .yzm .getCode {
    width: 2.2rem;
    height: 0.8rem;
  }
}
.login-page .container-index .login-box .login-boxs ul li .yzm .getCode:hover,
.login-page .container-index .login-box .login-boxs ul li .yzm .getCode.on {
  color: #fff;
  border: none;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.login-page .container-index .login-box .login-boxs ul li .btn {
  width: 100%;
  height: 0.56rem;
  border-radius: 3px;
  background: #004ea2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 0.18rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .login-page .container-index .login-box .login-boxs ul li .btn {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .login-page .container-index .login-box .login-boxs ul li .btn {
    font-size: 14px;
  }
} */
@media (max-width: 767px) {
  .login-page .container-index .login-box .login-boxs ul li .btn {
    height: 0.8rem;
  }
}
.login-page .container-index .login-box .login-boxs ul li .btn:hover {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.login-page .container-index .login-box .tips {
  width: 100%;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 24px;
  margin-top: 0.25rem;
}
.login-page .container-index .login-box .cks {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin-top: 0.32rem;
}
.login-page .container-index .login-box .cks .check {
  width: 16px;
  height: 16px;
  position: relative;
  border: 1px solid #0042a2;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  .login-page .container-index .login-box .cks .check {
    width: 14px;
    height: 14px;
  }
}
.login-page .container-index .login-box .cks .check::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/check-icons.png) center center no-repeat;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.login-page .container-index .login-box .cks .check.on {
  background: #0042a2;
}
.login-page .container-index .login-box .cks .check.on::after {
  opacity: 1;
}
.login-page .container-index .login-box .cks a {
  color: #333;
  transition: all ease-out 0.3s;
  text-decoration: underline;
}
.login-page .container-index .login-box .cks a:hover {
  color: #0042a2;
}
.Personal-Center {
  width: 100%;
  background: #f7f7f7;
  padding: 1.18rem 0 1.76rem;
}
.Personal-Center .container .box {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
.Personal-Center .container .box .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  color: #000;
  text-align: center;
}
.Personal-Center .container .box .box1 {
  width: 100%;
  background: #fff;
  padding: 0.35rem 0.4rem 0.4rem;
  margin-top: 0.54rem;
}
.Personal-Center .container .box .box1 .ad {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}
.Personal-Center .container .box .box1 .ad img {
  margin-right: 0.1rem;
}
.Personal-Center .container .box .box1 .ck {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.Personal-Center .container .box .box1 .ck .change {
  padding: 0 0.22rem;
  height: 26px;
  background: #f5f6f7;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all ease-out 0.3s;
  border-radius: 3px;
}
.Personal-Center .container .box .box1 .ck .change:hover {
  color: #fff;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.Personal-Center .container .box .box1 .ck .lgout {
  padding: 0 0.22rem;
  height: 26px;
  background: #f5f6f7;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all ease-out 0.3s;
  border-radius: 3px;
  margin-left: 0.1rem;
}
.Personal-Center .container .box .box1 .ck .lgout:hover {
  color: #fff;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.Personal-Center .container .box .box1 .content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 0.13rem;
}
.Personal-Center .container .box .box1 .content .left {
  width: 48.76%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .Personal-Center .container .box .box1 .content .left {
    width: 100%;
  }
}
.Personal-Center .container .box .box1 .content .left .user {
  width: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}
.Personal-Center .container .box .box1 .content .left .user .icon {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.Personal-Center .container .box .box1 .content .left .user .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Personal-Center .container .box .box1 .content .left .user .change-icon {
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all ease-out 0.3s;
  margin: 0.09rem auto 0;
  line-height: 1;
}
.Personal-Center .container .box .box1 .content .left .user .change-icon:hover {
  color: #0042a2;
}
.Personal-Center .container .box .box1 .content .left .user-name {
  margin-left: 0.4rem;
  display: flex;
  align-items: center;
}
.Personal-Center .container .box .box1 .content .left .user-name .name {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.34rem;
  color: #333;
}
.Personal-Center .container .box .box1 .content .left .user-name .change-name {
  color: #004ea2;
  margin-left: 10px;
  cursor: pointer;
}
.Personal-Center .container .box .box1 .content .right {
  padding-left: 0.8rem;
  border-left: 1px solid #ededed;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .Personal-Center .container .box .box1 .content .right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 0.3rem;
  }
}
.Personal-Center .container .box .box1 .content .right .item {
  display: flex;
  line-height: 24px;
  margin: 0.14rem 0;
}
.Personal-Center .container .box .box1 .content .right .item .t1 {
  color: #999;
}
.Personal-Center .container .box .box1 .content .right .item .t1 span {
  color: #333;
}
.Personal-Center .container .box .box1 .content .right .item .changes {
  display: none;
}
.Personal-Center .container .box .box1 .content .right.on .item .changes{
    display:block;
}
.Personal-Center .container .box .box1 .content .right .item .change-tel {
  color: #004ea2;
  margin-left: 0.2rem;
  cursor: pointer;
}
.Personal-Center .container .box .box1 .content .right .item .change-email {
  color: #004ea2;
  margin-left: 0.2rem;
  cursor: pointer;
}
.Personal-Center .container .box .box1 .content .right .item .change-password {
  color: #004ea2;
  margin-left: 0.2rem;
  cursor: pointer;
}
.Personal-Center .container .box .box2 {
  width: 100%;
  margin-top: 0.56rem;
}
.Personal-Center .container .box .box2 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0.4rem;
}
.Personal-Center .container .box .box2 .top .t1 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  line-height: 0.52rem;
}
.Personal-Center .container .box .box2 .top .Refresh {
  padding: 0 0.22rem;
  height: 26px;
  background: #ebebeb;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all ease-out 0.3s;
  border-radius: 3px;
}
.Personal-Center .container .box .box2 .top .Refresh:hover {
  color: #fff;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.Personal-Center .container .box .box2 .top .Refresh img {
  margin-right: 8px;
}
.Personal-Center .container .box .box2 .list {
  width: 100%;
  background: #fff;
  padding: 0.4rem;
  box-shadow: 0 0 0.5rem 0 rgba(51, 51, 51, 0.08);
  border-radius: 8px;
  margin-top: 0.18rem;
}
.Personal-Center .container .box .box2 .list .boxs {
  width: 100%;
  padding-bottom: 0.2rem;
  overflow-x: auto;
}
.Personal-Center .container .box .box2 .list .boxs::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.Personal-Center .container .box .box2 .list .boxs::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004ea2;
}
.Personal-Center .container .box .box2 .list .boxs::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f2f2f2;
}
.Personal-Center .container .box .box2 .list .boxs table {
  width: auto;
  min-width: 100%;
}
.Personal-Center .container .box .box2 .list .boxs table tr td {
  white-space: nowrap;
}
.login-tc {
  width: 100%;
  background: #f5f5f5;
  padding: 1rem 0 1.54rem;
}
.login-tc .box {
  width: 1000px;
  max-width: 90%;
  margin: auto;
}
.login-tc .box .table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 0.56rem 0.3rem 0.53rem;
}
.login-tc .box .table .items {
  width: calc(50% - 0.3rem);
  margin: 0 0.15rem 0.15rem;
}
@media (max-width: 767px) {
  .login-tc .box .table .items {
    width: calc(100% - 0.3rem);
  }
}
.login-tc .box .table .items .t1 {
  color: #333;
  display: flex;
  align-items: center;
  line-height: 24px;
  margin-bottom: 0.1rem;
}
.login-tc .box .table .items .t1 span {
  color: #ff3232;
}
.login-tc .box .table .items .txt {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #d9d9db;
  border-radius: 3px;
  color: #111;
  padding-left: 0.12rem;
}
@media (max-width: 767px) {
  .login-tc .box .table .items .txt {
    height: 0.8rem;
  }
}
.login-tc .box .table .items .txt:focus {
  border: 2px solid #0042a2;
}
.login-tc .box .table .items .txt::placeholder {
  color: #ccc;
}
.login-tc .box .table .items select {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #d9d9db;
  border-radius: 3px;
  padding-left: 0.12rem;
  background: url(../images/arrow.svg) 95% center no-repeat;
}
@media (max-width: 767px) {
  .login-tc .box .table .items select {
    height: 0.8rem;
  }
}
.login-tc .box .table .sub {
  margin: 0.45rem auto 0;
  width: 4.2rem;
  height: 0.56rem;
  border-radius: 3px;
  background: #0042a2;
  color: #fff;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .login-tc .box .table .sub {
    height: 0.8rem;
  }
}
.login-tc .box .tips {
  width: 100%;
  color: #666;
  line-height: 24px;
  margin-top: 0.17rem;
}
.login-tc .box .tips a {
  color: #004ea2;
  text-decoration: underline;
}
.Code-generator {
  width: 100%;
  background: #f5f6f8;
  padding: 0.85rem 0 1.34rem;
}
.Code-generator .container-index .top {
  width: 100%;
}
.Code-generator .container-index .top .title {
  width: 100%;
  font-size: 0.48rem;
  line-height: 0.58rem;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.Code-generator .container-index .top .menu {
  background: #fff;
  display: flex;
  margin: 0.3rem auto 0;
  width: 410px;
  height: 60px;
  max-width: 100%;
  padding: 5px;
  border-radius: 30px;
}
.Code-generator .container-index .top .menu .item {
  width: 50%;
  height: 100%;
  display: flex;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
}
.Code-generator .container-index .top .menu .item svg {
  margin-right: 0.1rem;
}
.Code-generator .container-index .top .menu .item svg path {
  fill: #333;
}
.Code-generator .container-index .top .menu .item:hover,
.Code-generator .container-index .top .menu .item.on {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  color: #fff;
}
.Code-generator .container-index .top .menu .item:hover svg path,
.Code-generator .container-index .top .menu .item.on svg path {
  fill: #fff;
}
.Code-generator .container-index .content {
  margin-top: 0.46rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Code-generator .container-index .content .left {
  width: 49.28%;
  background: #fff;
  padding: 0.4rem 0.2rem 0.34rem 0.3rem;
}
@media (max-width: 991px) {
  .Code-generator .container-index .content .left {
    width: 100%;
  }
}
.Code-generator .container-index .content .left .box {
  width: 100%;
  height: 5.27rem;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 0.2rem;
}
.Code-generator .container-index .content .left .box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.Code-generator .container-index .content .left .box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}
.Code-generator .container-index .content .left .box::-webkit-scrollbar-track {
  width: 4px;
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f5f6f8;
}
.Code-generator .container-index .content .left .box .item {
  width: 100%;
  display: flex;
  margin-bottom: 0.25rem;
}
.Code-generator .container-index .content .left .box .item .ts1 {
  width: 100px;
  flex-shrink: 0;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}
.Code-generator .container-index .content .left .box .item .ts1 span {
  color: #ff0000;
}
.Code-generator .container-index .content .left .box .item .ts2 {
  width: calc(100% - 100px);
}
.Code-generator .container-index .content .left .box .item .ts2 .set1 {
  width: calc(100% - 0.2rem);
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 0.2rem;
  color: #333;
  background: url(../images/Code-generator-left-icon1.png) 96% center no-repeat;
}
.Code-generator .container-index .content .left .box .item .ts2 .tips {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 5px;
}
.Code-generator .container-index .content .left .box .item .ts2 .text1 {
  width: calc(100% - 0.2rem);
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 7px 0.2rem;
  color: #333;
  line-height: 24px;
}
.Code-generator .container-index .content .left .box .item .ts2 .text1::placeholder {
  color: #999;
}
.Code-generator .container-index .content .left .box .item .ts2 .public-btn {
  margin-top: 0.36rem;
}
.Code-generator .container-index .content .left .box .items {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 0.4rem;
  padding-top: 0.15rem;
}
.Code-generator .container-index .content .left .box .items .tips {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.Code-generator .container-index .content .left .box .items .tips span {
  display: inline-flex;
  margin-right: 0.1rem;
}
.Code-generator .container-index .content .left .box .items .tips span img {
  width: 20px;
  height: 20px;
}
.Code-generator .container-index .content .left .box .items .stem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Code-generator .container-index .content .left .box .items .stem .sbox {
  display: flex;
  margin-bottom: 0.2rem;
}
.Code-generator .container-index .content .left .box .items .stem .sbox.sw50 {
  width: 50%;
}
@media (max-width: 767px) {
  .Code-generator .container-index .content .left .box .items .stem .sbox.sw50 {
    width: 100%;
  }
}
.Code-generator .container-index .content .left .box .items .stem .sbox.sw100 {
  width: 100%;
}
.Code-generator .container-index .content .left .box .items .stem .sbox.flexR {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .Code-generator .container-index .content .left .box .items .stem .sbox.flexR {
    justify-content: flex-start;
  }
}
.Code-generator .container-index .content .left .box .items .stem .sbox .ts1 {
  width: 100px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.Code-generator .container-index .content .left .box .items .stem .sbox .ts2 {
  width: 1.2rem;
}
@media (max-width: 991px) {
  .Code-generator .container-index .content .left .box .items .stem .sbox .ts2 {
    width: 2rem;
  }
}
.Code-generator .container-index .content .left .box .items .stem .sbox .ts2 .color {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  background: #f5f6f8 url(../images/Code-generator-left-icon1.png) 85% center no-repeat;
}
.Code-generator .container-index .content .left .box .items .stem .sbox .ts2 .color span {
  width: 0.7rem;
  height: 30px;
  display: inline-flex;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .Code-generator .container-index .content .left .box .items .stem .sbox .ts2 .color span {
    width: 1.2rem;
  }
}
.Code-generator .container-index .content .left .box .items .stem .sbox .ls2 {
  width: calc(100% - 100px);
}
.Code-generator .container-index .content .left .box .items .stem .sbox .ls2 ul {
  width: calc(100% + 0.1rem);
  margin: 0 -0.05rem;
  display: flex;
  flex-wrap: wrap;
}
.Code-generator .container-index .content .left .box .items .stem .sbox .ls2 ul li {
  width: calc(25% - 0.1rem);
  height: 40px;
  margin: 0 0.05rem;
  background: #f5f6f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .Code-generator .container-index .content .left .box .items .stem .sbox .ls2 ul li {
    width: calc(50% - 0.1rem);
    margin-bottom: 0.1rem;
  }
}
.Code-generator .container-index .content .left .box .items .stem .sbox .ls2 ul li:hover,
.Code-generator .container-index .content .left .box .items .stem .sbox .ls2 ul li.on {
  border: 1px solid #004ea2;
  color: #004ea2;
}
.Code-generator .container-index .content .right {
  width: 49.28%;
  background: #fff;
  padding: 0.47rem 0.5rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 991px) {
  .Code-generator .container-index .content .right {
    width: 100%;
    margin-top: 0.5rem;
    height: 4rem;
  }
}
.Code-generator .container-index .content .right .t1 {
  width: 100%;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 24px;
}
.Code-generator .container-index .content .right .img {
  width: 4rem;
  margin: auto;
}
.Code-generator .container-index .content .right .ckbox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.Code-generator .container-index .content .right .ckbox .public-btn {
  width: 1.6rem;
  padding: 0 0.3rem;
  font-size: 18px;
  color: #333;
  background: #fff;
  border: 2px solid #dddddd;
  margin: 0 0.1rem;
}
@media (max-width: 1580px) {
  .Code-generator .container-index .content .right .ckbox .public-btn {
    font-size: 14px;
  }
}
/* @media (max-width: 1260px) {
  .Code-generator .container-index .content .right .ckbox .public-btn {
    font-size: 14px;
  }
} */
.Code-generator .container-index .content .right .ckbox .public-btn:hover {
  border: none;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  color: #fff;
}
.Code-generator .container-index .tips {
  width: 100%;
  margin-top: 0.37rem;
}
.Code-generator .container-index .tips .t1 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
@media (max-width: 1580px) {
  .Code-generator .container-index .tips .t1 {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .Code-generator .container-index .tips .t1 {
    font-size: 14px;
  }
} */
.Code-generator .container-index .tips .t2 {
  line-height: 24px;
  color: #999;
  margin-top: 0.15rem;
}
.about {
  width: 100%;
}
.about .about-box1 {
  width: 100%;
  padding: 1.35rem 0 1.4rem;
}
.about .about-box1 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about .about-box1 .container .top .title {
  font-size: 0.42rem;
  line-height: 0.48rem;
  color: #000;
  font-weight: bold;
}
.about .about-box1 .container .top .txt {
  width: 34.375%;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  padding-top: 5px;
}
@media (max-width: 1580px) {
  .about .about-box1 .container .top .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .about .about-box1 .container .top .txt {
    /* font-size: 14px; */
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .about .about-box1 .container .top .txt {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .about .about-box1 .container .top .txt {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.about .about-box1 .container .content {
  width: 100%;
  margin-top: 0.7rem;
  border-top: 2px solid #f4f4f4;
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about .about-box1 .container .content .public-img {
  width: 41.25%;
}
@media (max-width: 767px) {
  .about .about-box1 .container .content .public-img {
    width: 100%;
  }
}
.about .about-box1 .container .content .public-img::before {
  padding-top: 63.63%;
}
.about .about-box1 .container .content .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 47, 97, 0.5);
}
.about .about-box1 .container .content .public-img .play {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 4;
}
.about .about-box1 .container .content .public-img .play img {
  position: relative;
  z-index: 2;
}
.about .about-box1 .container .content .public-img .play::before {
  content: '';
  width: 0.91rem;
  height: 0.91rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/jj.svg) center center no-repeat;
  background-size: contain;
  transition: all ease-out 0.3s;
}
.about .about-box1 .container .content .public-img .play::after {
  content: '';
  width: 1.33rem;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/Ndevor-box1-icon1.png) center center no-repeat;
  transition: all ease-out 0.3s;
  background-size: contain;
}
.about .about-box1 .container .content .public-img .play:hover::before {
  width: 0.71rem;
  height: 0.71rem;
}
.about .about-box1 .container .content .public-img .play:hover::after {
  width: 1rem;
}
.about .about-box1 .container .content .tbox {
  width: 35.625%;
}
@media (max-width: 991px) {
  .about .about-box1 .container .content .tbox {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .about .about-box1 .container .content .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about .about-box1 .container .content .tbox .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f4f4f4;
  padding: 0.34rem 0;
}
.about .about-box1 .container .content .tbox .item:last-child {
  border-bottom: none;
}
.about .about-box1 .container .content .tbox .item .t1 {
  line-height: 18px;
  color: #000;
  padding-top: 4px;
}
.about .about-box1 .container .content .tbox .item .num {
  font-size: 0.72rem;
  color: #004ea2;
  line-height: 1;
  font-weight: bold;
}
.about .about-box2 {
  width: 100%;
  background: #f5f6f8;
  padding: 1.33rem 0 1rem;
}
.about .about-box2 .container .title {
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 0.52rem;
}
.about .about-box2 .container .txt {
  line-height: 24px;
  margin: 0.2rem auto 0;
  width: 685px;
  max-width: 100%;
  text-align: center;
}
.about .about-box2 .container .map {
  width: 100%;
  margin-top: 0.72rem;
  position: relative;
}
.about .about-box2 .container .map .img {
  width: 100%;
}
.about .about-box2 .container .map .img img {
  width: 100%;
}
.about .about-box2 .container .map .dian-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .about .about-box2 .container .map .dian-box {
    left: -0.3rem;
  }
}
.about .about-box2 .container .map .dian-box .dian {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.02rem 0.14rem 0.02rem 0.02rem;
  border-radius: 0.15rem;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .about .about-box2 .container .map .dian-box .dian {
    font-size: 12px;
  }
}
.about .about-box2 .container .map .dian-box .dian .icon {
  width: 0.28rem;
  height: 0.28rem;
  background: #0042a2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.about .about-box2 .container .map .dian-box .dian .icon img {
  width: 0.11rem;
}
.about .about-box2 .container .map .dian-box .dian .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: rgba(0, 78, 162, 0.5);
  animation: banner-move 2s infinite;
  -webkit-animation: banner-move 2s infinite;
}
.about .about-box2 .container .map .dian-box .dian .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  background: rgba(0, 78, 162, 0.5);
  animation: banner-move 2s 1s infinite;
  -webkit-animation: banner-move 2s 1s infinite;
}
.about .about-box2 .container .map .dian-box .dian.dian1 {
  top: 26.58%;
  left: 11.56%;
}
.about .about-box2 .container .map .dian-box .dian.dian2 {
  top: 14.72%;
  left: 45.5%;
}
.about .about-box2 .container .map .dian-box .dian.dian3 {
  top: 31.62%;
  left: 72.875%;
  background: #fff;
  color: #004ea2;
  border-radius: 0.25rem;
}
.about .about-box2 .container .map .dian-box .dian.dian3 .icon {
  width: 0.46rem;
  height: 0.46rem;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.about .about-box2 .container .map .dian-box .dian.dian3 .icon img {
  width: 0.2rem;
}
.about .about-box2 .container .map .dian-box .dian.dian4 {
  top: 51.06%;
  left: 70.18%;
}
@keyframes banner-move {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.about .about-box3 {
  width: 100%;
  padding: 0.66rem 0 0;
  background: #f5f6f8;
}
.about .about-box3 .container {
  position: sticky;
  position: -webkit-sticky;
}
.about .about-box3 .container .title {
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 0.52rem;
}
.about .about-box3 .container .list {
  width: 100%;
  margin-top: 0.54rem;
}
.about .about-box3 .container .list ul {
  width: calc(100% + 0.3rem);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.about .about-box3 .container .list ul li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem;
  border-top: 2px solid #ddd;
  padding-top: 0.32rem;
}
@media (max-width: 767px) {
  .about .about-box3 .container .list ul li {
    width: 100%;
  }
}
.about .about-box3 .container .list ul li .t1 {
  color: #999;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
@media (max-width: 1580px) {
  .about .about-box3 .container .list ul li .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .about .about-box3 .container .list ul li .t1 {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .about .about-box3 .container .list ul li .t1 {
    font-size: 14px;
  }
} */
.about .about-box3 .container .list ul li .t2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
@media (max-width: 1580px) {
  .about .about-box3 .container .list ul li .t2 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .about .about-box3 .container .list ul li .t2 {
    font-size: 16px;
  }
}
/* @media (max-width: 991px) {
  .about .about-box3 .container .list ul li .t2 {
    font-size: 14px;
  }
} */
.about .about-box3 .container .list ul li .t3 {
  color: #666;
  line-height: 22px;
  margin-top: 0.33rem;
}
.about .about-box3 .container .img {
  width: 100%;
  margin-top: 0.76rem;
}
.about .about-box3 .zz-box {
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
}
@media (max-width: 767px) {
  .about .about-box3 .zz-box {
    display: none;
  }
}
.about .about-box4 {
  width: 100%;
  /* height: 400vh; */
}
.about .about-box4 .box {
  width: 100%;
  /* height: 100vh; */
  background: url(../images/about-box4-bg.jpg) left center repeat-x;
  padding: 1.14rem 0 0;
  /* position: sticky;
  position: -webkit-sticky;
  top: 0; */
  /* overflow: hidden; */
  position: relative;
}
.about .about-box4 .box .container .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.about .about-box4 .box .container .txt {
  line-height: 24px;
  color: #333;
  text-align: center;
  margin-top: 0.2rem;
}
.about .about-box4 .box .list {
  margin-top: 1.35rem;
  width: 100%;
  /* height: 4.5rem; */
  /* overflow: hidden; */
  position: relative;
  padding: 0 5%;
}
/* @media (max-width: 767px) {
  .about .about-box4 .box .list {
    height: 6rem;
  }
} */

.about .about-box4 .box .list .swiper-container .swiper-slide .year {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  .about .about-box4 .box .list .swiper-container .swiper-slide .year {
    font-size: 0.36rem;
  }
}
.about .about-box4 .box .list .swiper-container .swiper-slide .things {
  width: 100%;
  height: 200px;
  margin-top: 0.15rem;
  overflow-y: auto;
  scrollbar-width: thin;
  /* 设置比默认滚动条宽度更窄的宽度 */
}
.about .about-box4 .box .list .swiper-container .swiper-slide .things::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.about .about-box4 .box .list .swiper-container .swiper-slide .things::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004ea2;
}
.about .about-box4 .box .list .swiper-container .swiper-slide .things::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #e3e4e4;
}
.about .about-box4 .box .list .swiper-container .swiper-slide .things .items {
  padding-left: 0.18rem;
  position: relative;
  color: #333;
  line-height: 24px;
  margin-bottom: 0.24rem;
}
.about .about-box4 .box .list .swiper-container .swiper-slide .things .items:last-child {
  margin-bottom: 0;
}
.about .about-box4 .box .list .swiper-container .swiper-slide .things .items::before {
  content: '';
  background: #333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.about .about-box4 .box .list .swiper-button-prev,
.about .about-box4 .box .list .swiper-button-next {
  width: 0.3rem;
  background-size: contain;
}
.about .about-box4 .box .list .swiper-button-prev {
  left: 0;
}
.about .about-box4 .box .list .swiper-button-next {
  right: 0;
}

.about .about-box4 .box .list ul {
  width: auto;
  height: 100%;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  padding-left: 1.6rem;
}
.about .about-box4 .box .list ul li {
  width: 20vw;
  flex-shrink: 0;
  position: relative;
  padding: 0 0.2rem;
}
@media (max-width: 1260px) {
  .about .about-box4 .box .list ul li {
    width: 25vw;
  }
}
@media (max-width: 991px) {
  .about .about-box4 .box .list ul li {
    width: 30vw;
  }
}
@media (max-width: 767px) {
  .about .about-box4 .box .list ul li {
    width: 70vw;
  }
}
.about .about-box4 .box .list ul li::before {
  content: '';
  width: 2px;
  height: 0.5rem;
  background: #004ea2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about .about-box4 .box .list ul li::after {
  content: '';
  width: 2px;
  height: 100%;
  background: #cad5e1;
  position: absolute;
  left: 0;
  top: 0;
}
.about .about-box4 .box .list ul li .year {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  line-height: 0.4rem;
}
.about .about-box4 .box .list ul li .things {
  width: 100%;
  height: 3.95rem;
  margin-top: 0.15rem;
  padding-right: 0.4rem;
  overflow-y: auto;
  scrollbar-width: thin;
  /* 设置比默认滚动条宽度更窄的宽度 */
}
.about .about-box4 .box .list ul li .things::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.about .about-box4 .box .list ul li .things::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004ea2;
}
.about .about-box4 .box .list ul li .things::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #e3e4e4;
}
.about .about-box4 .box .list ul li .things .items {
  padding-left: 0.18rem;
  position: relative;
  color: #333;
  line-height: 24px;
  margin-bottom: 0.24rem;
}
.about .about-box4 .box .list ul li .things .items:last-child {
  margin-bottom: 0;
}
.about .about-box4 .box .list ul li .things .items::before {
  content: '';
  background: #333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.about .about-box4 .box .mountain {
  width: 100%;
  height: 3.45rem;
  /* position: absolute;
  left: 0;
  bottom: 0; */
  /* z-index: 3; */
  overflow: hidden;
  display: flex;
  position: relative;
}
.about .about-box4 .box .mountain img {
  width: auto;
  height: 100%;
  max-width: initial;
  position: absolute;
  bottom: 0;
  flex-shrink: 0;
}
.about .about-box5 {
  width: 100%;
  background: url(../images/about-box5-bg.png) center center no-repeat;
  background-size: cover;
  padding: 1.36rem 0 1.6rem;
}
.about .about-box5 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .about-box5 .container .left {
  width: 24.375%;
}
@media (max-width: 1260px) {
  .about .about-box5 .container .left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .about .about-box5 .container .left {
    width: 100%;
  }
}
.about .about-box5 .container .left .t1 {
  font-size: 0.42rem;
  line-height: 0.48rem;
  font-weight: bold;
  color: #000;
}
.about .about-box5 .container .left .t2 {
  line-height: 24px;
  color: #666;
  margin-top: 0.3rem;
}
.about .about-box5 .container .left .ckbox {
  margin-top: 0.57rem;
  display: inline-flex;
  padding: 0.05rem;
  background: #fff;
  border-radius: 0.3rem;
}
.about .about-box5 .container .left .ckbox span {
  display: inline-flex;
  align-items: center;
  height: 0.5rem;
  padding: 0 0.48rem;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #333;
  transition: all ease-out 0.3s;
}
.about .about-box5 .container .left .ckbox span:hover,
.about .about-box5 .container .left .ckbox span.on {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  color: #fff;
}
.about .about-box5 .container .list {
  width: 52.5%;
}
@media (max-width: 767px) {
  .about .about-box5 .container .list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about .about-box5 .container .list ul {
  width: 100%;
  height: 6.8rem;
  padding-right: 0.4rem;
  overflow-y: auto;
  scrollbar-width: thin;
  /* 设置比默认滚动条宽度更窄的宽度 */
  display: none;
}
.about .about-box5 .container .list ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.about .about-box5 .container .list ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004ea2;
}
.about .about-box5 .container .list ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #e3e4e4;
}
.about .about-box5 .container .list ul.on {
  display: block;
}
.about .about-box5 .container .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e6e6e6;
  padding: 0.18rem 0;
}
.about .about-box5 .container .list ul li:nth-child(1) {
  border-top: 1px dashed #e6e6e6;
}
.about .about-box5 .container .list ul li .t1 {
  width: calc(100% - 70px);
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .about .about-box5 .container .list ul li .t1 {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .about .about-box5 .container .list ul li .t1 {
    font-size: 14px;
  }
} */
.about .about-box5 .container .list ul li .time {
  color: #666;
  line-height: 24px;
  width: 60px;
  flex-shrink: 0;
}
.about .about-box6 {
  width: 100%;
  padding: 1.4rem 0 0.7rem;
}
.about .about-box6 .container {
  position: relative;
}
.about .about-box6 .container .img {
  width: 100%;
  height: 5.2rem;
  border-radius: 8px;
  overflow: hidden;
}
.about .about-box6 .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-box6 .container .tbox {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 0 0.3rem;
}
.about .about-box6 .container .tbox .title {
  font-size: 0.42rem;
  line-height: 0.52rem;
  font-weight: bold;
  color: #fff;
}
.about .about-box6 .container .tbox .txt {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-top: 0.12rem;
}
@media (max-width: 1580px) {
  .about .about-box6 .container .tbox .txt {
    font-size: 16px;
  }
}
/* @media (max-width: 1260px) {
  .about .about-box6 .container .tbox .txt {
    font-size: 14px;
  }
} */
.about .about-box6 .container .tbox .public-btn {
  margin-top: 0.58rem;
}
.about .about-box7 {
  width: 100%;
  padding: 0.66rem 0 1.3rem;
}
.about .about-box7 .container .title {
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 0.52rem;
}
.about .about-box7 .container .txt {
  color: #666;
  text-align: center;
  line-height: 24px;
  margin-top: 20px;
}
.about .about-box7 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.about .about-box7 .container .list ul {
  width: calc(100% + 0.32rem);
  margin: 0 -0.16rem;
  display: flex;
  flex-wrap: wrap;
}
.about .about-box7 .container .list ul li {
  width: calc(16.66% - 0.32rem);
  margin: 0 0.16rem 0.2rem;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .about-box7 .container .list ul li {
    width: calc(33.33% - 0.32rem);
  }
}

.setmap {
  width: 100%;
  background: #f7f7f7;
  padding: 1.17rem 0;
}
.setmap .container-index .title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 0.52rem;
}
.setmap .container-index .list {
  width: 100%;
  margin-top: 1.05rem;
}
.setmap .container-index .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.setmap .container-index .list ul li {
  text-align: center;
}
@media (max-width: 991px) {
  .setmap .container-index .list ul li {
    width: 25%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .setmap .container-index .list ul li {
    width: 100%;
    text-align: left;
  }
}
.setmap .container-index .list ul li .a1 {
  font-size: 20px;
  line-height: 22px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 0.17rem;
}
@media (max-width: 1580px) {
  .setmap .container-index .list ul li .a1 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .setmap .container-index .list ul li .a1 {
    font-size: 16px;
  }
}
.setmap .container-index .list ul li .a2 {
  color: #999;
  line-height: 0.36rem;
  display: block;
  transition: all ease-out 0.3s;
}
.setmap .container-index .list ul li .a2:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .setmap .container-index .list ul li .a2 {
    line-height: 26px;
  }
}
.notfound {
  width: 100%;
  padding: 0.78rem 0 1.59rem;
  background: #f7f7f7;
}
.notfound .img {
  width: 660px;
  max-width: 100%;
  margin: auto;
}
.notfound .txt {
  color: #999;
  text-align: center;
  line-height: 26px;
  margin-top: 6px;
}
.notfound .txt span {
  color: #f51717;
}

.search-page {
  width: 100%;
}
.search-page .top {
  width: 100%;
  background: #f7f8f9;
  padding: 1.33rem 0 0.6rem;
}
.search-page .top .title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
  line-height: 0.58rem;
  text-align: center;
}
.search-page .top .search-box {
  margin: 0.34rem auto 0;
  width: 760px;
  height: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.search-page .top .search-box .txt {
  width: 85.5%;
  height: 100%;
  border-radius: 5px;
  background: #fff url(../images/search2.svg) 0.2rem center no-repeat;
  border: 1px solid #e6e7e8;
  padding-left: 0.2rem;
}
.search-page .top .search-box .btn {
  width: 13.15%;
  height: 100%;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  font-size: 18px;
  font-weight: bold;
}
.search-page .result {
  width: 100%;
  padding: 0.94rem 0 2.4rem;
}
.search-page .result .container .menu {
  width: 1160px;
  max-width: 100%;
  margin: auto;
  border-bottom: 1px solid #e9e9e9;
}
.search-page .result .container .menu ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .search-page .result .container .menu ul {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.search-page .result .container .menu ul li {
  color: #666;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 0.13rem;
  border-bottom: 2px solid transparent;
  transition: all ease-out 0.3s;
  margin: 0 0.4rem;
  cursor: pointer;
  white-space: nowrap;
}
.search-page .result .container .menu ul li:hover,
.search-page .result .container .menu ul li.on {
  color: #333;
  border-bottom: 2px solid #333;
}
@media (max-width: 1580px) {
  .search-page .result .container .menu ul li {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .search-page .result .container .menu ul li {
    font-size: 16px;
  }
}
.search-page .result .container .list {
  width: 100%;
  margin-top: 1rem;
}
.search-page .result .container .list .item {
  width: 100%;
  display: none;
}
.search-page .result .container .list .item.on {
  display: block;
}
.search-page .result .container .list ul {
  width: 100%;
}
.search-page .result .container .list ul.product {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.search-page .result .container .list ul.product li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #f8f8f8;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .search-page .result .container .list ul.product li {
    width: calc(33.33% - 0.3rem);
  }
}
@media (max-width: 991px) {
  .search-page .result .container .list ul.product li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.product li {
    width: calc(100% - 0.3rem);
  }
}
.search-page .result .container .list ul.product li a {
  width: 100%;
  display: block;
  position: relative;
}
.search-page .result .container .list ul.product li a .public-img::before {
  padding-top: 83.28%;
}
.search-page .result .container .list ul.product li a .public-img img {
  transition: all ease-out 0.3s;
}
.search-page .result .container .list ul.product li a .public-img img:nth-child(1) {
  opacity: 1;
}
.search-page .result .container .list ul.product li a .public-img img:nth-child(2) {
  opacity: 0;
}
.search-page .result .container .list ul.product li a .tbox {
  width: 100%;
  padding: 0 0.2rem 0.5rem;
}
.search-page .result .container .list ul.product li a .tbox .t1 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.product li a .tbox .t1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  .search-page .result .container .list ul.product li a .tbox .t1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .search-page .result .container .list ul.product li a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.product li a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.search-page .result .container .list ul.product li a .tbox .t2 {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 22px;
  margin-top: 0.1rem;
}
.search-page .result .container .list ul.product li a .tbox .t3 {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 0.27rem;
  padding-top: 0.23rem;
}
.search-page .result .container .list ul.product li a .tbox .t3 .ts {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.12rem;
}
.search-page .result .container .list ul.product li a .tbox .t3 .ts:last-child {
  margin-bottom: 0;
}
.search-page .result .container .list ul.product li a .tbox .t3 .ts span {
  width: 1.15rem;
  color: #999;
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.product li a .tbox .t3 .ts span {
    width: 1.5rem;
  }
}
.search-page .result .container .list ul.product li a .label {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.search-page .result .container .list ul.product li a .label.new {
  background: #e42121;
}
.search-page .result .container .list ul.product li a .label.hot {
  background: #004ea2;
}
.search-page .result .container .list ul.product li:hover a .public-img img {
  transform: scale(1.05);
}
.search-page .result .container .list ul.product li:hover a .public-img img:nth-child(2) {
  opacity: 1;
}
.search-page .result .container .list ul.product li:hover a .tbox .t1 {
  color: #004ea2;
}
.search-page .result .container .list ul.industry li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.search-page .result .container .list ul.industry li:nth-child(2n) {
  flex-direction: row;
}
.search-page .result .container .list ul.industry li .public-img {
  width: 53.75%;
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.industry li .public-img {
    width: 100%;
    height: auto;
  }
}
.search-page .result .container .list ul.industry li .public-img::before {
  padding-top: 75.5%;
}
.search-page .result .container .list ul.industry li .tbox {
  width: 46.25%;
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
  position: relative;
  padding: 0 1.5rem 0 1rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.industry li .tbox {
    width: 100%;
    padding: 0.5rem 0.5rem 1rem;
  }
}
.search-page .result .container .list ul.industry li .tbox .num {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.industry li .tbox .num {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .search-page .result .container .list ul.industry li .tbox .num {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .search-page .result .container .list ul.industry li .tbox .num {
    font-size: 14px;
  }
}
.search-page .result .container .list ul.industry li .tbox .t1 {
  width: 100%;
  font-size: 0.42rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.52rem;
  margin-top: 7px;
}
.search-page .result .container .list ul.industry li .tbox .t2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.25rem;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.industry li .tbox .t2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .search-page .result .container .list ul.industry li .tbox .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .search-page .result .container .list ul.industry li .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.search-page .result .container .list ul.industry li .tbox .ts {
  width: 100%;
  margin-top: 0.56rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.search-page .result .container .list ul.industry li .tbox .ts a {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  color: #fff;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.industry li .tbox .ts a {
    width: 2.4rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.search-page .result .container .list ul.industry li .tbox .ts a:hover {
  color: #0042a2;
  background: #fff;
  border: 2px solid #fff;
}
.search-page .result .container .list ul.industry li .tbox::after {
  content: '';
  width: 3.07rem;
  height: 3.34rem;
  background: url(../images/industry-box2-bg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.search-page .result .container .list ul.case {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
  background: none;
}
.search-page .result .container .list ul.case li {
  width: calc(33.33% - 0.5rem);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0.25rem 0.5rem;
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.case li {
    width: calc(100% - 0.5rem);
    margin-bottom: 0.5rem;
  }
  .search-page .result .container .list ul.case li:last-child {
    margin-bottom: 0;
  }
}
.search-page .result .container .list ul.case li a {
  display: block;
}
.search-page .result .container .list ul.case li a .public-img::before {
  padding-top: 56%;
}
.search-page .result .container .list ul.case li a .tbox {
  width: 100%;
  height: 2.85rem;
  padding: 0.33rem 0.6rem 0.54rem 0.3rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.case li a .tbox {
    height: 3.6rem;
  }
}
@media (max-width: 1260px) {
  .search-page .result .container .list ul.case li a .tbox {
    height: 3.2rem;
  }
}
.search-page .result .container .list ul.case li a .tbox .icon {
  height: 0.4rem;
  margin-bottom: 0.2rem;
  transition: all ease-out 0.3s;
}
.search-page .result .container .list ul.case li a .tbox .icon img {
  height: 100%;
}
.search-page .result .container .list ul.case li a .tbox .tbs {
  transition: all ease-out 0.3s;
}
.search-page .result .container .list ul.case li a .tbox .t1 {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.case li a .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1260px) {
  .search-page .result .container .list ul.case li a .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .search-page .result .container .list ul.case li a .tbox .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.search-page .result .container .list ul.case li a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: 22px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.case li a .tbox .t2 {
    -webkit-line-clamp: 2;
  }
}
.search-page .result .container .list ul.case li a .tbox .ts {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  opacity: 0;
  margin-top: 0.54rem;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.case li a .tbox .ts {
    font-size: 16px;
    margin-top: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .search-page .result .container .list ul.case li a .tbox .ts {
    font-size: 14px;
    margin-top: 0.3rem;
  }
}
.search-page .result .container .list ul.case li a .tbox .ts span {
  display: inline-flex;
  margin-left: 0.2rem;
}
.search-page .result .container .list ul.case li a .tbox .ts span svg {
  width: 7px;
}
.search-page .result .container .list ul.case li a .tbox .ts span svg path {
  fill: #fff;
}
.search-page .result .container .list ul.case li a .tbox .ts span svg:nth-child(2) path {
  fill: rgba(255, 255, 255, 0.4);
}
.search-page .result .container .list ul.case li:hover a .public-img img {
  transform: scale(1.05);
}
.search-page .result .container .list ul.case li:hover a .tbox {
  background: linear-gradient(to right, #004ea2, #0068d7, #00b4ff);
}
.search-page .result .container .list ul.case li:hover a .tbox .icon {
  display: none;
}
.search-page .result .container .list ul.case li:hover a .tbox .tbs .t1 {
  color: #fff;
}
.search-page .result .container .list ul.case li:hover a .tbox .tbs .t2 {
  color: rgba(255, 255, 255, 1);
}
.search-page .result .container .list ul.case li:hover a .tbox .tbs .ts {
  opacity: 1;
}
.search-page .result .container .list ul.question li {
  width: 100%;
  padding: 0.24rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.question li {
    padding: 0.3rem 0;
  }
}
.search-page .result .container .list ul.question li .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.search-page .result .container .list ul.question li .tit span {
  width: calc(100% - 28px);
  display: block;
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.question li .tit span {
    font-size: 16px;
    width: calc(100% - 24px);
  }
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.question li .tit span {
    width: calc(100% - 12px);
  }
}
.search-page .result .container .list ul.question li .tit .but {
  display: block;
  transition: all 0.4s linear;
  overflow: hidden;
  width: 18px;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.question li .tit .but {
    width: 14px;
  }
}
@media (max-width: 991px) {
  .search-page .result .container .list ul.question li .tit .but {
    width: 12px;
  }
}
.search-page .result .container .list ul.question li .tit .but img,
.search-page .result .container .list ul.question li .tit .but svg {
  width: 100%;
  float: left;
}
.search-page .result .container .list ul.question li .tit .but img path,
.search-page .result .container .list ul.question li .tit .but svg path {
  fill: #cccccc;
}
.search-page .result .container .list ul.question li .jut {
  display: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 18px;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.question li .jut {
    padding-top: 14px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .search-page .result .container .list ul.question li .jut {
    padding-top: 10px;
  }
}
.search-page .result .container .list ul.question li.on .tit .but {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-page .result .container .list ul.question li.on .tit .but svg path {
  fill: #004ea2;
}
.search-page .result .container .list ul.news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.search-page .result .container .list ul.news li {
  width: 33.33%;
  border: 1px solid #f0f0f0;
  margin: 0 -0.5px -1px;
}
@media (max-width: 991px) {
  .search-page .result .container .list ul.news li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .search-page .result .container .list ul.news li {
    width: 100%;
  }
}
.search-page .result .container .list ul.news li a {
  display: block;
  padding: 0.45rem 0.6rem 0.6rem;
}
.search-page .result .container .list ul.news li a .label {
  min-width: 1rem;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  border-radius: 17px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  transition: all ease-out 0.3s;
}
.search-page .result .container .list ul.news li a .t1 {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.28rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .search-page .result .container .list ul.news li a .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .search-page .result .container .list ul.news li a .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.search-page .result .container .list ul.news li a .time {
  color: #666;
  line-height: 24px;
  margin-top: 0.23rem;
}
.search-page .result .container .list ul.news li a .public-img {
  width: 100%;
  overflow: hidden;
  margin-top: 0.54rem;
}
.search-page .result .container .list ul.news li a .public-img img {
  transition: all ease-out 0.5s;
}
.search-page .result .container .list ul.news li a .public-img::before {
  padding-top: 62.8%;
}
.search-page .result .container .list ul.news li:hover a .t1 {
  color: #004ea2;
}
.search-page .result .container .list ul.news li:hover a .public-img img {
  transform: scale(1.05);
}

.change-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.change-tc .box {
  width: 784px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.45rem 0 0.83rem;
}
.change-tc .box .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
  cursor: pointer;
}
.change-tc .box .title {
  color: #333;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 1580px) {
  .change-tc .box .title {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  .change-tc .box .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .change-tc .box .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .change-tc .box .title {
    font-size: 18px;
  }
}
.change-tc .box .tbox {
  width: 410px;
  max-width: 90%;
  margin: 0.37rem auto 0;
}
.change-tc .box .tbox .ts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.18rem;
}
.change-tc .box .tbox .ts .t1 {
  width: 100%;
  height: 0.56rem;
  border: 1px solid #efefef;
  border-radius: 0.1rem;
  padding-left: 0.2rem;
  font-size: 14px;
  color: #222;
}
.change-tc .box .tbox .ts .t1::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .change-tc .box .tbox .ts .t1 {
    height: 0.8rem;
  }
}
.change-tc .box .tbox .ts .t2 {
  width: 66.34%;
  height: 0.56rem;
  border: 1px solid #efefef;
  border-radius: 0.1rem 0 0 0.1rem;
  padding-left: 0.2rem;
  font-size: 14px;
  color: #222;
}
.change-tc .box .tbox .ts .t2::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .change-tc .box .tbox .ts .t2 {
    height: 0.8rem;
  }
}
.change-tc .box .tbox .ts .btn {
  width: 30.7%;
  height: 0.56rem;
  border: 1px solid #efefef;
  border-radius: 0 0.1rem 0.1rem 0;
  font-size: 14px;
  color: #bbb;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .change-tc .box .tbox .ts .btn {
    height: 0.8rem;
  }
}
.change-tc .box .tbox .ts .btn:hover {
  background: #cbd6e2;
  color: #004ea2;
}
.change-tc .box .btn-box {
  width: 410px;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.change-tc .box .btn-box .btns {
  width: 48.78%;
  height: 0.56rem;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .change-tc .box .btn-box .btns {
    height: 0.8rem;
  }
}
.change-tc .box .btn-box .btns.btn1 {
  background: #7f7f7f;
}
.change-tc .box .btn-box .btns.btn2 {
  background: #004ea2;
}
