body {
  font-family: PingFang SC, PingFang-SC-Regular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: "tnum";
  display: block;
}
body,
html {
  width: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.lzcontainer {
  min-width: 1200px;
  overflow: hidden;
}
.header {
  height: 65px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
}
.header .header-container {
  width: 1200px;
  display: flex;
}
.header .logo {
  width: 112px;
  display: block;
  height: 24px;
  line-height: 64px;
}
.header .logo img {
  height: 24px;
  vertical-align: middle;
  border-style: none;
}
.header .header-menu {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: 0 0 0 10px;
}
.header .header-menu .header-menu-item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.header .header-menu .header-menu-item .link {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.header .header-menu .header-menu-item a:hover {
  text-decoration: yellowgreen;
}
.header .header-right {
  text-align: right;
  width: 240px;
  height: 70px;
  line-height: 70px;
}
.header .header-right .linkBtn {
  height: 38px;
  line-height: 34px;
  font-size: 18px;
  display: inline-block;
}
.header .header-right .link {
  background: transparent;
  color: #4385f4;
  border-color: transparent;
  font-size: 18px;
  font-weight: 500;
}
.header .header-right .split {
  line-height: 64px;
  display: inline-block;
  width: 1px;
  height: 23px;
  background-color: #e5e5e5;
  margin: 0 20px;
  vertical-align: middle;
}
.header .header-right .primary {
  color: #fff;
  border-color: #1973e8;
  background: #1973e8;
  padding: 0 31px;
  text-align: right;
  border-radius: 2px;
}
.header a {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.header a,
.header a:focus,
.header a:hover {
  text-decoration: none;
  color: inherit;
}
.content .swiper-container {
  height: 600px;
  /* width: 1920px; */
  overflow: hidden;
  position: relative;
}
.content .swiper-container .swiper-wrapper {
  width: 100%;
}
.content .swiper-container .swiper-slide {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-shrink: 0;
  z-index: 1;
}
.content .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.content .swiper-container .swiper-pagination {
  margin-bottom: 30px;
}
.content .swiper-container .swiper-pagination span {
  width: 30px;
  height: 3px;
  border-radius: 0;
}
.content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.content .recommend {
  height: 161px;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.content .recommend .row {
  display: flex;
  justify-content: center;
}
.content .recommend .row .box {
  display: block;
  width: 220px;
  margin: 0 70px 0 0;
}
.content .recommend .row .box h2 {
  height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 24px;
  letter-spacing: 1px;
  transition: all 0.3s;
  margin: 0 0 15px;
}
.content .recommend .row .box h3 {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .recommend .row a {
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
.content .recommend .row h2:hover {
  color: #1890ff;
}
.content .platform {
  padding: 110px 0 0;
}
.content .platform .title {
  padding: 0 0 70px;
}
.content .platform h2,
.content .platform h3 {
  font-weight: 500;
  text-align: center;
}
.content .platform h2 {
  margin: 0 auto;
  width: 500px;
  font-size: 40px;
  color: #222;
  line-height: 56px;
}
.content .platform h3 {
  margin: 20px auto 0;
  width: 700px;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  text-overflow: ellipsis;
}
.content .platform .platform-item {
  border: 1px solid #e0e0e0;
  background: #fff;
  min-height: 512px;
  transition: transform 0.2s linear;
}
.content .platform .platform-item .icon {
  color: #1973e8;
  font-size: 32px;
}
.content .platform .platform-item .platform-head {
  background: #fafafa;
  height: 240px;
  padding: 25px 30px 30px;
}
.content .platform .platform-item .platform-head a {
  margin-top: 15px;
  line-height: 16px;
  color: #4385f4;
  display: block;
}
.content .platform .platform-item .platform-head small {
  height: 72px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  margin: 0 0 15px;
}
.content .platform .platform-item .platform-body {
  padding: 25px 30px 20px;
}
.content .platform .platform-item .platform-body ul {
  text-decoration: none;
  list-style-type: none;
}
.content .platform .platform-item .platform-body ul li {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
  margin-bottom: 25px;
}
.content .platform .platform-item:hover {
  transform: translateY(-5px);
  border: #1973e8 solid 1px;
  box-shadow: 10px 10px 5px #e0e0e0;
  cursor: pointer;
}
.content .product {
  padding: 110px 0 0;
}
.content .product .title {
  padding: 0 0 70px;
}
.content .product h2,
.content .product h3 {
  font-weight: 500;
  text-align: center;
}
.content .product h2 {
  margin: 0 auto;
  width: 500px;
  font-size: 40px;
  color: #222;
  line-height: 56px;
}
.content .product h3 {
  margin: 20px auto 0;
  width: 700px;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  text-overflow: ellipsis;
}
.content .product .list {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.content .product .list .box img {
  width: 100%;
  height: 200px;
}
.content .product .list .box .product-name {
  text-align: center;
  margin: 20px 0 0;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  transition: color 0.3s;
}
.content .product .gallery {
  width: 1150px;
  border: 1px solid #e5e5e5;
  margin: 50px auto 0;
}
.content .product .gallery .lzjumbotron {
  height: 530px;
}
.content .product .gallery .lzjumbotron img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 100%;
  background: #f3f5f4;
  overflow: hidden;
  float: left;
  text-align: center;
}
.content .product .gallery .lzjumbotron .right {
  padding: 128px 0 0 80px;
  width: 520px;
  overflow: hidden;
}
.content .product .gallery .lzjumbotron .right h4 {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 22px;
  -webkit-line-clamp: 1;
}
.content .product .gallery .lzjumbotron .right p {
  font-size: 32px;
  max-height: 92px;
  line-height: 46px;
  font-weight: 500;
  color: #222;
  letter-spacing: 2px;
  margin: 10px 0 60px;
  -webkit-line-clamp: 2;
}
.content .product .gallery .lzjumbotron .right .btn {
  color: #97bbe1;
  border-radius: 2px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 36px;
  border: 1px solid #97bbe1;
}
.content .product .gallery .lzjumbotron .right .btn:hover {
  color: #fff;
}
.content .earth {
  margin-top: 60px;
  text-align: center;
}
.content .earth .title {
  padding: 0 0 70px;
}
.content .earth h2,
.content .earth h3 {
  font-weight: 500;
  text-align: center;
}
.content .earth h2 {
  margin: 0 auto;
  width: 500px;
  font-size: 40px;
  color: #222;
  line-height: 56px;
}
.content .earth h3 {
  margin: 20px auto 0;
  width: 700px;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  text-overflow: ellipsis;
}
.content .earth .earth-img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.content .safe {
  margin-top: 60px;
  text-align: center;
}
.content .safe .title {
  padding: 0 0 70px;
}
.content .safe h2,
.content .safe h3 {
  font-weight: 500;
  text-align: center;
}
.content .safe h2 {
  margin: 0 auto;
  width: 500px;
  font-size: 40px;
  color: #222;
  line-height: 56px;
}
.content .safe h3 {
  margin: 20px auto 0;
  width: 700px;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  text-overflow: ellipsis;
}
.content .safe .safe-img img {
  width: 30%;
}
.content .part {
  margin-top: 60px;
}
.content .part .left img {
  margin-top: 20px;
  height: 110px;
  width: 100%;
}
.content .part .right {
  padding: 60px;
}
.content .part .right small {
  font-size: 16px;
  color: #999;
  line-height: 26px;
}
.content .part .right h2 {
  font-size: 40px;
  color: #222;
  line-height: 56px;
}
.content .linkBtn {
  height: 42px;
  line-height: 38px;
  padding: 0 40px;
  border-color: hsla(0, 0%, 100%, 0.5);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #97bbe1;
  border: 1.32px solid #97bbe1;
  background: transparent;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.content .linkBtn:hover {
  background: #1890ff;
  border: 1px solid #1890ff;
  color: #fff;
}
.content .flow {
  margin-top: 120px;
  height: 334px;
  background: #121212;
  text-align: center;
  padding: 70px 0;
}
.content .flow .line {
  background: url("/img/line.png") no-repeat;
  background-size: 100% 71px;
  width: 1002px;
  height: 71px;
  margin-left: auto;
  margin-right: auto;
}
.content .flow .item {
  position: relative;
  margin: 0 7px;
  z-index: 2;
  display: inline-block;
  width: 167px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.content .flow .item .icon {
  font-size: 32px;
}
.content .flow .linkBtn {
  margin: 60px 0 0;
  height: 42px;
  line-height: 38px;
  padding: 0 40px;
  border-color: hsla(0, 0%, 100%, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  border: 1.32px solid #97bbe1;
  background: transparent;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.content .flow .linkBtn:hover {
  background: #1890ff;
  border: 1px solid #1890ff;
}
.content .zoology {
  padding: 110px 0 0;
}
.content .zoology .title {
  padding: 0 0 70px;
}
.content .zoology h2,
.content .zoology h3 {
  font-weight: 500;
  text-align: center;
}
.content .zoology h2 {
  margin: 0 auto;
  width: 500px;
  font-size: 40px;
  color: #222;
  line-height: 56px;
}
.content .zoology h3 {
  margin: 20px auto 0;
  width: 700px;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  text-overflow: ellipsis;
}
.content .zoology .zoology-img {
  padding: 20px;
}
.content .zoology .zoology-img img {
  width: 100%;
  border: 1px #e0e0e0 solid;
}
.content .zoology .zoology-text {
  padding: 60px;
}
.content .zoology .zoology-text .maintitle {
  height: 38px;
  font-size: 26px;
  font-weight: 500;
  color: #292929;
  line-height: 38px;
}
.content .zoology .zoology-text .subtitle {
  max-height: 66px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 22px;
  margin: 10px 0 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer-cont p a {
  text-decoration: none;
  color: #6e6e6e;
}
.footer {
  margin-top: 100px;
  display: block;
  position: relative;
  width: 100%;
  background-color: #222222;
}
.footer-cont {
  position: relative;
  width: 1100px;
  padding: 40px 0 100px 0;
  margin: 0 auto;
}
.footer-t {
  width: 722px;
  margin-top: 45px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #e1e1e1;
  border-bottom: 1px solid #373737;
}
.footer-t a {
  margin-right: 35px;
  text-decoration: none;
  color: #e1e1e1;
}
.footer-t a:hover {
  text-decoration: none;
  color: #e1e1e1;
}
.footer-cont p {
  font-size: 14px;
  color: #6e6e6e;
  margin-top: 22px;
  line-height: 2;
}
.footer-cont .qrcode {
  position: absolute;
  right: 10px;
  top: 115px;
}
.qrcode img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width:1366px) {
  .content .swiper-container{
    height: 426px!important;
  }
}
