@font-face{
      font-family: "SansSerifBold";font-weight: 600;
  src: url(../fonts/SansSerifBold.ttf) format('truetype'),url(../fonts/SansSerifBold.eot) format('eot'),url(../fonts/SansSerifBold.woff) format('woff'),url(../fonts/SansSerifBold.woff2) format('woff2');
}
@font-face{
  font-family: "SansSerif";
  src: url(../fonts/SansSerif.ttf) format('truetype'),url(../fonts/SansSerif.eot) format('eot'),url(../fonts/SansSerif.woff) format('woff'),url(../fonts/SansSerif.woff2) format('woff2');
}
body{
  --mainColor: #f1fdfd;
}
#index-body{
    background: var(--mainColor);
}
header {
  width: 100%;
  position: relative;
}
table tbody{
  min-width: 800px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

header .swiper-container {
  width: 100%;
  height: 100%;
}

header .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

header .swiper-slide img {
  width: 100%;
}

header .swiper-slide ul {
  position: absolute;
  top: 3.13rem;
  left: 190px;
  width: 45%;
}

header .swiper-slide ul li h6 {
  font-size: 60px;
  font-family: "SansSerifBold";
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: left;
}

header .swiper-slide ul li > p {
  width: 100%;
  font-size: 18px;
  font-family: "SansSerif";
  color: #f2efef;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: left;
}

header .swiper-slide ul li a {
  width: 2.72rem;
  height: 0.77rem;
  background-color: #05d3aa;
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
  display: flex;
  align-items: center;
}

header .swiper-slide ul li a p {
  width: 1.89rem;
  height: 0.77rem;
  font-size: 0.27rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #f2efef;
  line-height: 0.77rem;
  text-align: center;
}

header .swiper-slide ul li a span {
  width: 0.83rem;
  height: 0.77rem;
  background: #0e51ac;
  line-height: 0.77rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
}

header .swiper-container-horizontal > .swiper-pagination-bullets,
header .swiper-pagination-custom,
header .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

header .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
}

header .swiper-pagination-bullet-active {
  width: 27px;
  height: 9px;
  background: #05d3aa;
  border-radius: 4px 4px 4px 5px;
}

.head {
  width: 15.3rem;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: 999;
  padding-top: 0.41rem;
}

.head .ding {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.head .ding .logo p {
  font-size: 0.48rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #ffffff;
}

.head .ding .right {
  display: flex;
  align-items: center;
}

.head .ding .right ul {
  display: flex;
  align-items: center;
  margin-left: 0.91rem;
}

.head .ding .right ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.head .ding .right ul li img {
  margin-right: 0.12rem;
}

.head .ding .right ul li h6 {
  font-size: 0.16rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #ffffff;
  margin-bottom: 0.05rem;
}

.head .ding .right ul li p {
  font-size: 0.14rem;
  font-family: "SansSerif";
  
  color: #ffffff;
}

.head .ding .daohang_ico {
  display: none;
}

.head .dhl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}

.head .dhl .nav {
  width: 7.7rem;
}

.head .dhl .nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .dhl .nav ul li {
  display: flex;
  position: relative;
}

.head .dhl .nav ul li a {
  font-size: 0.2rem;
      font-family: "SansSerifBold";font-weight: 600;
      transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
}
.head .dhl .nav ul.menu>li>a{
  display: block;
  position: relative
}
.head .dhl .nav ul.menu>li>a:after{
  content: '';
                position: absolute;
                bottom: 0;left: 50%;
                width: 0;
                height: 2px;
                background: #05d3aa; 
                transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.head .dhl .nav ul.menu>li:hover a{
  color: #05d3aa;
}
.head .dhl .nav ul.menu>li:hover a:after{
  width: 100%;
                left: 0; 
}
.head .dhl .nav ul li ul.sub-menu{
  -webkit-perspective: 500px;
              perspective: 500px;
              transform-style: preserve-3d;
              text-align: left;
              position: absolute;
              font-size: 15px;
              background: #fff;
              top: 100%;
              left: 0;
              width: 180px;
              display: none;
              box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
              border-bottom: 3px solid #05d3aa;
}

.head .dhl .nav ul li ul.sub-menu li{
  display: block;
                float: none;
                padding: 0 15px;
                line-height: 40px;
                color: black;
                font-size: 12px;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
                text-transform: capitalize;
}
.head .dhl .nav ul li ul.sub-menu li a{
  display: block;
  font-size: 14px;
  color: #000;
}
.head .dhl .nav ul li ul.sub-menu li:hover{
  background: #222;
                  color: white;
}
/*.head .dhl .nav ul li ul.sub-menu li:hover>a{
  color: white;
}*/
.head .dhl .nav ul li ul.sub-menu li>ul.sub-menu{
  top: 0;
                  left: 100%;
                  display: none;
}
.head .dhl .nav ul li .box {
  width: 0.39rem;
  height: 0.39rem;
  background: #05d3aa;
  border-radius: 50%;
  position: absolute;
  left: -0.11rem;
  top: -0.05rem;
  z-index: -1;
  display: none;
}

.head .dhl .nav ul .click .box {
  display: block;
}

.head .dhl .right > ul {
  display: flex;
  align-items: center;
}
.head .dhl .right ul li ul.lang {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    right: -20px;
    width: 120px;
    display: none;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #05d3aa;
    z-index: 11;
}
.head .dhl .right ul li ul.lang li {
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 30px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
.head .dhl .right ul li ul.lang li:hover {
    background: #222;
    color: white;
}
.head .dhl .right ul li ul.lang li:hover a {
    color: white;
}
.head .dhl .right > ul > li {
  margin-right: 0.25rem;
  position: relative;
}

.head .dhl .right > ul > li > a {
  width: 1.9rem;
  height: 0.51rem;
  background: #05d3aa;
  border-radius: 0.26rem;
  font-size: 0.2rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #ffffff;
  line-height: 0.51rem;
  text-align: center;
  display: block;
}
.head .dhl .right > ul > li.language > a{
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
} 
.head .dhl .right > ul > li.language > a img{
  margin-right: 6px;
  width: 34px;
}
.head .dhl .right ul .ss {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.head_ico {
  display: none;
}

.introduce {
  width: 15.3rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.78rem;
}

.introduce .box ul li img {
  margin-bottom: 0.27rem;
}
.introduce .box:last-child ul li img{
  height: 73px;
  display: block;
}
.introduce .box ul li .name {
  font-size: 0.24rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #333333;
}

.introduce .box ul li .nr {
  width: 3.26rem;
  font-size: 0.14rem;
  font-family: "SansSerif";
  
  color: #666666;
  min-height: 86px;
}

.introduce .box ul li a {
  width: 1.27rem;
  height: 0.4rem;
  background: #05d3aa;
  border-radius: 0.2rem;
  font-size: 0.14rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
  display: block;
  margin-top: 0.22rem;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.introduce .box ul li a:hover{
  background: #0e51ac;
}

.introduce .box ul .bian {
  width: 0.81rem;
  height: 0.02rem;
  background: #05d3aa;
  margin-top: 0.16rem;
  margin-bottom: 0.24rem;
}

.qat {
  width: 13.95rem;
  margin: 0 auto;
  margin-top: 1.42rem;
  position: relative;
}

.qat .box {
  width: 13.05rem;
  height: 7.03rem;
  background-image: url("../images/rp9.jpg");
  background-size: 100% 100%;
  border-radius: 0.4rem;
  padding-left: 1.11rem;
  padding-top: 1.5rem;
}

.qat .box ul li h6 {
  font-size: 0.6rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #ffffff;
  width: 4rem;
}

.qat .box ul li p {
  font-size: 0.16rem;
  font-family: "SansSerif";
  
  color: #ffffff;
  margin-top: 0.52rem;
  width: 4.35rem;
}

.qat .box ul li a {
  width: 2.23rem;
  height: 0.5rem;
  background: #05d3aa;
  border-radius: 0.25rem;
  font-size: 0.18rem;
      font-family: "SansSerifBold";font-weight: 600;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
  display: block;
  margin-top: 0.77rem;
}
.qat .box ul li a:hover{
  background: #0e51ac
}
.qat .boxs {
  width: 7.28rem;
  height: 4.86rem;
  border-radius: 0.3rem;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  background-image: url("../images/rp8.jpg");
  display: flex;
  align-items: flex-end;
}

.qat .boxs ul {
  width: 7.28rem;
  height: 1.34rem;
  background: #05d3aa;
  opacity: 0.83;
  border-radius: 0px 0px 0.3rem 0.3rem;
  padding: 0 0.33rem;
  padding-top: 0.21rem;
}

.qat .boxs ul li p {
  font-size: 0.16rem;
  font-family: "SansSerif";
  
  color: #ffffff;
}

.qat .bf {
  width: 1rem;
  height: 1rem;
  background-color: rgba(97, 50, 50, 0.3);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 47.8%;
}

.qat .bf ul {
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.51);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qat .bf ul li {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qat .bf ul li img {
  width: 0.18rem;
  margin-left: 0.05rem;
}

.wk {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 0 1.91rem;
  z-index: 0;
}

.wk .task {
  width: 14.5rem;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  padding-bottom: 50px;
}

.wk .task .left {
  width: 7.24rem;
  height: 7.24rem;
  border-radius: 50%;
  position: relative;
}

.wk .task .left ul li img {
  width: 100%;
}

.wk .task .left ul .yuanquan {
  width: 0.93rem;
  height: 0.93rem;
  background: #0e51ac;
  opacity: 0.64;
  border-radius: 50%;
  position: absolute;
  top: 5.11rem;
  left: 6.52rem;
}

.wk .task .left ul .yuanhuan {
  width: 1.27rem;
  height: 1.27rem;
  border: 0.1rem solid #82e0d1;
  border-radius: 50%;
  top: -0.26rem;
  left: -0.34rem;
  position: absolute;
}

.wk .task .right {
  width: 5.13rem;
  margin-left: 110px;
  padding-top: 0.94rem;
}

.wk .task .right ul li {
  position: relative;
  z-index: 999;
}

.wk .task .right ul li p {
  font-size: 0.26rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #4d4d4d;
  z-index: 9999;
}

.wk .task .right ul li h6 {
  font-size: 0.48rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #333333;
  margin-top: 0.45rem;
  margin-bottom: 0.33rem;
}

.wk .task .right ul li .nr {
  font-size: 0.16rem;
  font-family: "SansSerif";
  
  color: #666666;
  margin-bottom: 0.41rem;
}

.wk .task .right ul li a {
  width: 1.54rem;
  height: 0.44rem;
  background: #05d3aa;
  border-radius: 0.22rem;
  font-size: 0.14rem;
      font-family: "SansSerifBold";font-weight: 600;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
  line-height: 0.44rem;
  text-align: center;
  display: block;
  margin-top: 0.29rem;
}
.wk .task .right ul li a:hover{
  background: #0e51ac
}
.wk .task .right ul li .box {
  width: 0.61rem;
  height: 0.61rem;
  background: #05d3aa;
  border-radius: 50%;
  position: absolute;
  left: -0.25rem;
  bottom: 0;
  z-index: -1;
}

.wk .task .right ul .tgfa {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
  position: relative;
}

.wk .task .right ul .tgfa span {
  width: 0.22rem;
  height: 0.22rem;
  border: 0.02rem solid #0e51ac;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e51ac;
  font-size: 0.16rem;
  position: absolute;
}

.wk .task .right ul .tgfa p {
  font-size: 0.16rem;
  font-family: "SansSerif";
  padding-left: 20px;
  color: #333333;
  margin-left: 0.19rem;
}

.wk .dw {
  width: 2.27rem;
  height: 2.27rem;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: 0;
}

.wk .dw ul {
  width: 2.27rem;
  height: 2.27rem;
  background-color: #fff;
  border-radius: 0 0 0 1.91rem;
}

.OurProduct {
  width: 100%;
  background-color: var(--mainColor);
  position: relative;
  padding-bottom: 1.05rem;
}

.OurProduct .ec {
  width: 15.46rem;
  margin: 0 auto;
  overflow: hidden;
}

.OurProduct .ec .title {
  margin-top: 0.88rem;
}

.OurProduct .ec .title ul li {
  position: relative;
}

.OurProduct .ec .title ul li p {
  font-size: 0.48rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #333333;
  text-align: center;
}

.OurProduct .ec .title ul li img {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: 3.01rem;
}

.OurProduct .ec .title ul li .box {
  width: 12.94rem;
  margin: 0 auto;
  margin-top: 0.6rem;
}

.OurProduct .ec .title ul li .box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.OurProduct .ec .title ul li .box ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 20px;
}

.OurProduct .ec .title ul li .box ul li span {
  width: 0.08rem;
  height: 0.08rem;
  background: #05d3aa;
  border-radius: 50%;
  margin-right: 0.03rem;
}

.OurProduct .ec .title ul li .box ul li p {
  font-size: 0.2rem;
  font-family: "SansSerif";
  
  color: #333333;
  z-index: 3;
}
.OurProduct .ec .title ul li .box ul li p a{
  color: #333333;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}.OurProduct .ec .title ul li .box ul li p a:hover{
  color: #05d3aa
}

.OurProduct .ec .title ul li .box ul li .boxs {
  width: 0.5rem;
  height: 0.5rem;
  background: #05d3aa;
  border-radius: 50%;
  position: absolute;
  left: -0.32rem;
  right: 0;
  z-index: 0;
}

.OurProduct .ec .content {
  width: 100%;
  margin-top: 0.4rem;
}

.OurProduct .ec .content ul {
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
  margin: -20px 0;
}

.OurProduct .ec .content ul li {
  /*width: 3.61rem;
  height: 3.61rem;*/
  /*background-color: #fff;*/
  /*display: inline-flex;
  align-items: center;
  justify-content: center;*/
  position: relative;
  /*margin-top: 0.41rem;*/
  overflow: hidden;
  /*box-shadow: 0px 0.1rem 0.15rem 0.05rem rgba(0, 0, 0, 0.02);*/
  padding: 20px;
}
.OurProduct .ec .content ul li .item{
  box-shadow: 0px 0.1rem 0.15rem 0.05rem rgba(0, 0, 0, 0.02);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
/*.OurProduct .ec .content ul li img {
  width: 2.5rem;
}*/

.OurProduct .ec .content ul li .box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 81, 172, 0.15);
  box-shadow: 0px 0.1rem 0.15rem 0.05rem rgba(0, 0, 0, 0.05);
  transition: all 0.6s;
}

.OurProduct .ec .content ul li .box a {
  font-size: 0.3rem;
  font-family: "SansSerif";
  
  color: #000000;
  line-height: 3.61rem;
  text-align: center;
  display: block;
}

.OurProduct .ec .content ul li:hover .box {
  top: 0;
}

.OurProduct .ec .content .more {
  width: 2.08rem;
  height: 0.63rem;
  background: #05d3aa;
  border-radius: 0.32rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.OurProduct .ec .content .more a {
  display: block;
  font-size: 0.22rem;
      font-family: "SansSerifBold";font-weight: 600;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
  line-height: 0.63rem;
  text-align: center;
}
.OurProduct .ec .content .more:hover{
  background: #0e51ac
}
.OurProduct .dw {
  width: 2.27rem;
  height: 2.27rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.OurProduct .dw ul {
  width: 2.27rem;
  height: 2.27rem;
  background-color:var(--mainColor);
  border-radius: 0 1.91rem 0 0;
}

.help {
  width: 100%;
  height: 2.81rem;
  background-image: url("../images/rp19.jpg");
  background-size: 100% 100%;
  padding-top: 0.56rem;
  padding-left: 4.18rem;
  position: relative;
}

.help ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.54rem;
}

.help ul li p {
  font-size: 0.22rem;
  font-family: "SansSerif";
  
  color: #ffffff;
  z-index: 3;
}

.help ul li span {
  width: 0.52rem;
  height: 0.52rem;
  background: #05d3aa;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: -0.25rem;
  top: 50%;
  z-index: 0;
}

.help ul li h6 {
  font-size: 0.48rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #ffffff;
  margin-left: -0.25rem;
}

.help ul li a {
  width: 2.21rem;
  height: 0.61rem;
  background: #05d3aa;
  border-radius: 0.31rem;
  font-size: 0.24rem;
      font-family: "SansSerifBold";font-weight: 600;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
  line-height: 0.61rem;
  text-align: center;
  margin-left: 1.11rem;
  display: block;
}
.help ul li a:hover{
  background: #0e51ac;
}
.help ul li img {
  position: absolute;
  top: 0;
  left: -1.5rem;
}

.help .dw {
  width: 2.27rem;
  height: 2.27rem;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.LatestNews {
  width: 13.73rem;
  margin: 0 auto;
  margin-top: 1.42rem;
}

.LatestNews .title {
  position: relative;
}

.LatestNews .title h6 {
  font-size: 0.48rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #333333;
  text-align: center;
}

.LatestNews .title p {
  font-size: 0.16rem;
  font-family: "SansSerif";
  
  color: #333333;
  margin-top: 0.35rem;
  text-align: center;
}

.LatestNews .title img {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -0.15rem;
}

.LatestNews .content {
  width: 100%;
  margin-top: 0.69rem;
}

.LatestNews .content ul {
  /*display: flex;
  justify-content: space-between;*/
  margin: -15px;
}

.LatestNews .content ul li {
  /*width: 3.2rem;*/
  /*padding: 0 0.49rem;*/
  /*background-color: #fff;
  border-radius: 0.25rem;
  padding-bottom: 0.4rem;*/
  padding: 15px;
}
.LatestNews .content ul li .item{
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 20px;
}
.LatestNews .content ul li img {
  width: 2.22rem;
  margin-bottom: 0.33rem;
}

.LatestNews .content ul li .time {
  font-size: 0.22rem;
  font-family: "SansSerif";
  
  color: #333333;
  padding-left: 0.26rem;
  position: relative;
  z-index: 999;
}

.LatestNews .content ul li .time span {
  width: 0.43rem;
  height: 0.43rem;
  background: #05d3aa;
  border-radius: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: -1;
}
.LatestNews .content ul li .news-img img{
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.LatestNews .content ul li .news-img:hover img{
  transform: scale(1.1);
}
.LatestNews .content ul li h6 {
  font-size: 0.26rem;
      font-family: "SansSerifBold";font-weight: 600;
  line-height: 1.6;
  color: #333333;
  margin-top: 0.37rem;
  margin-bottom: 0.23rem;
  min-height: 111px;
}
.LatestNews .content ul li h6 a{
  color: #333333;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.LatestNews .content ul li h6 a:hover{
  color: #05d3aa;
}
.LatestNews .content ul li .nr {
  font-size: 0.14rem;
  font-family: "SansSerif";
  
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.LatestNews .content ul li a.more {
  width: 1.27rem;
  height: 0.4rem;
  background: #05d3aa;
  border-radius: 0.2rem;
  font-size: 0.14rem;
      font-family: "SansSerifBold";font-weight: 600;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
  display: block;
  margin-top: 0.17rem;
}
.LatestNews .content ul li a.more:hover{
  background: #0e51ac;
}
.dwbj {
  width: 100%;
  height: 5.28rem;
  background-color: var(--mainColor);
  border-radius: 2rem 0 0 0;
  margin-top: -4.3rem;
}

footer {
  width: 100%;
  background: #0e51ac;
  padding-top: 0.67rem;
}

footer .top {
  width: 16rem;
  margin: 0 auto;
  padding: 0 0.9rem 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.7);
}

footer .top .left ul li h6 {
  font-size: 0.3rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #ffffff;
  margin-bottom: 0.31rem;
  text-align: center;
  line-height: 0.4rem;
}
footer .top .left ul li img{
  display: block;
  margin: 0 auto 20px;
}
footer .top .left ul li a {
  width: 1.27rem;
  height: 0.4rem;
  background: #05d3aa;
  border-radius: 0.2rem;
  font-size: 0.14rem;
      font-family: "SansSerifBold";font-weight: 600;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}
footer .top .left ul li a:hover{
  background: #000;
}
footer .top .box ul li {
  display: flex;
  align-items: center;
}

footer .top .box ul li h6 {
  font-size: 0.26rem;
      font-family: "SansSerifBold";font-weight: 600;
  
  color: #ffffff;
  line-height: 0.4rem;
  margin-bottom: 0.37rem;
}

footer .top .box ul li a {
  font-size: 0.14rem;
  font-family: "SansSerif";
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
  margin-bottom: 0.25rem;
  display: block;
}
footer .top .box ul li a:hover{
  color: #05d3aa;
}
footer .top .box ul li img {
  margin-right: 0.2rem;
}

footer .copyright {
  /*height: 1.11rem;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

footer .copyright p {
  font-size: 0.12rem;
  font-family: Poppins;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1600px){
  header .swiper-slide ul li h6{
    font-size: 46px;
  }
}
@media screen and (max-width: 1400px){
  header .swiper-slide ul li h6{
    font-size: 38px;
  }
  header .swiper-slide ul{
    left: 120px;
  }
  .introduce .box ul li .nr{
    min-height: 108px;
  }
  .LatestNews .content ul li h6{
    min-height: 70px;
  }
}
@media screen and (max-width: 1200px){
  header .swiper-slide ul li h6 {
    font-size: 32px;
  }
  header .swiper-slide ul{
    width: 60%;
  }
  header .swiper-slide ul li > p{
    margin-bottom: 30px;
  }
  .introduce .box ul li a{
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  .qat .box ul li a{
    margin-top: 20px;
  }
  .qat .box{
    padding-top: 40px;
  }
  .OurProduct .ec .title ul li .box ul li p{
    font-size: 16px;
  }
  .wk .task .right ul li a,
  .LatestNews .content ul li a.more{
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px){
  header .swiper-slide ul {
    left: 55px;
    width: 75%;
  }
  header .swiper-slide ul{
    top: 10%;
  }
  .introduce{
    flex-wrap: wrap;
  }
  .introduce .box{
    width: 48%;
    margin-bottom: 30px;
  }
  .introduce .box ul li .nr{
    width: auto;
  }
  .wk .task,
  .qat {
    width: 90%;
  }
  .qat .box ul li h6{
    width: 60%;
  }
  .qat .box ul li p{
    width: 65%;
  }
  .qat .box ul li a{
    width: 140px;
    height: 30px;
    line-height: 30px;
  }
  .qat .bf{
    left: 78.8%;
  }
  .wk .task .right{
    width: 50%;
  }
  footer .top .left ul li a,
  .help ul li a,
  .OurProduct .ec .content .more{
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  .OurProduct .ec .content .more a{
    line-height: 30px;
  }
  .help ul li a,
  .help ul li h6{
    z-index: 1;
  }
  .LatestNews .content ul li h6{
    min-height: 48px;
  }
  
}
@media screen and (max-width: 750px) {
  header {
    width: 100%;
    position: relative;
  }
  header .swiper-container {
    width: 100%;
    height: 100%;
  }
  header .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  header .swiper-slide img {
    width: 100%;
  }
  header .swiper-slide ul {
    position: absolute;
    top: 10%;
    left:30px;
  }
  header .swiper-slide ul li h6 {
    font-size: 0.4rem;
        font-family: "SansSerifBold";font-weight: 600;
    font-weight: 4rem;
    color: #ffffff;
    margin-bottom: 0.05rem;
    text-align: left;
  }
  header .swiper-slide ul li > p {
    /*width: 5.05rem;
    height: 0.67rem;*/
    font-size: 0.18rem;
    font-family: "SansSerif";
    
    color: #f2efef;
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
    text-align: left;
  }
  header .swiper-slide ul li a {
    width: 2rem;
    height: 0.4rem;
    background-color: #05d3aa;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
    display: flex;
    align-items: center;
  }
  header .swiper-slide ul li a p {
    width: 1.89rem;
    height: 0.4rem;
    font-size: 0.18rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #f2efef;
    line-height: 0.4rem;
    text-align: center;
  }
  header .swiper-slide ul li a span {
    width: 0.5rem;
    height: 0.4rem;
    background: #0e51ac;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
  }
  header .swiper-container-horizontal > .swiper-pagination-bullets,
  header .swiper-pagination-custom,
  header .swiper-pagination-fraction {
    bottom: 0rem;
    left: -38%;
    width: 100%;
    display: none;
  }
  header .swiper-pagination-bullet {
    width: 0.09rem;
    height: 0.09rem;
    display: inline-block;
    border-radius: 0.5rem;
    background: #fff;
    opacity: 1;
  }
  header .swiper-pagination-bullet-active {
    width: 0.27rem;
    height: 0.09rem;
    background: #05d3aa;
    border-radius: 0.04rem 0.04rem 0.04rem 0.05rem;
  }
  .head {
    width: 7rem;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    z-index: 999;
    padding-top: 0.41rem;
  }
  .head .ding {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .head .ding .logo p {
    font-size: 0.48rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
  }
  .head .ding .right {
    display: flex;
    align-items: center;
    display: none;
  }
  .head .ding .right ul {
    display: flex;
    align-items: center;
    margin-left: 0.91rem;
  }
  .head .ding .right ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .head .ding .right ul li img {
    margin-right: 0.12rem;
  }
  .head .ding .right ul li h6 {
    font-size: 0.16rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    margin-bottom: 0.05rem;
  }
  .head .ding .right ul li p {
    font-size: 0.14rem;
    font-family: "SansSerif";
    
    color: #ffffff;
  }
  .head .ding .daohang_ico {
    display: block;
  }
  .head .ding .daohang_ico img {
    width: .75rem;
    height: .6rem;
  }
  .head .dhl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.55rem;
    display: none;
  }
  .head .dhl .nav {
    width: 7.7rem;
  }
  .head .dhl .nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .head .dhl .nav ul li {
    display: flex;
    position: relative;
  }
  .head .dhl .nav ul li a {
    font-size: 0.2rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
  }
  .head .dhl .nav ul li .box {
    width: 0.39rem;
    height: 0.39rem;
    background: #05d3aa;
    border-radius: 50%;
    position: absolute;
    left: -0.11rem;
    top: -0.05rem;
    z-index: -1;
    display: none;
  }
  .head .dhl .nav ul .click .box {
    display: block;
  }
  .head .dhl .right ul {
    display: flex;
    align-items: center;
  }
  .head .dhl .right ul li {
    margin-right: 0.25rem;
  }
  .head .dhl .right ul li a {
    width: 1.9rem;
    height: 0.51rem;
    background: #05d3aa;
    border-radius: 0.26rem;
    font-size: 0.2rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    line-height: 0.51rem;
    text-align: center;
    display: block;
  }
  .head .dhl .right ul .ss {
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgba(255, 255, 255, 0.23);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head_ico {
    display: block;
    width: 3.5rem;
    height: 100vh;
    position: absolute;
    top: 1.2rem;
    right: -3.5rem;
    z-index: 999;
    background-color: #fff;
    display: none;
  }
  .head_ico .nav ul li {
    width: 100%;
    height: 1rem;
    border-bottom: .02rem solid #0e51ac;
  }
  .head_ico .nav ul li a {
    font-size: .28rem;
    color: #000;
    line-height: 1rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .head_ico .right {
    width: 3.5rem;
    height: 1rem;
    background-color: #0e51ac;
    border-radius: .5rem;
    margin: 0 auto;
    margin-top: .2rem;
  }
  .head_ico .right ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head_ico .right ul li {
    display: flex;
    align-items: center;
    height: 1rem;
  }
  .head_ico .right ul li img {
    width: .5rem;
    margin: 0 .1rem;
  }
  .head_ico .right ul li a {
    font-size: .3rem;
    color: #fff;
    line-height: 1rem;
  }
  .head_ico .boxsss ul {
    display: flex;
    align-items: center;
  }
  .head_ico .boxsss ul li {
    margin-top: .2rem;
  }
  .head_ico .boxsss ul li img {
    width: .5rem;
    margin-right: .1rem;
  }
  .head_ico .boxsss ul li h6 {
    font-size: .3rem;
  }
  .head_ico .boxsss ul li p {
    font-size: .24rem;
  }
  .introduce {
    /*width: 7rem;*/
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0.78rem;
  }
  /*.introduce .box {
    width: 3.3rem;
    height: 4rem;
    margin-bottom: 0.6rem;
  }*/
  .introduce .box ul li img {
    /*width: 1rem;*/
    margin-bottom: 0.27rem;
    margin: 0 auto;
  }
  .introduce .box ul li .name {
    font-size: 0.3rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #333333;
    text-align: center;
    margin-top: 0.2rem;
  }
  .introduce .box ul li .nr {
    /*width: 3.3rem;*/
    font-size: 0.2rem;
    font-family: "SansSerif";
    
    color: #666666;
    text-align: center;
  }
  .introduce .box ul li a {
    margin: 0 auto;
    /*width: 2rem;
    height: 0.5rem;*/
    background: #05d3aa;
    border-radius: 0.5rem;
    font-size: 0.24rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    /*line-height: 0.5rem;*/
    text-align: center;
    display: block;
    margin-top: 0.22rem;
  }
  .introduce .box ul .t {
    /*width: 1.2rem;
    height: 1.2rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .introduce .box ul .bian {
    width: 0.81rem;
    height: 0.02rem;
    background: #05d3aa;
    margin-top: 0.16rem;
    margin-bottom: 0.24rem;
    margin: 0 auto;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .qat {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 0.75rem;
    position: relative;
    padding-bottom: 10px;
  }
  
  .qat .box {
    /*width: 7rem;
    height: 4rem;
    background-image: url("../images/rp9.png");
    background-size: 100% 100%;
    border-radius: 0.4rem;
    padding-left: 0rem;
    padding-top: 0.2rem;*/
    position: unset;
    transform: translateY(0);
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
  }
  .qat .box ul li h6 {
    font-size: 0.4rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  .qat .box ul li p {
    font-size: 0.24rem;
    font-family: "SansSerif";
    
    color: #ffffff;
    margin-top: 0.2rem;
    width: 100%;
    text-align: center;
  }
  .qat .box ul li a {
    margin: 0 auto;
    /*width: 2.5rem;
    height: 0.75rem;*/
    background: #05d3aa;
    border-radius: 0.5rem;
    font-size: 0.26rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    /*line-height: 0.75rem;*/
    text-align: center;
    display: block;
    margin-top: 0.25rem;
  }
  .qat .boxs {
    /*width: 5.5rem;
    height: 4rem;
    border-radius: 0.3rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 63.5%;
    left: 50%;
    background-image: url("../images/rp8.png");
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;*/
    display: none
  }
  .qat .boxs ul {
    width: 100%;
    height: 1.34rem;
    background: #05d3aa;
    opacity: 0.83;
    border-radius: 0px 0px 0.3rem 0.3rem;
    padding: 0 0.33rem;
    padding-top: 0.21rem;
  }
  .qat .boxs ul li p {
    font-size: 0.24rem;
    font-family: "SansSerif";
    
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .qat .bf {
    /*width: 1rem;
    height: 1rem;
    background-color: rgba(97, 50, 50, 0.3);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 41.5%;*/
    left: 50%;
    top: auto;
    bottom: 30px;
  }
  .qat .bf ul {
    width: 0.71rem;
    height: 0.71rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.51);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qat .bf ul li {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qat .bf ul li img {
    width: 0.18rem;
    margin-left: 0.05rem;
  }
  .wk {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 0 1.91rem;
  }
  .wk .task {
    width: 7rem;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    padding-bottom: 30px;
  }
  .wk .task .left {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
  }
  .wk .task .left ul li img {
    width: 100%;
  }
  .wk .task .left ul .yuanquan {
    width: 0.93rem;
    height: 0.93rem;
    background: #0e51ac;
    opacity: 0.64;
    border-radius: 50%;
    position: absolute;
    top: 4.5rem;
    left: 4.5rem;
  }
  .wk .task .left ul .yuanhuan {
    width: 1.27rem;
    height: 1.27rem;
    border: 0.1rem solid #82e0d1;
    border-radius: 50%;
    top: -0.26rem;
    left: -0.34rem;
    position: absolute;
  }
  .wk .task .right {
    width: 7rem;
    margin-left: 0rem;
    padding-top: 0.94rem;
  }
  .wk .task .right ul li {
    position: relative;
  }
  .wk .task .right ul li p {
    font-size: 0.35rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #4d4d4d;
  }
  .wk .task .right ul li h6 {
    font-size: 0.45rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #333333;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .wk .task .right ul li .nr {
    font-size: 0.24rem;
    font-family: "SansSerif";
    
    color: #666666;
    margin-bottom: 0.41rem;
  }
  .wk .task .right ul li a {
    width: 2.5rem;
    height: 0.6rem;
    background: #05d3aa;
    border-radius: 0.5rem;
    font-size: 0.25rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    line-height: 0.6rem;
    text-align: center;
    display: block;
    margin-top: 0.29rem;
    z-index: 999;
    margin-left: 4rem;
  }
  .wk .task .right ul li .box {
    width: 0.61rem;
    height: 0.61rem;
    background: #05d3aa;
    border-radius: 50%;
    position: absolute;
    left: -0.25rem;
    bottom: 0;
    z-index: -1;
  }
  .wk .task .right ul .tgfa {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
    z-index: 999;
  }
  .wk .task .right ul .tgfa span {
    width: 0.22rem;
    height: 0.22rem;
    border: 0.02rem solid #0e51ac;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e51ac;
    font-size: 0.16rem;
  }
  .wk .task .right ul .tgfa p {
    font-size: 0.24rem;
    font-family: "SansSerif";
    line-height: 2;
    color: #333333;
    margin-left: 0.19rem;
  }
  .wk .dw {
    width: 2.27rem;
    height: 2.27rem;
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .wk .dw ul {
    width: 2.27rem;
    height: 2.27rem;
    background-color: #fff;
    border-radius: 0 0 0 1rem;
  }
  .OurProduct {
    width: 100%;
    background-color: var(--mainColor);
    position: relative;
    padding-bottom: 0.75rem;
  }
  .OurProduct .ec {
    width: 7rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .OurProduct .ec .title {
    margin-top: 0.88rem;
  }
  .OurProduct .ec .title ul li {
    position: relative;
  }
  .OurProduct .ec .title ul li p {
    font-size: 0.4rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #333333;
    text-align: center;
  }
  .OurProduct .ec .title ul li img {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    width: 3rem;
  }
  .OurProduct .ec .title ul li .box {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .OurProduct .ec .title ul li .box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .OurProduct .ec .title ul li .box ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0.2rem;
    margin-bottom: 0.2rem;
  }
  .OurProduct .ec .title ul li .box ul li span {
    width: 0.08rem;
    height: 0.08rem;
    background: #05d3aa;
    border-radius: 50%;
    margin-right: 0.03rem;
  }
  .OurProduct .ec .title ul li .box ul li p {
    font-size: 0.3rem;
    font-family: "SansSerif";
    
    color: #333333;
    z-index: 3;
  }
  .OurProduct .ec .title ul li .box ul li .boxs {
    width: 0.5rem;
    height: 0.5rem;
    background: #05d3aa;
    border-radius: 50%;
    position: absolute;
    left: -0.32rem;
    right: 0;
    z-index: 0;
  }
  .OurProduct .ec .content {
    width: 100%;
    margin-top: 0.4rem;
  }
  .OurProduct .ec .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .OurProduct .ec .content ul li {
    /*width: 3.3rem;
    height: 3.3rem;*/
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0.41rem;
    overflow: hidden;
    box-shadow: 0px 0.1rem 0.15rem 0.05rem rgba(0, 0, 0, 0.02);
  }
  /*.OurProduct .ec .content ul li img {
    width: 2.5rem;
  }*/
  .OurProduct .ec .content ul li .box {
    position: absolute;
    top: 3.61rem;
    left: 0;
    width: 3.61rem;
    height: 3.61rem;
    background: rgba(14, 81, 172, 0.15);
    box-shadow: 0px 0.1rem 0.15rem 0.05rem rgba(0, 0, 0, 0.05);
    transition: all 0.6s;
  }
  .OurProduct .ec .content ul li .box a {
    font-size: 18px;
    font-family: "SansSerif";
    
    color: #000000;
    line-height: 1.8;
    text-align: center;
    display: block;
  }
  .OurProduct .ec .content ul li:hover .box {
    top: 0;
  }
  .OurProduct .ec .content .more {
    width: 3rem;
    height: 0.75rem;
    background: #05d3aa;
    border-radius: 0.5rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .OurProduct .ec .content .more a {
    display: block;
    font-size: 0.4rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    line-height: 0.75rem;
    text-align: center;
  }
  .OurProduct .dw {
    width: 2.27rem;
    height: 2.27rem;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .OurProduct .dw ul {
    width: 2.27rem;
    height: 2.27rem;
    background-color: var(--mainColor);
    border-radius: 0 1rem 0 0;
  }
  .help {
    width: 100%;
    height: 1.5rem;
    background-image: url("../images/rp19.png");
    background-size: 100% 100%;
    padding-top: 0.2rem;
    padding-left: 1rem;
    position: relative;
  }
  .help ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0.1rem;
  }
  .help ul li p {
    font-size: 0.24rem;
    font-family: "SansSerif";
    
    color: #ffffff;
    z-index: 3;
  }
  .help ul li span {
    width: 0.52rem;
    height: 0.52rem;
    background: #05d3aa;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: -0.25rem;
    top: 50%;
    z-index: 0;
  }
  .help ul li h6 {
    font-size: 0.38rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    margin-left: -0.25rem;
    width: 4rem;
  }
  .help ul li a {
    width: 2.21rem;
    height: 0.61rem;
    background: #05d3aa;
    border-radius: 0.31rem;
    font-size: 0.24rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    line-height: 0.61rem;
    text-align: center;
    margin-left: 0rem;
    display: block;
  }
  .help ul li img {
    width: 5rem;
    position: absolute;
    top: 0;
    left: -0.2rem;
  }
  .help .dw {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .LatestNews {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.75rem;
  }
  .LatestNews .title {
    position: relative;
  }
  .LatestNews .title h6 {
    font-size: 0.4rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #333333;
    text-align: center;
  }
  .LatestNews .title p {
    font-size: 0.26rem;
    font-family: "SansSerif";
    
    color: #333333;
    margin-top: 0.15rem;
    text-align: center;
  }
  .LatestNews .title img {
    width: 4rem;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -0.15rem;
  }
  .LatestNews .content {
    width: 100%;
    margin-top: 0.69rem;
  }
  /*.LatestNews .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }*/
  .LatestNews .content ul li {
    /*width: 3.3rem;*/
    /*padding: 0 0rem;*/
    /*background-color: #fff;*/
    /*border-radius: 0.25rem;*/
    /*padding-bottom: 0.4rem;*/
  }
  .LatestNews .content ul li img {
    width: 2.22rem;
    margin-bottom: 0.33rem;
    margin: 0 auto;
  }
  .LatestNews .content ul li .time {
    font-size: 0.24rem;
    font-family: "SansSerif";
    
    color: #333333;
    padding-left: 0rem;
    position: relative;
    text-align: center;
    margin-top: 0.2rem;
  }
  .LatestNews .content ul li .time span {
    width: 0.43rem;
    height: 0.43rem;
    background: #05d3aa;
    border-radius: 50%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index: -1;
  }
  .LatestNews .content ul li h6 {
    font-size: 0.35rem;
        font-family: "SansSerifBold";font-weight: 600;
    line-height: 1.8;
    color: #333333;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .LatestNews .content ul li .nr {
    font-size: 0.24rem;
    font-family: "SansSerif";
    line-height: 2;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .LatestNews .content ul li a.more {
    width: 2.5rem;
    height: 0.75rem;
    margin: 0 auto;
    background: #05d3aa;
    border-radius: 0.5rem;
    font-size: 0.28rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    line-height: 0.75rem;
    text-align: center;
    display: block;
    margin-top: 0.17rem;
  }
  .dwbj {
    width: 100%;
    height: 5.28rem;
    background-color: #f1f1f1;
    border-radius: 1rem 0 0 0;
    margin-top: -4.3rem;
  }
  footer {
    width: 100%;
    background: #0e51ac;
    padding-top: 0.67rem;
  }
  footer .top {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 0rem 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.7);
  }
  footer .top .left {
    width: 50%;
  }
  footer .top .left ul li h6 {
    font-size: 0.3rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    margin-bottom: 0.31rem;
    text-align: center;
    line-height: 0.4rem;
  }
  footer .top .left ul li a {
    width: 2.5rem;
    height: 0.65rem;
    background: #05d3aa;
    border-radius: 0.5rem;
    font-size: 0.24rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    line-height: 0.65rem;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  footer .top .box {
    width: 50%;
  }
  footer .top .box.three,
  footer .top .box.two{
    display: none;
  }
  footer .top .box ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .top .box ul li h6 {
    font-size: 0.26rem;
        font-family: "SansSerifBold";font-weight: 600;
    
    color: #ffffff;
    line-height: 0.4rem;
    margin-bottom: 0.37rem;
    text-align: center;
  }
  footer .top .box ul li a {
    font-size: 0.24rem;
    font-family: "SansSerif";
    
    color: #ffffff;
    margin-bottom: 0.25rem;
    display: block;
    text-align: center;
  }
  footer .top .box ul li img {
    margin-right: 0.2rem;
  }
  footer .copyright {
    /*height: 1.11rem;*/
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer .copyright p {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width:500px){
  header .swiper-slide ul li > p{
    display: none;
  }
  header .swiper-slide ul li h6{
    margin-bottom: 15px;
    line-height: 1.8;
  }
  header .swiper-slide ul{
    top: 25%;
  }
  .introduce .box{
    width: 100%;
  }
  .introduce .box ul li .nr{
    width: 100%;
    min-height: unset;
    font-size: 14px;
    line-height: 2;
  }
  footer .top .left{
    display: none;
  }
  footer .top .box{
    width: 100%;
  }
}