.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ripple {
  width: 6px;
  height: 6px;
}
.ripple span {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 23px;
  text-align: center;
  font-size: 25px;
  color: orangered;
  border-radius: 50%;
  background: #01D4D7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.ripple b {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00a4ff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ripple b:nth-of-type(1) {
  animation: rippleSport2 1s 0s linear infinite;
}
.ripple b:nth-of-type(2) {
  animation: rippleSport3 1s 0s linear infinite;
}
@keyframes rippleSport1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes rippleSport2 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes rippleSport3 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
html,
body {
  overflow-x: hidden;
}
.section-one .content {
  background: none !important;
  /* height: 100% !important; */
  overflow: hidden;
}

.section-one .content .swiper-slide{
  overflow: hidden;
}

.section-one .content .swiper-slide .section-wrapper .homePic{
  height: 100%;
  width: 100% !important;
}


.section-one .content .swiper-slide  .banner2{

  width: 100%;
  height: 100%;
}

.section-one .content .swiper-slide  .banner3{

  height: 100%;
  width: 100%;
}

.swiper-slide{height:1px}

.swiper-slide-active { height:auto} 

@media screen and (min-width: 1750px) {
  .section-one .content{
    /* height: 900px; */
  }
}
@media (min-width: 1680px) and (max-width: 1749px) {
  .section-one .content{
    /* height: 700px; */
  }
  .section-one .content .content-right .home_banner_img{
    /* margin-top: -350px !important; */
  }
}
@media (min-width: 1370px) and (max-width: 1680px) {
  .section-one .content{
    /* height: 900px; */
  } 
}
@media (min-width: 1198px) and (max-width: 1369px) {
  .section-one .content{
    /* height: 550px; */
  }
  .section-one .content .content-right .home_banner_img{
    /* margin-top: -360px !important; */
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .section-one .content{
    /* height: 500px; */
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .section-one .content{
    /* height: 500px; */
  }
}
@media (max-width: 767px) {
  .section-one .content{
    /* height: 400px; */
  }
}

.section-one .content  .swiper-slide:nth-child(2) .section-wrapper {
  /* background: #1B292F !important; */
  width: 100%;
  /* height: 900px; */
  overflow: hidden;
  position: relative;
}
.section-one .content .swiper-slide{
  width: 100%;
  /* height: 100%; */
}
.section-one .content   .section-wrapper .homePic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.section-one .content .section-inner {
  /* position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

/* @media */
.section-one {
  width: 100%;
}
.section-one .nav1 {
  width: 100%;
  height: 68px;
  position: absolute;
  z-index: 99999;
}
.section-one .nav2 {
  width: 100%;
  height: 108px;
  position: absolute;
  z-index: 99999;
}
.section-one .nav1 .section-inner,
.section-one .nav2 .section-inner {
  width: 1200px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-one .nav1 .section-inner .nav-left img{
  height: 0;
}
.section-one .nav2 .section-inner .nav-left img {
  height: 29px;
}
.section-one .nav1 .section-inner .nav-right,
.section-one .nav2 .section-inner .nav-right {
  width: 63%;
  height: 100%;
}
.section-one .nav1 .section-inner .nav-right > ul,
.section-one .nav2 .section-inner .nav-right > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-one .nav1 .section-inner .nav-right > ul > li,
.section-one .nav2 .section-inner .nav-right > ul > li {
  line-height: 68px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #ccc;
  margin-right: 50px;
}
.section-one .nav1 .section-inner .nav-right > ul > li:last-child,
.section-one .nav2 .section-inner .nav-right > ul > li:last-child {
  margin-right: 0;
}
.section-one .nav1 .section-inner .nav-right > ul > li a,
.section-one .nav2 .section-inner .nav-right > ul > li a {
  text-decoration: none;
  color: #ccc;
}
.section-one .nav1 .section-inner .nav-right > ul > li a:hover,
.section-one .nav2 .section-inner .nav-right > ul > li a:hover {
  color: #fff;
}
.section-one .nav1 .section-inner .nav-right > ul > li:nth-child(1),
.section-one .nav2 .section-inner .nav-right > ul > li:nth-child(1) {
  color: #fff;
}
.section-one .nav1 .section-inner .nav-right > ul .active a,
.section-one .nav2 .section-inner .nav-right > ul .active a {
  color: #fff;
}
.section-one .nav1 {
  position: fixed;
  top: -100px;
  left: 0;
}
.section-one .content {
  overflow: hidden;
  width: 100%;
  background: #1B292F;
}
.section-one .content .section-inner {
  width: 1200px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.section-one .content .buddle {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-one .content .buddle .buddle-one {
  width: 262px;
  height: 262px;
  position: absolute;
  left: -38px;
  bottom: 47px;
  filter: blur(15px);
  animation: move1 10s ease  infinite alternate;
}
.section-one .content .buddle .buddle-two {
  width: 183px;
  height: 183px;
  position: absolute;
  left: 552px;
  top: 0;
  filter: blur(15px);
  animation: move2 10s ease  infinite alternate;
}
.section-one .content .buddle .buddle-three {
  width: 158px;
  height: 158px;
  position: absolute;
  left: 838px;
  bottom: 251px;
  filter: blur(15px);
  animation: move3 10s ease  infinite alternate;
}
.section-one .content .buddle .buddle-four {
  width: 213px;
  height: 213px;
  position: absolute;
  right: 41px;
  bottom: 318px;
  filter: blur(15px);
  animation: move4 10s ease  infinite alternate;
}
.section-one .content .content-left {
  position: absolute;
  left: 0px;
  top: 115px;
}
.section-one .content .content-left .filter {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
  background: -webkit-linear-gradient(#00ffd2, #03e3ff);
  background: -o-linear-gradient(#00ffd2, #03e3ff);
  background: -moz-linear-gradient(#00ffd2, #03e3ff);
  background: -ms-linear-gradient(#00ffd2, #03e3ff);
  background: linear-gradient(#00ffd2, #03e3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-one .content .content-left .filter-active {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
  color: linear-gradient(#00ffd2, #03e3ff);
}
.section-one .content .content-left .zhuangshi {
  position: absolute;
  top: 30%;
  left: 0;
  opacity: 0;
}
.section-one .content .content-left .text {
  margin-top: 250px;
  width: 473px;
  font-size: 40px;
  font-family: FZXiDengXian-Z06;
  font-weight: 400;
  color: #09c1d8;
  position: relative;
  left: -620px;
  opacity: 0;
}
.section-one .content .content-left .text p {
  white-space: nowrap;
}
.section-one .content .content-left .text p:nth-child(2) {
  font-size: 24px;
  color: #acacac;
  padding-bottom: 10px;
}
.section-one .content .content-left .text p:nth-child(3) {
  font-size: 16px;
  font-family: FZXiDengXian-Z06;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
}
.section-one .content .content-right .home_banner_img {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -245px;
  width: 491px;
  height: 491px;
}
.section-one .content .content-right .home_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 491px;
  height: 491px;
  background: url(../images/yuanquan2.png) no-repeat;
  animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -webkit-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -moz-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -o-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
}
.section-one .content .content-right .home_img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -179px;
  margin-left: -179px;
  width: 358px;
  height: 358px;
  background: url(../images/yuanquan1.png) no-repeat;
  animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -webkit-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -moz-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -o-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
}
.section-one .content .content-right .home_zhixiu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section-one .content .content-right .home_item {
  animation-delay: 1.5s;
}
.section-one .content .content-right .home_item .circle {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
}
.section-one .content .content-right .home_item p {
  margin: 10px 0;
  font-size: 16px;
  color: #fff;
}
.section-one .content .content-right .home_banner_img .home_item1 {
  position: absolute;
  top: -50px;
  left: 160px;
}
.section-one .content .content-right .home_banner_img .home_item .circle {
  margin: 0 auto;
}
.section-one .content .content-right .home_banner_img .home_item1 {
  position: absolute;
  top: -58px;
  left: 216px;
}
.section-one .content .content-right .home_banner_img .home_item2 {
  position: absolute;
  top: 144px;
  right: -17px;
}
.section-one .content .content-right .home_banner_img .home_item3 {
  position: absolute;
  bottom: 17px;
  right: 32px;
}
.section-one .content .content-right .home_banner_img .home_item4 {
  position: absolute;
  bottom: 17px;
  left: 33px;
}
.section-one .content .content-right .home_banner_img .home_item5 {
  position: absolute;
  bottom: 273px;
  left: -12px;
}
.section-one .content .content-right .filter_bg {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bde5, endcolorstr=#03fcdc, gradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bde5, endcolorstr=#03fcdc, gradientType=0);
  background: -webkit-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -o-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -moz-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -ms-linear-gradient(90deg, #00bde5, #03fcdc);
  background: linear-gradient(90deg, #00bde5, #03fcdc);
}
.section-one .menu-wrapper {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(6, 48, 79, 0.4);
  position: fixed;
  left: 0;
  z-index: 1001;
  top: 108px;
}
.section-one .menu-wrapper .drop-menu {
  width: 1200px;
  height: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s 0s;
}
.section-one .menu-wrapper .product-menu {
  width: 1200px;
  height: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-one .menu-wrapper .product-menu .pro-menu-box{
  padding: 10px 50px;
}
.section-one .menu-wrapper .product-menu .pro-menu-box li{
  list-style: none;
}
.section-one .menu-wrapper .product-menu .pro-menu-box .title{
font-size: 16px;
color: #333333;
 font-weight: 400;
 font-family: Arial, Helvetica, sans-serif;
}
.section-one .menu-wrapper .product-menu .pro-menu-box .title:hover{
   color: #00a4ff;
  }
.section-one .menu-wrapper .product-menu .pro-menu-box .subtit{
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.section-one .menu-wrapper .product-menu .pro-menu-box .subtit:hover{
  color: #00a4ff;
}
.section-one .menu-wrapper .drop-menu {
  width: 1200px;
  height: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s 0s;
}
.section-one .menu-wrapper .drop-menu .title {
  display: flex;
}
.section-one .menu-wrapper .drop-menu .title img {
  width: 45px;
  height: 50px;
}
.section-one .menu-wrapper .drop-menu .title h3 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  margin-left: 14px;
  white-space: nowrap;
}
.section-one .menu-wrapper .drop-menu .menu-left {
  height: 100%;
  width: 33.33%;
  padding-top: 17px;
  padding-right: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li {
  margin-top: 26px;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a {
  text-decoration: none;
  color: #000;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p {
  font-family: PingFang SC;
  font-weight: 400;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:hover {
  color: #00a4ff !important;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:nth-child(1) {
  font-size: 16px;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a p:nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin-top: 9px;
}
.section-one .menu-wrapper .drop-menu .menu-left .menu-wraper .menu-content > li a .active {
  color: #00a4ff !important;
}
.section-one .menu-wrapper .drop-menu .menu-line {
  border: 1px dashed #999999;
  height: 400px;
}
.section-one .menu-wrapper .drop-menu .menu-center {
  height: 100%;
  width: 33.33%;
  padding-top: 21px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li {
  margin-top: 26px;
  width: 50%;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a {
  text-decoration: none;
  color: #000;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p {
  font-family: PingFang SC;
  font-weight: 400;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:hover {
  color: #00a4ff !important;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:nth-child(1) {
  font-size: 16px;
}
.section-one .menu-wrapper .drop-menu .menu-center .menu-wraper .menu-content li a p:nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin-top: 9px;
}
.section-one .menu-wrapper .drop-menu .menu-right {
  height: 100%;
  padding-top: 83px;
  padding-left: 76px;
  width: 33.33%;
  box-sizing: border-box;
}
.section-one .menu-wrapper .drop-menu .menu-right img {
  width: 126px;
  height: 126px;
  margin-left: 18px;
}
.section-one .menu-wrapper .drop-menu .menu-right p:nth-of-type(1) {
  width: 118px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-left: 18px;
}
.section-one .menu-wrapper .drop-menu .menu-right p:nth-of-type(2) {
  width: 167px;
  height: 14px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
}
.section-one .menu-wrapper .drop-active {
  height: 480px;
}
.section-one .menu-wrapper .product-active {
  height: 150px;
}
.section-two {
  width: 100%;
  height: 996px;
}
.section-two .top {
  width: 100%;
  height: 396px;
  background: #fbfbfb !important;
}
.section-two .top .top-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}
.section-two .top .top-inner .top-title {
  position: relative;
  top: 100px;
  opacity: 0;
}
.section-two .top .top-inner .top-title h3 {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
}
.section-two .top .top-inner .top-title p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #666666;
  opacity: 0.8;
  margin-top: 5px;
}
.section-two .top .top-inner .top-serve {
  width: 100%;
  margin-top: 20px;
}
.section-two .top .top-inner .top-serve ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.section-two .top .top-inner .top-serve ul li {
  position: relative;
  top: 150px;
  opacity: 0;
  text-align: center;
}
.section-two .top .top-inner .top-serve ul li a {
  text-decoration: none;
  color: #000;
  font-family: PingFang SC;
  text-align: center;
  white-space: nowrap;
}
.section-two .top .top-inner .top-serve ul li a img{
  transform: scale(0.8);
}
.section-two .top .top-inner .top-serve ul li a h3 {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  padding: 14px 0;
  position: relative;
}
.section-two .top .top-inner .top-serve ul li a h3 .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #00a4ff;
}
.section-two .top .top-inner .top-serve ul li a p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-top: 6px;
}
.section-two .bottom {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.section-two .bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.section-two .bottom ul li {
  width: 25%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.section-two .bottom ul li:hover .more {
  border: 1px solid #ccc;
}
.section-two .bottom ul li .item-topText {
  transition: transform  0.5s 0s;
}
.section-two .bottom ul li .item-topText:hover {
  transform: translateY(-25px);
}
.section-two .bottom ul li .item-topText:hover .item-top span {
  transform: rotate(90deg);
}
.section-two .bottom ul li .item-topText .item-top {
  text-align: center;
  margin-top: 87px;
  position: relative;
  top: 100px;
  opacity: 0;
}
.section-two .bottom ul li .item-topText .item-top img {
  width: 35px;
  height: 34px;
}
.section-two .bottom ul li .item-topText .item-top h3 {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  margin-top: 46px;
}
.section-two .bottom ul li .item-topText .item-top span {
  display: inline-block;
  width: 26px;
  height: 1px;
  background: #ffffff;
  margin-top: 59px;
  transition: all 0.5s 0s;
}
.section-two .bottom ul li .item-topText .item-text {
  text-align: center;
  margin-top: 55px;
  position: relative;
  top: 100px;
  opacity: 0;
}
.section-two .bottom ul li .item-topText .item-text p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
		padding: 0 70px;
		box-sizing: border-box;
		margin-top: 45px;
		
}
.section-two .bottom ul li .item-topText .item-text p:nth-child(2) {
  padding: 0 70px;
  box-sizing: border-box;
  margin-top: 45px;
}
.section-two .bottom ul li .more {
  width: 59px;
  height: 16px;
  text-align: center;
  border: none;
  transition: all 0.5s 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  opacity: 0;
}
.section-two .bottom ul li .more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.8;
}
.section-two .bottom ul li:nth-child(1) {
  background: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/shejiao-large.png);
  background-size: cover;
}
.section-two .bottom ul li:nth-child(2) {
  background: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/lvyou-large.png);
  background-size: cover;
}
.section-two .bottom ul li:nth-child(3) {
  background: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/jiaju-large.png);
  background-size: cover;
}
.section-two .bottom ul li:nth-child(4) {
  background: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/zhuangqi-large.png);
  background-size: cover;
}
.section-three {
  width: 100%;
  /* height: 1134px; */
  position: relative;
}
.section-three .dot-line {
  position: absolute;
  display: inline-block;
}
.section-three .dot-line .ripple {
  position: absolute;
  right: 0;
  top: 0;
}
.section-three .dot-line .line {
  width: 0;
  height: 350px;
  border: 0.5px dashed #04c8dc;
  position: relative;
  top: 10px;
  left: -2px;
}
.section-three .dot-line1 {
  left: 100px;
  top: 80px;
  animation: Shake 2s linear 0s infinite alternate;
}
.section-three .dot-line2 {
  left: 318px;
  top: 300px;
  animation: Shake 4s linear 2s infinite alternate;
}
.section-three .dot-line2 .line {
  height: 120px;
}
.section-three .dot-line3 {
  right: 100px;
  top: 80px;
  animation: Shake 3s linear 3s infinite alternate;
}
.section-three .dot-line4 {
  right: 250px;
  top: 300px;
  animation: Shake 2s linear 1s infinite alternate;
}
.section-three .dot-line4 .line {
  height: 100px;
}
.section-three .section-inner {
  width: 1200px;
  margin: 0 auto;
}
.section-three .top {
  width: 100%;
  height: 510px;
}
.section-three .top .title {
  font-family: PingFang SC;
  margin-top: 56px;
}
.section-three .top .title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #666666;
}
.section-three .top .title p {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 5px;
}
.section-three .top .content {
  width: 100%;
  height: 80%;
  z-index: 99;
}
.section-three .top .content .content-top {
  position: relative;
  height: 250px;
}
.section-three .top .content .content-top .content-item {
  height: 95px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.section-three .top .content .content-top .content-item .line1 {
  width: 0;
  height: 120px;
  border: 0.5px dashed #04c8dc;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line2 {
  width: 0;
  height: 240px;
  border: 0.5px dashed #04c8dc;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line3 {
  width: 0;
  height: 135px;
  border: 0.5px dashed #04c8dc;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line4 {
  width: 0;
  height: 290px;
  border: 0.5px dashed #04c8dc;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line5 {
  width: 0;
  height: 125px;
  border: 0.5px dashed #04c8dc;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line6 {
  width: 0;
  height: 205px;
  border: 0.5px dashed #04c8dc;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line7 {
  width: 0;
  height: 255px;
  border: 0.5px dashed #04c8dc;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item .line8 {
  width: 0;
  height: 110px;
  border: 0.5px dashed #04c8dc;
  position: absolute;
  left: 29px;
  top: 58px;
}
.section-three .top .content .content-top .content-item:nth-child(1) {
  position: absolute;
  left: 0;
  top: 169px;
  animation: Shake 3s linear 0s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(2) {
  position: absolute;
  left: 186px;
  top: 34px;
  animation: Shake 4s linear 0.5s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(3) {
  position: absolute;
  left: 308px;
  top: 154px;
  animation: Shake 2s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(4) {
  position: absolute;
  left: 495px;
  top: 7px;
  animation: Shake 3s linear 0s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(5) {
  position: absolute;
  left: 561px;
  top: 177px;
  animation: Shake 3s linear 1.5s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(6) {
  position: absolute;
  left: 756px;
  top: 88px;
  animation: Shake 4s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(7) {
  position: absolute;
  left: 985px;
  top: 16px;
  animation: Shake 3s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(8) {
  position: absolute;
  left: 1035px;
  top: 161px;
  animation: Shake 2s linear 2s infinite alternate;
}
.section-three .top .content .content-top .content-item .text {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
  line-height: 24px;
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  left: 70px;
  top: 17px;
  transition: all 0.7s 0s;
}
.section-three .top .content .content-top .content-item .active {
  opacity: 1;
}
.section-three .top .content .content-top .content-item .desc .img {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
}
.section-three .top .content .content-top .content-item .desc .img-1 {
  background: url(../images/_home_icon1_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-1:hover {
  background: url(../images/_home_icon1_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-2 {
  background: url(../images/_home_icon2_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-2:hover {
  background: url(../images/_home_icon2_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-3 {
  background: url(../images/_home_icon3_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-3:hover {
  background: url(../images/_home_icon3_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-4 {
  background: url(../images/_home_icon4_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-4:hover {
  background: url(../images/_home_icon4_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-5 {
  background: url(../images/_home_icon5_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-5:hover {
  background: url(../images/_home_icon5_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-6 {
  background: url(../images/_home_icon6_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-6:hover {
  background: url(../images/_home_icon6_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-7 {
  background: url(../images/_home_icon7_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-7:hover {
  background: url(../images/_home_icon7_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-8 {
  background: url(../images/_home_icon8_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-8:hover {
  background: url(../images/_home_icon8_selected.png);
}
.section-three .top .content .content-top .content-item .desc span {
  display: inline-block;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
  line-height: 58px;
  vertical-align: top;
  margin-left: 10px;
  opacity: 1;
  transition: all 0.5s 0s;
}
.section-three .top .content .content-top .content-item .desc span:last-child {
  margin-left: 0;
}
.section-three .bottom {
  width: 100%;
  height: 568px;
  font-family: PingFang SC;
  position: relative;
}
.section-three .bottom .title {
  margin-top: 47px;
}
.section-three .bottom .title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #666666;
}
.section-three .bottom .title p {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 5px;
}
.section-three .bottom .content {
  width: 100%;
  height: 331px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 67px;
}
.section-three .bottom .content .content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-three .bottom .content .content-left .item-title {
  position: relative;
}
.section-three .bottom .content .content-left .item-title .ripple {
  position: absolute;
  right: 7px;
  top: 12px;
}
.section-three .bottom .content .content-left .item-title .ripple b {
  display: none;
}
.section-three .bottom .content .content-left .title-top {
  padding-right: 30px;
  box-sizing: border-box;
}
.section-three .bottom .content .content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.section-three .bottom .content .content-right .content-item .item-title {
  text-align: left;
  position: relative;
}
.section-three .bottom .content .content-right .content-item .item-title .ripple {
  position: absolute;
  left: 7px;
  top: 12px;
}
.section-three .bottom .content .content-right .content-item .item-title .ripple b {
  display: none;
}
.section-three .bottom .content .content-right .content-item .item-title .title-top {
  padding-left: 30px;
  box-sizing: border-box;
}
.section-three .bottom .content .content-right .content-item .item-title .title-bottom {
  text-align: left;
}
.section-three .bottom .content .content-item {
  cursor: pointer;
  position: relative;
}
.section-three .bottom .content .content-item:hover .item-title .ripple b {
  display: inline-block;
}
.section-three .bottom .content .content-item .item-title {
  width: 360px;
  text-align: right;
}
.section-three .bottom .content .content-item .item-title .title-top {
  font-family: PingFang SC;
}
.section-three .bottom .content .content-item .item-title .title-top b {
  font-size: 20px;
  font-weight: bold;
  color: #01D4D7;
}
.section-three .bottom .content .content-item .item-title .title-top span {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.section-three .bottom .content .content-item .item-title .title-bottom {
  width: 360px;
  height: 45px;
  text-align: right;
  font-size: 16px;
  line-height: 23px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 17px;
}
.section-three .bottom .bottom-desc {
  width: 427px;
  height: 427px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-three .bottom .bottom-desc > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*animation: Rotate 5s 0s linear infinite;*/
}
.section-three .bottom .bottom-desc .year-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) {
  position: relative;
  left: 30px;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) img {
  transform-style: preserve-3d;
  /*animation: RotateY 5s linear 0s infinite normal;*/
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) span {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #01D4D7;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(2) {
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #01D4D7;
  margin-bottom:27px;
}
.section-four .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section-four .top {
  width: 100%;
  height: 370px;
  background: url('https://aishang-web.oss-cn-beijing.aliyuncs.com/web/home_digital.png');
  background-size: cover;
  padding-top: 64px;
  box-sizing: border-box;
}
.section-four .top .title {
  text-align: center;
  font-family: PingFang SC;
}
.section-four .top .title h3 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
}
.section-four .top .title p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 16px;
}
.section-four .top .content {
  width: 100%;
  margin-top: 57px;
}
.section-four .top .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-four .top .content ul li {
  width: 279px;
  height: 134.1px;
  border: 1px solid #2dccc7;
  border-radius: 67px;
}
.section-four .top .content ul li p {
  font-family: PingFang SC;
  font-weight: 500;
  text-align: center;
}
.section-four .top .content ul li p:nth-child(1) {
  font-size: 18px;
  color: #ffffff;
  margin-top: 29px;
}
.section-four .top .content ul li p:nth-child(2) {
  font-size: 18px;
  color: #2dccc7;
}
.section-four .top .content ul li p:nth-child(2) span {
  font-size: 60px;
  font-family: Arial;
  font-weight: 400;
  color: #2dccc7;
}
.section-four .bottom {
  width: 100%;
  height: 684px;
}
.section-four .bottom .title {
  font-family: PingFang SC;
  margin-top: 66px;
}
.section-four .bottom .title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #666666;
}
.section-four .bottom .title p {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 5px;
}
.section-four .bottom .content {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.section-four .bottom .content .content-left {
  width: 250px;
}
.section-four .bottom .content .content-left ul .active a {
  color: #00a4ff;
}
.section-four .bottom .content .content-left ul .active .line-wrapper {
  width: 40px;
}
.section-four .bottom .content .content-left ul .active .arrow {
  display: inline-block;
}
.section-four .bottom .content .content-left ul li:hover a {
  color: #00a4ff;
}
.section-four .bottom .content .content-left ul li:hover .line-wrapper {
  width: 45px;
}
.section-four .bottom .content .content-left ul li:hover .arrow {
  color: #00a4ff;
}
.section-four .bottom .content .content-left ul li a {
  line-height: 48px;
  font-size: 16px;
  font-family: PingFang SC;
  /* font-weight: bold; */
  color: #444444;
  opacity: 0.8;
  text-decoration: none;
  margin-right: 15px;
  display: inline-block;
  width: 150px;
  transition: all 0.5s linear 0s;
}
.section-four .bottom .content .content-left ul li .line-wrapper {
  display: inline-block;
  width: 56px;
  height: 1px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s linear 0s;
}
.section-four .bottom .content .content-left ul li .line-wrapper .line {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #cccccc;
}
.section-four .bottom .content .content-left ul li .arrow {
  display: none;
  width: 6px;
  height: 11px;
  background: url(../images/_home_icon_arrow.png);
  transition: all 1s linear 0.5s;
}
.section-four .bottom .content .content-left ul li .arrow-show {
  display: inline-block;
}
.section-four .bottom .content .content-right {
  flex: 1;
  height: 432px;
  overflow: hidden;
}
.section-four .bottom .content .content-right .case-item {
  display: none;
}
.section-four .bottom .content .content-right .case-item ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-four .bottom .content .content-right .case-item ul li {
  cursor: pointer;
  background: #000;
  overflow: hidden;
  position: relative;
  width: 310px;
  height: 210px;
}
.section-four .bottom .content .content-right .case-item ul li:nth-child(4),
.section-four .bottom .content .content-right .case-item ul li:nth-child(5),
.section-four .bottom .content .content-right .case-item ul li:nth-child(6) {
  margin-top: 12px;
}
.section-four .bottom .content .content-right .case-item ul li .show {
  width: 150px;
  height: 50px;
  background: #2DCCC7;
  border-radius: 25px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s 0s;
}
.section-four .bottom .content .content-right .case-item ul li:hover img {
  opacity: 0.5;
  transform: scale(1.05);
}
.section-four .bottom .content .content-right .case-item ul li:hover .show {
  opacity: 1;
}
.section-four .bottom .content .content-right .case-item ul li img {
  width: 100%;
  transition: all 0.5s 0s;
}
.section-four .bottom .content .content-right .active {
  display: block;
}
.section-five .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section-five .top {
  width: 100%;
  height: 200px;
  background: url('https://aishang-web.oss-cn-beijing.aliyuncs.com/web/home_Submit.png');
  background-size: cover;
  padding-top: 97px;
  box-sizing: border-box;
}
.section-five .top .content {
  width: 1200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(6, 48, 79, 0.18);
}
.section-five .top .content .content-left {
  position: relative;
  top: -56px;
  margin-left: 35px;
}
.section-five .top .content .content-left img {
  width: 242px;
  height: 229px;
}
.section-five .top .content .content-right {
  height: 100%;
}
.section-five .top .content .content-right .top-title {
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #444444;
  text-align: center;
  margin-top: 40px;
}
.section-five .top .content .content-right .bottom-input {
  margin-top: 31px;
  display: flex;
  justify-content: space-between;
}
.section-five .top .content .content-right .bottom-input .input-left {
  position: relative;
  margin-left: 20px;
}
.section-five .top .content .content-right .bottom-input .input-left input {
  width: 518px;
  height: 50px;
  padding-left: 17px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}
.section-five .top .content .content-right .bottom-input .input-left input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e57c2;
}
.section-five .top .content .content-right .bottom-input .input-left span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.section-five .top .content .content-right .bottom-input .input-right {
  margin-left: 8px;
}
.section-five .top .content .content-right .bottom-input .input-right input {
  width: 186px;
  height: 50px;
  border: 1px solid #dcdcdc;
  padding-left: 12px;
  box-sizing: border-box;
}
.section-five .top .content .content-right .bottom-input .input-right input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e57c2;
}
.section-five .top .content .content-right .bottom-input .button {
  width: 145px;
  height: 50px;
  background: url(../images/untitled.gif);
  background-size: cover;
  margin-left: 8px;
}
.section-five .top .content .content-right .bottom-input .button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.section-five .top .content .content-right .bottom-input .button button {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.section-five .bottom {
  width: 100%;
  margin-top: 97px;
}
.section-five .bottom .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section-five .bottom .section-inner .bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left {
  margin-top: 70px;
  cursor: pointer;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text .left-text:hover h3 {
  color: #00a4ff;
  font-weight: 800;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text .left-text:hover p {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text .left-more:hover .text a {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text .left-more:hover .more-right .line-wrapper {
  width: 58px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text .left-more:hover .more-right .line-wrapper .line {
  background: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .bottom-text .left-more:hover .more-right .arrow {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .left-title {
  font-family: PingFang SC;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .left-title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #666666;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .left-title p {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 5px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .left-pic {
  width: 520px;
  height: 150px;
  padding: 8px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .left-pic img{
  width: 100%;
  height: 100%;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-text {
  width: 510px;
  font-family: PingFang SC;
  margin-top: 20px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-text a h3 {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  cursor: pointer;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-text a p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 30px;
  margin-top: 3px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more {
  margin-top: 10px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .text a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #999999;
  transition: all 0.5s linear 0s;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .more-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 33px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .more-right .line-wrapper {
  display: inline-block;
  width: 18px;
  overflow: hidden;
  transition: all 0.5s linear 0s;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .more-right .line-wrapper .line {
  display: inline-block;
  width: 58px;
  height: 2px;
  background: #999999;
  vertical-align: middle;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-left .left-more .more-right .arrow {
  color: #999999;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  left: -13px;
  top: 3.4px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right {
  margin-top: 91px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select {
  overflow: hidden;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul {
  float: right;
  width: 530px;
  display: flex;
  justify-content: space-between;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul li {
  width: 230px;
  height: 28px;
  border: 1px solid #dcdcdc;
  margin-right: 5px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 28px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  opacity: 0.8;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul .active {
  background: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-select ul .active a {
  color: #fdfdfd;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content {
  /* margin-top: 30px; */
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li {
  width: 48%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
  float: left;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:nth-child(2n) {
  float: right;
}
/* .section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:last-child {
  border-bottom: none;
} */
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a p:nth-child(1) {
  font-weight: 800;
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a p:nth-child(2) {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a .more .text a {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a .more .more-right .line-wrapper {
  width: 58px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a .more .more-right .line-wrapper .line {
  background: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li:hover a .more .more-right .arrow {
  color: #00a4ff;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li a p {
  font-family: PingFang SC;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li a p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  line-height: 30px;
  cursor: pointer;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li a p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-top: 5px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li .desc {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-top: 5px;
  line-height: 25px;
  height: 76px;

}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more {
				display: inline-block;float: right;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .text a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #999999;
  transition: all 0.5s linear 0s;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .more-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 33px;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .more-right .line-wrapper {
  display: inline-block;
  width: 18px;
  overflow: hidden;
  transition: all 0.5s linear 0s;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .more-right .line-wrapper .line {
  display: inline-block;
  width: 58px;
  height: 2px;
  background: #999999;
  vertical-align: middle;
}
.section-five .bottom .section-inner .bottom-wrapper .bottom-right .bottom-content ul li  .more .more-right .arrow {
  color: #999999;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  left: -13px;
  top: 2px;
}
footer {
  background: #273238;
  font-family: "Microsoft YaHei";
}
.footer {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.footer_info {
  padding: 30px 0 45px;
  display: flex;
}
.footer_serve {
  width: 211px;
  /*height: 100%;*/
  float: left;
  border-right: 1px solid rgba(172, 172, 172, 0.4);
}
.hotline_img {
  float: left;
}
.consult {
  margin-left: 20px;
  float: left;
}
.consult_line {
  font-size: 16px;
  color: #fff;
}
.consult_line p:nth-of-type(2) {
  margin-top: 12px;
}
.consult_info {
  margin-top: 35px;
}
.consult_info ul li {
  font-size: 14px;
  color: #acacac;
  line-height: 30px;
}
.footer_link {
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 15px 0 41px;
}
.footer_link dl {
  margin-right: 46px;
}
.footer_link dl:last-child {
  margin-right: 0;
}
.footer_link dl dt {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
}
.footer_link dl dd {
  line-height: 28px;
  font-size: 12px;
  color: #acacac;
  white-space: nowrap;
}
.footer_link dl dd a {
  font-size: 12px;
  color: #acacac;
}
.footer_link dl dd a:hover {
  color: #fff;
}
.footer_link dd .erweima {
  margin-top: 10px;
}
.quick_link {
  height: 80px;
  border: 1px dashed #acacac;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
}
.quick_link p {
  font-size: 12px;
  color: #acacac;
}
.quick_link {
  font-size: 12px;
  color: #acacac;
}
.quick_link ul {
  margin-top: 10px;
}
.quick_link ul li a {
  font-size: 12px;
  color: #acacac;
}
.quick_link ul li a:hover {
  color: #fff;
}
.quick_link ul li {
  float: left;
}
.copyright p {
  font-size: 12px;
  color: #acacac;
  margin-top: 15px;
}
/* 智休产品开始 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  box-sizing: border-box;
  text-decoration: none;
}
b{
    font-weight: bold;
}

@font-face {
  font-family: "fz";
  src: url(../font/方正细等线_GBK.ttf);
}

@font-face {
  font-family: "en";
  src: url(../font/Muller-Thin-DEMO.ttf);
}

.fz {
  font-family: "fz";
}

.en {
  font-family: "en";
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}
.clearfix{
  zoom: 1;
}

body {
  font-family: "pingfang SC";
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  padding: 0 125px;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1s;
  visibility: hidden;
}
.topnav{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 125px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  z-index:99;
}
.logo {
  float: left;
}

.menu {
  float: right;
}

.menu ul li {
  position: relative;
  float: left;
  margin-right: 30px;
}

.menu ul li:last-child {
  margin-right: 0;
}

.menu ul li a {
  font-size: 16px;
  color: #acacac;
}

.menu .active a {
  color: #fff;
}
.menu ul li a:hover{
  color: #fff;
}
.menu .active:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.about_banner {
  position: relative;
  width: 100%;
  height: 450px;
  background: url(../images/Banner_bg.png) no-repeat center center;
  overflow: hidden;
}
.homebanner{
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../images/homebg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.product_banner{
  background: url(../images/chanpin_bg.png) no-repeat center center;
}
.about_desc {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.homebanner .about_desc{
  height: 100vh;
  position: relative;
}
.about_banner_txt {
  margin: 180px 0 0 130px;
  float: left;
}
.homebanner .about_desc .about_banner_txt{
  position: absolute;
  margin:0;
  top: 40%;
  left: 0;
}
.zhuangshi{
  position: absolute;
  top: 20%;
  left: 0;
}
.home_banner_img{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -245px;
  width: 491px;
  height: 491px;
}
.home_img1{
  position: absolute;
  top: 0;
  left: 0;
  width: 491px;
  height: 491px;
  background: url(../images/yuanquan2.png) no-repeat;
  animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -webkit-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -moz-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
  -o-animation: scaleRotate 1s linear forwards,Rotate 5s 2s linear infinite;
}
.home_img2{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -179px;
  margin-left: -179px;
  width: 358px;
  height: 358px;
  background: url(../images/yuanquan1.png) no-repeat;
  animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -webkit-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -moz-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
  -o-animation: scaleRotate 1.5s linear forwards,Rotate1 3s 3s linear infinite;
}
.home_zhixiu{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.home_item{
  animation-delay: 1.5s;
}
.home_yuan{
  position: absolute;
  opacity: 0.8;
}
.home_yuan1{
  top: 30px;
  left: 400px;
  animation: ball_shake 20s infinite;
  -webkit-animation: ball_shake 20s infinite;
}
.home_yuan4{
  bottom: 100px;
  left: 50px;
  animation: ball_shake4 30s infinite;
  -webkit-animation: ball_shake4 30s infinite;
}
.home_yuan3{
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  animation: ball_shake3 30s infinite;
  -webkit-animation: ball_shake3 30s infinite;
}
.home_yuan2{
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  animation: ball_shake2 30s infinite;
  -webkit-animation: ball_shake2 30s infinite;
}
.home_item .circle{
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
}
.home_item p{
  margin:10px 0;
  font-size: 16px;
  color: #fff;
}
.home_banner_img .home_item .circle{
  margin: 0 auto;
}
.home_banner_img .home_item1{
  position: absolute;
  top: -50px;
  left: 160px;
}
.home_banner_img .home_item2{
  position: absolute;
  top: 200px;
  right: -32px;
}
.home_banner_img .home_item3{
  position: absolute;
  bottom: -9px;
  right: 67px;
}
.home_banner_img .home_item4{
  position: absolute;
  bottom: 80px;
  left: -25px;
}
@-webkit-keyframes ball_shake {
20% {
  -webkit-transform: translate(10%, 10%)
}

40% {
  -webkit-transform: translate(0, 10%)
}

60% {
  -webkit-transform: translate(10%, 0)
}

80% {
  -webkit-transform: translate(0, -10%)
}

100% {
  -webkit-transform: translate(0, 0)
}
}
@keyframes ball_shake {
20% {
  transform: translate(10%, 10%)
}

40% {
  transform: translate(0, 10%)
}

60% {
  transform: translate(10%, 0)
}

80% {
  transform: translate(0, -10%)
}

100% {
  transform: translate(0, 0)
}
}

@-webkit-keyframes ball_shake2 {
20% {
  -webkit-transform: translate(10%, 10%)
}

40% {
  -webkit-transform: translate(10%, 0)
}

60% {
  -webkit-transform: translate(0, -10%)
}

80% {
  -webkit-transform: translate(-10%, -10%)
}

100% {
  -webkit-transform: translate(0, 0)
}
}
@keyframes ball_shake2 {
20% {
  transform: translate(10%, 10%)
}

40% {
  transform: translate(10%, 0)
}

60% {
  transform: translate(0, -10%)
}

80% {
  transform: translate(-10%, -10%)
}

100% {
  transform: translate(0, 0)
}
}

@-webkit-keyframes ball_shake3 {
20% {
  -webkit-transform: translate(-10%, 10%)
}

40% {
  -webkit-transform: translate(-10%, 0)
}

60% {
  -webkit-transform: translate(0, -10%)
}

80% {
  -webkit-transform: translate(10%, 10%)
}

100% {
  -webkit-transform: translate(0, 0)
}
}
@keyframes ball_shake3 {
20% {
  transform: translate(-10%, 10%)
}

40% {
  transform: translate(-10%, 0)
}

60% {
  transform: translate(0, -10%)
}

80% {
  transform: translate(10%, 10%)
}

100% {
  transform: translate(0, 0)
}
}

@-webkit-keyframes ball_shake4 {
20% {
  -webkit-transform: translate(10%, -10%)
}

40% {
  -webkit-transform: translate(-10%, -10%)
}

60% {
  -webkit-transform: translate(0, 10%)
}

80% {
  -webkit-transform: translate(10%, 0)
}

100% {
  -webkit-transform: translate(0, 0)
}
}
@keyframes ball_shake4 {
20% {
  transform: translate(10%, -10%)
}

40% {
  transform: translate(-10%, -10%)
}

60% {
  transform: translate(0, 10%)
}

80% {
  transform: translate(10%, 0)
}

100% {
  transform: translate(0, 0)
}
}
@keyframes scaleRotate{
  0%{
      transform: scale(0);
  }
  100%{
      transform: scale(1);
  }
}
@-webkit-keyframes scaleRotate{
  0%{
      transform: scale(0);
  }
  100%{
      transform: scale(1);
  }
}
@-o-keyframes scaleRotate{
  0%{
      transform: scale(0);
  }
  100%{
      transform: scale(1);
  }
}
@-moz-keyframes scaleRotate{
  0%{
      transform: scale(0);
  }
  100%{
      transform: scale(1);
  }
}
@keyframes Rotate{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(360deg);
  }
}
@-webkit-keyframes Rotate{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(360deg);
  }
}
@-o-keyframes Rotate{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(360deg);
  }
}
@keyframes Rotate1{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(-360deg);
  }
}
@-webkit-keyframes Rotate1{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(-360deg);
  }
}
@-o-keyframes Rotate1{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(-360deg);
  }
}
@-moz-keyframes Rotate1{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(-360deg);
  }
}
.about_banner_txt p:nth-of-type(1) {
  font-size: 40px;
}
.pro_banner_icon{
  position: relative;
  width: 400px;
  height: 300px;
  float: right;
  margin:100px 150px 0  0;
}
.pro_banner_icon img{
  position: absolute;
  animation: rotate 5s linear infinite;
  -moz-animation: rotate 5s linear infinite;	/* Firefox */
  -webkit-animation: rotate 5s linear infinite;	/* Safari 和 Chrome */
  -o-animation: rotate 5s linear infinite;	/* Opera */
}
.pro_banner_icon .item1{
  top: 0;
  left: 50px;
}
.pro_banner_icon .item2{
  top: 5px;
  left: 155px;
}
.pro_banner_icon .item3{
  top: 65px;
  left: 15px;
}
.pro_banner_icon .item4{
  top: 120px;
  left: 30px;
}
.pro_banner_icon .item5{
  top: 78px;
  left: 100px;
  animation: rotate1 3s linear infinite;
  -moz-animation: rotate1 3s linear infinite;	/* Firefox */
  -webkit-animation: rotate1 3s linear infinite;	/* Safari 和 Chrome */
  -o-animation: rotate1 3s linear infinite;	/* Opera */
}
.pro_banner_icon .item6{
  top: 80px;
  left: 120px;
}
.pro_banner_icon .item7{
  top: 168px;
  left: 150px;
  animation: rotate1 2s linear infinite;
  -moz-animation: rotate1 2s linear infinite;	/* Firefox */
  -webkit-animation: rotate1 2s linear infinite;	/* Safari 和 Chrome */
  -o-animation: rotate1 2s linear infinite;	/* Opera */
}
.pro_banner_icon .item8{
  top: 60px;
  left: 200px;
}
.pro_banner_icon .item9{
  top: 160px;
  left: 220px;
}.pro_banner_icon .item10{
  top: 100px;
  left: 150px;
}.pro_banner_icon .item11{
  top: 180px;
  left: 10px;
}.pro_banner_icon .item12{
  top: 55px;
  left: 150px;
}
@keyframes rotate{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}
@-moz-keyframes rotate{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}
@-o-keyframes rotate{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}
@keyframes rotate1{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate1{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(-360deg);
  }
}
@-o-keyframes rotate1{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate1{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(-360deg);
  }
}
.filter {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffd2, endcolorstr=#03e3ff, gradientType=0);
  background: -webkit-linear-gradient(#00ffd2, #03e3ff);
  background: -o-linear-gradient(#00ffd2, #03e3ff);
  background: -moz-linear-gradient(#00ffd2, #03e3ff);
  background: -ms-linear-gradient(#00ffd2, #03e3ff);
  background: linear-gradient(#00ffd2, #03e3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news_bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zibeijing.png) no-repeat left center;
  animation: scale .5s ease-in-out forwards;
  -moz-animation: scale .5s ease-in-out forwards;	/* Firefox */
  -webkit-animation: scale .5s ease-in-out forwards;	/* Safari 和 Chrome */
  -o-animation: scale .5s ease-in-out forwards;	/* Opera */
}

@keyframes scale{
  0%{
      transform: scale(1.5);
  }
  100%{
      transform: scale(1);
  }
}
@-moz-keyframes scale{
  0%{
      transform: scale(1.5);
  }
  100%{
      transform: scale(1);
  }
}
@-o-keyframes scale{
  0%{
      transform: scale(1.5);
  }
  100%{
      transform: scale(1);
  }
}
@-webkit-keyframes scale{
  0%{
      transform: scale(1.5);
  }
  100%{
      transform: scale(1);
  }
}
#particles-js canvas{
  position: absolute;
  left: 0;
  top: 0;
}
.about_banner_txt p:nth-of-type(2) {
  font-size: 24px;
  color: #acacac;
  padding-bottom: 10px;
}

.about_banner_txt span {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #acacac;
  float: left;
}

.about_ban_i {
  float: right;
  animation: rubberBand 2s ease-out forwards;
}

@keyframes rubberBand {
  0% {
      transform: scaleX(1)
  }
  25% {
      transform: scale3d(1.05, .95, 1)
  }
  /* 
  40% {
      transform: scale3d(.75, 1.05, 1)
  } */
  50% {
      transform: scale3d(.85, .85, 1);
  }
  /* 65% {
      transform: scale3d(.95, 1.05, 1)
  }*/
  75% {
      transform: scale3d(1.05, .75, 1)
  } 
  to {
      transform: scaleX(1)
  }
}
.pro .title{
  text-align: center;
  padding: 70px 0 50px; 
  font-family: "PingFang SC";
}
.title {
  /* padding: 70px 0 50px; */
  /* text-align: center; */
  /* font-family: "PingFang SC"; */
}

.title p:nth-of-type(1) {
  font-family: "PingFang SC";
  font-size: 28px;
  color: #333;
}

.title p:nth-of-type(2) {
  position: relative;
  width: 265px;
  height: 1px;
  background-color: #e4e2e2;
  margin: 0 auto;
  margin-top: 12px;
}

.title p:nth-of-type(2):after {
  position: absolute;
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  left: 50%;
  margin-left: -28px;
  border-bottom: 0;
  background-color: #01dac0;
}

.title p:nth-of-type(3) {
  font-size: 18px;
  color: #333;
  margin-top: 12px;
  font-family: "PingFang SC";
}

.profile_info {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 2;
  /* font-family: "PingFang SC"; */
}

.profile_info p {
  margin-bottom: 20px;
}
.pro{
  background-color: #1f4049;
  padding-bottom: 70px;
  margin-top: -12px;
  position: relative;
}
.profile_img {
  margin-top: 40px;
  position: relative;
}

.profile_img img {
  display: block;
  margin: 0 auto;
}

.profile_img img:nth-of-type(2) {
  margin: -40px auto -55px;
}

.profile_img span {
  position: absolute;
  width: 70px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
  /* font-family: "PingFang SC"; */
}

.filter_bg {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bde5, endcolorstr=#03fcdc, gradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bde5, endcolorstr=#03fcdc, gradientType=0);
  background: -webkit-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -o-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -moz-linear-gradient(90deg, #00bde5, #03fcdc);
  background: -ms-linear-gradient(90deg, #00bde5, #03fcdc);
  background: linear-gradient(90deg, #00bde5, #03fcdc);
}

.profile_span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -220px;
  width: 440px;
  height: 200px;
}

.profile_span1 {
  top: 58px;
  left: 230px;
}

.profile_span2 {
  top: 0;
  left: 136px;
}

.profile_span3 {
  bottom: 30px;
  left: 80px;
  transform: rotate(-25deg);
}

.profile_span4 {
  bottom: 15px;
  right: 50px;
  transform: rotate(15deg);
}

.profile_span5 {
  left: 0;
  top: 45px;
  transform: rotate(-30deg);
}

.profile_span6 {
  right: 0;
  top: 25px;
  transform: rotate(20deg);
}

.logowar {
  margin-top: 100px;
  background-color: #f8f8f8;
  text-align: center;
  height: 600px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding-bottom: 60px;
}

.logowar p {
  font-size: 30px;
  color: #333;
  padding: 30px 0;
}

.logowar .IconsContainer {
  width: 100%;
  height: 460px;
  position: relative;
  transition: opacity ease-out 1s;
  z-index: 0;
}

.logowar .IconsContainer .Icon {
  position: absolute;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  background-size: 1064px 912px;
  background-image: url(../images/Icon.png);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .15), 0 3px 10px rgba(0, 0, 0, .1)
}

.logowar .IconsContainer .Icon span {
  display: none;
}

.Icon-img0 {
  background-position: -153px -1px
}

.Icon-img1 {
  background-position: -609px -457px
}

.Icon-img2 {
  background-position: -1px -153px
}

.Icon-img3 {
  background-position: -305px -1px
}

.Icon-img4 {
  background-position: -153px -153px
}

.Icon-img5 {
  background-position: -305px -153px
}

.Icon-img6 {
  background-position: -1px -305px
}

.Icon-img7 {
  background-position: -153px -305px
}

.Icon-img8 {
  background-position: -305px -305px
}

.Icon-img9 {
  background-position: -457px -1px
}

.Icon-img10 {
  background-position: -457px -153px
}

.Icon-img11 {
  background-position: -457px -305px
}

.Icon-img12 {
  background-position: -1px -457px
}

.Icon-img13 {
  background-position: -153px -457px
}

.Icon-img14 {
  background-position: -305px -457px
}

.Icon-img15 {
  background-position: -457px -457px
}

.Icon-img16 {
  background-position: -609px -1px
}

.Icon-img17 {
  background-position: -609px -153px
}

.Icon-img18 {
  background-position: -609px -305px
}

.Icon-img19 {
  background-position: -1px -1px
}

.Icon-img20 {
  background-position: -1px -609px
}

.Icon-img21 {
  background-position: -153px -609px
}

.Icon-img22 {
  background-position: -457px -609px
}

.Icon-img23 {
  background-position: -305px -609px
}

.Icon-img24 {
  background-position: -609px -609px
}

.Icon-img25 {
  background-position: -761px -1px
}

.Icon-img26 {
  background-position: -761px -153px
}

.Icon-img27 {
  background-position: -761px -305px
}

.Icon-img28 {
  background-position: -761px -457px
}

.Icon-img29 {
  background-position: -761px -609px
}

.Icon-img30 {
  background-position: -1px -761px
}

.Icon-img31 {
  background-position: -153px -761px
}

.Icon-img32 {
  background-position: -305px -761px
}

.Icon-img33 {
  background-position: -457px -761px
}

.Icon-img34 {
  background-position: -609px -761px
}

.Icon-img35 {
  background-position: -761px -761px
}

.Icon-img36 {
  background-position: -913px -1px
}

.Icon-img37 {
  background-position: -913px -153px
}

.Icon-img38 {
  background-position: -913px -305px
}

.team {
  background-color: #1f434b;
  padding-bottom: 50px;
}

.team .title p {
  color: #fff;
}

.team_slide {
  width: 1200px;
  margin-top: 60px;
  margin: 0 auto;
  overflow: hidden;
}

.team_slide ul {
  width: 300%;
  transition: all 1s linear;
}

.team_slide ul li {
  width: 273px;
  height: 360px;
  background-color: #fff;
  margin: 0  13px;
  padding: 0 50px;
  float: left;
}

/* .team_slide ul li:nth-of-type(4n) {
  margin-right: 0;
} */

.team_bg {
  width: 164px;
  height: 164px;
  background-color: #b2f2f3;
  padding: 10px;
  border-radius: 100%;
  margin-top: 38px;
}

.team_img {
  width: 100%;
  height: 100%;
  background-color: #01d4d7;
  border-radius: 100%;
}

.team_txt {
  text-align: center;
}

.team_txt p:nth-of-type(1) {
  font-size: 20px;
  color: #333;
  margin-top: 15px;
}

.team_txt p:nth-of-type(2) {
  font-size: 14px;
  color: #333;
  margin-top: 25px;
  font-weight: bold;
}

.team_txt p:nth-of-type(3) {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.team_pagination {
  margin-top: 60px;
}

.team_pagination ul {
  font-size: 0;
  text-align: center;
}

.team_pagination ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  padding: 1px;
  margin: 0 10px;
}

.team_pagination ul li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #1f434b;
  border-radius: 100%;
}

.team_pagination .active {
  background-color: #01d4d7;
}

.team_pagination .active span {
  background-color: transparent;
}

.contact_info {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  text-align: center;
}

.contact_info img {
  margin-bottom: 10px;
}

.contact_address p,
.contact_phone p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.contact_address .c05c2e5 {
  color: #05c2e5;
}

.contact_phone p span:nth-of-type(2) {
  font-family: "en"!important;
  color: #333;
  font-weight: bold;
}

.contact_email p {
  color: #333;
  font-size: 14px;
  font-family: "en";
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}

.map {
  height: 400px;
  margin-top: 50px;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: gray;
}

footer {
  background-color: #1f4049;
  font-family: "Microsoft YaHei";
}

.footer {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.footer_info {
  padding: 30px 0 45px;
}
.footer_serve {
  width: 270px;
  /*height: 100%;*/
  float: left;
  border-right: 1px solid #acacac;
  display: flex;
  padding-right: 30px;
}
.footer_info .consult_info ul li {
  white-space: nowrap;
}

.hotline_img {
  float: left;
}

.consult {
  margin-left: 20px;
  float: left;
}

.consult_line {
  font-size: 16px;
  color: #fff;
}

.consult_line p:nth-of-type(2) {
  margin-top: 12px;
}

.consult_info {
  margin-top: 35px;
}

.consult_info ul li {
  font-size: 14px;
  color: #acacac;
  line-height: 30px;
}

.footer_link {
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 45px 0 80px;
}

.footer_link dl {
  /* margin-right: 77px; */
}

.footer_link dl:last-child {
  margin-right: 0;
}

.footer_link dl dt {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.footer_link dl dd {
  line-height: 28px;
  font-size: 12px;
  color: #acacac;
}

.footer_link dl dd a {
  font-size: 12px;
  color: #acacac;
}
.footer_link dl dd a:hover{
  color: #fff;
}
.footer_link dd .erweima {
  margin-top: 10px;
}

.quick_link {
  height: 80px;
  border: 1px dashed #acacac;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
}

.quick_link p {
  font-size: 12px;
  color: #acacac;
}

.quick_link {
  font-size: 12px;
  color: #acacac;
}

.quick_link ul {
  margin-top: 10px;
}

.quick_link ul li a {
  font-size: 12px;
  color: #acacac;
}
.quick_link ul li a:hover{
  color: #fff;
}

.quick_link ul li {
  float: left;
}

.copyright p {
  font-size: 14px;
  color: #acacac;
  margin-top: 15px;
}


/* case */

.star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom,#000000 0%,#221d1d 100%); */
  z-index: 1;
}

.case_head {
  height: 128px;
  background-color: #f8f8f8;
}

.case_head ul {
  width: 1200px;
  margin: 0 auto;
}

.case_head ul .activebg {
  background-color: #fff;
}

.case_head ul .active p {
  color: #05c2e5;
}

.case_head ul li {
  width: 128px;
  height: 128px;
  float: left;
  text-align: center;
  padding-top: 26px;
  cursor: pointer;
}

.case_head ul li i {
  width: 46px;
  height: 46px;
  display: inline-block;
}

.case_head ul li p {
  font-size: 16px;
  margin-top: 5px;
}

.case_icon1 {
  background: url(../images/icon1.png) no-repeat center center;
}

.active .case_icon1 {
  background: url(../images/icon1_1.png) no-repeat center center;
}

.case_icon2 {
  background: url(../images/icon2.png) no-repeat center center;
}

.active .case_icon2 {
  background: url(../images/icon2_1.png) no-repeat center center;
}

.case_icon3 {
  background: url(../images/icon3.png) no-repeat center center;
}

.active .case_icon3 {
  background: url(../images/icon3_1.png) no-repeat center center;
}

.case_icon4 {
  background: url(../images/icon4.png) no-repeat center center;
}

.active .case_icon4 {
  background: url(../images/icon4_1.png) no-repeat center center;
}

.case_icon5 {
  background: url(../images/icon5.png) no-repeat center center;
}

.active .case_icon5 {
  background: url(../images/icon5_1.png) no-repeat center center;
}

.case_icon6 {
  background: url(../images/icon6.png) no-repeat center center;
}

.active .case_icon6 {
  background: url(../images/icon6_1.png) no-repeat center center;
}

.case_icon7 {
  background: url(../images/icon7.png) no-repeat center center;
}

.active .case_icon7 {
  background: url(../images/icon7_1.png) no-repeat center center;
}

.case_icon8 {
  background: url(../images/icon8.png) no-repeat center center;
}

.active .case_icon8 {
  background: url(../images/icon8_1.png) no-repeat center center;
}

.case_icon9 {
  background: url(../images/icon9.png) no-repeat center center;
}

.active .case_icon9 {
  background: url(../images/icon9_1.png) no-repeat center center;
}

.case_list ul {
  width: 1200px;
  margin: 0 auto;
  padding-top: 68px;
  overflow: hidden;
}

.case_list ul li {
  width: 582px;
  height: 374px;
  background-color: #f8f8f8;
  float: left;
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
}

.case_list ul li:nth-of-type(2n) {
  float: right;
}

.case_img {
  height: 300px;
  overflow: hidden;
}

.case_img img {
  width: 100%;
  height: 300px;
}

.case_txt {
  margin-top: 10px;
}

.case_txt_info {
  float: left;
}

.case_txt_info p:nth-of-type(1) {
  font-size: 14px;
  color: #666;
}

.case_txt_info .case_name {
  font-size: 16px;
  color: #333;
}

.case_txt_info .case_span,
.case_txt_info .case_split {
  font-size: 14px;
  color: #666;
}

/* .case_txt_info .case_split {
  margin: 0 5px;
} */

.case_txt_info .case_link {
  font-size: 12px;
  color: #999;
  text-decoration: underline;
}

.case_txt_info .case_link:hover {
  color: #05c2e5;
}

.case_see {
  float: right;
}

.case_see i {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.case_see1 {
  background: url(../images/iconcom.png) no-repeat center center;
}

.case_see .case_see1:hover {
  background: url(../images/iconcom_1.png) no-repeat center center;
}

.case_see2 {
  background: url(../images/iconpho.png) no-repeat center center;
}

.case_see .case_see2:hover {
  background: url(../images/iconpho_1.png) no-repeat center center;
}

.case_see3 {
  background: url(../images/iconpro.png) no-repeat center center;
}

.case_see .case_see3:hover {
  background: url(../images/iconpro_1.png) no-repeat center center;
}

.case_see4 {
  background: url(../images/iconpeo.png) no-repeat center center;
}

.case_see .case_see4:hover {
  background: url(../images/iconpeo_1.png) no-repeat center center;
}

.case_bg {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 310px;
  width: 100%;
  text-align: center;
  padding-top: 100px;
  background-color: rgba(5, 194, 229, 0.6);
}

.case_bg p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.case_more {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  width: 145px;
  height: 30px;
  background-color: #01d4d7;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

.case_serve {
  width: 100%;
  height: 266px;
  position: relative;
  text-align: center;
  padding-top: 50px;
}

.case_serve p:nth-of-type(1) {
  font-size: 32px;
  color: #666;
}

.case_serve p:nth-of-type(2) {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.case_servebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) no-repeat center center;
}
/*
.animation{
  -webkit-animation: casebg  2s ease forwards;
  -moz-animation: casebg  2s ease forwards;
  -o-animation: casebg  2s ease forwards;
  animation: casebg  2s ease forwards;
}

@keyframes casebg {
  0% {
      width: 0;
  }
  100% {
      width: 100%;
  }
}

@-moz-keyframes casebg {
  0% {
      width: 0;
  }
  100% {
      width: 100%;
  }
}

@-webkit-keyframes casebg {
  0% {
      width: 0;
  }
  100% {
      width: 100%;
  }
}

@-o-keyframes casebg {
  0% {
      width: 0;
  }
  100% {
      width: 100%;
  }
} */
.news_head{
  height: 60px;
  background-color: #f8f8f8;
}
.news_head ul li i{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/2.png) no-repeat;
  float: left;
  margin:25px 5px 0 28px;
}
.news_head .active{
  background-color: #fff;
}
.news_head .active i{
  background: url(../images/1.png) no-repeat;
}
.news_head .active {
  color: #05c2e5;
}
.news_head ul{
  width: 1200px;
  margin:0 auto;
}
.news_head ul li {
  width: 145px;
  font-size: 16px;
  color: #666;
  line-height: 60px;
  float: left;
  cursor: pointer;
}
.news_con{
  width: 1200px;
  margin:0 auto;
  overflow: hidden;
}
.news_list{
  width: 800px;
  float: left;
}
.news_list ul{
  padding:20px 0 70px;
}
.news_list ul li{
  padding:25px 0 20px; 
  border-top: 1px solid #e4e2e2;
}
.news_list ul li:nth-of-type(1){
  border-top: 0;
}
.news_list ul li h5{
  padding-bottom: 5px;
  border-bottom: 1px dashed #e4e2e2;
}
.news_list ul li h5 i{
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
  vertical-align: 2px;
  margin-right: 8px;
}
.news_list ul li h5 a{
  color: #333;
  font-size: 16px;
}
.news_list ul li h5:hover a{
  color: #05c2e5;
  text-decoration: underline;
}
.news_list ul li h5:hover i{
  background-color: #05c2e5;
}
.news_list ul li p{
  color: #999;
  font-size: 14px;
  line-height: 2;
}
.news_date{
  font-size: 14px;
  color: #333;
  font-family: "en";
  float: right;
  margin-right: 3px;
}
.hot_news{
  width: 324px;
  float: right;
  margin-top: 50px;
}
.hot_title{
  height: 60px;
  line-height: 60px;
  background-color: #01d4d7;
  font-size: 18px;
  color: #fff;
}
.hot_title i{
  float: left;
  margin:23px 8px 0 30px;
  width: 14px;
  height: 14px;
  background: url(../images/hot_news.png) no-repeat;
}
.hotnews_list{
  padding:25px;
  background-color: #f8f8f8;
}
.hotnews_list ul li{
  margin-bottom: 20px;
}
.hotnews_list ul li a{
  width: 100%;
  display: inline-block;
  color: #333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.hotnews_list ul li a:hover{
  text-decoration: underline;
  color: #05c2e5;
}
.product_list ul{
  width: 1200px;
  margin:0 auto;
  padding-top: 50px;
  overflow: hidden;
}
.product_list{
  background-color: #1f434b;
}
.product_list ul li{
  width: 380px;
  height: 374px;
  background-color:   #fff;
  margin-right: 30px;
  margin-bottom: 50px;
  float: left;
  position: relative;
  padding:10px;
}
.product_list ul li .case_img img{
  height: 300px;
}
.product_list ul li:nth-of-type(3n){
  margin-right: 0;
}
.ff0000{
  color: #ff0000!important;
  font-size: 18px!important;
  font-family: "en";
  font-weight: bold;
}
.product_choose{
  width: 1200px;
  margin:0 auto;
  overflow: hidden;
  padding:35px 0 70px;
}
.row{
  overflow: hidden;
  margin-bottom: 15px;
}
.product_title{
  float: left;
}
.product_span{
  padding-left: 108px;
}
.product_span .more{
  color:#05c2e5;
}
.product_span a{
  font-size: 16px;
  color: #666;
  margin-right: 30px;
  margin-bottom:10px;
  float: left;
  cursor: pointer;
}
.product_span .active{
  color: #05c2e5;
  text-decoration: underline;
}
.business_info ul li{
  width:300px;
  float: left;
  text-align: center;
  margin-bottom: 70px;
}
.business_info ul{
  width: 1200px;
  margin:0 auto;
  overflow: hidden;
}
.business_info ul li .business_info_img{
  position: relative;
  margin:0 auto 10px;
}
.business_info ul li p{
  color: #333;
  font-size: 16px;
}
.business_info ul li .en{
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
.business_img_bg{
  position: absolute;
  left:50%;
  top: 0;
  margin-left: -78px;
  width: 156px;
  height: 154px;
  border-radius: 50px;
  text-align: center;
  padding-top: 40px;
  display: none;
}
.business_info ul li .business_img_bg p{
  color:#fff;
  margin-top: 10px;
}
.business_info ul li:hover .business_img_bg{
  display: block;
}
.business_info ul li:hover .business_info_txt p{
  color: #01d4d7;
}
.pro{
  background-color: #1f4049;
  padding-bottom: 70px;
}
.pro_info{
  width: 1200px;
  margin:0 auto;
}
.pro_head ul{
  display: flex;
  justify-content: space-between;
}
.pro_head ul li{
  cursor: pointer;
  transition: width 1s;
}
.pro_head ul li:nth-of-type(2n+1){
  width:310px;
  height: 114px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  margin-top: 12px;
}
.pro_head ul li:nth-of-type(2n){
  width: 516px;
  height: 136px;
  background-color: #01d4d7;
  text-align: center;
  overflow: hidden;
}
.pro_head ul li:nth-of-type(2n+1) p:nth-of-type(1){
  font-size: 0;
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(1){
  font-size: 0;
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.pro_head ul li:nth-of-type(2n+1) p:nth-of-type(1) .pro_name {
  font-size: 24px;
  color:#333;
  float: left;
  font-family: "PingFang SC";
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(1) .pro_name {
  font-size: 28px;
  color:#fff;
  float: left;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(1) .zuhe{
  color:#fff;
}
.pro_head ul li:nth-of-type(2n+1) p:nth-of-type(1) .num{
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #01d4d7;
  color:#fff;
  font-size: 14px;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
  vertical-align: middle;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(1) .num{
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color:#ff0000;
  font-size: 20px;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
  vertical-align: middle;
}
.pro_head ul li:nth-of-type(2n+1) p:nth-of-type(2){
  color:#999;
  font-size: 14px;
  margin-top: 10px;
}
.pro_head ul li:nth-of-type(2n) p:nth-of-type(2){
  color:#fff;
  font-size: 16px;
  margin-top: 10px;
}
.pro_head ul li:nth-of-type(2n) .main{
  margin-left: 25px;
}
.pro_dt{
  margin: 90px 0 0;
}
.pro_dt ul li{
  display: none;
  overflow: hidden;
}
.pro_dt ul .active{
  display:block;
}
.chengxu{
  width: 319px;
  height: 452px;
  background: url(../images/zhongkuang.png) no-repeat;
  margin-right: 54px;
  float: left;
  padding:0 54px;
}
.chengxu:hover{
  background: url(../images/zhongkuangbg.png) no-repeat center;
}
.chengxu:hover .program_txt p{
  color: #fff;
}
.taocan{
  width: 692px;
  height: 452px;
  background: url(../images/dakuang.png) no-repeat;
  float: left;
  padding:0 54px;
}
.taocan:hover{
  background: url(../images/dakuangbg.png) no-repeat center;
}
.taocan:hover .program_txt p{
  color: #fff;
}
.pro_dt ul li:nth-child(3)  .program .program_price p{
  text-align: inherit;
}
.pro_dt ul li:nth-child(1)  .program .program_price p{
  text-align: inherit;
}
.program_txt{
  height: 200px;
}
.zhiguanwang{
  width:319px;
  height: 452px;
  background: url(../images/zhongkuang.png) no-repeat;
  margin-right: 54px;
  float: left;
  padding:0 54px;
}
.zhiguanwang:hover{
  background: url(../images/zhongkuangbg.png) no-repeat center;
}
.zhiguanwang:hover .program_txt p{
  color: #fff;
}
.program_tit{
  position: relative;
  font-size: 24px;
  color: #00fbff;
  padding:20px 0 10px;
  border-bottom: 1px solid #137b82;
  text-align: center;
}

.program_tit:after{
  position: absolute;
  content: '';
  bottom:-20px;
  left:50%;
  transform: translateX(-50%);
  display: block;
  width:0;
  height:0;
  border-top: 10px solid #00fbff;
  border-bottom: 10px solid transparent; 
  border-right:10px solid transparent;
  border-left:10px solid transparent;
}
.program_txt{
  margin-top: 30px;
  float: left;
}
.program_t{
  padding:0 50px;
}
.program_txt p{
  position: relative;
  font-size: 14px;
  color:#b7d9e2;
  padding-left: 22px;
  margin-bottom:8px;
}
.taocan .program_txt p{
  margin-bottom: 12px;
}
.program_txt p:before{
  position: absolute;
  display: block;
  left:0;
  top: 2px;
  content:'';
  width:6px;
  height: 6px;
  background-color: #b7d9e2;
  border-radius: 100%;
}
.program_price{
  margin-top: 40px;
}
.program_price p{
  text-align:center;
  font-size: 14px;
  color:#b7d9e2;
}
.money{
  font-size: 22px;
  margin:0 4px;
}
.fffc00{
  color: #fffc00;
}
.year{
  font-size: 14px;
  color:#b7d9e2;
}
.program_btn{
  display: inline-block;
  width: 104px;
  height: 30px;
  border-radius: 20px;
  font-size: 12px;
  color:#fff;
  text-align: center;
  line-height: 30px;
}

.fl{
  float: left;
}
.fr{
  float:right;
}
.taocan .program_more{
  width:350px;
  margin:20px auto 0;
}
.zhiguanwang .program_more .fl{
  margin-left: -5px;
}
.zhiguanwang .program_more .fr{
  margin-right: -5px;
}
.chengxu .program_txt,.zhiguanwang .program_txt{
  float: none;
}
.program_more{
  margin-top: 18px;
}
.program_more .fl{
  margin-left: -20px;
}
.program_more .fr{
  margin-right: -20px;
}
.program_serve{
  float: right;
}
.serve_info{
  height: 256px;
  background-color: #fff;
  padding-top: 68px;
}
.serve_info ul li{
  width: 240px;
  height: 105px;
  float:left;
  padding:10px 0 0 10px;
}
.serve_info ul{
  width:1200px;
  margin:0 auto;
  display: flex;
  justify-content: space-around;
}
.serve_info ul li p:nth-of-type(1){
  font-size: 44px;
  color:#333;
  font-family: "en";
}
.serve_info ul li p:nth-of-type(2){
  font-size: 16px;
  color: #333;
}
.serve_info ul li p span{
  font-family: "fz";
  font-size: 30px;
}
.serve_info ul li:hover{
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
}
.serve_info ul li:hover p{
  color: #05c2e5;
}
.serve_map{
  height: 750px;
  background-color: #1f4049;
}
.serve_map_dt {
  width:1200px;
  margin:0 auto;
  text-align:center;
}
.serve_map_dt h5{
  color: #fff;
  font-size:36px;
  padding-top: 65px;
}
.serve_pic{
  position: relative;
  float: left;
  margin-top:50px;
  width: 659px;
  height:539px;
  background: url(../images/map.png) no-repeat;
}
.serve_circle{
  position: absolute;
  
  width:5px;
  height: 5px;
  border-radius: 100%;
  background-color: #2274ff;
}
.circle1{
  right: 115px;
  top: 317px;
}
.circle2{
  right: 170px;
  top: 207px;
}
.circle3{
  right: 165px;
  top: 315px;
}
.serve_circle:after{
  display: block;
  content: '';
  position: absolute;
  left:50%;
  top:50%;
  margin-left: -40px;
  margin-top: -40px;
  width:80px;
  height: 80px;
  border-radius: 100%;
  background-color: rgb(52,126,255);
  animation: serve 3s infinite;
  -webkit-animation: serve 3s infinite;
}
@keyframes serve{
  0%{
      transform: scale(0);
      opacity: 1;
  }
  100%{
      transform: scale(1.5);
      opacity: 0;
  }
}
@-webkit-keyframes serve{
  0%{
      transform: scale(0);
      opacity: 1;
  }
  100%{
      transform: scale(1.5);
      opacity: 0;
  }
}
.serve_txt{
  width:265px;
  float: left;
  margin:210px 0 0 100px;
}
.serve_txt p{
  color:#b7d9e2;
  font-size: 20px;
  line-height:1.5;
  text-align: left;
}
.serve_txt ul{
  margin-top: 60px;
}
.serve_txt ul li{
  float: left;
  font-size: 16px;
  color:#b7d9e2;
  line-height: 30px;
}
.serve_txt ul li i{
  width:16px;
  height: 16px;
  display: inline-block;
  background: url(../images/circle.png) no-repeat;
  vertical-align: -1px;
}
.serve_txt ul li:nth-of-type(2n){
  float: right;
}
.serve_txt ul li span{
  font-family: "en";
  color:#00fbff;
}
.infor{
  padding-bottom: 100px;
  width:1200px;
  margin:0 auto;
}
.infor ul{
  overflow: hidden;
}
.infor ul li{
  width:540px;
  float: left;
  margin-bottom: 20px;
}
.infor ul li:nth-of-type(2n){
  float:right;
}
.infor ul li i{
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
  vertical-align: 7px;
  margin-right: 8px;
}
.infor ul li a{
  width:430px;
  display: inline-block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
}
.infor ul li span{
  float:right;
  font-size:14px;
  color: #999;
  font-family: "en";
  font-weight: bold;
}
.infor ul li:hover a{
  color:#05c2e5;
  text-decoration: underline;
}
.infor ul li:hover i{
  background-color:#05c2e5;
}
.info_more {
  float: right;
  width:80px;
  height: 35px;
  background: url(../images/more.png) bottom no-repeat;
  color: #999;
  font-size: 14px;
  font-family: "en";
  font-weight: bold;
  cursor: pointer;
}
.info_more:hover{
  color: #05c2e5;
}
.toolbar ul li{
  width: 42px;
  height: 42px;
  margin-bottom: 2px;
  position: relative;
}
.toolbar ul li:hover .tool_dt  {
  display: block;
}
.bar1{
  background: url(../images/dianhua.png) no-repeat;
}
.bar1:hover{
  background: url(../images/dianhua1.png) no-repeat;
}
.bar2{
  background: url(../images/weixin.png) no-repeat;
}
.bar2:hover{
  background: url(../images//weixin1.png) no-repeat;
}
.bar3{
  background: url(../images/gongzhonghao.png) no-repeat;
}
.bar3:hover{
  background: url(../images/gongzhonghao1.png) no-repeat;
}
.bar4{
  cursor: pointer;
  background:  url(../images/fanhui.png) no-repeat;
}
.toolbar{
  position: fixed;
  right: 0;
  bottom:30%;
  z-index: 999;
}
.tool_dt{
  position: absolute;
  right:45px;
  width:130px;
  height:130px;
  background-color: #01d4d7;
  display: none;
}
.tool_dt1{
  top: 0;
  padding:0 10px;
}
.tool_dt2,.tool_dt3{
  top: -30px;
  text-align: center;
  padding-top: 15px;
}
.tool_dt2 p,.tool_dt3 p{
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

.fefu{
  margin-top: 15px;
}
.fefu p:nth-of-type(1){
  color: #fff;
  font-size: 14px;
}
.fefu img{
  vertical-align: middle;
  margin-right:5px;
}
.fefu p:nth-of-type(2){
  color: #fff;
  font-size: 16px;
  font-family: "en";
  font-weight: bold;
}
/* 智休产品结束 */
@keyframes move1 {
  0% {
    left: -38px;
    bottom: 47px;
  }
  50% {
    left: 500px;
    bottom: 650px;
  }
  100% {
    left: 1550px;
    bottom: -50px;
  }
}
@keyframes move2 {
  0% {
    left: 552px;
    top: 0;
  }
  50% {
    left: 1450px;
    top: 450px;
  }
  100% {
    left: 600px;
    top: 700px;
  }
}
@keyframes move3 {
  0% {
    left: 838px;
    bottom: 251px;
  }
  50% {
    left: 400px;
    bottom: -50px;
  }
  100% {
    left: -100px;
    bottom: 500px;
  }
}
@keyframes move4 {
  0% {
    right: 41px;
    bottom: 318px;
  }
  25% {
    right: -150px;
    bottom: 200px;
  }
  50% {
    right: 300px;
    bottom: -100px;
  }
  100% {
    right: 1500px;
    bottom: 500px;
  }
}
@keyframes scaleRotate {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scaleRotate {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes scaleRotate {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes scaleRotate {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes Rotate {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes Rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes Rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Rotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes Rotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-o-keyframes Rotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes Rotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes Shake {
  0% {
    transform: translateX(0) translateY(0px);
  }
  100% {
    transform: translateX(10px) translateY(20px);
  }
}
@keyframes RotateY {
  0% {
    transform: perspective(300px) rotateX(-10deg) rotateY(0);
  }
  100% {
    transform: perspective(300px) rotateX(-10deg) rotateY(360deg);
  }
}

#wmys{
    background: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/bg.png) no-repeat center;
}


	.pop1 {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 99;
		display: none;

	}

	.pop1>div {
		position: relative;
	}

	.cha {
		width: 20px;
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
	}

	.pop2 {
		width: 800px;
		background: #fff;
		padding: 30px;
		border-radius: 4px;
		box-shadow: 10px 10px 20px 10px rgba(14, 14, 14, 0.12);
		height: 300px;
	}

	#pop2 .formbox {
		float: right;
		width: 62%;
	}

	#pop2 .top-title {
		font-size: 28px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #444444;
		text-align: center;
		margin-top: 22px;
	}

	#pop2 .desc {
		margin-top: 30px;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 15px 20px;
	}

	#pop2 .desc>img,
	#pop2 .tel img {
		width: 20px;
		margin-right: 10px;
		float: left;
	}

	#pop2 .desc>input,
	#pop2 .tel input {
		width: 80%;
		border: 0;
	}

	#pop2 .tel {
		margin-top: 15px;
	}

	#pop2 .tel>.inputbox {
		height: 51px;
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: 15px 20px;
		width: 65%;
		float: left;
		font-family: inherit;
		font-size: inherit;
		font-style: inherit;
		font-weight: inherit;
		outline: 0;
		box-sizing: border-box;
		text-decoration: none;
	}

	input {
		font-family: inherit;
		font-size: inherit;
		font-style: inherit;
		font-weight: inherit;
		outline: 0;
		box-sizing: border-box;
		text-decoration: none;
	}

	#pop2 .tel>.button {
		width: 145px;
		background: url(/skin/images/untitled.gif);
		background-size: cover;
		margin-left: 8px;
		float: right;
		border-radius: 4px;
		text-align: center;
		line-height: 52px;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
	}
	.toolbar:hover {
		cursor: pointer;
	}
	.tab_con {
		display: none;
	}
	
	#neirong li:nth-child(3n) {
		margin-right: 0;
	}
	
	.case_box:hover .case_bg_detail {
		display: block !important;
		cursor: pointer;
	}
	
	.case_box .case_bg_detail p {
		margin: 100px auto 0;
		width: 130px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		background-color: #01d4d7;
	}
	
	.tab_news .bottom-content ul {
		display: none;
	}