/* 版心 */
.w {
  width: 1200px;
  margin: auto;
}
.banner {
  overflow: hidden;
  width: 100%;
  height: 958px;
  background: url('../images/banner.png') no-repeat;
  background-size: cover;
}
.banner .top {
  display: flex;
  justify-content: space-between;
  height: 97px;
  margin-top: 40px;
}
.banner .top img {
  width: 97px;
  height: 88px;
}
.banner .top ul {
  width: 830px;
  height: 20px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.banner .top ul li {
  height: 20px;
  padding: 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
}
.banner .top ul li.active {
  border-bottom: 1px solid #44F3FE;
}
.banner .top ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}
.banner .center {
  margin-top: 270px;
  height: 400px;
}
.banner .center .name {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}
.banner .center .title {
  color: #fff;
  margin-top: 88px;
}
.banner .center .title p {
  font-size: 23px;
}
.banner .center .title .circle {
  position: relative;
  width: 506px;
  height: 51px;
  border-radius: 10px;
  border: 1px dotted #fff;
  margin-left: -28px;
  line-height: 51px;
  font-size: 31px;
  padding-left: 28px;
}
.banner .center .title .circle::before {
  position: absolute;
  left: -70px;
  top: 25px;
  display: block;
  content: '';
  width: 69px;
  height: 1px;
  background-color: #fff;
}
.construct {
  width: 1200px;
  height: 1050px;
  margin-top: 60px;
}
.construct .content {
  display: flex;
  height: 570px;
}
.construct .content .name {
  display: flex;
  width: 190px;
  height: 570px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2B96FE;
}
.construct .content .name .col {
  width: 50px;
  font-size: 50px;
  color: #fff;
  margin-bottom: 33px;
}
.construct .content .name img {
  width: 67px;
  height: 67px;
}
.construct .content .inner {
  flex: 1;
  padding: 86px 50px 84px 65px;
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  line-height: 70px;
  background: #0074EA;
}
.construct .content .inner span {
  font-size: 48px;
}
.construct .pics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 125px;
  width: 1200px;
  height: 337px;
}
.construct .pics img {
  width: 380px;
  height: 246px;
  border-radius: 10px;
}
.construct .pics .two {
  width: 400px;
  height: 338px;
  border-radius: 10px;
}
.server {
  height: 1080px;
  background: url('../images/Map.png') no-repeat center;
  background-size: cover;
}
.server .server-in .top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 123px;
  background-color: #2B96FE;
  font-size: 44px;
  color: #fff;
  margin-bottom: 120px;
}
.server .server-in .top img {
  width: 104px;
  height: 61px;
  margin-left: 23px;
}
.server .server-in .gs {
  width: 934px;
  height: 112px;
  background-color: #1D2088;
  font-size: 47px;
  color: #fff;
  text-align: center;
  line-height: 112px;
  margin-bottom: 65px;
}
.server .server-in .gs-one {
  position: relative;
}
.server .server-in .gs-one::after {
  position: absolute;
  right: -35px;
  top: -15px;
  display: block;
  content: '01';
  text-align: center;
  line-height: 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 77px;
  color: #fff;
  background-color: #2B96FE;
}
.server .server-in .gs-two {
  position: relative;
  margin-left: 260px;
}
.server .server-in .gs-two::after {
  position: absolute;
  left: -35px;
  top: -15px;
  display: block;
  content: '02';
  text-align: center;
  line-height: 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 77px;
  color: #fff;
  background-color: #2B96FE;
}
.server .server-in .gs-three {
  position: relative;
}
.server .server-in .gs-three::after {
  position: absolute;
  right: -35px;
  top: -15px;
  display: block;
  content: '03';
  text-align: center;
  line-height: 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 77px;
  color: #fff;
  background-color: #2B96FE;
}
.server .server-in .gs-four {
  position: relative;
  margin-left: 260px;
}
.server .server-in .gs-four::after {
  position: absolute;
  left: -35px;
  top: -15px;
  display: block;
  content: '04';
  text-align: center;
  line-height: 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 77px;
  color: #fff;
  background-color: #2B96FE;
}
.server .server-in .next {
  width: 94px;
  margin: auto;
}
@keyframes new_icon {
  0% {
    -webkit-transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, -15px);
  }
}
.server .server-in .next img {
  display: block;
  width: 94px;
  height: 65px;
  animation: new_icon 0.8s linear 0s infinite alternate;
  -webkit-animation: new_icon 0.8s linear 0s infinite alternate;
}
.server .server-in .next .two {
  margin-top: -20px;
}
.business {
  height: 1080px;
  background-color: #EEEEEE;
}
.business .business-in {
  padding: 179px 0 230px;
}
.business .business-in .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.business .business-in .title .name {
  position: relative;
  font-size: 36px;
  color: #0297ff;
}
.business .business-in .title .name::after,
.business .business-in .title .name::before {
  position: absolute;
  top: 24px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00a0e9;
  border-radius: 50%;
}
.business .business-in .title .name::after {
  right: -18px;
}
.business .business-in .title .name::before {
  left: -18px;
}
.business .business-in .title .en {
  font-size: 30px;
}
.business .business-in .title .r-line,
.business .business-in .title .l-line {
  position: absolute;
  height: 1px;
  width: 140px;
  background-color: #000;
  top: 28px;
}
.business .business-in .title .l-line {
  left: 370px;
}
.business .business-in .title .r-line {
  right: 370px;
}
.business .business-in .pics {
  position: relative;
  height: 400px;
  margin-top: 196px;
}
.business .business-in .pics img {
  width: 293px;
  height: 260px;
  transition: all 0.2s;
}
.business .business-in .pics img:hover {
  transform: scale(1.4);
  z-index: 33;
}
.business .business-in .pics .one {
  position: absolute;
  top: 0;
  left: 0;
}
.business .business-in .pics .two {
  position: absolute;
  left: 228px;
  top: 135px;
}
.business .business-in .pics .three {
  position: absolute;
  left: 455px;
}
.business .business-in .pics .four {
  position: absolute;
  top: 135px;
  right: 228px;
}
.business .business-in .pics .five {
  position: absolute;
  right: 0;
}
.about {
  height: 1080px;
  background: url('../images/bg.png') no-repeat center;
  background-size: cover;
}
.about .about-in {
  padding-top: 105px;
}
.about .about-in .tabs {
  display: flex;
  width: 1200px;
  height: 203px;
  margin-bottom: 200px;
}
.about .about-in .tabs .tabs-l {
  width: 237px;
  height: 203px;
  font-size: 60px;
  color: #2B96FE;
  background-color: #fff;
  padding: 23px 0 0 60px;
  box-sizing: border-box;
}
.about .about-in .tabs .tabs-l .text {
  width: 128px;
  font-weight: bold;
}
.about .about-in .tabs .tabs-r {
  flex: 1;
  background-color: #2B96FE;
}
.about .about-in .tabs .tabs-r .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 760px;
  height: 65px;
  margin: 75px auto;
  background-color: #2B96FE;
  list-style: none;
}
.about .about-in .tabs .tabs-r .box li {
  color: #fff;
  font-size: 48px;
  padding-bottom: 24px;
}
.about .about-in .swiper {
  height: 425px;
}
.footer {
  background-color: #100964;
}
.footer .footer-in {
  padding-top: 50px;
  height: 450px;
}
.footer .footer-in .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer-in .title .name {
  position: relative;
  font-size: 36px;
  color: #0297ff;
}
.footer .footer-in .title .name::after,
.footer .footer-in .title .name::before {
  position: absolute;
  top: 24px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00a0e9;
  border-radius: 50%;
}
.footer .footer-in .title .name::after {
  right: -18px;
}
.footer .footer-in .title .name::before {
  left: -18px;
}
.footer .footer-in .title .en {
  color: #fff;
  font-size: 30px;
}
.footer .footer-in .title .r-line,
.footer .footer-in .title .l-line {
  position: absolute;
  height: 1px;
  width: 140px;
  background-color: #fff;
  top: 28px;
}
.footer .footer-in .title .l-line {
  left: 370px;
}
.footer .footer-in .title .r-line {
  right: 370px;
}
.footer .footer-in .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 800px;
  margin: 25px auto 0;
  color: #fff;
}
.footer .footer-in .content p {
  font-size: 32px;
  margin-bottom: 30px;
}
.footer .footer-in .content span {
  font-size: 24px;
  line-height: 30px;
}
.footer .footer-in .content .addr {
  margin-top: 30px;
}
.footer .footer-in .time {
  width: 648px;
  color: #fff;
  font-size: 18px;
  margin: 40px auto 0;
}
.footer .footer-in .time a {
  color: #fff;
  text-decoration: none;
}
