.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
html,
body {
  overflow-x: hidden;
}
#iframe-wrap {
  position: absolute;
  left: 0;
  top: 9%;
  width: 88.5%;
  height: 100%;
}
#iframe {
  height: 86%;
  border-radius: 20px;
}
.section-one {
  width: 100%;
  height: 638px;
  background: url(../images/dzgw_banner.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.section-one .nav1,
.section-one .nav2 {
  width: 100%;
  height: 68px;
  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:nth-child(2) a,
.section-one .nav2 .section-inner .nav-right ul li:nth-child(2) a {
  text-decoration: none;
  color: #fff;
}

.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;
  background: #003750;
  z-index: 100;
}
.section-one .content a {
  width: 152px;
  height: 48px;
  border: 1px solid #ffffff;
  opacity: 0.7;
  border-radius: 24px;
  font-size: 18px;
  line-height: 48px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 165px;
}
.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 .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 .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 .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 .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;
  /* 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%;
}
.section-two > .title {
  font-size: 40px;
  font-family: PingFang-SC-Light;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.8);
  padding-top: 89px;
  text-align: center;
}
.section-two .content .content-top {
  overflow: hidden;
  margin-top: 107px;
  text-align: center;
}
.section-two .content .content-top img {
  width: 100%;
}
.section-two .content .content-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 134px;
}
.section-two .content .content-bottom .bottom-left {
  width: 900px;
  position: relative;
}
.section-two .content .content-bottom .bottom-left img {
  width: 100%;
}
.section-two .content .content-bottom .bottom-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1600px) {
  .section-two .content .content-bottom .bottom-right .title {
    font-family: PingFang;
    margin-bottom: 68px;
  }
  .section-two .content .content-bottom .bottom-right .title h3 {
    font-size: 48px;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.8);
    line-height: 48px;
  }
  .section-two .content .content-bottom .bottom-right .title p {
    font-size: 18px;
    line-height: 18px;
    font-family: PingFang;
    color: #696969;
    margin-top: 22px;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li {
    width: 218px;
    margin-right: 62px;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li:nth-child(3) {
    margin-right: 0;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li:last-child {
    margin-right: 0;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li h3 {
    font-size: 24px;
    font-family: PingFang;
    font-weight: 500;
    color: rgba(65, 65, 65, 0.8);
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p {
    font-family: PingFang;
    margin-top: 16px;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p:nth-of-type(1) {
    font-size: 30px;
    font-weight: 300;
    color: rgba(65, 65, 65, 0.8);
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.8);
  }
}
@media screen and (max-width: 1599px) {
  .section-two .content .content-bottom .bottom-right .title {
    font-family: PingFang;
    margin-bottom: 38px;
  }
  .section-two .content .content-bottom .bottom-right .title h3 {
    font-size: 32px;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.8);
    line-height: 32px;
  }
  .section-two .content .content-bottom .bottom-right .title p {
    font-size: 16px;
    line-height: 12px;
    font-family: PingFang;
    color: #696969;
    margin-top: 22px;
    white-space: nowrap;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li {
    width: 180px;
    margin-right: 30px;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li:last-child {
    margin-right: 0;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li h3 {
    font-size: 18px;
    font-family: PingFang;
    font-weight: 500;
    color: rgba(65, 65, 65, 0.8);
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p {
    font-family: PingFang;
    margin-top: 16px;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 300;
    color: rgba(65, 65, 65, 0.8);
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.8);
  }
}
@media screen and (max-width: 1299px) {
  .section-two .content .content-bottom .bottom-right .title {
    font-family: PingFang;
    margin-bottom: 18px;
  }
  .section-two .content .content-bottom .bottom-right .title h3 {
    font-size: 24px;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.8);
    line-height: 24px;
  }
  .section-two .content .content-bottom .bottom-right .title p {
    font-size: 15px;
    line-height: 12px;
    font-family: PingFang;
    color: #696969;
    margin-top: 15px;
    white-space: nowrap;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li {
    width: 150px;
    margin-right: 20px;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li:last-child {
    margin-right: 0;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li h3 {
    font-size: 16px;
    font-family: PingFang;
    font-weight: 500;
    color: rgba(65, 65, 65, 0.8);
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p {
    font-family: PingFang;
    margin-top: 12px;
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p:nth-of-type(1) {
    font-size: 12px;
    font-weight: 300;
    color: rgba(65, 65, 65, 0.8);
  }
  .section-two .content .content-bottom .bottom-right .list-wrapper li p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.8);
  }
}
.section-three {
  width: 100%;
  height: 510px;
  background: url(../images/bg_anli.png) no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 122px;
}
.section-three .title {
  font-family: PingFang;
  padding-top: 62px;
}
.section-three .title h3 {
  font-size: 40px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
}
.section-three .title p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 36px;
  margin-top: 21px;
}
.section-three .content {
  width: 579px;
  height: 252px;
  margin-top: 54px;
}
.section-three .content ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-three .content ul li {
  width: 175px;
  height: 60px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-family: PingFang;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 60px;
}
.section-three .content ul li:hover {
  background: rgba(255, 255, 255, 0.3);
}
.section-four {
  width: 100%;
  height: 941px;
}
.section-four .title {
  text-align: center;
}
.section-four .title h3 {
  font-size: 40px;
  font-family: PingFang;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.8);
  line-height: 40px;
  padding-top: 92px;
}
.section-four .title p {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.8);
  line-height: 18px;
  margin-top: 26px;
}
.section-four .content {
  width: 1200px;
  height: 555px;
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-four .content .content-left {
  width: 276px;
  height: 555px;
  background: #62B1BD;
  box-shadow: 0px 0px 70px 0px rgba(69, 91, 255, 0.11);
  border-radius: 5px;
  padding: 0 24px;
  box-sizing: border-box;
}
.section-four .content .content-left .left-title h3 {
  font-size: 22px;
  font-family: PingFang;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  padding-top: 34px;
  padding-bottom: 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.section-four .content .content-left .left-list {
  height: 337px;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  margin-top: 20px;
}
.section-four .content .content-right {
  width: 900px;
  height: 555px;
  background: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(69, 91, 255, 0.11);
  border-radius: 5px;
  padding: 34px 19px 54px 70px;
  box-sizing: border-box;
}
.section-four .content .content-right .right-title {
  font-size: 22px;
  font-family: PingFang;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.section-four .content .content-right .right-top,
.section-four .content .content-right .right-bottom {
  width: 100%;
  height: 247px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-four .content .content-right .right-top .progress-wrapper,
.section-four .content .content-right .right-bottom .progress-wrapper {
  height: 100%;
  border-bottom: 1px dashed #c6d6e8;
}
.section-four .content .content-right .right-top .progress-wrapper .top-progress:nth-of-type(2) .progress .progress-line2,
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress:nth-of-type(2) .progress .progress-line2 {
  width: 0px;
  height: 8px;
  border-radius: 4px;
  background: #b7aefb;
}
.section-four .content .content-right .right-top .progress-wrapper .top-progress:nth-of-type(3) .progress .progress-line3,
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress:nth-of-type(3) .progress .progress-line3 {
  width: 0px;
  height: 8px;
  border-radius: 4px;
  background: #7cec82;
}
.section-four .content .content-right .right-top .progress-wrapper .top-progress p,
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress p {
  margin-top: 25px;
}
.section-four .content .content-right .right-top .progress-wrapper .top-progress p img,
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress p img {
  vertical-align: text-top;
  margin-right: 17px;
}
.section-four .content .content-right .right-top .progress-wrapper .top-progress p span,
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress p span {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #858585;
}
.section-four .content .content-right .right-top .progress-wrapper .top-progress .progress,
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress .progress {
  width: 638px;
  height: 8px;
  background: #e2f0ff;
  border-radius: 4px;
  margin-top: 8px;
}
.section-four .content .content-right .right-top .progress-wrapper .top-progress .progress .progress-line1,
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress .progress .progress-line1 {
  width: 0px;
  height: 8px;
  background: #4da1ff;
  border-radius: 4px;
}
.section-four .content .content-right .right-top .percent-wrapper,
.section-four .content .content-right .right-bottom .percent-wrapper {
  width: 101px;
  height: 100%;
  padding-top: 58px;
  box-sizing: border-box;
}
.section-four .content .content-right .right-top .percent-wrapper .top-percent,
.section-four .content .content-right .right-bottom .percent-wrapper .top-percent {
  height: 100%;
  box-sizing: border-box;
  border-top: 1px dashed #c6d6e8;
  border-bottom: 1px dashed #c6d6e8;
}
.section-four .content .content-right .right-top .percent-wrapper .top-percent p:nth-child(1),
.section-four .content .content-right .right-bottom .percent-wrapper .top-percent p:nth-child(1) {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  margin-top: 28px;
}
.section-four .content .content-right .right-top .percent-wrapper .top-percent p:nth-child(2),
.section-four .content .content-right .right-bottom .percent-wrapper .top-percent p:nth-child(2) {
  font-size: 38px;
  font-family: PingFang;
  font-weight: 400;
  color: #333333;
  margin-top: 23px;
}
.section-four .content .content-right .right-bottom .progress-wrapper {
  border-bottom: none;
}
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress .progress .progress-line1 {
  width: 0px;
  background: #ffd75d;
}
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress:nth-child(2) .progress .progress-line2 {
  width: 0px;
  background: #4da1ff;
}
.section-four .content .content-right .right-bottom .progress-wrapper .top-progress:nth-child(3) .progress .progress-line3 {
  width: 0px;
  background: #ffd75d;
}
.section-four .content .content-right .right-bottom .percent-wrapper .top-percent {
  border-bottom: none;
  border-top: none;
}
.section-five {
  width: 100%;
  height: 739px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section-five .section-inner {
  position: relative;
}
.section-five .section-inner .title {
  text-align: center;
}
.section-five .section-inner .title h3 {
  font-size: 40px;
  line-height: 40px;
  font-family: PingFang;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.8);
}
.section-five .section-inner .content {
  flex: 1;
}
.section-five .section-inner .content .seo-list {
  width: 100%;
  height: 100%;
}
.section-five .section-inner .content .seo-list .seo-point{
  width:7px;
  height:3px;
  background:rgba(18,170,254,1);
  border-radius:50%;
  margin-left: 50%;
  margin-bottom: 13px;
}
.section-five .section-inner .content .seo-list li {
  font-family: PingFang;
  font-weight: 400;
  text-align: center;
}
.section-five .section-inner .content .seo-list li h3 {
  font-size: 28px;
  color: #333333;
}
.section-five .section-inner .content .seo-list li p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.section-five .section-inner .content .seo-list li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.section-five .section-inner .content .seo-list li:nth-child(2) {
  position: absolute;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
}
.section-five .section-inner .content .seo-list li:nth-child(3) {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.section-five .section-inner .content .seo-list li:nth-child(4) {
  position: absolute;
  right: 145px;
  bottom: 200px;
}
.section-five .section-inner .content .seo-list li:nth-child(5) {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.section-five .section-inner .content .seo-list li:nth-child(6) {
  position: absolute;
  left: 145px;
  bottom: 200px;
}
.section-five .section-inner .content img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
}
.section-six {
  width: 100%;
  height: 844px;
  background-image: url(../images/section-bg-body.png);
  background-repeat: no-repeat;
  background-position: right;
}
.section-six .section-inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section-six .section-inner .title {
  font-family: PingFang;
  font-weight: 400;
  text-align: center;
}
.section-six .section-inner .title h3 {
  font-size: 40px;
  line-height: 40px;
  color: #333333;
}
.section-six .section-inner .title p {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  line-height: 36px;
  margin-top: 18px;
}
.section-six .section-inner .content {
  flex: 1;
  position: relative;
}
.section-six .section-inner .content ul {
  height: 100%;
  position: relative;
}
.section-six .section-inner .content ul li {
  width: 206px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 34, 255, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-six .section-inner .content ul li:nth-child(1) {
  position: absolute;
  left: 229px;
  top: 136px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(1) i {
  display: inline-block;
  width: 30px;
  height: 28px;
  background: url(../images/web/1.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(2) {
  position: absolute;
  left: 675px;
  top: 136px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(2) i {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/web/2.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(3) {
  position: absolute;
  right: 103px;
  top: 210px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(3) i {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../images/web/3.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(4) {
  position: absolute;
  right: 10px;
  top: 320px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(4) i {
  display: inline-block;
  width: 30px;
  height: 27px;
  background: url(../images/web/4.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(5) {
  position: absolute;
  right: 94px;
  top: 447px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(5) i {
  display: inline-block;
  width: 30px;
  height: 27px;
  background: url(../images/web/5.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(6) {
  position: absolute;
  right: 196px;
  bottom: 64px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(6) i {
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url(../images/web/6.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(7) {
  position: absolute;
  left: 84px;
  bottom: 91px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(7) i {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/web/7.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(8) {
  position: absolute;
  left: 85px;
  bottom: 253px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(8) i {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/web/8.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(9) {
  position: absolute;
  left: 33px;
  top: 314px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(9) i {
  display: inline-block;
  width: 32px;
  height: 31px;
  background: url(../images/web/9.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content ul li:nth-child(10) {
  position: absolute;
  left: 87px;
  top: 220px;
  z-index: 99;
}
.section-six .section-inner .content ul li:nth-child(10) i {
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url(../images/web/10.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.section-six .section-inner .content img {
  width: 640px;
  height: 620px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-six .section-inner img {
  width: 100%;
}
.section-seven {
  width: 100%;
  height: 472px;
  background: #027992;
  opacity: 0.67;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section-seven .title {
  font-family: PingFang;
  text-align: center;
}
.section-seven .title h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  color: #ffffff;
  padding-top: 51px;
}
.section-seven .title p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  margin-top: 27px;
}
.section-seven .content {
  flex: 1;
}
.section-seven .content .serve-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 89px;
}
.section-seven .content .serve-list li {
  text-align: center;
}
.section-seven .content .serve-list li p:nth-of-type(1) {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  line-height: 18px;
  margin-top: 26px;
}
.section-seven .content .serve-list li p:nth-of-type(2) {
  font-size: 16px;
  line-height: 25px;
  font-family: PingFang;
  font-weight: 300;
  color: #ffffff;
  margin-top: 26px;
}
.section-eight {
  width: 100%;
  height: 586px;
}
.section-eight .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-eight .content > img {
  width: 520px;
  margin-top: 147px;
  position: relative;
  z-index: 99;
}
.section-eight .content .content-box {
  width: 82.5%;
  height: 319px;
  padding-left: 330px;
  padding-top: 50px;
  box-sizing: border-box;
  position: absolute;
  top: 86px;
  left: 19%;
  border: 2px solid #e1ecf8;
}
.section-eight .content .content-box .title h3 {
  font-size: 40px;
  font-family: PingFang;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
  padding-left: 38px;
  box-sizing: border-box;
}
.section-eight .content .content-box .input-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 42px;
}
.section-eight .content .content-box .input-box .box-left input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #999999;
}
.section-eight .content .content-box .input-box .box-left input {
  width: 459px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding-left: 16px;
  box-sizing: border-box;
}
.section-eight .content .content-box .input-box .box-left .input-top {
  position: relative;
}
.section-eight .content .content-box .input-box .box-left .input-top i {
  font-style: normal;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #999999;
  position: absolute;
  top: 17px;
  right: 10px;
}
.section-eight .content .content-box .input-box .box-left .input-bottom {
  margin-top: 19px;
}
.section-eight .content .content-box .input-box .box-right {
  width: 133px;
  height: 119px;
  background: #ffe55d;
  border-radius: 5px;
  text-align: center;
  margin-left: 14px;
}
.section-eight .content .content-box .input-box .box-right h3 {
  font-size: 36px;
  font-family: PingFang;
  font-weight: 500;
  color: #333333;
  margin-top: 23px;
}
.section-eight .content .content-box .input-box .box-right p {
  font-size: 18px;
  color: #333333;
}

/*  */
.toolbar{
  position:fixed;
  right: 0;
  bottom: 44%;
}
.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: #273238;
  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;
}
