@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");
} */
@font-face {
  font-family: arial;
  src: url('../fonts/arial.ttf');
}
html,
body,
figure,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
textarea,
a,
span,
em {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: calc(100vw/19.2);
}
@media (max-width: 768px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 54px;
  }
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
  object-fit: cover;
}
ul,
ol,
li {
  list-style-type: none;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
textarea,
button {
  padding: 0;
  /* font-family: Verdana, Arial; */
  font-family: 'Microsoft Yahei', 'PingFang SC', 'PingFangSC-Regular';
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
input[type=submit],
input[type=text],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}
input:focus,
textarea:focus,
button:focus,
input:active {
  outline-color: transparent;
  border: 0;
}
select,
input,
select,
textarea {
  vertical-align: middle;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
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: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
#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: #e9a171;
}
#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: #e9a171;
}
#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: #e9a171;
}
#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%;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}
.header .container .logo {
  width: 200px;
  transition: all ease-in 0.3s;
  z-index: 2;
  height: 27px;
}
@media (max-width: 1366px) {
  .header .container .logo {
    width: 180px;
    height: 24px;
  }
}
@media (max-width: 1220px) {
  .header .container .logo {
    width: 160px;
    height: 22px;
  }
}
@media (max-width: 1024px) {
  .header .container .logo {
    width: 140px;
    height: 19px;
  }
}
@media (max-width: 768px) {
  .header .container .logo {
    width: 120px;
    height: 16px;
  }
}
.header .container .logo a {
  display: flex;
}
.header .container .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .container .logo a img:last-child {
  display: none;
}
.header .container .right {
  display: flex;
  align-items: center;
}
.header .container .right .close {
  display: none;
}
@media (max-width: 768px) {
  .header .container .right .close {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 30px;
  }
}
.header .container .right .close span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 2px 0;
}
.header .container .right .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
}
@media (max-width: 768px) {
  .header .container .right .close.on span:nth-child(1) {
    margin-top: 0.2rem;
  }
}
@media (max-width: 500px) {
  .header .container .right .close.on span:nth-child(1) {
    margin-top: 0.3rem;
  }
}
.header .container .right .close.on span:nth-child(2) {
  opacity: 0;
}
.header .container .right .close.on span:nth-child(3) {
  transform: rotateZ(-45deg);
}
@media (max-width: 768px) {
  .header .container .right .close.on span:nth-child(3) {
    margin-top: -0.2rem;
  }
}
@media (max-width: 500px) {
  .header .container .right .close.on span:nth-child(3) {
    margin-top: -0.3rem;
  }
}
.header .container .right .menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header .container .right .menu {
    width: 100%;
    height: calc(100% - 1rem);
    position: fixed;
    left: 0;
    top: 1rem;
    background: #fff;
    z-index: 0;
    align-content: flex-start;
    display: none;
  }
}
.header .container .right .menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header .container .right .menu ul {
    width: 100%;
  }
}
.header .container .right .menu ul li {
  margin-right: 0.56rem;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li {
    width: 100%;
    margin-right: 0;
  }
}
.header .container .right .menu ul li:last-child {
  margin-right: 0;
}
.header .container .right .menu ul li .menu-link {
  position: relative;
  padding-top: 0.04rem;
  border-bottom: 0.04rem solid transparent;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .menu-link {
    width: 84%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .header .container .right .menu ul li .menu-link {
    width: 100%;
    padding: 0 5%;
  }
}
.header .container .right .menu ul li .menu-link a {
  color: #FFFFFF;
  line-height: 0.92rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .menu-link a {
    color: #333;
  }
}
.header .container .right .menu ul li .menu-link:hover,
.header .container .right .menu ul li .menu-link.on {
  border-bottom: 0.04rem solid #00A0E9;
}
.header .container .right .menu ul li .menu-link:hover a,
.header .container .right .menu ul li .menu-link.on a {
  color: #00A0E9;
}
.header .container .right .menu ul li .menu-link span {
  display: none;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .menu-link span {
    display: flex;
    width: 10px;
  }
}
.header .container .right .menu ul li .menu-link span img {
  width: 100%;
}
.header .container .right .menu ul li .s-menu {
  width: 100%;
  top: 1rem;
  position: absolute;
  left: 0;
  background: #F7F7F7;
  padding: 0.77rem 0 1.13rem;
  display: none;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .s-menu {
    position: relative;
    top: 0;
    padding: 0.3rem 0;
  }
}
.header .container .right .menu ul li .s-menu .container {
  display: flex;
  justify-content: space-around;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .s-menu .container {
    justify-content: space-between;
  }
}
.header .container .right .menu ul li .s-menu .container .swiper-container {
  width: 100%;
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item {
  width: 21.4%;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item {
    width: 30%;
  }
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item .t1 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #333333;
  line-height: 0.72rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item .t1 {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item .t1 {
    line-height: 20px;
    height: 40px;
  }
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item .t2 {
  width: 100%;
  position: relative;
  margin-top: 0.15rem;
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item .t2 .img {
  width: 100%;
  height: 2.33rem;
}
@media (max-width: 1440px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item .t2 .img {
    height: 2.66rem;
  }
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item .t2 .img {
    height: 2.26rem;
  }
}
@media (max-width: 500px) {
  .header .container .right .menu ul li .s-menu .container .swiper-container .item .t2 .img {
    height: 1.45rem;
  }
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item .t2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 37%;
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item .t2 .search {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(27, 27, 27, 0.8);
  opacity: 0;
  transition: all ease-in 0.3s;
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item .t2 .search img {
  width: 29px;
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item:hover .t1 {
  color: #00A0E9;
}
.header .container .right .menu ul li .s-menu .container .swiper-container .item:hover .t2 .search {
  opacity: 1;
}
.header .container .right .menu ul li .s-menu .container .button-next {
  width: 15px;
  height: 28px;
  position: absolute;
  top: 60%;
  left: calc(100% + 0.4rem);
  cursor: pointer;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .s-menu .container .button-next {
    left: calc(100% + 0.1rem);
  }
}
@media (max-width: 500px) {
  .header .container .right .menu ul li .s-menu .container .button-next {
    display: none;
  }
}
.header .container .right .menu ul li .s-menu .container .button-next img {
  width: 100%;
}
.header .container .right .menu ul li .s-menu .container .button-next img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all ease-in 0.5s;
}
.header .container .right .menu ul li .s-menu .container .button-next:hover img:last-child {
  opacity: 1;
}
.header .container .right .menu ul li .s-menu .container .button-prev {
  width: 15px;
  height: 28px;
  position: absolute;
  top: 60%;
  right: calc(100% + 0.4rem);
  cursor: pointer;
}
@media (max-width: 768px) {
  .header .container .right .menu ul li .s-menu .container .button-prev {
    right: calc(100% + 0.1rem);
  }
}
@media (max-width: 500px) {
  .header .container .right .menu ul li .s-menu .container .button-prev {
    display: none;
  }
}
.header .container .right .menu ul li .s-menu .container .button-prev img {
  width: 100%;
}
.header .container .right .menu ul li .s-menu .container .button-prev img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all ease-in 0.5s;
}
.header .container .right .menu ul li .s-menu .container .button-prev:hover img:last-child {
  opacity: 1;
}
.header .container .right .menu .language {
  margin-left: 0.88rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header .container .right .menu .language {
    width: 84%;
    margin: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .header .container .right .menu .language {
    width: 100%;
    padding: 0 5%;
  }
}
.header .container .right .menu .language .txt {
  display: flex;
  align-items: center;
}
.header .container .right .menu .language .txt a {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .header .container .right .menu .language .txt a {
    color: #333;
  }
}
.header .container .right .menu .language .txt span {
  width: 8px;
  height: 6px;
  margin-left: 5px;
  display: flex;
}
@media (max-width: 768px) {
  .header .container .right .menu .language .txt span {
    display: none;
  }
}
.header .container .right .menu .language .txt span img {
  width: 100%;
}
.header .container .right .menu .language .txt span img:last-child {
  display: none;
}
.header .container .right .menu .language .list {
  position: absolute;
  top: 70%;
  display: none;
}
@media (max-width: 768px) {
  .header .container .right .menu .language .list {
    position: relative;
    top: initial;
    display: inline-block;
    margin-left: 0.2rem;
  }
}
.header .container .right .menu .language .list a {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .header .container .right .menu .language .list a {
    color: #333;
  }
}
.header .container .right .menu .language:hover .list {
  display: block;
}
.header.fh,
.header.info {
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.header.fh .container .logo a img:first-child,
.header.info .container .logo a img:first-child {
  display: none;
}
.header.fh .container .logo a img:last-child,
.header.info .container .logo a img:last-child {
  display: block;
}
.header.fh .container .right .close span,
.header.info .container .right .close span {
  background: #00A0E9;
}
.header.fh .container .right .menu ul li .menu-link a,
.header.info .container .right .menu ul li .menu-link a {
  color: #333;
}
.header.fh .container .right .menu ul li .menu-link:hover a,
.header.info .container .right .menu ul li .menu-link:hover a,
.header.fh .container .right .menu ul li .menu-link.on a,
.header.info .container .right .menu ul li .menu-link.on a {
  color: #00A0E9;
}
.header.fh .container .right .language .txt a,
.header.info .container .right .language .txt a {
  color: #333;
}
.header.fh .container .right .language .txt span img:first-child,
.header.info .container .right .language .txt span img:first-child {
  display: none;
}
.header.fh .container .right .language .txt span img:last-child,
.header.info .container .right .language .txt span img:last-child {
  display: block;
}
.header.fh .container .right .language .list a,
.header.info .container .right .language .list a {
  color: #333;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container .item .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .banner .swiper-container .item .img img.mh-pc {
    display: none;
  }
}
.banner .swiper-container .item .img img.mh-mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner .swiper-container .item .img img.mh-mobile {
    display: block;
  }
}
.banner .swiper-container .item .img img.qx-pc {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .banner .swiper-container .item .img img.qx-pc {
    display: none;
  }
}
.banner .swiper-container .item .img img.qx-mobile {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 768px) {
  .banner .swiper-container .item .img img.qx-mobile {
    display: block;
  }
}
.banner .swiper-container .item .tbox {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  top: 36.6%;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .banner .swiper-container .item .tbox {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-container .item .tbox {
    padding: 0 5%;
    width: 100%;
  }
}
.banner .swiper-container .item .tbox .t1 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.banner .swiper-container .item .tbox .txt {
  color: #FFFFFF;
  line-height: 1;
  margin-top: 0.38rem;
}
@media (max-width: 500px) {
  .banner .swiper-container .item .tbox .txt {
    line-height: 24px;
    margin-top: 19px;
    font-size: 14px;
  }
}
.banner .swiper-container .item .tbox .more {
  width: 178px;
  height: 55px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
  transition: all ease-in 0.5s;
  margin-top: 0.94rem;
}
@media (max-width: 768px) {
  .banner .swiper-container .item .tbox .more {
    width: 130px;
    height: 40px;
  }
}
.banner .swiper-container .item .tbox .more span {
  width: 16px;
  height: 10px;
  margin-left: 20px;
  position: relative;
}
.banner .swiper-container .item .tbox .more span img {
  width: 100%;
  transition: all ease-in 0.5s;
}
.banner .swiper-container .item .tbox .more span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.banner .swiper-container .item .tbox .more:hover {
  background: #00A0E9;
  color: #fff;
}
.banner .swiper-container .item .tbox .more:hover span img:first-child {
  opacity: 0;
}
.banner .swiper-container .item .tbox .more:hover span img:last-child {
  opacity: 1;
}
.banner .swiper-container .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  width: 72.9%;
  display: flex;
  bottom: 1.71rem;
}
@media (max-width: 1580px) {
  .banner .swiper-container .swiper-pagination {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-container .swiper-pagination {
    padding: 0 1rem;
    width: 100%;
  }
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  margin-right: 0.1rem;
  position: relative;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00A0E9;
  transition: 0s;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  width: 100%;
  transition: 5s linear;
  background: #00A0E9;
}
.index-product {
  width: 100%;
  padding: 1.4rem 0;
}
.index-product .container {
  position: relative;
}
.index-product .container .top {
  width: 100%;
}
.index-product .container .top .title {
  font-size: 0.5rem;
  color: #333333;
  line-height: 1;
}
@media (max-width: 500px) {
  .index-product .container .top .title {
    text-align: center;
  }
}
.index-product .container .top .txt {
  color: #666666;
  margin-top: 0.2rem;
  line-height: 1;
}
@media (max-width: 500px) {
  .index-product .container .top .txt {
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
  }
}
.index-product .container .list {
  width: 100%;
  margin-top: 0.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .index-product .container .list {
    margin-top: 20px;
  }
}
.index-product .container .list .swiper-container {
  width: 100%;
}
.index-product .container .list .swiper-container .item {
  width: 100%;
}
.index-product .container .list .swiper-container .item a {
  width: 100%;
  position: relative;
  display: block;
}
.index-product .container .list .swiper-container .item a .img {
  width: 100%;
  overflow: hidden;
  height: 5.05rem;
}
@media (max-width: 1440px) {
  .index-product .container .list .swiper-container .item a .img {
    height: 5.83rem;
  }
}
@media (max-width: 768px) {
  .index-product .container .list .swiper-container .item a .img {
    height: 5.31rem;
  }
}
@media (max-width: 500px) {
  .index-product .container .list .swiper-container .item a .img {
    height: 6.8rem;
  }
}
.index-product .container .list .swiper-container .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.index-product .container .list .swiper-container .item a .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  font-size: 22px;
  color: #333;
  line-height: 0.48rem;
  z-index: 2;
  text-align: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .index-product .container .list .swiper-container .item a .txt {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .index-product .container .list .swiper-container .item a .txt {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .index-product .container .list .swiper-container .item a .txt {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .index-product .container .list .swiper-container .item a .txt {
    font-size: 14px;
  }
}
.index-product .container .list .swiper-container .item a .tbox {
  width: 100%;
  padding: 0.25rem 0.23rem;
}
@media (max-width: 500px) {
  .index-product .container .list .swiper-container .item a .tbox {
    padding: 20px 0;
  }
}
.index-product .container .list .swiper-container .item a .tbox .t1 {
  color: #333333;
  line-height: 32px;
  transition: all ease-in 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .index-product .container .list .swiper-container .item a .tbox .t1 {
    line-height: 24px;
  }
}
.index-product .container .list .swiper-container .item a .tbox .t2 {
  width: 100%;
  margin-top: 14px;
}
.index-product .container .list .swiper-container .item a .tbox .t2 span {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 36px;
  color: #666;
}
@media (max-width: 1600px) {
  .index-product .container .list .swiper-container .item a .tbox .t2 span {
    font-size: 14px;
    line-height: 24px;
  }
}
.index-product .container .list .swiper-container .item a .tbox .t2 span img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .index-product .container .list .swiper-container .item a .tbox .t2 span img {
    width: 15px;
    height: 15px;
  }
}
.index-product .container .list .swiper-container .item a .tbox .more {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  line-height: 24px;
  margin-top: 0.23rem;
  transition: all ease-in 0.5s;
}
@media (max-width: 500px) {
  .index-product .container .list .swiper-container .item a .tbox .more {
    margin-top: 10px;
  }
}
.index-product .container .list .swiper-container .item a .tbox .more span {
  width: 16px;
  height: 10px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 500px) {
  .index-product .container .list .swiper-container .item a .tbox .more span {
    margin-left: 10px;
  }
}
.index-product .container .list .swiper-container .item a .tbox .more span img {
  width: 100%;
  height: 100%;
}
.index-product .container .list .swiper-container .item a .tbox .more span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease-in 0.5s;
}
.index-product .container .list .swiper-container .item:hover a {
  z-index: 2;
  box-shadow: 0 0 0.35rem 0 rgba(13, 11, 18, 0.16);
}
.index-product .container .list .swiper-container .item:hover a .img img {
  transform: scale(1.05);
}
.index-product .container .list .swiper-container .item:hover a .txt {
  color: #00A0E9;
}
.index-product .container .list .swiper-container .item:hover a .tbox .t1 {
  color: #00A0E9;
}
.index-product .container .list .swiper-container .item:hover a .tbox .more {
  color: #00A0E9;
}
.index-product .container .list .swiper-container .item:hover a .tbox .more span img:last-child {
  opacity: 1;
}
.index-product .container .list .button-next {
  width: 15px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.4rem);
  cursor: pointer;
}
@media (max-width: 768px) {
  .index-product .container .list .button-next {
    left: calc(100% + 0.1rem);
  }
}
@media (max-width: 500px) {
  .index-product .container .list .button-next {
    display: none;
  }
}
.index-product .container .list .button-next img {
  width: 100%;
}
.index-product .container .list .button-next img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all ease-in 0.5s;
}
.index-product .container .list .button-next:hover img:last-child {
  opacity: 1;
}
.index-product .container .list .button-prev {
  width: 15px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.4rem);
  cursor: pointer;
}
@media (max-width: 768px) {
  .index-product .container .list .button-prev {
    right: calc(100% + 0.1rem);
  }
}
@media (max-width: 500px) {
  .index-product .container .list .button-prev {
    display: none;
  }
}
.index-product .container .list .button-prev img {
  width: 100%;
}
.index-product .container .list .button-prev img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all ease-in 0.5s;
}
.index-product .container .list .button-prev:hover img:last-child {
  opacity: 1;
}
.index-product .container .product-more {
  width: 178px;
  height: 55px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.33rem;
  right: 0;
  color: #666;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .index-product .container .product-more {
    font-size: 14px;
    top: 0;
  }
}
@media (max-width: 768px) {
  .index-product .container .product-more {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .index-product .container .product-more {
    position: relative;
    margin: 0.5rem auto 0;
  }
}
.index-product .container .product-more span {
  width: 16px;
  height: 10px;
  margin-left: 10px;
  position: relative;
}
.index-product .container .product-more span img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.index-product .container .product-more span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index-product .container .product-more:hover {
  border: 1px solid #00A0E9;
  color: #00A0E9;
}
.index-product .container .product-more:hover span img:last-child {
  opacity: 1;
}
.index-technology {
  width: 100%;
  position: relative;
}
.index-technology .img {
  width: 100%;
  height: 8rem;
}
@media (max-width: 500px) {
  .index-technology .img {
    height: 10rem;
  }
}
.index-technology .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-technology .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.71rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .index-technology .container {
    top: 1rem;
  }
}
.index-technology .container .tbox {
  width: 50%;
  padding-top: 0.6rem;
}
@media (max-width: 500px) {
  .index-technology .container .tbox {
    width: 100%;
    padding-top: 0;
  }
}
.index-technology .container .tbox .title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.index-technology .container .tbox .txt {
  color: #FFFFFF;
  margin-top: 10px;
}
.index-technology .container .tbox .more {
  width: 178px;
  height: 55px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
  transition: all ease-in 0.5s;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .index-technology .container .tbox .more {
    width: 130px;
    height: 40px;
  }
}
.index-technology .container .tbox .more span {
  width: 16px;
  height: 10px;
  margin-left: 20px;
  position: relative;
}
.index-technology .container .tbox .more span img {
  width: 100%;
  transition: all ease-in 0.5s;
}
.index-technology .container .tbox .more span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.index-technology .container .tbox .more:hover {
  background: #00A0E9;
  color: #fff;
}
.index-technology .container .tbox .more:hover span img:first-child {
  opacity: 0;
}
.index-technology .container .tbox .more:hover span img:last-child {
  opacity: 1;
}
.index-technology .container .tboxs {
  width: 37.5%;
  padding-bottom: 0.4rem;
  background: #00A0E9;
}
@media (max-width: 500px) {
  .index-technology .container .tboxs {
    width: 100%;
    margin-top: 20px;
  }
}
.index-technology .container .tboxs .t1 {
  width: 100%;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.3rem 0.48rem;
}
@media (max-width: 500px) {
  .index-technology .container .tboxs .t1 {
    padding: 10px 0.48rem;
  }
}
.index-technology .container .tboxs .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-technology .container .tboxs .list .item {
  width: calc(50% - 0.82rem);
  padding: 0.26rem 0;
  margin: 0 0.32rem 0 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index-technology .container .tboxs .list .item .ts1 {
  color: #FFFFFF;
  line-height: 42px;
}
@media (max-width: 1600px) {
  .index-technology .container .tboxs .list .item .ts1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.index-technology .container .tboxs .list .item .ts2 {
  color: #fff;
  line-height: 42px;
  margin-top: 0.14rem;
}
@media (max-width: 1600px) {
  .index-technology .container .tboxs .list .item .ts2 {
    line-height: 24px;
  }
}
.index-technology .container .tboxs .list .item .ts2 span {
  margin-right: 5px;
  font-family: arial;
}
.index-technology .container .tboxs .list .item .ts2 span p {
  display: inline-block;
}
.index-innovation {
  width: 100%;
  position: relative;
}
.index-innovation .img {
  width: 100%;
  height: 8rem;
}
@media (max-width: 500px) {
  .index-innovation .img {
    height: 5rem;
  }
}
.index-innovation .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-innovation .container {
  position: absolute;
  top: 2.75rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .index-innovation .container {
    top: 1.3rem;
  }
}
.index-innovation .container .title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
.index-innovation .container .txt {
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 0.35rem;
  text-align: center;
}
@media (max-width: 1600px) {
  .index-innovation .container .txt {
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
  }
}
.index-innovation .container .more {
  width: 178px;
  height: 55px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
  transition: all ease-in 0.5s;
  margin: 0.85rem auto 0;
}
@media (max-width: 768px) {
  .index-innovation .container .more {
    width: 130px;
    height: 40px;
  }
}
.index-innovation .container .more span {
  width: 16px;
  height: 10px;
  margin-left: 20px;
  position: relative;
}
.index-innovation .container .more span img {
  width: 100%;
  transition: all ease-in 0.5s;
}
.index-innovation .container .more span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.index-innovation .container .more:hover {
  background: #00A0E9;
  color: #fff;
}
.index-innovation .container .more:hover span img:first-child {
  opacity: 0;
}
.index-innovation .container .more:hover span img:last-child {
  opacity: 1;
}
.index-about {
  width: 100%;
  padding: 1.4rem 0;
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
}
.index-about .bg {
  left: 53.69%;
  bottom: 1.36rem;
  width: 46.31%;
  height: 1.41rem;
  position: absolute;
}
@media (max-width: 500px) {
  .index-about .bg {
    left: 5%;
    width: 100%;
    height: 2rem;
  }
}
.index-about .bg img {
  height: 100%;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.index-about .container .img {
  width: 46.4%;
  height: 5.6rem;
}
@media (max-width: 1440px) {
  .index-about .container .img {
    height: 6.45rem;
  }
}
@media (max-width: 768px) {
  .index-about .container .img {
    height: 3.9rem;
  }
}
@media (max-width: 500px) {
  .index-about .container .img {
    width: 100%;
    height: 5.4rem;
  }
}
.index-about .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .container .tbox {
  width: 42.8%;
}
@media (max-width: 500px) {
  .index-about .container .tbox {
    width: 100%;
    margin-top: 20px;
  }
}
.index-about .container .tbox .title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.index-about .container .tbox .txt {
  font-size: 0.34rem;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-top: 0.52rem;
}
@media (max-width: 1440px) {
  .index-about .container .tbox .txt {
    line-height: 34px;
  }
}
@media (max-width: 1024px) {
  .index-about .container .tbox .txt {
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .index-about .container .tbox .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
}
.index-about .container .tbox .t2 {
  color: #666666;
  line-height: 32px;
  margin-top: 0.24rem;
}
@media (max-width: 1600px) {
  .index-about .container .tbox .t2 {
    line-height: 24px;
  }
}
.index-about .container .tbox .more {
  width: 178px;
  height: 55px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
  transition: all ease-in 0.5s;
  margin-top: 0.83rem;
}
@media (max-width: 768px) {
  .index-about .container .tbox .more {
    width: 130px;
    height: 40px;
  }
}
.index-about .container .tbox .more span {
  width: 16px;
  height: 10px;
  margin-left: 20px;
  position: relative;
}
.index-about .container .tbox .more span img {
  width: 100%;
  transition: all ease-in 0.5s;
}
.index-about .container .tbox .more span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.index-about .container .tbox .more:hover {
  background: #00A0E9;
  color: #fff;
}
.index-about .container .tbox .more:hover span img:first-child {
  opacity: 0;
}
.index-about .container .tbox .more:hover span img:last-child {
  opacity: 1;
}
.index-news {
  width: 100%;
  padding: 1.4rem 0 1rem;
}
.index-news .container {
  position: relative;
}
.index-news .container .top {
  width: 100%;
}
.index-news .container .top .title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
@media (max-width: 500px) {
  .index-news .container .top .title {
    text-align: center;
  }
}
.index-news .container .top .txt {
  color: #666666;
  margin-top: 0.23rem;
}
@media (max-width: 500px) {
  .index-news .container .top .txt {
    margin-top: 10px;
    text-align: center;
  }
}
.index-news .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 500px) {
  .index-news .container .box {
    margin-top: 20px;
  }
}
.index-news .container .box .big {
  width: 62.3%;
}
@media (max-width: 500px) {
  .index-news .container .box .big {
    width: 100%;
  }
}
.index-news .container .box .big .img {
  width: 100%;
  position: relative;
}
.index-news .container .box .big .img .swiper-slide {
  width: 100%;
}
.index-news .container .box .big .img .swiper-slide .imgs {
  height: 4.6rem;
}
@media (max-width: 1440px) {
  .index-news .container .box .big .img .swiper-slide .imgs {
    height: 5.28rem;
  }
}
@media (max-width: 768px) {
  .index-news .container .box .big .img .swiper-slide .imgs {
    height: 3.2rem;
  }
}
@media (max-width: 500px) {
  .index-news .container .box .big .img .swiper-slide .imgs {
    height: 3.28rem;
  }
}
.index-news .container .box .big .img .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.index-news .container .box .big .img .swiper-slide .tbox {
  width: 100%;
  background: #F8F8F8;
  padding: 0.5rem 0.6rem;
}
@media (max-width: 500px) {
  .index-news .container .box .big .img .swiper-slide .tbox {
    padding: 15px 15px;
  }
}
.index-news .container .box .big .img .swiper-slide .tbox .time {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  line-height: 1;
  font-family: arial;
}
.index-news .container .box .big .img .swiper-slide .tbox .t1 {
  width: 100%;
  color: #333333;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.3rem;
  display: block;
  transition: all ease-in 0.5s;
}
@media (max-width: 500px) {
  .index-news .container .box .big .img .swiper-slide .tbox .t1 {
    margin-top: 10px;
  }
}
.index-news .container .box .big .img .swiper-slide .tbox .t2 {
  width: 100%;
  color: #999;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.24rem;
}
@media (max-width: 500px) {
  .index-news .container .box .big .img .swiper-slide .tbox .t2 {
    margin-top: 10px;
  }
}
.index-news .container .box .big .img .swiper-slide:hover .t1 {
  color: #00A0E9;
}
.index-news .container .box .big .img .ckbox {
  width: 2rem;
  height: 0.81rem;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  right: 0;
  display: flex;
  top: 3.79rem;
}
@media (max-width: 1440px) {
  .index-news .container .box .big .img .ckbox {
    top: 4.47rem;
  }
}
@media (max-width: 768px) {
  .index-news .container .box .big .img .ckbox {
    top: 2.39rem;
  }
}
@media (max-width: 500px) {
  .index-news .container .box .big .img .ckbox {
    width: 100px;
    height: 40px;
    top: 2.54rem;
  }
}
.index-news .container .box .big .img .ckbox .button-prev,
.index-news .container .box .big .img .ckbox .button-next {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.index-news .container .box .big .img .ckbox .button-prev img,
.index-news .container .box .big .img .ckbox .button-next img {
  width: 9px;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .index-news .container .box .big .img .ckbox .button-prev img,
  .index-news .container .box .big .img .ckbox .button-next img {
    width: 6px;
  }
}
.index-news .container .box .big .img .ckbox .button-prev img:last-child,
.index-news .container .box .big .img .ckbox .button-next img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.index-news .container .box .big .img .ckbox .button-prev:hover img:first-child,
.index-news .container .box .big .img .ckbox .button-next:hover img:first-child {
  opacity: 0;
}
.index-news .container .box .big .img .ckbox .button-prev:hover img:last-child,
.index-news .container .box .big .img .ckbox .button-next:hover img:last-child {
  opacity: 1;
}
.index-news .container .box .big .img .ckbox .button-prev::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-news .container .box .list {
  width: 35.2%;
  background: #F8F8F8;
}
@media (max-width: 500px) {
  .index-news .container .box .list {
    width: 100%;
  }
}
.index-news .container .box .list .item {
  width: 100%;
  height: 50%;
  position: relative;
  padding: 0.72rem 0.36rem 0;
}
@media (max-width: 500px) {
  .index-news .container .box .list .item {
    padding: 15px 15px;
  }
}
.index-news .container .box .list .item::before {
  content: '';
  width: 85%;
  height: 1px;
  background: #999;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 500px) {
  .index-news .container .box .list .item::before {
    width: 92%;
  }
}
.index-news .container .box .list .item::after {
  width: 0;
  height: 4px;
  background: #00A0E9;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all ease-in 0.3s;
}
.index-news .container .box .list .item .time {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  font-family: arial;
  line-height: 1;
}
.index-news .container .box .list .item .t1 {
  color: #333;
  line-height: 1;
  margin-top: 0.3rem;
  display: block;
  transition: all ease-in 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news .container .box .list .item .t2 {
  color: #999999;
  line-height: 32px;
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .index-news .container .box .list .item .t2 {
    line-height: 24px;
  }
}
.index-news .container .box .list .item:hover .t1 {
  color: #00A0E9;
}
.index-news .container .box .list .item:hover::after {
  width: 100%;
}
.index-news .container .more {
  color: #666666;
  position: absolute;
  right: 0;
  top: 0.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 500px) {
  .index-news .container .more {
    position: relative;
    width: 100%;
    justify-content: center;
    top: initial;
    margin-top: 20px;
  }
}
.index-news .container .more span {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  position: relative;
}
.index-news .container .more span img {
  width: 100%;
}
.index-news .container .more span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.index-news .container .more:hover {
  color: #00A0E9;
}
.index-news .container .more:hover span img:last-child {
  opacity: 1;
}
.footer {
  width: 100%;
  background: #02182F;
}
.footer .box1 {
  width: 100%;
  padding: 1.2rem 0 1.3rem;
}
@media (max-width: 768px) {
  .footer .box1 {
    padding: 0.7rem 0 0.5rem;
  }
}
.footer .box1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .box1 .container .left {
  width: 34%;
}
@media (max-width: 768px) {
  .footer .box1 .container .left {
    width: 100%;
  }
}
.footer .box1 .container .left .logo {
  width: 200px;
  height: 27px;
  transition: all ease-in 0.3s;
}
@media (max-width: 1366px) {
  .footer .box1 .container .left .logo {
    width: 180px;
    height: 24px;
  }
}
@media (max-width: 1220px) {
  .footer .box1 .container .left .logo {
    width: 160px;
    height: 22px;
  }
}
@media (max-width: 1024px) {
  .footer .box1 .container .left .logo {
    width: 140px;
    height: 19px;
  }
}
@media (max-width: 768px) {
  .footer .box1 .container .left .logo {
    width: 120px;
    height: 16px;
  }
}
.footer .box1 .container .left .logo a {
  width: 100%;
  display: flex;
}
.footer .box1 .container .left .logo a img {
  width: 100%;
  height: 100%;
}
.footer .box1 .container .left .txt {
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 15px;
}
.footer .box1 .container .right {
  width: 65.4%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .box1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .box1 .container .right .f-menu {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .box1 .container .right .f-menu {
    display: none;
  }
}
.footer .box1 .container .right .f-menu .item .t1 {
  color: #fff;
  line-height: 0.36rem;
}
.footer .box1 .container .right .f-menu .item .t2 {
  line-height: 0.48rem;
  margin-top: 0.2rem;
}
.footer .box1 .container .right .f-menu .item .t2 a {
  display: block;
  color: #B3B3B3;
  transition: all ease-in 0.3s;
}
.footer .box1 .container .right .f-menu .item .t2 a:hover {
  color: #fff;
}
.footer .box1 .container .right .tbox {
  width: 33%;
}
@media (max-width: 768px) {
  .footer .box1 .container .right .tbox {
    width: 100%;
  }
}
.footer .box1 .container .right .tbox .tel {
  color: #B2B2B2;
  line-height: 0.38rem;
}
.footer .box1 .container .right .tbox .tel span {
  color: #fff;
  line-height: 1;
  margin-top: 0.1rem;
  display: block;
  font-family: arial;
}
.footer .box1 .container .right .tbox .address {
  font-size: 14px;
  color: #BFBFBF;
  line-height: 0.3rem;
  margin-top: 0.32rem;
}
@media (max-width: 768px) {
  .footer .box1 .container .right .tbox .address {
    line-height: 0.5rem;
  }
}
.footer .box1 .container .right .tbox .address img {
  width: 16px;
  height: 14px;
  margin-left: 0.1rem;
  margin-top: 7px;
}
.footer .box2 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 25px 0;
}
@media (max-width: 500px) {
  .footer .box2 {
    padding: 20px 0 25px;
  }
}
.footer .box2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .box2 .container .copyright {
  font-size: 14px;
  color: #BFBFBF;
  line-height: 0.48rem;
}
@media (max-width: 768px) {
  .footer .box2 .container .copyright {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .footer .box2 .container .copyright {
    line-height: 24px;
  }
}
.footer .box2 .container .copyright a {
  color: #BFBFBF;
}
.footer .box2 .container .copyright a:nth-child(1){
  display:none;
}
.footer .box2 .container .right {
  font-size: 14px;
  line-height: 0.48rem;
}
@media (max-width: 768px) {
  .footer .box2 .container .right {
    width: 100%;
    text-align: center;
  }
}
.footer .box2 .container .right a {
  color: #BFBFBF;
  transition: all ease-in 0.3s;
  margin-right: 0.4rem;
}
.footer .box2 .container .right a:last-child {
  margin-right: 0;
}
.footer .box2 .container .right a:hover {
  color: #fff;
}
.header-height {
  width: 100%;
  height: 1rem;
}
.notfound {
  width: 100%;
  padding: 0.9rem 0 0.78rem;
}
.notfound .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.notfound .container .img {
  width: 60%;
  margin: auto;
  max-width: 90%;
}
.notfound .container .img img {
  width: 100%;
}
.notfound .container .tbox {
  width: 100%;
  margin-top: -1.83rem;
}
@media (max-width: 768px) {
  .notfound .container .tbox {
    margin-top: -1rem;
  }
}
@media (max-width: 500px) {
  .notfound .container .tbox {
    margin-top: -0.5rem;
  }
}
.notfound .container .tbox .t1 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .notfound .container .tbox .t1 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .notfound .container .tbox .t1 {
    font-size: 14px;
  }
}
.notfound .container .tbox .t2 {
  width: 1.78rem;
  height: 0.55rem;
  background: #00A0E9;
  box-shadow: 0px 0px 0.09rem 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.28rem;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0.58rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .notfound .container .tbox .t2 {
    font-size: 12px;
  }
}
.LegalNotices {
  width: 100%;
}
.LegalNotices .container {
  padding: 1rem 0 1.21rem;
}
.LegalNotices .container .box {
  width: 1200px;
  margin: auto;
  max-width: 100%;
  background: #F5F5F5;
  padding: 0.77rem 1rem 1.18rem;
}
@media (max-width: 500px) {
  .LegalNotices .container .box {
    padding: 0.77rem 0.5rem 1rem;
  }
}
.LegalNotices .container .box .title {
  font-size: 0.46rem;
  font-weight: 500;
  color: #38393C;
  line-height: 0.6rem;
  text-align: center;
}
.LegalNotices .container .box .tbox {
  color: #666;
  line-height: 26px;
  margin-top: 0.54rem;
}
@media (max-width: 1600px) {
  .LegalNotices .container .box .tbox {
    line-height: 24px;
  }
}
.webmap {
  width: 100%;
}
.webmap .container {
  padding: 1.23rem 0 1.16rem;
}
.webmap .container .item {
  width: 100%;
  margin-bottom: 1rem;
}
.webmap .container .item:last-child {
  margin-bottom: 0;
}
.webmap .container .item .t1 {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.webmap .container .item .t1 a {
  font-size: 22px;
  color: #00A0E9;
  line-height: 0.6rem;
  padding-bottom: 0.1rem;
}
@media (max-width: 1600px) {
  .webmap .container .item .t1 a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .webmap .container .item .t1 a {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .webmap .container .item .t1 a {
    font-size: 16px;
  }
}
.webmap .container .item .t2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.webmap .container .item .t2 a {
  min-width: 28%;
  font-size: 18px;
  color: #38393C;
  line-height: 0.6rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 500px) {
  .webmap .container .item .t2 a {
    min-width: 50%;
  }
}
.webmap .container .item .t2 a:hover {
  color: #00A0E9;
}
@media (max-width: 1600px) {
  .webmap .container .item .t2 a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .webmap .container .item .t2 a {
    font-size: 14px;
  }
}
.info-banner {
  width: 100%;
  position: relative;
}
.info-banner .bg {
  width: 100%;
  height: 5rem;
}
.info-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-banner .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.84rem;
}
.info-banner .container .title {
  font-size: 0.38rem;
  color: #FFFFFF;
  line-height: 0.48rem;
}
.info-banner .container span {
  width: 40px;
  height: 4px;
  background: #FFFFFF;
  display: block;
  margin-top: 0.44rem;
}
.Breadcrumbs {
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
}
.Breadcrumbs .container {
  display: flex;
  flex-wrap: wrap;
  height: 0.73rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .Breadcrumbs .container {
    height: auto;
  }
}
.Breadcrumbs .container .left {
  /*width: 100%;*/
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .Breadcrumbs .container .left {
    height: 0.7rem;
  }
}
.Breadcrumbs .container .left a {
  color: #999;
  transition: all ease-in 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}
.Breadcrumbs .container .left a:hover {
  color: #00A0E9;
}
.Breadcrumbs .container .left img {
  width: 6px;
  margin: 0 0.1rem;
}
.Breadcrumbs .container .left span {
  color: #333;
}
@media (max-width: 500px) {
  .Breadcrumbs .container .left span {
    width: 100%;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .Breadcrumbs .container .right {
    width: 100%;
  }
}
.Breadcrumbs .container .right ul {
  display: flex;
  height: 0.7rem;
  align-items: center;
}
.Breadcrumbs .container .right ul li {
  margin-right: 0.85rem;
}
.Breadcrumbs .container .right ul li:last-child {
  margin-right: 0;
}
.Breadcrumbs .container .right ul li a {
  padding: 0.3rem 0 0.25rem;
  color: #666666;
  border-bottom: 2px solid transparent;
  transition: all ease-in 0.3s;
}
.Breadcrumbs .container .right ul li:first-child a {
  padding: 0.3rem 0.15rem 0.25rem;
}
@media (max-width: 500px) {
    .Breadcrumbs .container .right ul li a{
        padding: 0.3rem 0 0.2rem;
    }
  .Breadcrumbs .container .right ul li:first-child a {
    padding: 0.3rem 0 0.2rem;
  }
}
.Breadcrumbs .container .right ul li:hover a,
.Breadcrumbs .container .right ul li.on a {
  color: #00A0E9;
  border-bottom: 2px solid #00A0E9;
  font-weight: bold;
}
.news {
  width: 100%;
  padding: 1.1rem 0 1.4rem;
}
.news .container .top {
  width: 100%;
}
.news .container .top a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .container .top a .img {
  width: 52.9%;
  height: 5.08rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news .container .top a .img {
    height: 5.85rem;
  }
}
@media (max-width: 768px) {
  .news .container .top a .img {
    width: 100%;
    height: 6.7rem;
  }
}
@media (max-width: 500px) {
  .news .container .top a .img {
    height: 4.3rem;
  }
}
.news .container .top a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.news .container .top a .tbox {
  width: 47.1%;
  background: #F5F5F5;
  padding: 1.12rem 0.86rem 0;
}
@media (max-width: 768px) {
  .news .container .top a .tbox {
    width: 100%;
    padding: 0.5rem 0.43rem;
  }
}
.news .container .top a .tbox .time {
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
  color: #999;
  line-height: 1;
}
.news .container .top a .tbox .title {
  font-size: 0.26rem;
  color: #000000;
  line-height: 0.36rem;
  margin-top: 0.35rem;
  transition: all ease-in 0.3s;
}
.news .container .top a .tbox .txt {
  color: #666666;
  line-height: 26px;
  margin-top: 0.15rem;
}
@media (max-width: 1600px) {
  .news .container .top a .tbox .txt {
    line-height: 24px;
  }
}
.news .container .top a .tbox .more {
  font-size: 14px;
  color: #00A0E9;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 1rem;
}
@media (max-width: 500px) {
  .news .container .top a .tbox .more {
    margin-top: 0.5rem;
  }
}
.news .container .top a .tbox .more img {
  width: 16px;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.news .container .top a:hover .img img {
  transform: scale(1.05);
}
.news .container .top a:hover .tbox .title {
  color: #00A0E9;
}
.news .container .top a:hover .tbox .more img {
  margin-left: 0.3rem;
}
.news .container .list {
  width: 100%;
  margin-top: 0.4rem;
}
.news .container .list ul li {
  width: 100%;
  margin-bottom: 0.2rem;
  background: #F7F7F7;
  padding: 0.3rem 0.34rem 0.3rem 0;
}
.news .container .list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .news .container .list ul li {
    padding: 0;
  }
}
.news .container .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .news .container .list ul li a {
    flex-direction: column-reverse;
  }
}
.news .container .list ul li a .tbox {
  width: 67.3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .news .container .list ul li a .tbox {
    width: 100%;
    padding: 0.3rem;
  }
}
.news .container .list ul li a .tbox .time {
  width: 24%;
  text-align: center;
  font-family: arial;
  color: #999999;
  border-right: 1px solid #e8e8e8;
  padding: 0.07rem 0 0.17rem;
  font-size: 14px;
}
@media (max-width: 500px) {
  .news .container .list ul li a .tbox .time {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    border-right: none;
  }
}
.news .container .list ul li a .tbox .time span {
  font-size: 0.57rem;
  display: block;
  margin-bottom: 0.07rem;
}
@media (max-width: 500px) {
  .news .container .list ul li a .tbox .time span {
    font-size: 14px;
    display: initial;
    margin-left: 0.1rem;
  }
}
.news .container .list ul li a .tbox .tsbox {
  width: 68%;
}
@media (max-width: 500px) {
  .news .container .list ul li a .tbox .tsbox {
    width: 100%;
  }
}
.news .container .list ul li a .tbox .tsbox .title {
  font-size: 22px;
  color: #38393C;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .news .container .list ul li a .tbox .tsbox .title {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .news .container .list ul li a .tbox .tsbox .title {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .news .container .list ul li a .tbox .tsbox .title {
    font-size: 16px;
  }
}
.news .container .list ul li a .tbox .tsbox .txt {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.17rem;
}
@media (max-width: 1600px) {
  .news .container .list ul li a .tbox .tsbox .txt {
    line-height: 24px;
  }
}
.news .container .list ul li a .img {
  width: 24.9%;
  height: 1.93rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news .container .list ul li a .img {
    height: 2.22rem;
  }
}
@media (max-width: 768px) {
  .news .container .list ul li a .img {
    height: 1.35rem;
  }
}
@media (max-width: 500px) {
  .news .container .list ul li a .img {
    width: 100%;
    height: 3.5rem;
  }
}
.news .container .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.news .container .list ul li a:hover .tbox .tsbox .title {
  color: #00A0E9;
}
.news .container .list ul li a:hover .img img {
  transform: scale(1.05);
}
.pagelist {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}
.pagelist a {
  width: 37px;
  height: 37px;
  border: 1px solid #B3B3B3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin: 0 2px;
  font-family: arial;
  transition: all ease-in 0.3s;
}
.pagelist a img {
  width: 12px;
}
.pagelist a img:last-child {
  display: none;
}
.pagelist a:hover,
.pagelist a.on {
  background: #00A0E9;
  color: #fff;
}
.pagelist a:hover img:first-child,
.pagelist a.on img:first-child {
  display: none;
}
.pagelist a:hover img:last-child,
.pagelist a.on img:last-child {
  display: block;
}
.news-info {
  width: 100%;
  padding: 0.81rem 0 1.4rem;
}
@media (max-width: 768px) {
  .news-info {
    padding: 0.81rem 0;
  }
}
.news-info .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-info .container .left {
  width: 53.57%;
}
@media (max-width: 768px) {
  .news-info .container .left {
    width: 100%;
  }
}
.news-info .container .left .tbox {
  width: 100%;
}
.news-info .container .left .tbox .top {
  width: 100%;
}
.news-info .container .left .tbox .top .title {
  font-size: 0.46rem;
  font-weight: 500;
  color: #38393C;
  line-height: 0.6rem;
}
.news-info .container .left .tbox .top .ts {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
.news-info .container .left .tbox .top .ts .time {
  font-family: arial;
  color: #999999;
}
.news-info .container .left .tbox .top .ts .bshare-custom .bshare-weixin {
  background: url(../images/f-wx.png) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
}
.news-info .container .left .tbox .top .ts .bshare-custom .bshare-sinaminiblog {
  background: url(../images/f-wb.png) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
}
.news-info .container .left .tbox .top .ts .bshare-custom .bshare-qqim {
  background: url(../images/f-qq.png) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.news-info .container .left .tbox .txt {
  color: #666;
  line-height: 26px;
  margin-top: 0.7rem;
}
@media (max-width: 1600px) {
  .news-info .container .left .tbox .txt {
    line-height: 24px;
  }
}
.news-info .container .left .ckbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
  margin-top: 0.3rem;
  padding-top: 0.4rem;
}
.news-info .container .left .ckbox a {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #999999;
  line-height: 1;
}
.news-info .container .left .ckbox a span {
  margin: 0 0.1rem;
}
.news-info .container .left .ckbox a span img {
  display: block;
  width: 12px;
}
.news-info .container .left .ckbox a span img:last-child {
  display: none;
}
.news-info .container .left .ckbox a.backlist {
  color: #00A0E9;
}
.news-info .container .left .ckbox a:hover {
  color: #00A0E9;
}
.news-info .container .left .ckbox a:hover span img:first-child {
  display: none;
}
.news-info .container .left .ckbox a:hover span img:last-child {
  display: block;
}
.news-info .container .right {
  width: 28.7%;
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .news-info .container .right {
    width: 100%;
  }
}
.news-info .container .right .title {
  font-size: 20px;
  color: #666666;
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0.2rem;
}
.news-info .container .right .list {
  width: 100%;
}
.news-info .container .right .list ul li {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.news-info .container .right .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news-info .container .right .list ul li a .img {
  width: 34.2%;
  height: 0.77rem;
}
@media (max-width: 1440px) {
  .news-info .container .right .list ul li a .img {
    height: 0.9rem;
  }
}
@media (max-width: 768px) {
  .news-info .container .right .list ul li a .img {
    height: 1.9rem;
  }
}
@media (max-width: 500px) {
  .news-info .container .right .list ul li a .img {
    height: 1.21rem;
  }
}
.news-info .container .right .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info .container .right .list ul li a .tbox {
  width: 54.7%;
  padding-top: 0.05rem;
}
.news-info .container .right .list ul li a .tbox .time {
  font-size: 14px;
  font-family: arial;
  color: #999999;
  line-height: 1;
}
.news-info .container .right .list ul li a .tbox .t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 0.05rem;
  transition: all ease-in 0.3s;
}
.news-info .container .right .list ul li a:hover .tbox .t1 {
  color: #00A0E9;
}
.contact {
  width: 100%;
  padding: 0 0 1.4rem;
}
.contact .container .cbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.12rem 0 1rem;
}
.contact .container .cbox1 .left {
  width: 40%;
}
@media (max-width: 768px) {
  .contact .container .cbox1 .left {
    width: 100%;
  }
}
.contact .container .cbox1 .left .title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1024px) {
  .contact .container .cbox1 .left .title {
    font-size: 16px;
  }
}
.contact .container .cbox1 .left .tel {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.37rem;
}
.contact .container .cbox1 .left .txt {
  width: 60%;
  color: #666666;
  line-height: 32px;
  margin-top: 0.22rem;
}
@media (max-width: 1600px) {
  .contact .container .cbox1 .left .txt {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .contact .container .cbox1 .left .txt {
    width: 75%;
  }
}
.contact .container .cbox1 .right {
  width: 57.7%;
}
@media (max-width: 768px) {
  .contact .container .cbox1 .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.contact .container .cbox1 .right .title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1024px) {
  .contact .container .cbox1 .right .title {
    font-size: 16px;
  }
}
.contact .container .cbox1 .right .form-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.38rem;
}
.contact .container .cbox1 .right .form-box .t1 {
  width: 48.5%;
  height: 0.51rem;
  background: #F5F5F5;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
}
@media (max-width: 1024px) {
  .contact .container .cbox1 .right .form-box .t1 {
    height: 0.7rem;
  }
}
@media (max-width: 500px) {
  .contact .container .cbox1 .right .form-box .t1 {
    width: 100%;
  }
}
.contact .container .cbox1 .right .form-box .t1::placeholder {
  font-size: 14px;
  color: #B3B3B3;
}
.contact .container .cbox1 .right .form-box .t2 {
  width: 100%;
  height: 0.51rem;
  background: #F5F5F5;
  font-size: 14px;
  color: #333;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
}
@media (max-width: 1024px) {
  .contact .container .cbox1 .right .form-box .t2 {
    height: 0.7rem;
  }
}
.contact .container .cbox1 .right .form-box .t2::placeholder {
  font-size: 14px;
  color: #B3B3B3;
}
.contact .container .cbox1 .right .form-box .t3 {
  width: 100%;
  height: 130px;
  background: #F5F5F5;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 0.15rem 0.2rem;
  resize: none;
}
.contact .container .cbox1 .right .form-box .t3::placeholder {
  font-size: 14px;
  color: #B3B3B3;
}
.contact .container .cbox1 .right .form-box .sub {
  width: 48.5%;
  height: 0.51rem;
  background: #00A0E9;
  color: #fff;
  margin-top: 0.2rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1024px) {
  .contact .container .cbox1 .right .form-box .sub {
    height: 0.7rem;
  }
}
.contact .container .cbox1 .right .form-box .sub:hover {
  background: #0c3e74;
}
.contact .container .cbox1 .right .form-box .reset {
  width: 48.5%;
  height: 0.51rem;
  background: #D9D9D9;
  color: #333;
  margin-top: 0.2rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1024px) {
  .contact .container .cbox1 .right .form-box .reset {
    height: 0.7rem;
  }
}
.contact .container .cbox1 .right .form-box .reset:hover {
  background: #bbb;
}
.contact .container .cmap {
  width: 100%;
  height: 5.18rem;
}
.join {
  width: 100%;
}
.join .jbox1 {
  width: 100%;
  padding: 1.1rem 0 1.2rem;
}
.join .jbox1 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  text-align: center;
}
.join .jbox1 .container .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.join .jbox1 .container .list .item {
  position: relative;
  width: 23.92%;
  margin-bottom: 0.2rem;
}
.join .jbox1 .container .list .item:nth-child(3),
.join .jbox1 .container .list .item:nth-child(4) {
  width: 49.28%;
}
@media (max-width: 500px) {
  .join .jbox1 .container .list .item {
    width: 47.84%;
    margin-bottom: 0.2rem;
  }
  .join .jbox1 .container .list .item:nth-child(3),
  .join .jbox1 .container .list .item:nth-child(4) {
    width: 100%;
  }
}
.join .jbox1 .container .list .item .img {
  width: 100%;
}
.join .jbox1 .container .list .item .img img {
  width: 100%;
}
.join .jbox1 .container .list .item .txt {
  position: absolute;
  width: 72%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.4rem;
}
@media (max-width: 1024px) {
  .join .jbox1 .container .list .item .txt {
    font-size: 14px;
  }
}
.join .jbox2 {
  width: 100%;
  background: #F7F7F7;
  padding: 1.4rem 0;
}
.join .jbox2 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  text-align: center;
}
.join .jbox2 .container .box {
  width: 100%;
  margin-top: 0.4rem;
}
.join .jbox2 .container .box .tb1 {
  width: 100%;
  display: flex;
  height: 0.7rem;
  justify-content: flex-start;
  align-items: center;
  background: #00A0E9;
}
@media (max-width: 500px) {
  .join .jbox2 .container .box .tb1 {
    justify-content: space-between;
  }
}
.join .jbox2 .container .box .tb1 .ts {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.join .jbox2 .container .box .tb1 .ts.ts1 {
  width: 13.1%;
}
.join .jbox2 .container .box .tb1 .ts.ts2 {
  width: 15.7%;
}
.join .jbox2 .container .box .tb1 .ts.ts3 {
  width: 10.4%;
}
.join .jbox2 .container .box .tb1 .ts.ts4 {
  width: 18.5%;
}
.join .jbox2 .container .box .tb1 .ts.ts5 {
  width: 12.5%;
}
.join .jbox2 .container .box .tb1 .ts.ts6 {
  width: 19.3%;
}
.join .jbox2 .container .box .tb1 .ts.ts7 {
  width: 8.1%;
}
@media (max-width: 768px) {
  .join .jbox2 .container .box .tb1 .ts.ts7 {
    width: 10.1%;
  }
}
@media (max-width: 500px) {
  .join .jbox2 .container .box .tb1 .ts.ts1 {
    width: 25%;
  }
  .join .jbox2 .container .box .tb1 .ts.ts2,
  .join .jbox2 .container .box .tb1 .ts.ts3,
  .join .jbox2 .container .box .tb1 .ts.ts4,
  .join .jbox2 .container .box .tb1 .ts.ts5,
  .join .jbox2 .container .box .tb1 .ts.ts6 {
    display: none;
  }
  .join .jbox2 .container .box .tb1 .ts.ts7 {
    width: 25.1%;
  }
}
.join .jbox2 .container .box .list {
  width: 100%;
}
.join .jbox2 .container .box .list ul li {
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
.join .jbox2 .container .box .list ul li .tb2 {
  width: 100%;
  display: flex;
  height: 0.6rem;
  justify-content: flex-start;
  align-items: center;
  background: #F7F7F7;
  cursor: pointer;
}
@media (max-width: 500px) {
  .join .jbox2 .container .box .list ul li .tb2 {
    height: 0.7rem;
    justify-content: space-between;
  }
}
.join .jbox2 .container .box .list ul li .tb2 .ts {
  color: #666666;
  text-align: center;
}
.join .jbox2 .container .box .list ul li .tb2 .ts.ts1 {
  width: 13.1%;
}
.join .jbox2 .container .box .list ul li .tb2 .ts.ts2 {
  width: 15.7%;
}
.join .jbox2 .container .box .list ul li .tb2 .ts.ts3 {
  width: 10.4%;
}
.join .jbox2 .container .box .list ul li .tb2 .ts.ts4 {
  width: 18.5%;
}
.join .jbox2 .container .box .list ul li .tb2 .ts.ts5 {
  width: 12.5%;
}
.join .jbox2 .container .box .list ul li .tb2 .ts.ts6 {
  width: 19.3%;
}
.join .jbox2 .container .box .list ul li .tb2 .ts.ts7 {
  width: 8.1%;
}
.join .jbox2 .container .box .list ul li .tb2 .ts.ts7 img {
  width: 12px;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .join .jbox2 .container .box .list ul li .tb2 .ts.ts7 {
    width: 10.1%;
  }
}
@media (max-width: 500px) {
  .join .jbox2 .container .box .list ul li .tb2 .ts.ts1 {
    width: 25%;
  }
  .join .jbox2 .container .box .list ul li .tb2 .ts.ts2,
  .join .jbox2 .container .box .list ul li .tb2 .ts.ts3,
  .join .jbox2 .container .box .list ul li .tb2 .ts.ts4,
  .join .jbox2 .container .box .list ul li .tb2 .ts.ts5,
  .join .jbox2 .container .box .list ul li .tb2 .ts.ts6 {
    display: none;
  }
  .join .jbox2 .container .box .list ul li .tb2 .ts.ts7 {
    width: 25.1%;
  }
}
.join .jbox2 .container .box .list ul li .tbox {
  width: 100%;
  padding: 0.3rem 0.6rem 0.4rem;
  background: #fff;
  display: none;
}
@media (max-width: 500px) {
  .join .jbox2 .container .box .list ul li .tbox {
    padding: 0.3rem 0.3rem 0.4rem;
  }
}
.join .jbox2 .container .box .list ul li .tbox .txt {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}
@media (max-width: 500px) {
  .join .jbox2 .container .box .list ul li .tbox .txt {
    line-height: 28px;
  }
}
.join .jbox2 .container .box .list ul li .tbox .want {
  width: 1.6rem;
  height: 0.55rem;
  background: #00A0E9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 0.48rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .join .jbox2 .container .box .list ul li .tbox .want {
    height: 0.7rem;
  }
}
.join .jbox2 .container .box .list ul li .tbox .want img {
  width: 0.2rem;
  margin-left: 0.1rem;
  transition: all ease-in 0.3s;
}
.join .jbox2 .container .box .list ul li .tbox .want:hover img {
  margin-left: 0.2rem;
}
.join .jbox2 .container .box .list ul li.on .tb2 {
  background: #fff;
}
.join .jbox2 .container .box .list ul li.on .tb2 .ts7 img {
  transform: rotateZ(180deg);
}
.technology {
  width: 100%;
}
.technology .tbox1 {
  width: 100%;
  padding: 0.92rem 0 1.4rem;
}
@media (max-width: 768px) {
  .technology .tbox1 {
    padding: 0.92rem 0;
  }
}
.technology .tbox1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.technology .tbox1 .container .item {
  width: 31.85%;
  position: relative;
  background: #F5F5F5;
  transition: all ease-in 0.3s;
}
@media (max-width: 500px) {
  .technology .tbox1 .container .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.technology .tbox1 .container .item .img {
  width: 100%;
  opacity: 0;
  transition: all ease-in 0.3s;
  height: 2.4rem;
}
@media (max-width: 1440px) {
  .technology .tbox1 .container .item .img {
    height: 2.77rem;
  }
}
@media (max-width: 768px) {
  .technology .tbox1 .container .item .img {
    height: 2.1rem;
  }
}
@media (max-width: 500px) {
  .technology .tbox1 .container .item .img {
    height: 3.36rem;
  }
}
.technology .tbox1 .container .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology .tbox1 .container .item .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0.36rem 0.2rem 0;
}
@media (max-width: 768px) {
  .technology .tbox1 .container .item .tbox {
    padding: 0.2rem;
  }
}
.technology .tbox1 .container .item .tbox .icon {
  width: 0.9rem;
  position: relative;
}
.technology .tbox1 .container .item .tbox .icon img {
  width: 100%;
}
.technology .tbox1 .container .item .tbox .icon img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.technology .tbox1 .container .item .tbox .txt {
  color: #666666;
  line-height: 1;
  text-align: right;
  margin-top: 0.05rem;
  transition: all ease-in 0.3s;
}
.technology .tbox1 .container .item .tbox .txt span {
  font-size: 0.4rem;
  font-family: arial;
  line-height: 1;
  display: block;
  margin-top: 0.15rem;
}
.technology .tbox1 .container .item:hover {
  margin-top: -0.1rem;
}
.technology .tbox1 .container .item:hover .img {
  opacity: 1;
}
.technology .tbox1 .container .item:hover .tbox .icon img:last-child {
  opacity: 1;
}
.technology .tbox1 .container .item:hover .tbox .txt {
  color: #fff;
}
.technology .tbox2 {
  width: 100%;
  background: #F5F5F5;
  padding: 1.35rem 0 1.2rem;
}
.technology .tbox2 .container {
  position: relative;
}
.technology .tbox2 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.52rem;
}
@media (max-width: 500px) {
  .technology .tbox2 .container .title br {
    display: none;
  }
}
.technology .tbox2 .container .txt {
  margin-top: 0.55rem;
  font-size: 0.24rem;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1280px) {
  .technology .tbox2 .container .txt {
    font-size: 14px;
  }
}
.technology .tbox2 .container .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.technology .tbox2 .container .list .item {
  width: 31.85%;
  position: relative;
}
@media (max-width: 500px) {
  .technology .tbox2 .container .list .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.technology .tbox2 .container .list .item .img {
  width: 100%;
  height: 5rem;
}
@media (max-width: 1440px) {
  .technology .tbox2 .container .list .item .img {
    height: 5.76rem;
  }
}
@media (max-width: 768px) {
  .technology .tbox2 .container .list .item .img {
    height: 3.5rem;
  }
}
@media (max-width: 500px) {
  .technology .tbox2 .container .list .item .img {
    height: 7rem;
  }
}
.technology .tbox2 .container .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology .tbox2 .container .list .item .t1 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  padding-left: 0.4rem;
  z-index: 2;
}
@media (max-width: 1600px) {
  .technology .tbox2 .container .list .item .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .technology .tbox2 .container .list .item .t1 {
    font-size: 16px;
  }
}
.technology .tbox2 .container .more {
  position: absolute;
  right: 0;
  top: 1.53rem;
  font-size: 20px;
  color: #333333;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .technology .tbox2 .container .more {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .technology .tbox2 .container .more {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .technology .tbox2 .container .more {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .technology .tbox2 .container .more {
    position: relative;
    top: 0.3rem;
    justify-content: center;
  }
}
.technology .tbox2 .container .more span {
  width: 24px;
  height: 24px;
  background: #E5E5E5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
}
.technology .tbox2 .container .more span img {
  width: 9px;
}
.technology .tbox3 {
  width: 100%;
  padding: 1.4rem 0;
}
.technology .tbox3 .container .list {
  width: 100%;
}
.technology .tbox3 .container .list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: center;
  background: #F7F7F7;
}
.technology .tbox3 .container .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 500px) {
  .technology .tbox3 .container .list .item {
    margin-bottom: 0.3rem;
  }
  .technology .tbox3 .container .list .item:last-child {
    margin-bottom: 0;
  }
}
.technology .tbox3 .container .list .item .img {
  width: 50%;
  height: 5.4rem;
}
@media (max-width: 1440px) {
  .technology .tbox3 .container .list .item .img {
    height: 6.25rem;
  }
}
@media (max-width: 768px) {
  .technology .tbox3 .container .list .item .img {
    height: 3.77rem;
  }
}
@media (max-width: 500px) {
  .technology .tbox3 .container .list .item .img {
    width: 100%;
    height: 4.8rem;
  }
}
.technology .tbox3 .container .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology .tbox3 .container .list .item .tbox {
  width: 50%;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .technology .tbox3 .container .list .item .tbox {
    padding: 0 0.5rem;
  }
}
@media (max-width: 500px) {
  .technology .tbox3 .container .list .item .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
}
.technology .tbox3 .container .list .item .tbox .t1 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.52rem;
}
.technology .tbox3 .container .list .item .tbox .txt {
  color: #666666;
  line-height: 28px;
  margin-top: 0.3rem;
}
@media (max-width: 1600px) {
  .technology .tbox3 .container .list .item .tbox .txt {
    line-height: 24px;
  }
}
.technology .tbox4 {
  width: 100%;
  position: relative;
}
.technology .tbox4 .bg {
  width: 100%;
  height: 6.5rem;
}
@media (max-width: 768px) {
  .technology .tbox4 .bg {
    height: 3.94rem;
  }
}
@media (max-width: 500px) {
  .technology .tbox4 .bg {
    height: 5rem;
  }
}
.technology .tbox4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology .tbox4 .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.technology .tbox4 .tbox .t1 {
  width: 100%;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.technology .tbox4 .tbox .t2 {
  width: 100%;
}
.technology .tbox4 .tbox .t2 span {
  width: 1200px;
  max-width: 90%;
  font-size: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.52rem;
  margin: 0.23rem auto 0;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .technology .tbox4 .tbox .t2 span {
    font-size: 0.32rem;
    margin: 0.15rem auto 0;
  }
}
.technology .tbox4 .tbox .more {
  width: 178px;
  height: 55px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.92rem auto 0;
  font-size: 14px;
  color: #00A0E9;
}
@media (max-width: 768px) {
  .technology .tbox4 .tbox .more {
    margin: 0.5rem auto 0;
    width: 130px;
    height: 40px;
  }
}
.technology .tbox4 .tbox .more img {
  width: 16px;
  margin-left: 0.18rem;
  transition: all ease-in 0.3s;
}
.technology .tbox4 .tbox .more:hover img {
  margin-left: 0.28rem;
}
.technology .new-box1 {
  width: 100%;
  padding: 0.9rem 0 1.31rem;
}
.technology .new-box1 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.52rem;
}
.technology .new-box1 .container .box {
  width: 100%;
  position: relative;
  margin-top: 0.34rem;
}
.technology .new-box1 .container .box .menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.25rem);
}
@media (max-width: 500px) {
  .technology .new-box1 .container .box .menu {
    left: 0;
    bottom: calc(100%);
  }
}
.technology .new-box1 .container .box .menu ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .technology .new-box1 .container .box .menu ul {
    justify-content: flex-start;
  }
}
.technology .new-box1 .container .box .menu ul li {
  font-size: 22px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 52px;
  transition: all ease-in 0.3s;
  margin-right: 0.6rem;
  cursor: pointer;
}
.technology .new-box1 .container .box .menu ul li:last-child {
  margin-right: 0;
}
.technology .new-box1 .container .box .menu ul li:hover,
.technology .new-box1 .container .box .menu ul li.on {
  color: #333;
}
@media (max-width: 1600px) {
  .technology .new-box1 .container .box .menu ul li {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .technology .new-box1 .container .box .menu ul li {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .technology .new-box1 .container .box .menu ul li {
    font-size: 16px;
  }
}
.technology .new-box1 .container .box .list {
  width: 100%;
  position: relative;
  margin-top: 0.25rem;
}
@media (max-width: 500px) {
  .technology .new-box1 .container .box .list {
    margin-top: 1.2rem;
  }
}
.technology .new-box1 .container .box .list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #F7F7F7;
  z-index: 2;
}
.technology .new-box1 .container .box .list .item:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.technology .new-box1 .container .box .list .item.on:nth-child(2),
.technology .new-box1 .container .box .list .item.on {
  z-index: 4;
}
.technology .new-box1 .container .box .list .item .img {
  width: 50%;
  height: 4.7rem;
}
@media (max-width: 1440px) {
  .technology .new-box1 .container .box .list .item .img {
    height: 5.4rem;
  }
}
@media (max-width: 768px) {
  .technology .new-box1 .container .box .list .item .img {
    height: 3.3rem;
  }
}
@media (max-width: 500px) {
  .technology .new-box1 .container .box .list .item .img {
    width: 100%;
    height: 4.2rem;
  }
}
.technology .new-box1 .container .box .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology .new-box1 .container .box .list .item .tbox {
  width: 50%;
  padding: 0 0.4rem 0 0.74rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .technology .new-box1 .container .box .list .item .tbox {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.technology .new-box1 .container .box .list .item .tbox .t1 {
  width: 100%;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.52rem;
}
.technology .new-box1 .container .box .list .item .tbox .t2 {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem;
  padding: 0.1rem 0;
}
@media (max-width: 768px) {
  .technology .new-box1 .container .box .list .item .tbox .t2 {
    height: 2rem;
  }
}
.technology .new-box1 .container .box .list .item .tbox .t2 .swiper-container {
  width: 100%;
  height: 100%;
}
.technology .new-box1 .container .box .list .item .tbox .t2 .swiper-container .swiper-slide {
  color: #666666;
  line-height: 28px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.5rem;
}
@media (max-width: 1600px) {
  .technology .new-box1 .container .box .list .item .tbox .t2 .swiper-container .swiper-slide {
    line-height: 24px;
  }
}
.technology .new-box1 .container .box .list .item .tbox .t2 .swiper-container .swiper-scrollbar {
  width: 2px !important;
  background: #E5E5E5 !important;
}
.technology .new-box1 .container .box .list .item .tbox .t2 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  width: 2px !important;
  background: #00A0E9;
}
.technology .new-box2 {
  width: 100%;
  background: #F7F7F7;
  padding: 1.33rem 0 1.39rem;
}
.technology .new-box2 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.52rem;
}
.technology .new-box2 .list {
  width: 100%;
  margin-top: 0.34rem;
}
.technology .new-box2 .list .swiper-container {
  width: 100%;
  padding: 0 13.55% 0.4rem;
}
@media (max-width: 1580px) {
  .technology .new-box2 .list .swiper-container {
    padding: 0 8% 0.4rem;
  }
}
@media (max-width: 767px) {
  .technology .new-box2 .list .swiper-container {
    padding: 0 5% 0.4rem;
  }
}
.technology .new-box2 .list .swiper-slide .tbox {
  background: #fff;
  padding: 0.3rem 0.4rem 0.45rem;
}
.technology .new-box2 .list .swiper-slide .tbox .ts1 {
  display: flex;
  align-items: center;
}
.technology .new-box2 .list .swiper-slide .tbox .ts1 .img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.technology .new-box2 .list .swiper-slide .tbox .ts1 .img img {
  width: 100%;
  height: 100%;
}
.technology .new-box2 .list .swiper-slide .tbox .ts1 .txt {
  margin-left: 0.28rem;
}
.technology .new-box2 .list .swiper-slide .tbox .ts1 .txt .t1 {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .technology .new-box2 .list .swiper-slide .tbox .ts1 .txt .t1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .technology .new-box2 .list .swiper-slide .tbox .ts1 .txt .t1 {
    font-size: 16px;
    line-height: 24px;
  }
}
.technology .new-box2 .list .swiper-slide .tbox .ts1 .txt .t2 {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .technology .new-box2 .list .swiper-slide .tbox .ts1 .txt .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .technology .new-box2 .list .swiper-slide .tbox .ts1 .txt .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.technology .new-box2 .list .swiper-slide .tbox .ts2 {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-top: 0.46rem;
}
@media (max-width: 1600px) {
  .technology .new-box2 .list .swiper-slide .tbox .ts2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .technology .new-box2 .list .swiper-slide .tbox .ts2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.technology .new-box2 .list .swiper-pagination {
  width: 72.9%;
  top: initial;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background: #E6E6E6;
}
@media (max-width: 1580px) {
  .technology .new-box2 .list .swiper-pagination {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .technology .new-box2 .list .swiper-pagination {
    width: 90%;
  }
}
.technology .new-box2 .list .swiper-pagination span {
  background: #00A0E9;
}
.about {
  width: 100%;
}
.about .abox1 {
  width: 100%;
  padding: 0.66rem 0 1.4rem;
}
.about .abox1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 500px) {
  .about .abox1 .container {
    flex-direction: column-reverse;
  }
}
.about .abox1 .container .tbox {
  width: 44%;
}
@media (max-width: 500px) {
  .about .abox1 .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about .abox1 .container .tbox .t1 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.52rem;
}
.about .abox1 .container .tbox .t2 {
  color: #666666;
  line-height: 28px;
  margin-top: 0.47rem;
}
@media (max-width: 1600px) {
  .about .abox1 .container .tbox .t2 {
    line-height: 24px;
  }
}
.about .abox1 .container .img {
  width: 44.28%;
  height: 6rem;
}
@media (max-width: 1600px) {
  .about .abox1 .container .img {
    height: 6.6rem;
  }
}
@media (max-width: 1440px) {
  .about .abox1 .container .img {
    height: 6.62rem;
  }
}
@media (max-width: 1366px) {
  .about .abox1 .container .img {
    height: 7.62rem;
  }
}
@media (max-width: 500px) {
  .about .abox1 .container .img {
    width: 100%;
    height: 6.62rem;
  }
}
.about .abox1 .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .abox2 {
  width: 100%;
  background: #F7F7F7;
  padding: 1.4rem 0;
}
@media (max-width: 500px) {
  .about .abox2 {
    padding: 1rem 0 0.5rem;
  }
}
.about .abox2 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.about .abox2 .container .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.38rem;
}
.about .abox2 .container .list .item {
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
}
.about .abox2 .container .list .item:nth-child(2) {
  flex-direction: column-reverse;
}
@media (max-width: 500px) {
  .about .abox2 .container .list .item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .about .abox2 .container .list .item:nth-child(2) {
    flex-direction: column;
  }
}
.about .abox2 .container .list .item .img {
  width: 100%;
  height: 3.1rem;
}
@media (max-width: 1440px) {
  .about .abox2 .container .list .item .img {
    height: 3.6rem;
  }
}
@media (max-width: 768px) {
  .about .abox2 .container .list .item .img {
    height: 3.2rem;
  }
}
@media (max-width: 500px) {
  .about .abox2 .container .list .item .img {
    height: 4.15rem;
  }
}
.about .abox2 .container .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .abox2 .container .list .item .tbox {
  width: 100%;
  padding: 0 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 3.1rem;
  background: #fff;
}
@media (max-width: 1440px) {
  .about .abox2 .container .list .item .tbox {
    height: 3.6rem;
  }
}
@media (max-width: 768px) {
  .about .abox2 .container .list .item .tbox {
    height: 3.2rem;
    padding: 0 0.2rem;
  }
}
@media (max-width: 500px) {
  .about .abox2 .container .list .item .tbox {
    height: auto;
    padding: 0.5rem 0.2rem;
  }
}
.about .abox2 .container .list .item .tbox .t1 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  width: 100%;
}
@media (max-width: 1600px) {
  .about .abox2 .container .list .item .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .about .abox2 .container .list .item .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .about .abox2 .container .list .item .tbox .t1 {
    font-size: 16px;
  }
}
.about .abox2 .container .list .item .tbox .txt {
  width: 100%;
  color: #666666;
  line-height: 28px;
  margin-top: 0.25rem;
}
@media (max-width: 1600px) {
  .about .abox2 .container .list .item .tbox .txt {
    line-height: 24px;
  }
}
.about .abox3 {
  width: 100%;
  position: relative;
}
.about .abox3 .bg {
  width: 100%;
  height: 6.5rem;
}
@media (max-width: 500px) {
  .about .abox3 .bg {
    height: 5.5rem;
  }
}
.about .abox3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .abox3 .tbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 1.94rem;
}
@media (max-width: 500px) {
  .about .abox3 .tbox {
    padding: 1.2rem 5% 0;
  }
}
.about .abox3 .tbox .txt {
  font-size: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.52rem;
  text-align: center;
}
.about .abox3 .tbox .ckbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.94rem;
}
.about .abox3 .tbox .ckbox a {
  width: 1.78rem;
  height: 0.55rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
  transition: all ease-in 0.3s;
  margin: 0 0.2rem;
}
@media (max-width: 500px) {
  .about .abox3 .tbox .ckbox a {
    width: 2.2rem;
  }
}
.about .abox3 .tbox .ckbox a span {
  width: 16px;
  height: 10px;
  position: relative;
  margin-left: 0.2rem;
  display: flex;
}
.about .abox3 .tbox .ckbox a span img {
  width: 100%;
  height: 100%;
}
.about .abox3 .tbox .ckbox a span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.about .abox3 .tbox .ckbox a:hover {
  color: #fff;
  background: #00A0E9;
}
.about .abox3 .tbox .ckbox a:hover span img:last-child {
  opacity: 1;
}
.product {
  width: 100%;
}
.product .pbox1 {
  width: 100%;
  background: #fff;
  padding: 0.35rem 0 0.6rem;
}
.product .pbox1 .container {
  position: relative;
}
.product .pbox1 .container .swiper-container {
  width: 100%;
}
.product .pbox1 .container .swiper-container a {
  display: block;
  width: 100%;
  padding-bottom: 0.15rem;
  background: #F7F7F7;
}
.product .pbox1 .container .swiper-container a:hover {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.13);
}
.product .pbox1 .container .swiper-container a .img {
  width: 100%;
  height: 1.75rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product .pbox1 .container .swiper-container a .img {
    height: 2.04rem;
  }
}
@media (max-width: 1024px) {
  .product .pbox1 .container .swiper-container a .img {
    height: 2.52rem;
  }
}
@media (max-width: 768px) {
  .product .pbox1 .container .swiper-container a .img {
    height: 2.14rem;
  }
}
@media (max-width: 500px) {
  .product .pbox1 .container .swiper-container a .img {
    height: 2.14rem;
  }
}
.product .pbox1 .container .swiper-container a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 30%;
}
.product .pbox1 .container .swiper-container a .txt {
  font-size: 18px;
  color: #333333;
  line-height: 0.48rem;
  text-align: center;
}
@media (max-width: 1600px) {
  .product .pbox1 .container .swiper-container a .txt {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .product .pbox1 .container .swiper-container a .txt {
    font-size: 14px;
  }
}
.product .pbox1 .container .button-next {
  width: 0.45rem;
  height: 1rem;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -0.65rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 768px) {
  .product .pbox1 .container .button-next {
    right: 0;
    background: none;
  }
}
.product .pbox1 .container .button-next img {
  width: 10px;
}
.product .pbox1 .container .button-next img:last-child {
  display: none;
}
.product .pbox1 .container .button-next:hover img:first-child {
  display: none;
}
.product .pbox1 .container .button-next:hover img:last-child {
  display: block;
}
.product .pbox1 .container .button-prev {
  width: 0.45rem;
  height: 1rem;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -0.65rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 768px) {
  .product .pbox1 .container .button-prev {
    left: 0;
    background: none;
  }
}
.product .pbox1 .container .button-prev img {
  width: 10px;
}
.product .pbox1 .container .button-prev img:last-child {
  display: none;
}
.product .pbox1 .container .button-prev:hover img:first-child {
  display: none;
}
.product .pbox1 .container .button-prev:hover img:last-child {
  display: block;
}
.product .pbox2 {
  width: 100%;
  background: #f7f7f7;
  padding: 0.6rem 0 1.4rem;
}
.product .pbox2 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.product .pbox2 .container .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.6rem;
}
.product .pbox2 .container .box .left {
  width: 22%;
  background: #fff;
  padding: 0.1rem 0.4rem;
}
@media (max-width: 768px) {
  .product .pbox2 .container .box .left {
    width: 100%;
  }
}
.product .pbox2 .container .box .left ul li {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.product .pbox2 .container .box .left ul li:last-child {
  border-bottom: none;
}
.product .pbox2 .container .box .left ul li a {
  height: 0.75rem;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in 0.3s;
}
.product .pbox2 .container .box .left ul li a img {
  width: 16px;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.product .pbox2 .container .box .left ul li:hover a,
.product .pbox2 .container .box .left ul li.on a {
  color: #00A0E9;
}
.product .pbox2 .container .box .left ul li:hover a img,
.product .pbox2 .container .box .left ul li.on a img {
  opacity: 1;
}
.product .pbox2 .container .box .right{
  width: 75%;
}
@media (max-width: 768px) {
  .product .pbox2 .container .box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product .pbox2 .container .box .list {
  width: 100%;
}
.product .pbox2 .container .box .list ul {
  width: 100%;
  flex-wrap: wrap;
  display: none;
}
.product .pbox2 .container .box .list ul.on{
  display: flex;
}
.product .pbox2 .container .box .list ul li {
  width: 32%;
  margin-right: 2%;
  padding: 0.1rem;
  background: #fff;
  margin-bottom: 0.2rem;
}
.product .pbox2 .container .box .list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 500px) {
  .product .pbox2 .container .box .list ul li {
    width: 100%;
  }
}
.product .pbox2 .container .box .list ul li a {
  width: 100%;
}
.product .pbox2 .container .box .list ul li a .img {
  width: 100%;
  height: 2.73rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product .pbox2 .container .box .list ul li a .img {
    height: 3.15rem;
  }
}
@media (max-width: 768px) {
  .product .pbox2 .container .box .list ul li a .img {
    height: 2.53rem;
  }
}
@media (max-width: 500px) {
  .product .pbox2 .container .box .list ul li a .img {
    height: 5.1rem;
  }
}
.product .pbox2 .container .box .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.3s;
}
.product .pbox2 .container .box .list ul li a .txt {
  color: #333333;
  line-height: 26px;
  margin-top: 0.14rem;
  width: 100%;
  padding: 0 0.25rem;
  transition: all ease-in 0.3s;
  text-align: center;
}
@media (max-width: 1600px) {
  .product .pbox2 .container .box .list ul li a .txt {
    line-height: 24px;
  }
}
.product .pbox2 .container .box .list ul li:hover a .img img {
  transform: scale(1.05);
}
.product .pbox2 .container .box .list ul li:hover a .txt {
  color: #00A0E9;
}
.product-info {
  width: 100%;
}
.product-info .pibox1 {
  width: 100%;
  padding: 1.22rem 0 1.4rem;
  background: #F7F7F7;
}
@media (max-width: 500px) {
  .product-info .pibox1 {
    padding: 0.5rem 0 1rem;
  }
}
.product-info .pibox1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product-info .pibox1 .container {
    flex-direction: column-reverse;
  }
}
.product-info .pibox1 .container .left {
  width: 38.7%;
}
@media (max-width: 768px) {
  .product-info .pibox1 .container .left {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product-info .pibox1 .container .left .box1 {
  width: 100%;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #E6E6E6;
}
.product-info .pibox1 .container .left .box1 .t1 {
  color: #666;
  line-height: 1;
}
.product-info .pibox1 .container .left .box1 .t2 {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.65rem;
  margin-top: 0.2rem;
}
.product-info .pibox1 .container .left .box1 a {
  color: #333333;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.34rem;
}
.product-info .pibox1 .container .left .box1 a img {
  width: 16px;
  margin-right: 0.08rem;
}
.product-info .pibox1 .container .left .box2 {
  width: 100%;
  margin-top: 0.25rem;
}
.product-info .pibox1 .container .left .box2 .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 0.48rem;
}
@media (max-width: 1600px) {
  .product-info .pibox1 .container .left .box2 .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .product-info .pibox1 .container .left .box2 .t1 {
    font-size: 14px;
  }
}
.product-info .pibox1 .container .left .box2 .t2 {
  width: 100%;
  display: flex;
  margin-top: 0.15rem;
}
.product-info .pibox1 .container .left .box2 .t2 span {
  width: 92px;
  height: 34px;
  background: #F2F2F2;
  border: 1px solid #666666;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: all ease-in 0.3s;
  cursor: pointer;
  margin-right: 0.2rem;
}
.product-info .pibox1 .container .left .box2 .t2 span:hover,
.product-info .pibox1 .container .left .box2 .t2 span.on {
  color: #fff;
  background: #00A0E9;
  border: 1px solid #00A0E9;
}
.product-info .pibox1 .container .left .box2 .t3 {
  width: 100%;
  margin-top: 0.4rem;
}
.product-info .pibox1 .container .left .box2 .t3 .ts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.product-info .pibox1 .container .left .box2 .t3 .ts .s1 {
  width: 44.2%;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333333;
  background: #E4E4E4;
}
.product-info .pibox1 .container .left .box2 .t3 .ts .s2 {
  width: 55.3%;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333333;
  background: #E4E4E4;
}
.product-info .pibox1 .container .left .box2 .t3 .ts:nth-child(2) .s1,
.product-info .pibox1 .container .left .box2 .t3 .ts:nth-child(2) .s2 {
  background: #F2F2F2;
}
.product-info .pibox1 .container .img {
  width: 50%;
  height: 6.03rem;
  position: relative;
}
@media (max-width: 1440px) {
  .product-info .pibox1 .container .img {
    height: 6.95rem;
  }
}
@media (max-width: 768px) {
  .product-info .pibox1 .container .img {
    width: 100%;
    height: 8.44rem;
  }
}
@media (max-width: 500px) {
  .product-info .pibox1 .container .img {
    height: 5.4rem;
  }
}
.product-info .pibox1 .container .img img {
  width: 100%;
  height: 100%;
}
.product-info .pibox1 .container .img .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.product-info .pibox1 .container .img .swiper-container.on {
  z-index: 3;
}
.product-info .pibox1 .container .img .swiper-pagination {
  bottom: 0.3rem;
  font-size: 0;
}
.product-info .pibox1 .container .img .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000000;
  opacity: 0.1;
  border-radius: 50%;
  margin: 0 10px;
}
.product-info .pibox1 .container .img .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #00A0E9;
  border-radius: 50%;
  opacity: 1;
}
.product-info .pibox2 {
  width: 100%;
  background: #fff;
  padding: 1.16rem 0 1.25rem;
}
.product-info .pibox2 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.65rem;
}
.product-info .pibox2 .container .list {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
}
.product-info .pibox2 .container .list ul {
  z-index: 2;
}
.product-info .pibox2 .container .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  color: #333333;
  line-height: 24px;
  padding: 0.2rem 0 0.2rem 0.4rem;
  position: relative;
}
.product-info .pibox2 .container .list ul li::before{
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: #00A0E9;
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-info .pibox2 .container .list ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #DDDDDD;
  position: absolute;
  left: 0.04rem;
  top: 0;
}
.product-info .pibox2 .container .list ul li:first-child::after {
  height: 50%;
  top: 50%;
}
.product-info .pibox2 .container .list ul li:last-child::after {
  height: 50%;
}
.product-info .pibox2 .container .list ul li .dian {
  width: 0.1rem;
  height: 0.1rem;
  background: #00A0E9;
  border-radius: 100%;
  margin-right: 0.4rem;
  z-index: 2;
}
.product-info .pibox2 .container .list ul li span {
  width: calc(100% - 0.6rem);
}
.product-info .pibox3 {
  width: 100%;
  background: #F5F5F5;
  padding: 1.3rem 0 1.2rem;
}
.product-info .pibox3 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.65rem;
}
.product-info .pibox3 .container .list {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
}
.product-info .pibox3 .container .list ul {
  width: 50%;
}
@media (max-width: 500px) {
  .product-info .pibox3 .container .list ul {
    width: 100%;
  }
}
.product-info .pibox3 .container .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  color: #333333;
  line-height: 24px;
  padding: 0.2rem 0 0.2rem 0.4rem;
  position: relative;
}
.product-info .pibox3 .container .list ul li::before{
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: #00A0E9;
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-info .pibox3 .container .list ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #DDDDDD;
  position: absolute;
  left: 0.04rem;
  top: 0;
}
.product-info .pibox3 .container .list ul li:first-child::after {
  height: 50%;
  top: 50%;
}
.product-info .pibox3 .container .list ul li:last-child::after {
  height: 50%;
}
.product-info .pibox3 .container .list ul li .dian {
  width: 0.1rem;
  height: 0.1rem;
  background: #00A0E9;
  border-radius: 50%;
  margin-right: 0.4rem;
  z-index: 2;
}
.product-info .pibox3 .container .list ul li span {
  width: calc(100% - 0.6rem);
}
.product-info .pibox4 {
  width: 100%;
  padding: 1.32rem 0 1.4rem;
}
.product-info .pibox4 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.65rem;
}
.product-info .pibox4 .container .img {
  margin-top: 0.3rem;
  width: 100%;
}
.product-info .pibox4 .container .img img {
  max-width: 100%;
  margin: auto;
}

.product-info .pibox4 .container .img ul{
  width: 100%;
}
.product-info .pibox4 .container .img ul li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e9e9e9;
  border-bottom: none;
}
.product-info .pibox4 .container .img ul li:nth-child(2n){
  background: #f5f5f5;
}
.product-info .pibox4 .container .img ul li:last-child{
  border: 1px solid #e9e9e9;
}
@media (max-width:500px) {
  .product-info .pibox4 .container .img ul li:nth-child(2n){
    background: none;
  }
}
.product-info .pibox4 .container .img ul li .tb{
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
}
.product-info .pibox4 .container .img ul li .tb:last-child{
  border-left: 1px solid #e9e9e9;
}
@media (max-width:500px) {
  .product-info .pibox4 .container .img ul li .tb{
    width: 100%;
    height: 1rem;
  }
  .product-info .pibox4 .container .img ul li .tb:nth-child(2){
    background: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    border-left: none;
  }
}
.product-info .pibox4 .container .img ul li .tb .t1{
  width: 32.7%;
  height: 100%;
  padding-left: 0.4rem;
  display: flex;
  align-items: center;
  color: #999;
  line-height: 1.2;
}
.product-info .pibox4 .container .img ul li .tb .t2{
  width: 67.3%;
  height: 100%;
  padding-left: 0.7rem;
  border-left: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  color: #333;
  line-height: 1.5;
}
@media (max-width:768px) {
  .product-info .pibox4 .container .img ul li .tb .t2{
    padding-left: 0.4rem;
    line-height: 1.2;
  }
}
.product-info .pibox5 {
  width: 100%;
  background: #F5F5F5;
  padding: 1.28rem 0 1.4rem;
}
.product-info .pibox5 .container .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.65rem;
}
.product-info .pibox5 .container .list {
  width: 100%;
  margin-top: 0.28rem;
}
.product-info .pibox5 .container .list .swiper-container {
  width: 100%;
  padding-bottom: 0.53rem;
}
.product-info .pibox5 .container .list .swiper-container .tbox {
  width: 100%;
  background: #fff;
  padding: 0.4rem 0.86rem 0;
}
.product-info .pibox5 .container .list .swiper-container .tbox .img {
  width: 100%;
  height: 3.4rem;
}
@media (max-width: 1440px) {
  .product-info .pibox5 .container .list .swiper-container .tbox .img {
    height: 4.3rem;
  }
}
@media (max-width: 1280px) {
  .product-info .pibox5 .container .list .swiper-container .tbox .img {
    height: 4.24rem;
  }
}
@media (max-width: 1024px) {
  .product-info .pibox5 .container .list .swiper-container .tbox .img {
    height: 4.15rem;
  }
}
@media (max-width: 768px) {
  .product-info .pibox5 .container .list .swiper-container .tbox .img {
    height: 3.72rem;
  }
}
@media (max-width: 500px) {
  .product-info .pibox5 .container .list .swiper-container .tbox .img {
    height: 5.75rem;
  }
}
.product-info .pibox5 .container .list .swiper-container .tbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .pibox5 .container .list .swiper-container .tbox .txt {
  width: 100%;
  font-size: 22px;
  color: #333333;
  height: 0.98rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .product-info .pibox5 .container .list .swiper-container .tbox .txt {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .product-info .pibox5 .container .list .swiper-container .tbox .txt {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .product-info .pibox5 .container .list .swiper-container .tbox .txt {
    font-size: 16px;
  }
}
.product-info .pibox5 .container .list .swiper-container .swiper-pagination {
  width: 100%;
  font-size: 0;
  bottom: 0;
}
.product-info .pibox5 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E6E6E6;
  border-radius: 50%;
  opacity: 1;
  margin: 0 10px;
}
.product-info .pibox5 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00A0E9;
}
/* 投递简历弹窗 */
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-resume-pop .hi-title-box {
  position: relative;
  padding: 0 30px;
  background: #00A0E9;
}
#hi-resume-pop .hi-title-box .hi-title {
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
#hi-resume-pop .hi-title-box .hi-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 60px;
  cursor: pointer;
}
#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-resume-pop .hi-title-box .hi-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop .hi-box {
  padding: 30px;
  font-size: 14px;
}
#hi-resume-pop input {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
}
#hi-resume-pop button {
  width: 100%;
  height: 50px;
  background: #00A0E9;
  color: #fff;
  cursor: pointer;
  border: 0;
}
#hi-resume-pop .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#hi-resume-pop .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px;
  line-height: 30px;
  background: #00A0E9;
}
#hi-resume-pop .hi-file-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop .hi-file-box .hi-text {
  color: #fff;
  text-align: center;
}
#hi-resume-pop .hi-file-box .hi-text2 {
  line-height: 30px;
}
#hi-resume-pop .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 256px) !important;
}
#hi-resume-pop .hi-code-box {
  margin-bottom: 20px;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 146px) !important;
}
#hi-resume-pop .hi-code-box img {
  width: 130px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hi-resume-pop .hi-title-box {
    padding: 0 20px;
  }
  #hi-resume-pop .hi-title-box .hi-title {
    line-height: 50px;
    font-size: 18px;
  }
  #hi-resume-pop .hi-box {
    padding: 20px;
  }
  #hi-resume-pop input {
    margin-bottom: 10px;
    height: 40px;
  }
  #hi-resume-pop .hi-file-box,
  #hi-resume-pop .hi-code-box {
    margin-bottom: 10px;
  }
  #hi-resume-pop .hi-file-box .hi-text2 {
    font-size: 12px;
  }
  #hi-resume-pop button {
    height: 40px;
  }
  #hi-resume-pop .hi-title-box .hi-close {
    width: 60px;
    height: 50px;
  }
}
.bsTop {
  width: 100%!important;
}
.bsFrameDiv {
  width: 100%!important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bsFrameDiv div {
  width: 100%!important;
  height: 208px!important;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.bsFrameDiv div img {
  margin: 0!important;
}
