* {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 1180px;
  margin: auto;
}

.wrapper>h2 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  padding-left: 10px;
  color: #010120;
}

.wrapper>h2::after {
  position: absolute;
  left: -15px;
  top: -15px;
  content: '';
  border-width: 10px;
  border-style: solid;
  border-color: transparent #76B325 transparent transparent;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}

.banner {
  width: 100%;
  min-width: 1180px;
  height: 327px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner>img {
  width: 100%;
  height: 327px;
  object-fit: cover;
}

.dcinfo-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

.dcinfo-wrapper>.dcimg-list {
  width: 476px;
  height: 266px;
  margin-right: 25px;
}

.dcinfo-wrapper>.dcimg-list>.swiper-container {
  width: 100%;
  height: 100%;
}

.dcinfo-wrapper>.dcimg-list>.swiper-container img {
  width: 100%;
  height: 100%;
}

.dcinfo-wrapper>.dcimg-list>.swiper-container .swiper-pagination {
  text-align: left;
  padding-left: 10px;
}



.dcinfo-wrapper>.dcimg-list>.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #fff;
}

.dcinfo-wrapper>.dcimg-list>.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #fff;
}

.dcinfo-wrapper>.dcinfo-content {
  flex: 1;
}

.dcinfo-wrapper>.dcinfo-content>.dc-title {
  color: #74B60C;
  font-size: 32px;
}

.dcinfo-wrapper>.dcinfo-content>.dc-content {
  color: #010120;
  font-size: 14px;
  margin: 19px 0 4px;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}

.dcinfo-wrapper>.dcinfo-content>.dc-addr {
  font-size: 20px;
  font-weight: bold;
}

.dcinfo-wrapper>.dcinfo-content>.dc-addr>i {
  display: inline-block;
  width: 28px;
  height: 42px;
  color: #010120;
  background: url(/images/datacenter/dcdetail/position.jpg) no-repeat;
  vertical-align: text-bottom;
}

.dcinfo-wrapper>.dcinfo-content>.dc-addr>.dc-static {
  color: #74B60C;
}

.dcinfo-wrapper>.dcinfo-content>.dc-visite>a {
  display: inline-block;
  width: 137px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  background: #74B60C;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.dc-superiority-nav {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  border-bottom: 2px solid #DAE3F3;
}

.dc-superiority-nav>.dc-superiority-nav-item {
  flex: 1;
  padding: 16px 0;
  font-size: 18px;
  color: #4A4A4A;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.dc-superiority-nav>.dc-superiority-nav-item:hover {
  color: #fff;
  background: #74B60C;
  border-radius: 8px 8px 0px 0px;
}

.dc-superiority-nav>.dc-superiority-nav-item.active {
  color: #fff;
  background: #74B60C;
  border-radius: 8px 8px 0px 0px;
}

.dc-superiority-card {

  margin-top: 40px;
}

.dc-card-item {
  display: none;
  justify-content: space-between;
}

.dc-card-item.action {
  display: flex;
}

.dc-card-item>.card-icon {
  width: 180px;
  height: 171px;
  margin-right: 75px;
}

.dc-card-item>.card-info {
  flex: 1;
}

.dc-card-item>.card-icon>img {
  width: 100%;
  height: 100%;
}

.card-info-title {
  font-size: 18px;
  color: rgba(116, 182, 12, 1);
}

.card-info-desc {
  font-size: 14px;
  line-height: 26px;
  color: rgba(1, 1, 32, 1);
  font-weight: bold;
  margin: 16px 0 28px;
}

.card-info-list>ul>li {
  margin-bottom: 15px;
}

.card-info-list>ul>li>i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  margin-right: 5px;
  background: url(/images/datacenter/dcdetail/ysicon1.png) no-repeat;
}

.dc-superiority-card>.dc-card-item .card-info-list>ul>li:hover {
  color: #74B60C;
}

.dc-superiority-card>.dc-card-item .card-info-list>ul>li:hover i {
  background: url(/images/datacenter/dcdetail/ysicon1-1.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(2) .card-info-list>ul>li>i {
  background: url(/images/datacenter/dcdetail/ysicon2.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(2) .card-info-list>ul>li:hover i {
  background: url(/images/datacenter/dcdetail/ysicon2-2.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(3) .card-info-list>ul>li>i {
  background: url(/images/datacenter/dcdetail/ysicon3.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(3) .card-info-list>ul>li:hover i {
  background: url(/images/datacenter/dcdetail/ysicon3-3.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(4) .card-info-list>ul>li>i {
  background: url(/images/datacenter/dcdetail/ysicon4.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(4) .card-info-list>ul>li:hover i {
  background: url(/images/datacenter/dcdetail/ysicon4-4.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(5) .card-info-list>ul>li>i {
  background: url(/images/datacenter/dcdetail/ysicon5.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(5) .card-info-list>ul>li:hover i {
  background: url(/images/datacenter/dcdetail/ysicon5-5.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(6) .card-info-list>ul>li>i {
  background: url(/images/datacenter/dcdetail/ysicon6.png) no-repeat;
}

.dc-superiority-card>.dc-card-item:nth-child(6) .card-info-list>ul>li:hover i {
  background: url(/images/datacenter/dcdetail/ysicon6-6.png) no-repeat;
}

.dc-superiority-slide {
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px;
}

.swiper-button-prev {
  left: -50px;
  z-index: 99;
  width: 16px;
  height: 60px;
  background: url(/images/datacenter/dcdetail/arrow-l.png);
  background-size: cover;
  background-position: center center;
}

.swiper-button-next {
  right: -50px;
  width: 16px;
  height: 60px;
  background: url(/images/datacenter/dcdetail/arrow-r.png);
  background-position: center center;
  background-size: cover;
}

.dc-offer {
  background: #FBFBFB;
  padding: 30px 0 40px;
}

.dc-offer-nav {
  display: flex;
  justify-content: center;
}

.offer-nav-item {
  width: 200px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  background: rgba(116, 182, 12, 1);
  border-radius: 10px;
  margin: 40px 0;
  margin-right: 70px;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.offer-nav-item:hover {
  background: #207200;
}

.offer-nav-item.action {
  background: #207200;
}

.offer-nav-item:last-child {
  margin-right: 0;
}

.offer-list-item {
  display: none;
}

.offer-list-item.active {
  display: flex;
}

.offer-img {
  width: 460px;
  height: 400px;
}

.offer-img>img {
  width: 100%;
  height: 100%;
}

.offer-info {
  flex: 1;
  margin-left: 120px;
  margin-top: 50px;
}

.offer-title {
  font-size: 24px;
  font-weight: bold;
  color: #1D1D1D;
  margin-bottom: 30px;
}

.offer-title>span:last-child {
  color: #D4D4D4;
}



.offer-info>p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.offer-info>p>label {
  min-width: 3em;
  margin-right: 30px;
  font-size: 16px;
  font-weight: bold;
}

.offer-info>p>span {
  font-size: 16px;
}

.offer-info>p>span.choose-item {
  display: flex;
  background: #D9EABF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.offer-info>p>span.choose-item>i {
  font-style: normal;
  padding: 3px 22px;
  border-radius: 10px;
  white-space: nowrap;
  cursor: pointer;
}

.offer-info>p>span.choose-item>i:hover {
  background: #74B60C;
  color: #fff;
}

.offer-info>p>span.choose-item>i.active {
  background: #74B60C;
  color: #fff;
}

.offer-info>a {
  display: inline-block;
  width: 137px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  background: #74B60C;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.dc-promise {
  padding: 50px 0;
}

.dc-promise-card {
  position: relative;
  width: 100%;
  height: 650px;
  margin-top: 40px;
}

.promise-card-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 410px;
  height: 410px;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
}

.promise-info-item {
  position: absolute;
  top: 50px;
  left: 430px;
}

.promise-info-item:nth-child(2) {
  position: absolute;
  top: 285px;
  left: 400px;
}

.promise-info-item:nth-child(3) {
  position: absolute;
  top: 430px;
  left: 120px;
}

.promise-info-item:hover .promise-title {
  color: #74B60C;
}

.promise-title {
  font-size: 24px;
  margin-bottom: 44px;
}

.promise-info-item>ul>li {
  list-style: disc;
  margin-left: 22px;
  margin-bottom: 12px;
}

/* 新闻开始 */



.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 #76B325 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: #76b325;
}

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: #93c31c;
}

section.m6 .left .imgBox::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 96px;
  height: 5px;
  background-color: #93c31c;
}

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: #93c31c;
}

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;
}

/* 新闻结束 */


.objective {
  background: #76B325;
}

.objective-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  background: #76B325;
  color: #fff;
}

.objective-content>p {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 43px;
}

.objective-content>a {
  display: block;
  width: 223px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

.objective-content>span {
  font-size: 14px;
}

.objective-phone>p {
  font-size: 20px;
  font-weight: 500;
  color: rgba(244, 244, 244, 1);
  margin-bottom: 14px;
}

.objective-phone>span {
  display: block;
  margin: auto;
  width: 152px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(232, 93, 23, 1);
  border-radius: 1px;
}

.objective-phone>span>i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/images/index/servies/phone.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 7px;
}

.objective-phone>p>span {
  font-size: 12px;
}

.form-table {
  display: flex;

}

.table-l {
  width: 520px;
  font-size: 32px;
  line-height: 1.2;
}

.table-r {
  flex: 1;
}

.form-table {
  background: #F7F6F9;
}

.table-content {
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  background: url(/images/datacenter/dcdetail/bj2.png) no-repeat left bottom;
}

.table-group {
  display: flex;
  justify-content: space-between;
}

.table-group.info>input {
  width: 200px;
  height: 44px;
  border: 1px solid #D3D3D3;
  padding: 0 15px;
}

.table-group>label {
  cursor: pointer;
}

.table-group>label>input {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.table-group>textarea {
  width: 100%;
  padding: 15px;
  resize: none;
  height: 100px;
}

.checklist {
  margin: 20px 0;
  font-size: 13px;
  color: rgba(33, 33, 33, 1);
}

.warn>p {
  font-size: 14px;
  margin: 10px 0 20px;
}

.warn>p>span {
  color: #E7927C;
}

.table-group>a {
  display: block;
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: rgba(118, 179, 37, 1);
  border-radius: 4px;
}

.background-item .active-bj {
  opacity: 1;
}

.swiper-slide img {
  width: 287px;
  height: 187px;
}