* {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, "hiragino sans GB", arial, "Microsoft YaHei", sans-serif;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}


.huishou_box .width_1200 {
  width: 1496px;
  margin: 0 auto;
}


.huishou_box .banner_box {
	margin-top: 90px;
  height: 582px;
  background: url(../images/banner.png); 
  background-size:100% 100%;
 box-sizing:border-box;
-moz-box-sizing:border-box;
  overflow: hidden;
}
.huishou_box .banner_box header {
  background: #FFFFFF;
  box-shadow: 0px 8px 20px 0px rgb(0 36 62 / 10%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.right_box ul li{float: left;padding: 10px 15px;}
.liebiao li a {color: #0098FF;}
.huishou_box .banner_box header.fixed-header {
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 0px rgba(220, 227, 234, 0.5);
  z-index: 1000;
}
.huishou_box .banner_box header.fixed-header > div .right_box {
  display: flex;
}
.huishou_box .banner_box header.fixed-header > div .right_box p {
  display: inline-block;
}
.huishou_box .banner_box header.fixed-header > div a {

}
.huishou_box .banner_box header.fixed-header > div a:hover {
 
}
.huishou_box .banner_box header.fixed-header > div a:active {
  background: linear-gradient(136deg, #1A9EFF 0%, #0067E6 100%);
}
.huishou_box .banner_box header.fixed-header > div a img.normal_img {
  display: none;
}
.huishou_box .banner_box header.fixed-header > div a img.hover_img {
  display: inline-block;
}
.huishou_box .banner_box header > div {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.huishou_box .banner_box header > div .left_box {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #3F3F3F;
  line-height: 28px;
}
.huishou_box .banner_box header > div .left_box img {
  width: 42px;
  height: 42px;
  margin-right: 16px;
}
.huishou_box .banner_box header > div .left_box .wr{
  width: 35px;vertical-align: middle;
  height: 35px;margin-left: 20px;
  margin-right: 15px;
}
.huishou_box .banner_box header > div .left_box span{
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;	
}
.huishou_box .banner_box header > div .right_box {
  font-size: 22px;
  font-weight: 500;
  color: #0098FF;
  line-height: 24px;
  align-items: center;
}
.right_box ul li.on{background: #0098FF;
border-radius: 3px;margin-left: 15px;}
.right_box ul li.on a{font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;}
.huishou_box .banner_box header > div .right_box p {
  display: none!important;
}
.huishou_box .banner_box header > div .right_box span {
  color: #10a0ff;
  font-size: 30px;
  font-weight: bold;
}
.huishou_box .banner_box > div {

  align-items: center;
}
.huishou_box .banner_box > div .left_box {
  min-width: 485px;
 float: left;
}
.huishou_box .banner_box > div .left_box h2 {
	font-size: 60px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #333333;margin-top: 90px;
  margin-bottom: 30px;position:relative;
}
.huishou_box .banner_box > div .left_box h2 i{
background: url(../images/gfzb.png); 
background-size:100% 100%;
display: block;width: 86px;height: 49px;
position: absolute;
right: 170px;
top: -40px;
}
.dg{margin-right: 10px;}
.huishou_box .banner_box > div .left_box .p_18 {
 font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #0098FF;margin-bottom: 25px;
}
.huishou_box .banner_box > div .left_box .p_19{
	font-size: 21px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
line-height: 36px;
	
}
.huishou_box .banner_box > div .left_box .dl_btn {
  width: 252px;
height: 77px;
background: linear-gradient(45deg, #218CF7, #49A4FF);
box-shadow: 0px 6px 12px 0px rgba(0,85,168,0.28);
border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
 font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;margin-bottom: 25px;
  line-height: 77px;
  letter-spacing: 2px;
  margin-top: 40px;
  position: relative;
	transition: all 0.5s ease;
}
.huishou_box .banner_box > div .left_box .dl_btn img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.huishou_box .banner_box > div .left_box .dl_btn:hover {
transform: translateY(-10px);
}

.huishou_box .banner_box > div .left_box .dl_btn .num_ani {
  background: url("../images/banner_pop_bj@2x.png") center no-repeat;
  background-size: cover;
  width: 148px;
  height: 35px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  right: -87px;
  top: -19px;
  animation: numAni 1s linear infinite;
}
.huishou_box .banner_box > div .left_box .num_box {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  line-height: 26px;
  margin: 28px 0 10px;
}
.huishou_box .banner_box > div .left_box .num_box span {
  color: #109fff;
  font-size: 24px;
  font-weight: bold;
}
.huishou_box .banner_box > div .left_box .version {
	margin-top: 20px;
}
.huishou_box .banner_box > div .left_box .version, .huishou_box .banner_box > div .left_box .p_12 {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
	margin-top: 5px;
}
.banlanmu{background: url(../images/blanm.png); 
background-size:100% 100%;height:195px;box-sizing:border-box;
-moz-box-sizing:border-box;padding-top: 65px; }			
.banlanmu_lift ul{display:flex;}
.banlanmu_lift ul li{margin-right: 45px;}			
.banlanmu_lift ul li .telt1{font-size: 36px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #0098FF;} 
.banlanmu_lift ul li .telt2{font-size: 22px;
font-family: Source Han Sans CN;
font-weight: 400;margin-top: 10px;
color: #666666;}
.banlanmu_right{width: 900px;}	
.banlanmu_lift{width: 596px;}
.banlanmu_right ul li{float:left;text-align:center;width: 16.6%; }	
.banlanmu_right ul li p{margin-top: 15px;font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #666666;}
.banlanmu{background: url(../images/blanm.png); 
background-size:100% 100%;height:195px;box-sizing:border-box;
-moz-box-sizing:border-box;padding-top: 65px; }			
.banlanmu_lift ul{display:flex;}
.banlanmu_lift ul li{margin-right: 45px;}			
.banlanmu_lift ul li .telt1{font-size: 36px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #0098FF;} 
.banlanmu_lift ul li .telt2{font-size: 22px;
font-family: Source Han Sans CN;
font-weight: 400;margin-top: 10px;
color: #666666;}
.banlanmu_right{width: 900px;}	
.banlanmu_lift{width: 596px;}
.banlanmu_right ul li{float:left;text-align:center;width: 16.6%; }	
.banlanmu_right ul li p{margin-top: 15px;font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #666666;}
.banlanmu_right ul li a{display: block}
.huishou_box .banner_box > div .right_box {
 float:right;position:relative;
}
.huishou_box .banner_box > div .right_box .right_img {
 margin-top: 30px;
}
.huishou_box .banner_box > div .right_box .right_img1{position:absolute;left:256px;margin-top: 162px;}
.huishou_box .banner_box > div .right_box .right_img2{position:absolute;left:570px;margin-top: 146px;}
.huishou_box section h2 {
  font-size: 38px;
  font-weight: bold;
  color: #2F2F2F;
  line-height: 57px;
  position: relative;
  text-align: center;	
}
.huishou_box section.section_1 h2{}
.saomiaow{font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;text-align:center;margin-top: 20px;margin-bottom: 50px;}
.huishou_box .section_1 {
  margin-top: 70px;
}

.huishou_box .section_1 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.huishou_box .section_1 ul li {
  width: 350px;text-align:center;
height: 444px;margin-top: 35px;
background: #FFFFFF;
box-shadow: 0px 4px 13px 1px rgba(0,0,0,0.15);
border-radius: 4px;
  transition: all 0.3s;
}
.huishou_box .section_1 ul li:hover {
  transform: translateY(-10px);
}
.huishou_box .section_1 ul li > a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.huishou_box .section_1 ul li a{display: block;width: 306px;
height: 60px;
background: linear-gradient(45deg, #218CF7, #49A4FF);
border-radius: 4px;font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 500;text-align:center;
color: #FFFFFF;margin: 25px auto 0;
line-height: 60px;}





.huishou_box .section_1 ul li .p_19 {
  font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #1064FF;margin-top: 25px;
  margin-bottom: 12px;
}
.huishou_box .section_1 ul li .p_16 {
  font-size: 15px;
  font-weight: 500;
 
color: #333333;
  line-height: 22px;
}
.huishou_box .section_2 {
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F8FF 100%);
  margin-top: 50px;
  padding: 43px 0;
}

.huishou_box .section_2 h2 span {
  position: relative;
  z-index: 1;
}
.huishou_box .section_2 h2:before {
  z-index: 1;
}
.huishou_box .section_2 .list_box {
  margin-top: 103px;
}
.huishou_box .section_2 .list_box .list_title {
  font-size: 24px;
  font-weight: bold;
  color: #262626;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.huishou_box .section_2 .list_box .list_title span {
  width: 3px;
  height: 24px;
  border-radius: 3px;
  display: inline-block;
  background: #0aaeff;
  margin-right: 11px;
}
.huishou_box .section_2 .list_box .icon_list_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: -50px;
}
.huishou_box .section_2 .list_box .icon_list_1 li {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.huishou_box .section_2 .list_box .icon_list_1 li a {
  display: inline-block;
  color: #262626;
  position: relative;
  overflow: hidden;
  width: 198px;
  height: 198px;
}
.huishou_box .section_2 .list_box .icon_list_1 li a .normal_box {
  width: 198px;
  height: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.huishou_box .section_2 .list_box .icon_list_1 li a .hover_box {
  position: absolute;
  top: 198px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 18px 40px 0px rgba(230, 230, 230, 0.5);
  border-radius: 8px;
  border: 2px solid #09b2ff;
  transition: all 0.3s;
  box-sizing: border-box;
  text-align: center;
  padding: 43px 11px 0;
  opacity: 0;
}
.huishou_box .section_2 .list_box .icon_list_1 li a .hover_box .p_20 {
  font-size: 20px;
  font-weight: 500;
  color: #0aaeff;
  line-height: 30px;
  margin-bottom: 5px;
}
.huishou_box .section_2 .list_box .icon_list_1 li a .hover_box .p_14 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.huishou_box .section_2 .list_box .icon_list_1 li a:hover .hover_box {
  top: 0;
  opacity: 1;
}
.huishou_box .section_2 .list_box .icon_list_1 li img {
  width: 82px;
  height: 70px;
  margin-bottom: 32px;
}
.huishou_box .section_2 .list_box_1 {
  margin-top: 84px;
}
.huishou_box .section_2 .list_box_1 .list_title {
  font-size: 24px;
  font-weight: bold;
  color: #262626;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.huishou_box .section_2 .list_box_1 .list_title span {
  width: 3px;
  height: 24px;
  border-radius: 3px;
  display: inline-block;
  background: #0aaeff;
  margin-right: 11px;
}
.huishou_box .section_2 .list_box_1 .icon_list_2 {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 50px;
  margin-left: -50px;
}
.huishou_box .section_2 .list_box_1 .icon_list_2 li {
  width: 198px;
  cursor: pointer;
}
.huishou_box .section_2 .list_box_1 .icon_list_2 li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2F2F2F;
}
.huishou_box .section_2 .list_box_1 .icon_list_2 li a img {
  width: 110px;
  height: 112px;
  margin-bottom: 28px;
  transition: all 0.3s;
}
.huishou_box .section_2 .list_box_1 .icon_list_2 li a img:hover {
  transform: translateY(-25px);
}
.huishou_box .section_3 {
  margin-top: 73px;
}

.huishou_box .section_3 .con_box {
  margin-top: 109px;
  display: flex;
  justify-content: space-between;
}
.huishou_box .section_3 .con_box ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.huishou_box .section_3 .con_box ul li:not(:last-child) {
  margin-bottom: 40px;
}
.huishou_box .section_3 .con_box ul li:hover img.normal_icon, .huishou_box .section_3 .con_box ul li.on img.normal_icon {
  display: none;
}
.huishou_box .section_3 .con_box ul li:hover img.hover_icon, .huishou_box .section_3 .con_box ul li.on img.hover_icon {
  display: inline-block;
}
.huishou_box .section_3 .con_box ul li:hover .p_20, .huishou_box .section_3 .con_box ul li.on .p_20 {
  color: #10a1ff;
}
.huishou_box .section_3 .con_box ul li:hover .p_16, .huishou_box .section_3 .con_box ul li.on .p_16 {
  color: #10a1ff;
}
.huishou_box .section_3 .con_box ul li img {
  width: 68px;
  height: 68px;
  margin-right: 32px;
}
.huishou_box .section_3 .con_box ul li img.normal_icon {
  display: inline-block;
}
.huishou_box .section_3 .con_box ul li img.hover_icon {
  display: none;
}
.huishou_box .section_3 .con_box ul li .p_20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px;
}
.huishou_box .section_3 .con_box ul li .p_16 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.huishou_box .section_3 .con_box .img_box {
  margin-top: -20px;
}
.huishou_box .section_3 .con_box .img_box .img_item {
  position: relative;
  display: none;
  width: 675px;
  height: 480px;
}
.huishou_box .section_3 .con_box .img_box .img_item.on {
  display: inline-block;
}
.huishou_box .section_3 .con_box .img_box .img_item:nth-child(1) img:last-child {
  right: 22px;
  animation: imgAni 1.2s linear infinite;
}
.huishou_box .section_3 .con_box .img_box .img_item:nth-child(2) img:last-child {
  right: -32px;
  bottom: -34px;
  animation: imgAni1 1.2s linear infinite;
}
.huishou_box .section_3 .con_box .img_box .img_item:nth-child(3) img:last-child {
  right: -45px;
  bottom: 37px;
  animation: imgAni2 1.2s linear infinite;
}
.huishou_box .section_3 .con_box .img_box .img_item:nth-child(4) img:last-child {
  right: 43px;
  bottom: 3px;
  animation: imgAni3 1.2s linear infinite;
}
.huishou_box .section_3 .con_box .img_box .img_item img:first-child {
  width: 675px;
  height: 480px;
}
.huishou_box .section_3 .con_box .img_box .img_item img:last-child {
  width: 308px;
  height: 283px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.huishou_box .section_3 .dl_btn {
  width: 260px;
  height: 75px;
  background: linear-gradient(136deg, #08b4ff 0%, #109fff 100%);
  border-radius: 8px;
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  box-shadow: 0px 13px 30px 0px #8fd0fc;
}
.huishou_box .section_3 .dl_btn:hover {
  background: linear-gradient(136deg, #6EC2FF 0%, #348FFF 100%);
}

.huishou_box .section_4 {
  margin-top: 72px;
}

.huishou_box .section_4 .swiper-box {
  margin-top: 70px;
  background: url("../images/user evaluation_background@2x.png") center no-repeat;
  background-size: cover;
  height: 390px;
  box-sizing: border-box;
}
.huishou_box .section_4 .swiper-container {
  width: 1220px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.huishou_box .section_4 .swiper-slide .p_16 {
  width: 562px;
  height: 314px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
 
  background-size: cover;
  padding: 48px 36px 0;
  box-sizing: border-box;
}
.huishou_box .section_4 .swiper-slide .pl1 {
  background: url("../images/pl1.png") center no-repeat;
}
.huishou_box .section_4 .swiper-slide .pl2 {
  background: url("../images/pl2.png") center no-repeat;
}
.huishou_box .section_4 .swiper-slide .pl3 {
  background: url("../images/pl3.png") center no-repeat;
}
.huishou_box .section_4 .swiper-slide .pl4 {
  background: url("../images/pl4.png") center no-repeat;
}

.huishou_box .section_4 .swiper-slide .user_box {
  display: flex;
  align-items: center;
  margin: -10px 0 0 24px;
}
.huishou_box .section_4 .swiper-slide .user_box img {
  width: 64px;
  height: 64px;
  margin-right: 12px;
}
.huishou_box .section_4 .swiper-slide .user_box > div p {
  font-size: 12px;
  font-weight: 400;
  color: #A5A5A5;
  line-height: 17px;
}
.huishou_box .section_4 .swiper-slide .user_box > div p:first-child {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-bottom: 12px;
}
.huishou_box .section_4 .swiper-pagination-bullets {
  bottom: 10px;
}
.huishou_box .section_4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #B9B9B9;
  opacity: 1;
}
.huishou_box .section_4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 33px;
  height: 8px;
  background: #1f90fd;
  border-radius: 5px;
}

.huishou_box .bottom_banner {
  background: url("../images/footbj.png") center no-repeat;
  background-size: cover;
  height: 420px;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom_banner p.footlogo{text-align:center;font-size: 60px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF; }
.bottom_banner p.footlogo img{margin-right: 20px;vertical-align: middle;position:relative;top:-4px;}
.huishou_box .bottom_banner .peo_num_box {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
	margin-top: 40px;
}
.huishou_box .bottom_banner .peo_num_box span {
  color: #10a1ff;
  font-size: 36px;
	
}
.huishou_box .bottom_banner .dl_btn {
  width: 260px;
  height: 75px;
  background: linear-gradient(136deg, #08b4ff 0%, #119fff 100%);
  box-shadow: 0px 10px 30px 0px #283b49;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
	transition: all 0.5s ease;
}
.huishou_box .bottom_banner .dl_btn:hover {
 transform: translateY(-10px);

}
.huishou_box .bottom_banner .dl_btn:active {
  background: linear-gradient(136deg, #1A9EFF 0%, #0067E6 100%);
  box-shadow: 0px 10px 30px 0px rgba(11, 124, 255, 0.64);
}
.huishou_box footer {
  background: #131D2B;
  min-width: 1200px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 25px 0;
}
.huishou_box footer .add_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.huishou_box footer .add_box p {
  line-height: 20px;
  display: flex;
  align-items: center;
}
.huishou_box footer .add_box p:first-child:after {
  margin-left: 25px;
}
.huishou_box footer .add_box p.add_version {
  margin-left: 25px;
}
.huishou_box footer .add_box p.add_version:after {
  margin-left: 25px;
}
.huishou_box footer .add_box p a {
  padding: 0 25px;
  cursor: pointer;
}
.huishou_box footer .add_box p:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(161, 165, 171, 0.5);
}
.huishou_box footer a {
  color: rgba(255, 255, 255, 0.6);
}
.huishou_box footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.huishou_box .fixed-top {
  background: -o-linear-gradient(314deg, #37aafa 0%, #37aafa 100%);
  background: linear-gradient(136deg, #37aafa 0%, #37aafa 100%);
  border-radius: 4px;
  position: fixed;
  top: 45%;
  right: 20px;
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
.huishou_box .fixed-top .line {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  width: 60px;
  margin: 0 auto;
}
.huishou_box .fixed-top .fixed-item {
  padding: 0 13px;
}
.huishou_box .fixed-top .fixed-item:active {
  background: #007CC4;
  color: #CCCCCC;
}
.huishou_box .fixed-top .fixed-item:active .iconfont {
  color: #CCCCCC;
}
.huishou_box .fixed-top .fixed-item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 76px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.huishou_box .fixed-top .fixed-item .iconfont {
  font-size: 20px;
  line-height: 1;
}
.huishou_box .fixed-top .fixed-item p {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 14px;
  padding-top: 10px;
}
.huishou_box .fixed-top .fixed-item:hover a, .huishou_box .fixed-top .fixed-item:hover p {
  color: #D4F6FF;
}

@keyframes imgAni {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes imgAni1 {
  0% {
    bottom: -34px;
  }
  50% {
    bottom: -19px;
  }
  100% {
    bottom: -34px;
  }
}
@keyframes imgAni2 {
  0% {
    bottom: 37px;
  }
  50% {
    bottom: 52px;
  }
  100% {
    bottom: 37px;
  }
}
@keyframes imgAni3 {
  0% {
    bottom: 3px;
  }
  50% {
    bottom: 18px;
  }
  100% {
    bottom: 3px;
  }
}
@keyframes numAni {
  0% {
    top: -19px;
  }
  50% {
    top: -30px;
  }
  100% {
    top: -19px;
  }
}
@keyframes deviceAni {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-25px);
  }
}
.xiazai{vertical-align: middle;position:relative;top:-2px;margin-right:5px;}
.icon1{display: block;background: url(../images/x1.png); 
background-size:100% 100%;width:20px;height: 20px; }
	.icon2{display: block;background: url(../images/x2.png); 
background-size:100% 100%;width:20px;height: 20px; }
	.icon3{display: block;background: url(../images/x3.png); 
background-size:100% 100%;width:20px;height: 20px; }
.step-container .step-tabbar {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 82px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.step-container .step-tabbar li {
  flex: 1;
  font-size: 18px;
  color: #1A1A1A;
  text-align: center;
  border-bottom: 2px solid #D6D6D6;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.step-container .step-tabbar li.active .bottomborder {
  display: block;
}
.step-container .step-tabbar li .bottomborder {
  background: #cccccc;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  display: none;
  overflow: hidden;
}
.step-container .step-tabbar li .bottomborder .borbg {
  width: 100%;
  background: #178EF0;
  height: 4px;
  position: absolute;
  left: -334px;
  top: 0;
}
.step-container .step-tabbar li > p {
  width: 400px;
  height: 40px;
  line-height:52px; 
  margin: 0 auto;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.step-container .step-tabbar li p.line-height {
  line-height: 52px;
}
.step-container .gif-container {
  width: 947px;
  height: 648px;
  margin: 0 auto 0;
  position: relative;
}
.step-container .gif-container .gif-container_bg {
}
.step-container .gif-container .gif-container_content {
box-shadow:0px 2px 8px #dfdddd;
-moz-box-shadow:0px 2px 8px #dfdddd;
-webkit-box-shadow:0px 2px 8px #dfdddd;	
  position: absolute;
  width: 997px;
  top: -30px;
  right: -26px;
}	
.huishou_box section.section_0 h2{margin-top: 120px;margin-bottom: 50px;}
