/*server*/
.server-1 {
  width: 100%;
  overflow: hidden;
  padding: 80px 0px 100px;
}
.server-1 .h3 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 20px;
}
.server-1 .h3:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #0053ce;
}
.server-1center {
  width: 81.25%;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.server-1left {
  width: 40%;
  overflow: hidden;
}
.server-1left ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.server-1left ul li {
  width: 24%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px #e4e4e4 solid;
  background: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  margin: 7px 1.33% 0px 0px;
}
.server-1left ul li:nth-child(4n) {
  margin-right: 0px;
}
.server-1left ul li.active {
  background: #0053ce;
  color: #fff;
}
.server-1cont {
  width: 100%;
  overflow: hidden;
  margin-top: 19px;
  background-color: #fff;
  height: 21vw;
  box-sizing: border-box;
  padding: 25px;
  box-shadow: 0 0 20px rgba(204, 204, 204, 0.4);
  border: 1px solid #ccc;
}
.server-1pannel {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 1;
  overflow-y: auto;
}
.server-1pannel.active {
  position: relative;
  z-index: 2;
  animation: opa 1s ease 1;
  animation-fill-mode: forwards;
}
.server-1item {
  width: 100%;
  overflow: hidden;
  margin-top: 34px;
  text-align: center;
  width: fit-content;
}
.server-1item:first-child {
  margin-top: 0px;
}
.server-1item span {
  float: left;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 14px;
  font-size: 18px;
  color: #333;
  position: relative;
}
.server-1item span:before {
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0053ce;
}
.server-1item p {
  float: left;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 14px;
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin-top: 4px;
}
.server-1cont .mCSB_scrollTools .mCSB_draggerContainer {
  background: none;
}
.server-1right {
  width: 58.33%;
  overflow: hidden;
  position: relative;
}
.server-1map {
  float: left;
  width: 100%;
  overflow: hidden;
}
.server-1map img {
  width: 100%;
  height: auto;
}
f .server-1bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 12;
}
.server-1bg span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.server-1bg span img {
  width: 100%;
  height: auto;
}
.server-1bg span.active {
  opacity: 1;
}
.server-1pos {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  overflow: hidden;
}
.server-1icon {
  width: auto;
  position: absolute;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.server-1icon samp {
  width: 16px;
  height: 20px;
  display: block;
  margin: 0px auto;
  position: relative;
}
.server-1icon samp:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/icon-113.png") no-repeat center;
}
.ctr_map_copy{
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #0053ce;
}
.server-1icon samp:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/icon-113-1.png") no-repeat center;
  opacity: 0;
}
.server-1icon span {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #0053ce;
  margin-top: 4px;
}
.server-1icon.active samp:before {
  opacity: 0;
}
.server-1icon.active samp:after {
  opacity: 1;
}
.server-1icon.active span {
  color: #fff;
}
.server-1icon.icon1 {
  left: 69%;
  top: 43%;
}
.server-1icon.icon2 {
  left: 66%;
  top: 64%;
}
.server-1icon.icon3 {
  left: 85%;
  top: 21%;
}
.server-1icon.icon4 {
  left: 37%;
  top: 49%;
}
.server-1icon.icon5 {
  left: 42%;
  top: 65%;
}
.server-1icon.icon6 {
  left: 62%;
  top: 84%;
}
.server-1icon.icon7 {
  left: 80%;
  top: 62%;
}
.server-2 {
  width: 100%;
  overflow: hidden;
  padding: 100px 0px;
}
.server-2center {
  width: 81.25%;
  overflow: hidden;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px 0px 80px;
  box-sizing: border-box;
}
.server-2left {
  width: 39.97%;
  position: relative;
}
.server-2cir {
  width: 100%;
}
.server-2cir img {
  width: 100%;
  height: auto;
}
.server-cir1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: cir1 1.6s linear infinite;
  opacity: 0;
}
.server-cir1 img {
  width: 100%;
  height: auto;
}
.server-cir2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: cir2 1.6s linear infinite;
  opacity: 0;
}
.server-cir2 img {
  width: 100%;
  height: auto;
}
.server-cir3 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: cir3 1.6s linear infinite;
  opacity: 0;
}
.server-cir3 img {
  width: 100%;
  height: auto;
}
.server-cir4 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: cir4 1.6s linear infinite;
}
.server-cir4 img {
  width: 100%;
  height: auto;
}
.server-2right {
  width: 52%;
  overflow: hidden;
}
.server-2right .h3 {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 42px;
  color: #222;
  padding-bottom: 24px;
  font-weight: bold;
}
.server-2right .h3:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #0053ce;
}
.server-2info {
  float: left;
  width: 100%;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
.server-2des {
  float: left;
  width: auto;
  padding-left: 50px;
  background: url("../images/icon-122.png") no-repeat left top;
  margin-top: 40px;
}
.server-2des span {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.server-2des span a {
  color: #ed0b27;
}
.server-2des p {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #222;
  margin-top: 5px;
}
.server-3 {
  width: 100%;
  overflow: hidden;
  padding: 110px 0px 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.server-3 .h3 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 20px;
}
.server-3 .h3:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #0053ce;
}
.server-3 .down-3content {
  margin-top: 40px;
  padding-bottom: 0px;
}
.server-3 ul {
  width: 81.25%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.server-3 ul li {
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-top: 25px;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.02);
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0px 40px;
}
.server-3 ul li span {
  float: left;
  width: 85%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 40px;
  background: url("../images/icon-94.png") no-repeat left center;
  font-size: 20px;
  color: #353535;
}
.server-3 ul li span a {
  color: #353535;
}
.server-3 ul li em {
  float: right;
  width: 21px;
  height: 100%;
  overflow: hidden;
  background: url("../images/icon-95.png") no-repeat center;
}
.server-3 ul li em a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.server-3 ul li:hover {
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.06);
}
.server-3 ul li:hover span a {
  color: #0053ce;
}
.server-3 ul li:hover em {
  transform: translateY(3px);
}
.server-3more {
  width: 230px;
  margin: 50px auto 0px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: #0053ce;
}
.server-3more a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
}
.server-3more:hover {
  transform: translateY(3px);
}
.server-4 {
  width: 100%;
  overflow: hidden;
  padding: 110px 0px 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.server-4 .h3 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
.server-4 .h3:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
}
.server-4nav {
  width: 100%;
  height: 80px;
  overflow: hidden;
  margin-top: 60px;
}
.server-4 ul {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.server-4 ul li {
  width: auto;
  overflow: hidden;
  margin: 0px 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  position: relative;
  padding: 0px 36px 15px;
}
.server-4 ul li:before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 2px;
  background: rgba(255, 255, 255, 0.4);
}
.server-4 ul li:after {
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 2px;
  background: white;
}
.server-4 ul li.active {
  padding-bottom: 22px;
  color: #fff;
}
.server-4 ul li.active:after {
  width: 100%;
}
.server-4 ul li span {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
.server-4 ul li.active span {
  opacity: 1;
}
.server-4content {
  width: 81.25%;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}
.server-4pannel {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
}
.server-4pannel.active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.server-4item {
  float: left;
  width: 32%;
  overflow: hidden;
  margin-right: 2%;
}
.server-4item:nth-child(3n) {
  margin-right: 0px;
}
.server-4item a {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100%;
}
.server-4item samp {
  width: 100%;
  height: 14.84vw;
  overflow: hidden;
  display: block;
}
.server-4item samp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.server-4item:hover samp img {
  transform: scale(1.03);
}
.server-4item span {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.server-4item:hover span {
  color: #0053ce;
}
.server-4more {
  width: 230px;
  margin: 90px auto 0px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: #0053ce;
}
.server-4more a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
}
.server-4more:hover {
  transform: translateY(3px);
}
.new-bread {
  margin-top: 0px !important;
}
.new-bread .bread-center {
  width: 81.25%;
}
.ctr_c3map_img {
  max-width: 100%;
  height: auto;
}

.server-1right {
  position: relative;
  width: 53%;
}
.ctr_c3map_img {
  max-width: 100%;
  height: auto;
}
.ctr_c3item {
  position: absolute;
  width: 0;
  height: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.ctr_c3item p {
  font-size: 16px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  top: 18px;
  line-height: 22px;
  transition: all 0.5s ease;
  color: #0053ce;
}
.ctr_c3point {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
@keyframes ctrscani {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(6);
  }
}
.ctr_c3point i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 83, 206, 0.2);
  border-radius: 50%;
  animation: ctrscani 6s linear infinite;
  visibility: hidden;
  transition: all 0.5s ease;
}
.ctr_c3point i:nth-child(2) {
  animation-delay: 2s;
}
.ctr_c3point i:nth-child(3) {
  animation-delay: 4s;
}
.ctr_c3point span {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  border: 10px solid #0053ce;
  border-radius: 50%;
  transition: all 0.5s ease;
  transform: scale(0.6);
  z-index: 2;
}
.on .ctr_c3point span {
  transform: scale(1);
}
.on .ctr_c3point i {
  visibility: visible;
}
.ctr_c3item.on p {
  top: 28px;
}

@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cir1 {
  0% {
    transform: rotate(40deg);
    opacity: 0;
  }
  20% {
    transform: rotate(30deg);
    opacity: 1;
  }
  40% {
    transform: rotate(20deg);
    opacity: 1;
  }
  75% {
    transform: rotate(10deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0;
  }
}
@keyframes cir2 {
  0% {
    transform: rotate(3deg);
    opacity: 0;
  }
  20% {
    transform: rotate(1deg);
    opacity: 1;
  }
  40% {
    transform: rotate(-1deg);
    opacity: 1;
  }
  75% {
    transform: rotate(-3deg);
    opacity: 0;
  }
  100% {
    transform: rotate(-5deg);
    opacity: 0;
  }
}
@keyframes cir3 {
  0% {
    transform: rotate(-5deg);
    opacity: 0;
  }
  20% {
    transform: rotate(-3deg);
    opacity: 1;
  }
  40% {
    transform: rotate(-1deg);
    opacity: 1;
  }
  75% {
    transform: rotate(1deg);
    opacity: 0;
  }
  100% {
    transform: rotate(3deg);
    opacity: 0;
  }
}
@keyframes cir4 {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    transform: scale(1.07);
    opacity: 0;
  }
}

@media screen and (max-width: 1280px) {
  /*server*/
  .server-1 .h3 {
    font-size: 24px;
  }
  .server-1item {
    margin-top: 12px;
  }
  .server-1icon span {
    font-size: 14px;
  }
  .server-2 {
    padding: 60px 0px;
  }
  .server-2center {
    padding: 0px 40px 0px 50px;
  }
  .server-2right .h3 {
    font-size: 24px;
  }
  .server-2info {
    line-height: 26px;
    font-size: 13px;
  }
  .server-2des {
    margin-top: 30px;
  }
  .server-3 {
    padding: 60px 0px;
  }
  .server-3 .h3 {
    font-size: 24px;
  }
  .server-3 ul li {
    height: 60px;
    line-height: 60px;
  }
  .server-4 {
    padding: 60px 0px;
  }
  .server-4 .h3 {
    font-size: 24px;
  }
  .server-4nav {
    margin-top: 30px;
  }
  .server-4more {
    margin: 50px auto 0px;
  }
}

@media screen and (max-width: 768px) {
  /*server*/
  .server-1 {
    padding: 30px 0px;
  }
  .server-1 .h3 {
    font-size: 18px;
  }
  .server-1center {
    display: block;
  }
  .server-1left {
    width: 100%;
    margin-top: 20px;
  }
  .server-1cont {
    height: 76vw;
    padding: 15px;
  }
  .server-1cont .mCSB_scrollTools {
    width: 4px !important;
  }
  .server-1right {
    width: 100%;
    margin-top: 20px;
  }
  .server-2 {
    padding: 30px 0px;
  }
  .server-2center {
    display: block;
    width: 90%;
  }
  .server-2left,
  .server-2right {
    width: 100%;
  }
  .server-2right .h3 {
    font-size: 18px;
  }
  .server-2info {
    line-height: 25px;
    font-size: 12px;
  }
  .server-2des {
    margin-top: 20px;
  }
  .server-3 {
    padding: 30px 0px;
  }
  .server-3 .h3 {
    font-size: 18px;
  }
  .server-3 ul li {
    width: 100%;
    margin-top: 15px;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
  }
  .server-3 ul li span {
    width: 89%;
    font-size: 14px;
    background-size: 14px;
    padding-left: 20px;
  }
  .server-3 ul li em {
    background-size: 16px;
  }
  .server-3more {
    width: 150px;
    margin: 30px auto 0px;
    height: 40px;
    line-height: 40px;
  }
  .server-4 {
    padding: 30px 0px;
  }
  .server-4 .h3 {
    font-size: 18px;
  }
  .server-4nav {
    height: 40px;
  }
  .server-4 ul li {
    padding: 0px 0px 5px;
  }
  .server-4 ul li.active {
    padding-bottom: 7px;
  }
  .server-4item {
    width: 100%;
    margin-top: 15px;
  }
  .server-4item samp {
    height: 45.84vw;
  }
  .server-4item span {
    font-size: 12px;
    line-height: 20px;
  }
  .server-4more {
    width: 150px;
    margin: 30px auto 0px;
    height: 40px;
    line-height: 40px;
  }
}
