.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html,
body {
  overflow-x: hidden;
}
.section-one {
  width: 100%;
}
.section-one .nav1,
.section-one .nav2 {
  width: 100%;
  height: 68px;
  background: #16212B;
  position: relative;
  z-index: 99;
}
.section-one .nav1 .section-inner,
.section-one .nav2 .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-one .nav1 .section-inner .nav-left img,
.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 .nav2 {
  position: fixed;
  top: -68px;
}
.section-one .content {
  width: 100%;
  height: 570px;
  background: #16212B;
  padding-top: 68px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section-one .content .section-inner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-one .content .section-inner .left {
  width: 520px;
  height: 450px;
  overflow: hidden;
}
.section-one .content .section-inner .left img {
  margin-left: -102px;
  margin-top: -107px;
}
.section-one .content .section-inner .right .title p {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  margin-top: 24px;
}
.section-one .content .section-inner .right .box-content {
  margin-top: 66px;
}
.section-one .content .section-inner .right .box-content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-one .content .section-inner .right .box-content ul li img {
  width: 84px;
  height: 84px;
}
.section-one .content .section-inner .right .box-content ul li p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  margin-top: 21px;
  text-align: center;
}
.section-one .content .canvas {
  width: 100%;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.section-one .menu-wrapper {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(6, 48, 79, 0.4);
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 1001;
}
.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 .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;
}
.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;
}
.section-one .menu-wrapper .product-menu .pro-menu-box .subtit:hover{
  color: #00a4ff;
}
.section-one .menu-wrapper .drop-menu .menu-left {
  height: 100%;
  width: 33.33%;
  padding-top: 17px;
  /* border-right: 1px dashed #999999; */
  padding-right: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.section-one .menu-wrapper .drop-menu .menu-line {
  border-right: 1px dashed #999999;
  height: 350px;
}
.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-center {
  height: 100%;
  width: 33.33%;
  padding-top: 21px;
  padding-left: 50px;
  padding-right: 50px;
  /* border-right: 1px dashed #999999; */
  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: 703px;
  background: #fff;
  padding-top: 77px;
  box-sizing: border-box;
}
.section-two .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section-two .section-inner .title h3 {
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
}
.section-two .section-inner .content {
  flex: 0.85;
  display: flex;
  justify-content: space-between;
  padding-top: 118px;
  box-sizing: border-box;
  position: relative;
}
.section-two .section-inner .content .content-item h4 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
}
.section-two .section-inner .content .content-item p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  width: 251px;
  height: 45px;
  line-height: 25px;
  margin-top: 21px;
}
.section-two .section-inner .content .content-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: right;
}
.section-two .section-inner .content .content-left .content-item:nth-of-type(1) {
  position: relative;
  left: 100px;
  top:0;
}
.section-two .section-inner .content .content-left .content-item:nth-of-type(3) {
  position: relative;
  left: 120px;
  top: 0;
}
.section-two .section-inner .content .content-left .content-item:nth-of-type(2){
position: relative;
top: 0;
}
.section-two .section-inner .content .content-left .content-item:hover{
top: -20px;
transition: top 1s;
cursor: pointer;
}
.section-two .section-inner .content .content-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align-last: left;
}
.section-two .section-inner .content .content-right .content-item:nth-of-type(1) {
  position: relative;
  left: -120px;
  top: 0;
}
.section-two .section-inner .content .content-right .content-item:nth-of-type(2) {
position: relative;
top: 0;
}
.section-two .section-inner .content .content-right .content-item:nth-of-type(3) {
  position: relative;
  left: -100px;
  top: 0;
}
.section-two .section-inner .content .content-right .content-item:hover{
  top: -20px;
  transition: top 1s;
  cursor: pointer;
}
.section-two .section-inner .content .content-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-two .section-inner .content .content-center img {
  width: 522px;
  height: 475px;
  margin-top: 0;
}
.section-three {
  width: 100%;
  height: 796px;
  position: relative;
}
.section-three .title {
  position: absolute;
  left: 50%;
  top: 51px;
  transform: translateX(-50%);
  z-index: 3;
}
.section-three .title h3 {
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}
.section-three .content {
  width: 100%;
  height: 100%;
}
.section-three .content .swiper-container {
  width: 100%;
  height: 100%;
}
.section-three .content .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 553px;
  position: relative;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 54%;
  top: 25%;
  font-family: PingFang SC;
  color: #ffffff;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .text h3 {
  font-size: 30px;
  font-weight: 600;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .text p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 400;
  margin-top: 18px;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .text p:nth-of-type(2) {
  width: 400px;
  height: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  margin-top: 66px;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download {
  width: 443px;
  height: 60px;
  position: absolute;
  left: 55%;
  bottom: 130px;
  display: flex;
  justify-content: space-between;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download .apple {
  width: 200px;
  height: 60px;
  background: #45a2f7;
  border-radius: 2px;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download .apple a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download .apple a .left img {
  display: inline-block;
  width: 27px;
  height: 33px;
  vertical-align: middle;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download .apple a .right p:nth-child(1) {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download .apple a .right p:nth-child(2) {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download .android {
  width: 200px;
  height: 60px;
  background: #45a2f7;
  border-radius: 2px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download .android img {
  display: inline-block;
  width: 26px;
  height: 31px;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .download .android span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  top: -6px;
  margin-left: 22px;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .pic {
  position: absolute;
  right: 49%;
  top: 15%;
}
.section-three .content .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 494px;
  height: 607px;
}
.section-three .content .swiper-container .swiper-button-next {
  position: absolute;
  right: 236px !important;
  top: 350px !important;
  width: 80px;
  height: 80px;
  background: url(./../images/app_icon_anli_right.png);
}
.section-three .content .swiper-container .swiper-pagination-bullet {
  background: #45A2F7;
}
.section-three .content .swiper-container .swiper-button-prev {
  position: absolute;
  left: 236px !important;
  top: 350px !important;
  width: 80px;
  height: 80px;
  background: url(../images/app_icon_anli_left.png);
}
.section-three .content .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.section-four {
  width: 100%;
  height: 816px;
  background: url(../images/app_bg_cj.png);
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 106px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-four .title h3 {
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}
.section-four .content {
  flex: 1;
  margin-top: 119px;
}
.section-four .content .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/app_pic_cj.png);
  background-size: cover;
}
.section-five {
  width: 100%;
  height: 898px;
  padding-top: 78px;
  box-sizing: border-box;
  background: #F5F7F8;
}
.section-five .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section-five .title {
  font-family: PingFang SC;
  font-weight: 600;
  text-align: center;
}
.section-five .title h3 {
  font-size: 28px;
  color: #333333;
  line-height: 36px;
}
.section-five .title p {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  margin-top: 10px;
}
.section-five .centent {
  margin-top: 64px;
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-five .centent > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-five .centent > ul > li {
  width: 400px;
  height: 505px;
  padding: 0 98px;
  box-sizing: border-box;
  background: #fffeff;
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s 0s;
}
.section-five .centent > ul > li .top {
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px dashed #dadfea;
}
.section-five .centent > ul > li .top img {
  display: inline-block;
  width: 56px;
  height: 46px;
}
.section-five .centent > ul > li .top h3 {
  font-size: 22px;
  font-family: PingFang;
  font-weight: 500;
  color: #333333;
  margin-top: 45px;
}
.section-five .centent > ul > li .center {
  width: 193px;
  height: 124px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.section-five .centent > ul > li .center .center-left {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-five .centent > ul > li .center .center-left li {
  color: #666;
}
.section-five .centent > ul > li .center .center-right {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section-five .centent > ul > li .center .center-right li {
  margin-bottom: 12.5px;
  color: #666;
}
.section-five .centent > ul > li .bottom {
  width: 166px;
  height: 42px;
  background: #45a2f7;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  margin-top: 71px;
}
.section-five .centent > ul .active {
  height: 600px;
  box-shadow: 0px 0px 49px 0px rgba(83, 160, 255, 0.18);
  z-index: 3;
}
.section-six {
  width: 100%;
  height: 833px;
  padding-top: 78px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-six .title {
  text-align: center;
}
.section-six .title h3 {
  font-size: 28px;
  color: #333333;
  line-height: 36px;
}
.section-six .content {
  flex: 1;
  width: 1200px;
  margin: 0 auto;
  margin-top: 104px;
}
.section-seven {
  width: 100%;
  height: 616px;
  padding-top: 94px;
  box-sizing: border-box;
  background: url(../images/app_bg_gn.png);
  background-size: cover;
}
.section-seven .title h3 {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}
.section-seven .content {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/app_bg_cj3.png) no-repeat;
  background-size: 102% 105%;
  background-position: -9px -9px;
  position: relative;
  top: 180px;
  box-shadow: 0px 0px 12px 0px rgba(150, 164, 187, 0.8);
}
.section-seven .content ul {
  width: 100%;
  height: 376px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-seven .content ul li {
  height: 376px;
  width: 400px;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s 0s;
}
.section-seven .content ul li .item-wrapper {
  width: 100%;
  height: 100%;
}
.section-seven .content ul li .top h3 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.section-seven .content ul li .center {
  margin-top: 15px;
}
.section-seven .content ul li:nth-child(1) .center {
  width: 76px;
  height: 56px;
  background: url(../images/app_icon_dsj_default.png) no-repeat;
  background-size: cover;
}
.section-seven .content ul li:nth-child(2) .center {
  width: 74px;
  height: 68px;
  background: url(../images/app_icon_hdx_default.png) no-repeat;
  background-size: cover;
}
.section-seven .content ul li:nth-child(3) .center {
  width: 70px;
  height: 69px;
  background: url(../images/app_icon_yhlx_default.png) no-repeat;
  background-size: cover;
}
.section-seven .content ul li .bottom {
  width: 350px;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.section-seven .content ul .active {
  position: relative;
  width: 400px;
  height: 430px;
  padding-top: 30px;
  padding-left: 36px;
  box-sizing: border-box;
  background: #45a2f7;
}
.section-seven .content ul .active .item-wrapper {
  width: 100%;
  height: 100%;
}
.section-seven .content ul .active .item-wrapper .top h3 {
  color: #ffffff;
  line-height: 36px;
}
.section-seven .content ul .active .item-wrapper .bottom {
  font-size: 16px;
  width: 350px;
  color: #fefefe;
  line-height: 40px;
  letter-spacing: 2.5px;
}
.section-seven .content ul .active1 .item-wrapper .center {
  background: url(../images/app_icon_dsj_selected.png) no-repeat;
  background-size: cover;
}
.section-seven .content ul .active2 .item-wrapper .center {
  background: url(../images/app_icon_hdx_selected.png) no-repeat;
  background-size: cover;
}
.section-seven .content ul .active3 .item-wrapper .center {
  background: url(../images/app_icon_yhlx_selected.png) no-repeat;
  background-size: cover;
}
.section-eight {
  width: 100%;
  padding-top: 142px;
  padding-bottom: 120px;
  background: #F5F7F8;
}
.section-eight .section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section-eight .section-inner .title {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  margin-bottom: 92px;
}
.section-eight .section-inner .title h3 {
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 35px;
}
.section-eight .section-inner .title p {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  width: 954px;
  margin: 0 auto;
}
.section-eight .section-inner .content {
  width: 100%;
}
.section-eight .section-inner .content ul {
  width: 100%;
  height: 1021px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-eight .section-inner .content ul .active {
  position: relative;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(157, 167, 194, 0.31);
}
.section-eight .section-inner .content ul .active .logo {
  height: 138px;
}
.section-eight .section-inner .content ul .active .text p:last-child {
  height: 57px;
}
.section-eight .section-inner .content ul li {
  width: 215px;
  background: #fff;
  transition: all 0.5s 0s;
}
.section-eight .section-inner .content ul li .logo {
  height: 120px;
  background: #45a2f7;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s 0s;
}
.section-eight .section-inner .content ul li .logo p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
  margin-top: 18px;
}
.section-eight .section-inner .content ul li .text p {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  text-align: center;
  border-top: 1px solid #e7edf6;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-eight .section-inner .content ul li .text p:nth-child(1) {
  height: 77px;
}
.section-eight .section-inner .content ul li .text p:nth-child(2) {
  height: 48px;
}
.section-eight .section-inner .content ul li .text p:nth-child(3) {
  height: 49px;
}
.section-eight .section-inner .content ul li .text p:nth-child(4) {
  height: 31px;
}
.section-eight .section-inner .content ul li .text p:nth-child(5) {
  height: 50px;
}
.section-eight .section-inner .content ul li .text p:nth-child(6) {
  height: 32px;
}
.section-eight .section-inner .content ul li .text p:nth-child(7) {
  height: 48px;
}
.section-eight .section-inner .content ul li .text p:nth-child(8) {
  height: 48px;
}
.section-eight .section-inner .content ul li .text p:nth-child(9) {
  height: 51px;
}
.section-eight .section-inner .content ul li .text p:nth-child(10) {
  height: 33px;
}
.section-eight .section-inner .content ul li .text p:nth-child(11) {
  height: 49px;
}
.section-eight .section-inner .content ul li .text p:nth-child(12) {
  height: 81px;
}
.section-eight .section-inner .content ul li .text p:nth-child(13) {
  height: 81px;
}
.section-eight .section-inner .content ul li .text p:nth-child(14) {
  height: 35px;
}
.section-eight .section-inner .content ul li .text p:nth-child(15) {
  height: 66px;
}
.section-eight .section-inner .content ul li .text p:nth-child(16) {
  height: 35px;
}
.section-eight .section-inner .content ul li .text p:nth-child(17) {
  height: 37px;
}
.section-eight .section-inner .content ul li .text p:nth-child(18) {
  height: 39px;
  transition: all 0.5s 0s;
}
.section-eight .section-inner .content ul li .text p span {
  display: block;
}
.section-eight .section-inner .content ul li:nth-child(1) {
  width: 125px;
  box-sizing: border-box;
}
.section-eight .section-inner .content ul li:nth-child(2) .text p {
  padding: 0 45px;
}
.section-eight .section-inner .content ul li:nth-child(3) .text p {
  padding: 0 45px;
}
.section-eight .section-inner .content ul li:nth-child(4) .text p {
  padding: 0 45px;
}
.section-eight .section-inner .content ul li:nth-child(5) .text p {
  padding: 0 51px;
}
.section-eight .section-inner .content ul li:nth-child(6) .text p {
  padding: 0 51px;
}

/*  */
.toolbar{
  position:fixed;
  right: 0;
  bottom: 44%;
  z-index: 10;
}
.toolbar ul li{
  width: 42px;
  height: 42px;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.toolbar ul li:nth-child(1){
  background-image: url(../images/dianhua.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(1):hover{
  background-image: url(../images/dianhua1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(1):hover .tool-box1{
   display: block;
}
.toolbar ul li:nth-child(2):hover .tool-box2{
  display: block;
}
.toolbar ul li:nth-child(3):hover .tool-box3{
  display: block;
}
.toolbar ul li:nth-child(2){
  background-image: url(../images/weixin.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(2):hover{
  background-image: url(../images/weixin1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(3){
  background-image: url(../images/gongzhonghao.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(3):hover{
  background-image: url(../images/gongzhonghao1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(4){
  background-image: url(../images/fanhui.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li .tool-box{
  position: absolute;
  right: 45px;
  background-color: #01d4d7;
  display: none;
}
.toolbar .tool-box1{
  width: 160px;
  height: 200px;
  padding: 0 10px;
  box-sizing: border-box;
}
.toolbar .tool-box2{
  width: 130px;
  height: 130px;
  text-align: center;
  padding-top: 18px;
}
.toolbar .tool-box2 img{
  width: 80px;
  height: 80px;
}
.toolbar .tool-box2 p{
   color: #ffffff;
   font-size: 14px;
   margin-top: 5px;
}
.toolbar .tool-box3{
  width: 130px;
  height: 120px;
  text-align: center;
  padding-top: 16px;
}
.toolbar .tool-box3 img{
  width: 80px;
  height: 80px;
}
.toolbar .tool-box3 p{
   color: #ffffff;
   font-size: 14px;
   margin-top: 5px;
}
.toolbar .tool-box .tool-box-row{
  margin-top: 15px;
  color: #fff;
    font-size: 16px;
    font-family: "en";
    font-weight: bold;
}
.toolbar .tool-box .tool-box-row p:nth-child(1){
   font-size: 14px;
   font-weight: normal;
}
.toolbar .tool-box .tool-box-row img{
  margin-right: 6px;
}
/*  */

/* 定时弹框 */
.time-popup{
  position: fixed;
  top: 33%;
  left: 30%;
   z-index: 9999;
  min-width: 680px;
  min-height: 416px;
  background-image: url(../images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 100px;
  padding-top: 58px;
  box-sizing: border-box;
  display: none;
}
.time-popup .time-popup-tit{
font-size: 34px;
color: #FFFFFF;
font-weight: 500;
}
.time-popup-num{
  font-size: 42px;;
  color: #FFFFFF;
  font-weight: 500;
  padding: 40px 0 38px 0;
}
.time-popup-btn button{
  cursor: pointer;
  width: 196px;;
  height: 47px;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
}
.time-popup-btn button:nth-child(1){
  background-color: #00A4FF;
  border: #00A4FF;
}
.time-popup-btn button:nth-child(2){
  border: 1px solid #FFFFFF;
  background-color: rgba(250,250,250,0);
  margin-left: 46px;
}
/* 
 */

footer {
  background: #070C1C;
  font-family: "Microsoft YaHei";
}
.footer {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.footer_info {
  height: 356px;
  padding: 30px 0 45px;
}
.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;
}
.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: 12px;
  color: #acacac;
  margin-top: 15px;
}
