.top {
  width: 100%;
  height: 35px;
  /* border-bottom: 1px solid #dadce0; */
  background: rgba(0,0,0,.3);
  overflow: hidden;
  transition:height .4s ease-in-out;
  position: relative;
  z-index: 200;
}

.tongzhi-box ul li a {
  color: #d2d6d8;
}
.tongzhi-box ul {
  min-width: 300px;
}
.top-content{
  width: 81%;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  overflow: hidden;
}

.top-content>div:nth-child(2) a:nth-child(-n + 3)::after {
  color: #dadce0;
  content: '|';
  margin-left: 4px;
  line-height: 1px;
  font-size: 2px;
}
.top-right-link {
  width: auto;
  display:flex;
  justify-content: flex-end;
}
.top-right-link a {
  font-size: 1rem;
  color:#d2d6d8;
}
.top-content .tongzhi span {
  width: 20px;
  height: 20px;
  display:inline-block;
  box-sizing: border-box;
  position: relative;
}
.top-content .tongzhi {
  width: 50%;
  display: inline-flex;
  box-sizing: border-box;
  position: relative;
}
.tongzhi-box {
  height: auto;
  display:inline-block;
}
.top-content .tongzhi span img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
}
.top-content .tongzhi span img:nth-child(2) {
  animation: hideanimate .5s steps(2) infinite;
  animation-direction: alternate;
}
@keyframes hideanimate {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.top-content a:hover {
  color:#009fe8;
}
.top-content .tongzhi .tongzhi-box  ul {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.top-content .tongzhi .tongzhi-box ul li {
  text-decoration: underline;
  
}
.top-content .tongzhi .tongzhi-box ul li:hover {
  color: #009fe8;
}
.nav-box {
  width: 100%;
  height: 61px;
  position: relative;
  background: none;
  z-index: 999;
  top: 0;
  left: 0;
  /* box-shadow: 0 1px 8px 1px #dfe4ea; */
 }
 
.nav {
  width: 81%;
  height: 100%;
  min-width:1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-content  ul li>a {
  font-size: 1.1rem;
  position: relative;
  padding-bottom: 4px;
  color: #fff;
}

#nav-chance {
  box-shadow: 0 1px 3px 1px #dedede;
}
#nav-chance ul li>a {color: #fefefe;}

#nav-chance  ul #web-nav>i,
#nav-chance  ul #web-nav>span
 {
  color: #fefefe;
}
#nav-chance .black-broad,
.black-broad {
  backdrop-filter: blur(6px);
}
#nav-chance .black-broad {
  background-color:rgba(47, 53, 66, .9);
  overflow: hidden;
}
.nav-content ul #web-nav>i {
  display: inline-block;
  color: #f3f3f3;
  font-size: .1rem;
  font-weight: normal;
  transition: transform .3s ease-in-out;
  transform: rotate(0);
}
#nav-chance dl dt a {
  font-size: 1rem;
  color: #fefefe;
}
#nav-chance dl {
  position: relative;
}
#nav-chance dl dt a:hover {
  color: #ff6348;
}

#nav-chance  ul li:hover >a {
  color: #04a9f3;
}

.nav img {
  margin-top: 8px;
  width: 190px;
}
.nav-content {
  width: 1210px;
  min-width: 920px;
  height: 100%;
}
.nav-content input,
.nav-content label {
  display: none;
}
.nav-content  ul {
  min-width: 100%;
  /* min-width: 965px; */
  display: flex;
  justify-content:flex-end;
  height: 100%;
  align-items: center;
}
.nav-content  ul li {
  height: 20%;
  text-align: center;
  cursor: pointer;
  position:relative;
  z-index: 999;
}
.nav-content  ul li:nth-child(n + 2) {
  margin-left:18px;
}
.black-broad {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0,0,0,.8);
  z-index:300;
  opacity: 0;
  transition: transform .15s ease-in,opacity .1s ease-in-out;
  transform: scaleY(.95);
  transform-origin: 50% 0;
}
.nav-content  ul li:hover dl {
  opacity: 1;
}
.nav-content dl {
  overflow: hidden;
  height: 0;
  margin: 16px 0 0 0;
  transition: margin .2s ease-in-out,opacity .3s ease-in-out;
  opacity:.5;
}
.nav-content dl dt a {
  display: block;
  color: #fff;
  height: 26px;
}
.nav-content dl dt a:hover {
  color: #ff6348;
}
.nav-content  ul li:hover >a {
  color: #04a9f3;
}

.nav-content  ul #web-nav>i {
  display: inline-block;
  color: #f3f3f3;
  font-size: .1rem;
  font-weight: normal;
  transition: transform .3s ease-in-out;
  transform: rotate(0);
}
.nav-content  ul #web-nav #i-rotate {
  transform: rotate(90deg);
  color: #009fe8;
}
.nav-content  ul #web-nav>span {
  display: none;
  color: white;
  margin-left: -12%;
}
.nav-content  ul li>a:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  position:absolute;
  left:0;
  bottom: -4px;
  transition:transform .3s;
  transform: scaleX(0);

}
.important-content-cell {
  width: 72%;
  min-width: 975px;
  height: 22vh;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid#dadce0;
}
.company-product {
  width: 33%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.company-product i {
  margin-right: 12px;
  font-size: 4rem;
}
.company-product h5 {
  font-size: 1rem;
}
.company-product-left {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.company-product:hover {
  background-color:#f1f2f6;
}
.company-product > a {
  color: #03A9F4;
  margin: 4.5% 0 0 8%;
}
.company-product > a:hover {
  color: #174ea6;
}




.iconarea {
  width: 100%;
  background: #fefefe;
  height: 800px;
}
.four-icon {
  width: 1400px;
  height: 550px;
  margin: 0 auto;
}
.iconarea >h4 {
  font-weight: 400;
  font-size: 28px;
  color: #424242;
  margin-bottom: 60px;
  text-align: center;
}
.four-icon-arrange {
  width: 100%;
  height: 50%;
  display: flex;
}
.four-icon-content {
  width: 33%;
  margin: 20px;
  background: #fefefe;
  background: linear-gradient(to right, #fefefe, #fdfdfd);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px 4px#f2f4f6;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.four-icon-content a b {
  display:inline-block;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  margin-left: 0;
}
.four-icon-content a:hover b{
  margin-left: 10px;
}
#icon-choise h5,
#icon-choise p,
#icon-choise a,
#icon-choise b{
  color: #fefefe;
}
#icon-choise i {
  color:#1e90ff;
}
.iconarea .icon-off::before,.iconarea .icon-off::after {
  transition: all 1.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.iconarea .icon-off::before {
  content: "";
  width: 640px;
  height: 640px;
  position: absolute;
  background:linear-gradient(to top, #70a1ff99 ,#3742fa99);
  left:-25%;
  top: 12%;
  border-radius: 40% 34%;
  transform: translateX(-50%);
  animation: cover-before 8s infinite linear;
  z-index: -2;
  opacity: 0;
}

@keyframes cover-before {
  0% {
    transform: rotate(0deg);

  }
  100% {
    transform: rotate(360deg);
    
  }
}
#icon-choise::after,
#icon-choise::before
 {
  opacity: 1;
}

.iconarea .icon-off::after {
  content: "";
  width: 640px;
  height: 640px;
  position: absolute;
  background:linear-gradient(to top, #70a1ff94, #3742fa94);
  left:-25%;
  top: 12%;
  border-radius: 42% 40%;
  animation: cover-after 8s infinite linear;
  z-index: -1;
  opacity: 0;
}
@keyframes cover-before {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes cover-after {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* .four-icon-content:after {
  content: '';
  position: absolute;
  right: -17px;
  top: 2%;
  height: 96%;
  width: 6px;
  background-color:#ffffff;
  border-radius: 10px;
  box-shadow: 1px 2px 4px 1px #dfe4ea;
} */
.four-icon-content i {
  font-size: 40px;
  color: #1a73e8;
}
.four-icon-content h5 {
  font-weight: 400;
  font-size: 22px;
  margin-top: 1%;
}
.four-icon-content p {
  font-size: 16px;
  margin: 4% 0 3% 0;
  width: 100%;
}
.four-icon-content  a {
  font-size: 14px;
  color:#1a73e8;
}
.four-icon-content  a:hover {
  color: #174ea6;
}
.wlw {
  width: 86%;
  text-align: center;
  margin: 40px auto;
}

.wlw .wlw-top-content h1{
  font-size: 1.7rem;
}
.wlw .wlw-top-content p {
  font-size: 1.2rem;
  margin-top: 20px;
  line-height: 36px;
}
.wlw-bottom-content {
  width: 100%;
  height: 360px;
  display: flex;
  margin-top: 3%;
  overflow: hidden;
}


.wlw-left-slider-content {
  height: 530px;
  width: 70%;
  position: relative;
  overflow: hidden;
}
.wlw-left-slider-content ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400%;
}
.wlw-left-slider-content ul li {
  width: 100%;
  height: 20%;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.wlw-left-slider-inner-content {
  width: 100%;
  height: 360px;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.wlw-left-slider-inner-content h1 {
  font-size: 4rem;
}
.wlw-left-slider-inner-content-text {
  text-align: left;
  margin-right: 2%;
}
.wlw-left-slider-inner-content-text h4{
  font-size: 22px;
  color: #424242;
  margin-bottom: 10px;
  font-weight: 400;
}

.wlw-left-slider-inner-content-text p {
  width: 592px;
  color: #545454;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: normal;
}


.wlw-right-slider-index {
  height: 360px;
  width: 5px;
  background: #eeeeee;
  margin-left: 5%;
  position: relative;
}

.wlw-right-slider-index>span {
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color:#747d8c;
  cursor: pointer;
}
.wlw-right-slider-index span div
.wlw-right-slider-content-text {
  width: 2000%;
  position: absolute;
  right: -2100%;
  top: -34%;
}
.wlw-ball-active:before {
  content:'';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position:absolute;
  background-color:#fff;
  border:none;
  top:50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
.wlw-right-slider-index span:nth-child(1) {
  top: 16%;
}
.wlw-right-slider-index span:nth-child(2) {
  top: 36%;
}
.wlw-right-slider-index span:nth-child(3) {
  top: 56%;
}

.wlw-right-slider-index span:nth-child(4) {
  top: 76%;
}

.wlw-right-slider-content {
  height: 360px;
  width: 30%;
}
.wlw-right-slider-content-text {
  text-align: left; 
}
.wlw-right-slider-content-text:nth-child(1) {
  margin: 16% 0 0 5%;
}
.wlw-right-slider-content-text:nth-last-child(-n + 3) {
  margin: 12% 0 0 5%;
}
.wlw-right-slider-content-text h1,
.wlw-right-slider-content-text span {
  font-size: 1rem;
}
.wlw-ball-active h1, .wlw-ball-active span {
  color: #57606f;
  font-weight: 600;
  font-size: 1.1rem;
}




.blue-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/IOT.png);
  background-size: 30% 30%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
  background-attachment:fixed;
}



.move-phone {
  width: 100%;
  height: 676px;
  background:url(../img/phone_city.png) 100% 100%;
  overflow: hidden;
}
.phone-top {
  text-align: center;
  padding-top: 46px;
}

.phone-top h1 {
  font-size: 28px;
  font-weight: 500;
}
.phone-top .blue-border {
  width: 145px;
  height: 2px;
  background-color: #3b76bb;
  margin: 10px auto;
}
.phone-top h3{
  font-size: 24px;
  font-weight: 500;
  color: #737272;
}
.phone-bottom {
  width: 1050px;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  height: 598px;
  position:relative;
}

.describe {
  width: 100%;
  height: 180px;
  text-align: center;
  margin-top: 120px;
}
.describe  h2 {
  font-size: 28px;
  color: #2f3542;
  margin-bottom:20px;
}
.describe  h3 {
  font-size: 20px;
  color: #7b7b7b;
}
.fontdiv{
  margin-right: 40px;
  text-align: center;
  /* margin: 0 20px 20px 0; */
}
.fontdiv span{
  font-size: 20px;
  font-weight: 500;
  color: #6b6b6b;
}
.ball {
  width: 106px;
  height: 106px;
  border: 3px solid #bdbdbd;
  border-radius: 50%;
  text-align: center;
  line-height: 106px;
  font-size: 36px;
  margin: 20px auto;
  transform-style: preserve-3d;
  transform: translateY(0px) translateY(0px);
  transition: all .6s;
  cursor:pointer;
}
.fontdiv:hover .ball{
  transform: translateY(-16px);
}
.fontdiv:nth-child(1) .ball{
  border: 2px solid#70a1ff;
}
.fontdiv:nth-child(1) .ball i{
  color:#70a1ff;
}


.fontdiv:nth-child(2) .ball{
  border: 2px solid#ff7f50;
}
.fontdiv:nth-child(2) .ball i{
  color:#ff7f50;
}

.fontdiv:nth-child(3) .ball{
  border: 2px solid #eccc68;
}
.fontdiv:nth-child(3) .ball i{
  color: #eccc68;
}


.fontdiv:nth-child(4) .ball{
  border: 2px solid#ff7f50;
}
.fontdiv:nth-child(4) .ball i{
  color:#ff6b81;
}

.fontdiv:nth-child(5) .ball{
  border: 2px solid#7bed9f;
}
.fontdiv:nth-child(5) .ball i{
  color:#7bed9f;
}

.fontdiv:nth-child(6) .ball{
  border: 2px solid#ff9ff3;
}
.fontdiv:nth-child(6) .ball i{
  color:#ff9ff3;
}


.fontdiv:nth-child(7) .ball{
  border: 2px solid #ff6b6b;
}
.fontdiv:nth-child(7) .ball i{
  color:#ff6b6b;
}


.fontdiv:nth-child(8) .ball{
  border: 2px solid #1dd1a1;
}
.fontdiv:nth-child(8) .ball i{
  color:#1dd1a1;
}

.ball i {
  font-size: 58px;
  color: #bdbdbd;
}
.fontdiv span {
  margin-top: 10px;
}
.ball-border {
  margin-top: 50px;
  width: 60%;
  height: 372px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.phone{
  width:360px;
  position: absolute;
  right: 0;
  bottom:33px;
}
.phone img {
  width: 100%;
}
.phone-show {
  width: 89%;
  height: 83%;
  position: absolute;
  left: 20px;
  overflow:auto;
  overflow-y: hidden;
  bottom: 2%;
  background-color: lightcoral;
}
.phone-show-box {
  width: 100%;
  position:absolute;
  height: 100%;
  top: 0;
}
.phone-show-box img {
  width: 100%;
  height: 100%;
}

.jdal {
  width: 84%;
  min-width: 1400px;
  height: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: flex-start;
}


.jdal>a {
  margin-top: 4%;
  font-weight: 600;
  width: 124px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 2px solid #57606f;
  transition: all .2s linear
}
.jdal>a:hover {
	border: 2px solid #eb2f06;
	color:#eb2f06;
}
.jdal .jdal-title {
  width: 84%;
  display: flex;
  justify-content:space-between;
  align-items: flex-end;
}
.jdal .jdal-title p{
  font-size: 1rem;
}
.jdal .jdal-title h1 {
  font-size: 2rem;
}
.jdal-title-right {
  display: flex;
  justify-content: flex-end;
  width: 60%;
}
.jdal-title-right span {
  width: 11%;
  margin-left: 1%;
  padding:1.4% 1% 1.4% 1%;
  text-align: center;
  font-size: 1.1rem;
  white-space:nowrap;
  overflow: hidden;
  cursor: pointer;
}
.jdal-title-right-active {
  background-color: #1a58ab;
  color: white;
}
.jdal-content {
  height: 80%;
  width: 90%;
  overflow: hidden;
}

.jdal-content ul {
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.jdal-content ul li {
  width: 27%;
  padding-top: 17%;
  height: 0;
  position: relative;
}

.jdal-content ul li .jdal-text-box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transform: scale(.9);
  background-color: rgba(47, 53, 66,.9);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  padding: 9%;

}
.jdal-content ul li .jdal-text-box span {
  display: inline-block;
  height: 85%;
  width: 100%;
  /* background-color: rgba(47, 53, 66,.9); */

  /* box-shadow: 0 0 0 50px rgba(0,0,0,0.9); */
  font-size: 16px;
  letter-spacing: 1.2px;
  overflow: hidden;
  /* white-space: nowrap; */
  color: #fefefe;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(.9);
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.jdal-content ul li:hover span {
  transform: scale(1);
  opacity: 1;
}
.jdal-content ul li:hover .jdal-text-box{
  transform: scale(1);
  opacity: 1;
}

.jdal-content ul li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.jdal-content ul li h2 {
  margin-top: 2.4%;
}

.jjfa{
  margin-top: 50px;
  width: 100%;
  height: 580px;
  background-color:#f5f5f5;
  padding-top: 3rem;
}
.jjfa-box {
  width: 1400px;
  height: 75%;
  margin:0 auto;
  position:relative;
  overflow: hidden;
}
.jjfa-box + a {
  position: absolute;
  right: 300px;
  font-size: 16px;
  margin-top: 10px;
}
.jjfa-box + a:hover {
	color:#ff3838;
}
.jjfa-box ul{
  width: 100%;
  height: 100%;
  display:flex;
  position:absolute;
  left:0;
}
.jjfa-box ul li {
  width:100%;
  height: 100%;
}
.jjfa-top {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  position: relative;
  align-items: center;
}
.jjfa-top .jjfa-title {
  margin:1.5%;
}
.jjfa-top .jjfa-title h1 {
  font-size: 2rem;
}
.jjfa-top button {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 2px solid #ccc;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  background-color:#fff;
  position: absolute;
  top: 25px;
}
.jjfa-top button:nth-child(3) i {
  display: inline-block;
  transform: rotate(-180deg);
}
.jjfa-top button:nth-child(2) {

  right: 40px;
}
.jjfa-top button:nth-child(3) {
  right: 95px;
}
#ban-button {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}
.jjfa-top button i {
  font-size: 1.2rem;
}
/* .jjfa-top button:nth-child(2) i {
  font-weight: bold;
} */
.jjfa-box ul li dl {
  width:inherit;
  height:inherit;
  display: flex;
}
.jjfa-box ul li dl dt {
  width: 22%;
  height: 99%;
  border-bottom:2px solid #ccc;
  position:relative;
  cursor: pointer;
  margin-right:45px;
}

.jjfa-box ul li dl dt:after {
  content: '';
  width:0%;
  height:2px;
  background-color: red;
  position:absolute;
  left:0;
  bottom:-2px;
  transition:all .3s ease-in-out;
}

.jjfa-box ul li dl dt:hover .jjfa-img img{
  transform: scale(1.2);
}
.jjfa-box ul li dl dt:hover:after  {
  width: 100%;
}

.jjfa-box ul li dl dt .jjfa-img {
  width: 100%;
  height: 50%;
  overflow:hidden;
  min-width: 307px;
  min-height: 203px;
}
.jjfa-box ul li dl dt .jjfa-img img {
  width: 100%;
  height: 100%;
  transition: transform .3s ease-in-out;
}

.jjfa-box ul li dl dt h2 {
  display: block;
  height: 46px;
  font-size: 1.2rem;
  margin: 22px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jjfa-box ul li dl dt p {
  display: -webkit-box;
  height: 17%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1rem;
  text-overflow: ellipsis;
  line-height: 1.6rem;
  overflow: hidden;
}
.xwzx{
  width: 1218px;
  height: 427px;
  margin: 50px auto;
  display: flex;
}
.xwzx-img {
  width: 458px;
  height: 338px;
  margin-right:36px;
}
.xwzx-img  img {
  width: 100%;
  height: 100%;
}
.xwzx-content {
  width: 654px;
  height: 338px;
}
.xwzx-content p {
  font-size: 32px;
  margin-bottom: 20px;
}

.new-content {
  border-top:1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.new-content>a {
  font-size: 18px;
  color: #2f70b8;
  float: right;
  margin-bottom: 20px;
}
.new-content ul {
  padding: 20px 0 20px 0;
}
.new-content ul li {
  width: 100%;
  height: 38px;

}
.new-content ul li a:hover span {
  text-decoration: underline;
}
.new-content ul li span {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1px;
}
.new-content ul li a span:nth-child(1) {
  padding-left: 20px;
  float: left;
  word-wrap: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-content ul li a:hover {
  text-decoration: underline;
  color: #d3d3d3;
}
.new-content ul li span:nth-child(2) {
  float: right;
}

.paimian {
  width: 100%;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 100;
  background: url(../img/num1.jpg) fixed no-repeat;
  background-size: cover; 
  overflow: hidden;
}
/* .sskb {
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 100;
  position: relative;
} */
.paimian::before {
  content:"";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: inherit;
  position: absolute;
  top:-10px;
  left:-10px;
  z-index: -1;
  background-color: rgba(0,0,0,0.8);
  filter: blur(8px);
  overflow: hidden;
}
.paimian::after {
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.NumberBox ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 102;
}
.NumberBox ul li {
  width: 30%;
  margin-bottom: 80px;
}
.NumberBox h1{
  font-size: 5rem;
  color: #fff;
  font-weight: blod;
}
.NumberBox span {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
}

.yewu-box {
  width: 100%;
  background-color: #fcfcfc;
}
.yewu {
  width: 76%;
  height: 780px;
  margin: 0 auto;
  padding-top: 20px;
}
.yewu-title {
  text-align: center;
}
.yewu-title h1 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
}
.yewu-title h3 {
  font-size: 17px;
  font-weight: 500;
}
.yewu-content {
  margin-top: 5%;
  width: 100%;
  height: 72%;
  display: flex;
  justify-content: space-around;
}
.yewu-content-one {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  width: 21%;
  height: 100%;
  cursor: pointer;
  box-shadow: 2px 2px 4px 1px #dfe4ea;
  transition: all .6s;

}
.yewu-content-one:hover {
  transform: scale(1.04);
  box-shadow: 8px 5px 18px 8px #dfe4ea;
}
.yewu-content-one:hover input{
  
  background: #f36363;

}
.yewu-content-one > p:first-child {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 16%;
}
.yewu-content-one > b {
  font-size: 3rem;
  color: #6d6d6d;
  font-weight: 500;
}
.yewu-content-one > b > i {
  font-size: 40px;
  color: #6d6d6d;
}
.yewu-content-one > p, .yewu-content-one ul li {
  color: #888f94;
}
.yewu-content-one ul {
  margin-top: 15%;
}
.yewu-content-one ul li {
  margin-bottom: 6%;
}
.yewu-content-one input {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 33px;
  font-size: 14px;
  margin-top: 20px;
  padding: 0px 20px;
  background: #03A9F4;
  color: #fff;
  transition: all .6s;
  cursor: pointer;
}

.hzhb {
  width: 84%;
  margin: 60px auto;
  background: #fff;
  text-align: center;
}
.hzhb  h2{
  font-size: 1.7rem;
}
.hzhb p {
  padding: 20px 0;
  font-size: 1.3rem;
}
.hzhb ul {
  width: 100%;
  height: 50%;
  display: flex;
  margin-top: 50px;
  justify-content: space-around;
}
.hzhb ul li {
  width: 8%;
  height: 50%;
}
.hzhb ul li img {
  width: 100%;
  height: 100%;
}
.uqlj {
  margin: 20px;
  padding-left: 60px;
}
.uqlj ul {
  margin-top: 16px;
  display: flex;
}
.uqlj ul li {
  margin-right: 10px;
}
.uqlj ul a li {
  font-size: 0.4rem;
}
.uqlj ul a:hover {
  text-decoration: underline;
}
.right-arrow {
  display: block;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.right-arrow i {
  color: #dedede;
  font-size: 2rem;
}

.left-arrow {
  display: block;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.left-arrow i {
  color: #dedede;
  font-size: 2rem;
}

.swiper-container {
  width: 100%;
  height: 70vh;
  position: relative;
  background-size: 100%;
  z-index: 1099 !important;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 70vh;
  background-image: url(../img/banner/zhny.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
}
.swiper-container .swiper-wrapper .swiper-slide:nth-child(3) {
  background-image: url(../img/banner/wlw_1.jpg);
}
.swiper-container .swiper-wrapper .swiper-slide:nth-child(4) {
  background-image: url(../img/banner/OA.jpg);
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.b-swiper-title span{
  display: inline-block;
  color: #f1f2f6;
  font-size: 2.7rem;
  animation: jump_font 3s infinite ease-in-out;
  transform: translateY(0);
}
.swiper-slide-content-  h2 {
  color: #f1f2f6;
  margin-top: 4%;
  font-size:1.2rem;
  font-weight: 400;
}
.swiper-slide .swiper-btn {
  margin-top: 6%;
}
.swiper-slide .swiper-btn a input{
  width: 140px;
  text-align: center;
  height: 40px;
  border-radius: 4px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin: 0 10px;
}
.swiper-slide .swiper-btn a input {
  background-color: #03a9f4;
  color: #f1f2f6;
}
.swiper-slide .swiper-btn a:nth-child(2) input {
  background-color: #f1f2f6;
  color: #03a9f4;
}
.swiper-slide .swiper-btn input:nth-child(1):hover {
  background-color: #fefefe;
  color: #747d8c;
}
.swiper-slide .swiper-btn a:nth-child(2):hover input  {
  background-color: #d0e9f5;
  color:  #03a9f4;
}
.swiper-slide-content- {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition-delay: 1s;
  transition: all .3s ease-in-out;
  opacity: 1;
}
.b-swiper-title span:nth-child(11) {
  animation-delay: .3s;
}
.b-swiper-title span:nth-child(10) {
  animation-delay: .4s;
}
.b-swiper-title span:nth-child(9) {
  animation-delay: .5s;
}
.b-swiper-title span:nth-child(8) {
  animation-delay: .6s;
}
.b-swiper-title span:nth-child(7) {
  animation-delay: .7s;
}
.b-swiper-title span:nth-child(6) {
  animation-delay: .8s;
}
.b-swiper-title span:nth-child(5) {
  animation-delay: .9s;
}
.b-swiper-title span:nth-child(4) {
  animation-delay: 1s;
}
.b-swiper-title span:nth-child(3) {
  animation-delay: 1.1s;
}
.b-swiper-title span:nth-child(2) {
  animation-delay: 1.2s;
}
.b-swiper-title span:nth-child(1) {
  animation-delay: 1.3s;
}

.swiper-container .swiper-wrapper .swiper-slide:nth-child(3) .swiper-slide-content- h2,
.swiper-container .swiper-wrapper .swiper-slide:nth-child(3) .swiper-slide-content- .b-swiper-title span
{
  color: #fff;
}

@keyframes jump_font {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-26px);
  }

  20% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
.takecare-box {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 44px;
}
.takecare-box .takecare {
  width: 1400px;
  margin: 0 auto;
}
.takecare-box .takecare .takecare-title {
  margin-bottom: 20px;
}
.takecare-box .takecare .takecare-title h2 {
  font-size: 24px;
}
.takecare-box .takecare .takecare-content {
  display: flex;
  justify-content: space-between;
}
.takecare  .takecare-content  .takecare-content-popular{
  padding: 14px 10px 20px 10px;
  width: 410px;
  background-color: #fff;
}

.takecare  .takecare-content  .takecare-content-popular  img {
  width: 100%;
  height: 222px;
  margin-bottom: 20px;
}
.takecare  .takecare-content  .takecare-content-popular .popular-textarea {
  display: flex;
  justify-content: space-between;
}
.takecare  .takecare-content
.takecare-content-popular 
.popular-textarea 
.popular-textarea-left h3{
  font-weight: 500;
  font-size: 20px;
  color: #000;
  margin-bottom: 4px;
}
.takecare  .takecare-content  .takecare-content-popular .popular-textarea .popular-textarea-left  a + span {
  width: 300px;
  color: #8b8b8b;
  height: 40px; 
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.takecare  .takecare-content  .takecare-content-popular .popular-textarea .popular-textarea-left  a:hover h3 {
  color: #c0504d;
}
.takecare  .takecare-content  .takecare-content-popular .popular-textarea .popular-textarea-right {
  text-align: center;
  background-color:#c0504d;
  width: 75px;
  height: 75px;
  padding: 8px 0;
  box-sizing: border-box;
}
.takecare  .takecare-content  .takecare-content-popular .popular-textarea .popular-textarea-right b,
.takecare  .takecare-content  .takecare-content-popular .popular-textarea .popular-textarea-right p
{
  font-weight: 600;
  color: #fff;
}
.takecare  .takecare-content  .takecare-content-popular .popular-textarea .popular-textarea-right b {
  font-size: 30px;
}

.takecare-box .takecare .takecare-content .takecare-right-textarea {
  width: 930px;
}
.takecare-right-textarea-content {
  display: flex;
  flex-wrap: wrap;
}
.takecare-right-textarea-content .takecare-article:nth-child(odd) {
  border-right: 1px solid #f0f0f0;
}
.takecare-right-textarea-content .takecare-article {
  display: flex;
  width: 460px;
  height: 120px;
  background-color: #fff;
  padding: 20px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid  #f0f0f0;
}
.takecare-article-date {
  text-align: center;
}
.takecare-article-date b {
  font-size: 26px;
  display: block;
}
.takecare-article-date p {
  display: inline-block;
  width: 80px;
  color: #000;
}
.takecare-article-content a:hover h3 {
  color: #c0504d;
}
.takecare-article-content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.takecare-article-content span {
  width: 300px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box; 
  /* -webkit-box-orient:vertical; */
  -webkit-line-clamp:3;
  color: #8b8b8b;
}
.takacare-more {
  width: 920px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
}
.takacare-more a {
  color: #c0504d;
}