* {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 1180px;
  margin: auto;
}

.gov-banner {
  width: 100%;
  height: 400px;
  background: url(/images/govdatacenter/banner.jpg) no-repeat;
  background-size: 100% 100%;
}

.banner-info {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner-info-content>p:first-child {
  font-size: 26.5px;
  font-weight: normal;
  color: #da0909;
}

.banner-info-content>h3 {
  font-size: 48px;
  color: #ffffff;
  margin: 12px 0 9px;
}

.banner-info-content>span {
  font-size: 16.2px;
  color: #ffffff;
}

.banner-info-content>p:last-child {
  font-size: 25.8px;
  color: #ffffff;
  margin-top: 26px;
}

.content-bj {
  width: 655px;
  padding: 25px 24px;
  background-image: linear-gradient(to right, rgba(10, 6, 23, 0.78), rgba(255, 0, 0, 0));
}

.banner-bt {
  display: inline-block;
  width: 139px;
  height: 31px;
  margin-top: 12px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #da0909;
  cursor: pointer;
}

.datacenter {
  padding: 37px 0 100px;
}

.content-head>h3 {
  font-size: 29px;
  color: #000000;
  text-align: center;
}

.content-head>p {
  font-size: 18px;
  color: #363636;
  text-align: center;
  line-height: 30px;
  margin-top: 26px;
}

.datacenter-card {
  display: flex;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 43px;
  border: 1px solid #d5d6d8;
}

.card-item {
  width: 242px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  margin-right: 13px;
  cursor: pointer;
  background-color: #edeff2;
}

.card-active {
  position: relative;
  color: #fff;
  background-color: #da0909;
}

.card-active::after {
  content: '';
  position: absolute;
  left: 50%;
  margin: auto;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: #da0909 transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.info-wrapper {
  display: none;
}

.info-wrapper:first-child {
  display: block;
}

.card-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

.card-img {
  position: relative;
  width: 712px;
  height: 499px;
  margin-right: 60px;
}

.card-web {
  display: flex;
  width: 712px;
  height: 499px;
  margin-right: 60px;
}

.web-item {
  width: 246px;
  margin-right: 10px;
}

.web-img>img {
  display: block;
  width: 100%;
  height: 149px;
}

.web-title {
  margin: 20px 0 24px;
  text-align: center;
  font-size: 25.2px;
}

.web-info>p {
  font-size: 14px;
  line-height: 26px;
  padding: 11px;
}


.card-img>img {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img>img:first-child {
  display: block;
}

.card-page {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.card-page>span {
  display: inline-block;
  width: 49px;
  height: 7px;
  margin-right: 5px;
  background: #fff;
  cursor: pointer;
}

.card-page .card-page-active {
  background: rgba(218, 9, 9, 1);
}

.card-content {
  flex: 1;
}

.card-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #f2f3f5;
}

.card-content>div {
  width: 100%;
}

.cardcontent-head {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 36px;
  height: 101px;
  color: #fff;
  font-size: 28.2px;
  background-color: #da0909;
}

.cardcontent-body {
  height: calc(100% - 101px);
  position: relative;
  padding: 30px;
  line-height: 26px;
  color: #000000;
  font-size: 14px;
}

.content-bt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: center;
  width: 196px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: #da0909;
  border-radius: 6px;
  text-indent: 0;
  cursor: pointer;
  font-size: 16px;
}

.advantage {
  display: flex;
}

.advantage-item {
  width: 246px;
  margin-right: 40px;
  margin-top: 50px;
}

.advantage-item :last-child {
  margin-right: 0;
}

.advantage-logo {
  height: 85px;
  background: url(/images/govdatacenter/advantage1.png) no-repeat center;
}

.advantage-item:nth-child(2) .advantage-logo {
  background: url(/images/govdatacenter/advantage2.png) no-repeat center;
}

.advantage-item:nth-child(3) .advantage-logo {
  background: url(/images/govdatacenter/advantage3.png) no-repeat center;
}

.advantage-item:nth-child(4) .advantage-logo {
  background: url(/images/govdatacenter/advantage4.png) no-repeat center;
}

.advantage-title {
  text-align: center;
  color: #da0909;
  font-size: 21.1px;
  margin: 40px 0 28px;
}

.advantage-content {
  line-height: 26px;
  color: #000000;
  font-size: 14px;
}

.scheme {
  padding: 42px 0 75px;
  background-color: #e9e9ea;
}

.scheme-list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.scheme-list>div {
  width: 298px;
  height: 424px;
  margin-right: 6px;
}

.scheme-img {
  height: 165px;
}

.scheme-body {
  position: relative;
  padding: 25px;
  height: calc(100% - 165px);
  background: #fff;
}

.scheme-title {
  position: absolute;
  top: 65px;
  opacity: 0;
  font-size: 20px;
  margin-bottom: 20px;
  color: #110d0d;
}

.scheme-info {
  position: absolute;
  top: 108px;
  opacity: 0;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.scheme-bt {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 14px;
  color: #da0909;
}

.scheme-img {
  background: url(/images/govdatacenter/scheme1.png) no-repeat;
  background-size: cover;
}

.scheme-item:nth-child(2) .scheme-img {
  background: url(/images/govdatacenter/scheme2.png) no-repeat;
  background-size: cover;
}

.scheme-item:nth-child(3) .scheme-img {
  background: url(/images/govdatacenter/scheme3.jpg) no-repeat;
  background-size: cover;
}


.scheme-last {
  display: flex;
  flex-wrap: wrap;
}

.scheme-last>div {
  width: 100%;
  height: calc(50% - 4px);
}

.scheme-last>div:first-child {
  margin-bottom: 8px;
  background: url(/images/govdatacenter/menu1.jpg) no-repeat;
  background-size: cover;
  padding: 45px 25px 0;

}

.scheme-last>div:last-child {
  margin-bottom: 8px;
  background: url(/images/govdatacenter/menu2.jpg) no-repeat;
  background-size: cover;
  padding: 45px 25px 0;

}

.scheme-menu {
  position: relative;
}

.menu-title {
  font-size: 22.1px;
  color: #f2f3f5;
  margin-bottom: 28px;
}

.menu-content {
  font-size: 14px;
  line-height: 30px;
  color: #f2f3f5;
}

.menu-bt {
  position: absolute;
  right: 26px;
  bottom: 19px;
  font-size: 14px;
  color: #f2f3f5;
}

.case {
  padding: 51px 0 106px;
}

.case-card {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  height: 277px;
}



.case-logo {
  width: 276px;
  height: 277px;
  box-shadow: 0.5px 0.9px 7px 0px rgba(148, 163, 193, 0.69);
}

.case-info {
  width: 533px;
  padding: 40px 25px 40px 34px;
  box-shadow: 0.5px 0.9px 7px 0px rgba(148, 163, 193, 0.69);
}

.case-info-hr {
  margin: 20px 0;
  height: 1px;
  background: rgba(109, 112, 114, 0.51);
  opacity: 0.51;
}

.case-info-content {
  font-size: 14px;
  line-height: 24px;
  color: #110d0d;
}

.case-info-content>strong {
  font-size: 14px;
  font-weight: normal;
  color: #da0909;
}

.case-info-log {
  height: 33px;
}

.contact {
  width: 303px;
}

.contact-title {
  position: relative;
  font-size: 18px;
  color: #da0909;
  margin-bottom: 8px;
}

.contact-title::after {
  content: '';
  position: absolute;
  width: 208px;
  height: 1px;
  background: #da0909;
  opacity: 0.51;
  right: 10px;
  bottom: 3px;
}

.contact-item>textarea,
.contact-item>input {
  display: block;
  width: 100%;
  padding: 12px;
  height: 42.6px;
  outline: none;
  border: solid 1.3px #afb8bc;
  background-color: #f2f3f5;
  resize: none;
  opacity: 0.4;
  margin-bottom: 5px;
}

.contact-item>textarea {
  height: 58px;
}

.contact-item>a {
  display: inline-block;
  color: #f2f3f5;
  width: 113px;
  height: 36px;
  line-height: 36px;
  margin-top: 7px;
  text-align: center;
  background-color: #da0909;
}

.case-logo {
  background: url(/images/govdatacenter/caselogo.jpg) no-repeat;
  background-size: cover;
}

.case-info-log {
  background: url(/images/govdatacenter/caselogo.png) no-repeat;
  background-size: 124px;
}



.news-content {
  background: #F8F6F7;
}

section.m6 {
  width: 1180px;
  margin: 0 auto;
  padding: 40px 0px;
}

section.m6 .left {
  position: relative;
  width: 530px;
  float: left;
}

section.m6 .left::before {
  position: absolute;
  left: -24px;
  top: 3px;
  content: '';
  border-width: 10px;
  border-style: solid;
  border-color: transparent #da0909 transparent transparent;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}

section.m6 h2 {
  position: relative;
  margin: 0;
  padding: 15px 0;
  font-size: 30px;
  font-weight: normal;
  color: #212121;
}

section.m6 h3 {
  margin: 30px 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ebedf0;
}

section.m6 h2::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 1px;
  left: 0;
  bottom: 3px;
  position: absolute;
  background: #ECEDF1;
}

section.m6 h2::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 0;
  bottom: 3px;
  position: absolute;
  background: #da0909;
}

section.m6 h2 a {
  float: right;
  color: #7F7F7F;
  font-size: 16px;
  margin-top: 10px;
}

section.m6 h2 a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 13px;
  height: 12px;
  background-image: url(/images/png_list.png);
  background-position: -445px 0px;
}

section.m6 .left .imgBox {
  position: relative;
  float: left;
  width: 260px;
  height: 140px;
}

section.m6 .left .imgBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 5px;
  height: 55px;
  background-color: #da0909;
}

section.m6 .left .imgBox::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 96px;
  height: 5px;
  background-color: #da0909;
}

section.m6 .left .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
}

section.m6 .left .textBox {
  float: right;
  width: 250px;
  height: 140px;
}

section.m6 .left .textBox .time {
  margin: 0;
  margin-top: -2px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #929292;
}

section.m6 .left .textBox .time span {
  font-size: 30px;
}

section.m6 .left .textBox .title {
  margin: 8px 0;
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #da0909;
}

section.m6 .left .textBox .des {
  margin: 8px 0;
  height: 72px;
  overflow: hidden;
  text-align: justify;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #AEAEAE;
}

section.m6 .left li {
  margin-top: 30px;
  overflow: hidden;
}

section.m6 .left li .time {
  float: left;
  width: 60px;
  color: #B7B7B7;
  border-right: 1px solid #ececec;
}

section.m6 .left li .text {
  float: right;
  width: 455px;
  color: #9C9C9C;
}

section.m6 .left li .text p:nth-child(1) {
  margin-top: 0;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section.m6 .left li .text p:nth-child(2) {
  margin-bottom: 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section.m6 .left li .time p:nth-child(1) {
  margin: 0;
  text-align: center;
  font-size: 30px;
}

section.m6 .left li .time p:nth-child(2) {
  margin: 0;
  text-align: center;
  font-size: 12px;
}