.lh1 {
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
}
body {
  background: #fff;
}
/* banner start */
.idc-banner {
  padding-top: 2.9rem;
  width: 100%;
  height: 5.6rem;
  background: url('/images/ny_idc/banner.png') no-repeat;
  background-size: 100% 100%;
}

.idc-banner .banner-title {
  width: 100%;
  text-align: center;
  font-size: .54rem;
  color: #0D0D0D;
}

.idc-banner .banner-subtitle {
  margin: .31rem 0 .37rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: .18rem;
  color: #0D0D0D;
}

.idc-banner .banner-btns {
  margin: 0 auto;
  width: 4.85rem;
  height: .53rem;
  display: flex;
  justify-content: space-between;
}

.idc-banner .banner-btns .banner-btn {
  display: block;
  width: 2.29rem;
  height: .53rem;
  line-height: .53rem;
  font-size: 0;
  text-align: center;
  border: .02rem solid #FF4A00;
  border-radius: .26rem;
  -webkit-border-radius: .26rem;
  -moz-border-radius: .26rem;
  -ms-border-radius: .26rem;
  -o-border-radius: .26rem;
}

.idc-banner .banner-btn img {
  margin-right: .18rem;
  width: .16rem;
  height: .23rem;
  vertical-align: middle;
}

.idc-banner .banner-btns .gift-btn {
  background: #3457C3;
  border-color: #3457C3;
}

.idc-banner .banner-btns .gift-btn img {
  margin-right: .13rem;
  width: .22rem;
  height: .22rem;
  vertical-align: middle;
}

.idc-banner .banner-btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: .24rem;
  color: #ff4a00;
}

.idc-banner .banner-btns .gift-btn span {
  color: #fff;
}
/* banner end */
/* 产品概述 start */
.idc-overview .overview-title {
  width: 100%;
  text-align: center;
  font-size: .36rem;
	color: #212121;
}

.idc-overview .overview-image {
  margin: .35rem auto .35rem;
  width: 6.7rem;
  height: 3.19rem;
}

.idc-overview .overview-image img {
  width: 100%;
  height: 100%;
}
/* 产品概述 end */
.lh1 .idc-title {
  position: relative;
  margin-left: .45rem;
  padding-left: .27rem;
  font-weight: 700;
  font-size: .24rem;
	letter-spacing: 0;
	color: #212121;
}

.lh1 .idc-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: .08rem;
	height: .21rem;
	background-color: #1960b7;
}
/* 产品介绍 start */
.idc-intro .idc-title {
  margin-bottom: .4rem;
}

.idc-intro .intro-detail {
  padding: 0 .54rem 0 .51rem;
  font-size: .24rem;
	line-height: 1.9;
	letter-spacing: .01rem;
  color: #0d0d0d;
}

.idc-intro .intro-detail p {
  margin-bottom: .3rem;
}

.idc-intro .intro-detail p.toggle {
  display: none;
}

.idc-intro .intro-detail p.active {
  display: block;
}

.idc-intro .checkmore {
  margin-bottom: .57rem !important;
  line-height: 1;
  font-size: 0;
}

.idc-intro .checkmore img {
  margin-left: .16rem;
  width: .15rem;
  height: .1rem;
  vertical-align: middle;
  transition: transform .5s;
}

.idc-intro .checkmore img.rotate {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform .5s;
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -ms-transition: transform .5s;
  -o-transition: transform .5s;
}

.idc-intro .checkmore .mark {
  display: inline-block;
  vertical-align: middle;
  color: #afafaf;
  font-size: .24rem;
}
/* 产品介绍 end */
/* 产品选型 start */
.idc-type .idc-title {
  margin-bottom: .36rem;
}

.idc-type .idc-type-nav {
  width: 6.7rem;
  height: .47rem;
  margin: 0 .4rem;
	border-bottom: .01rem solid #e1e8ee;
}

.idc-type .idc-type-nav>li {
  float: left;
  width: 25%;
  height: .47rem;
  text-align: center;
  line-height: .47rem;
  font-family: MicrosoftYaHei;
	font-size: .18rem;
  color: #98a3ac;
  transition: all .5s;
}

.idc-type .idc-type-nav>li.active {
  color: #4d5358;
  background-color: #d6e6f3;
  border-radius: .05rem .05rem .05rem 0;
  -webkit-border-radius: .05rem .05rem .05rem 0;
  -moz-border-radius: .05rem .05rem .05rem 0;
  -ms-border-radius: .05rem .05rem .05rem 0;
  -o-border-radius: .05rem .05rem .05rem 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.idc-type .idc-type-detail {
  position: relative;
  width: 6.7rem;
  min-height: 5.47rem;
  margin: 0 auto;
}

.idc-type .idc-type-detail .detail-item {
  float: left;
  width: 100%;
  height: auto;
  display: none;
  padding-top: .6rem;
}

.idc-type .idc-type-detail .detail-item.active {
  display: block;
}

.idc-type .detail-item .item-list {
  padding-left: .38rem;
}

.idc-type .detail-item .item-list>li {
  position: relative;
  line-height: 1.9;
  font-size: .22rem;
	letter-spacing: .01rem;
	color: #0d0d0d;
}

.idc-type .detail-item .item-list>li::after {
  content: "";
  position: absolute;
  top: .16rem;
  left: -.22rem;
  width: .1rem;
  height: .1rem;
  background-color: #1960b7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.idc-type .detail-item .item-img {
  margin: .43rem auto .54rem;
  width: 5.1rem;
  height: 2.67rem;
  font-size: 0;
  overflow:hidden;
}

.idc-type .detail-item .item-img img {
  width: 100%;
  height: 100%;
}
/* 产品选型 end */
/* 应用场景 start */
.idc-scene .idc-title {
  margin-bottom: .24rem;
}

.idc-scene .scene-items {
  margin: 0 .4rem 0 .45rem;
}

.idc-scene .scene-item {
  overflow: hidden;
  float: left;
  margin-right: .15rem;
  margin-bottom: .15rem;
  width: 3.23rem;
  height: 2rem;
  text-align: center;
  font-size: 0;
  background: url('/images/ny_idc/con_3_1.png') no-repeat;
  background-color: #0f2b54;
  background-size: 100% 100%;
}

.idc-scene .scene-item:nth-child(2) {
  margin-right: 0;
  background-image: url('/images/ny_idc/con_3_2.png');
}

.idc-scene .scene-item:nth-child(3) {
  background-image: url('/images/ny_idc/con_3_3.png');
}

.idc-scene .scene-item:nth-child(4) {
  margin-right: 0;
  background-image: url('/images/ny_idc/con_3_4.png');
}

.idc-scene .scene-item .scene-title {
  margin-top: .2rem;
  font-weight: 700;
  font-size: .24rem;
	letter-spacing: 0;
	color: #ffffff;
}

.idc-scene .scene-item .line {
	margin: .1rem 0 .15rem;
	display: inline-block;
	width: .55rem;
	height: .06rem;
	background-color: #76b425;
	border-radius: .03rem;
	-webkit-border-radius: .03rem;
	-moz-border-radius: .03rem;
	-ms-border-radius: .03rem;
	-o-border-radius: .03rem;
}

.idc-scene .scene-item p {
  margin: 0 auto;
  width: 2.68rem;
  text-align: justify;
  font-size: .13rem;
	line-height: .26rem;
	letter-spacing: 0;
	color: #ffffff;
}
/* 应用场景 end */
.autumn-title {
  margin: .55rem 0 .4rem;
  width: 100%;
	font-size: .42rem;
	letter-spacing: 0;
  color: #343434;
  text-align: center;
}
/* 获取报价 start */
.autumn-price .price-con {
  padding: .54rem 0 0 .58rem;
  width: 100%;
  height: 4.33rem;
  background: url('/images/ny_idc/price_bg.png') no-repeat;
  background-size: 100% 101%;
}
.autumn-price .price-form .form-item {
  margin-bottom: .31rem;
}
.autumn-price .price-form .form-label {
  display: inline-block;
  width: 1.27rem;
  height: .55rem;
  line-height: .55rem;
	font-size: .24rem;
	letter-spacing: .01rem;
  color: #ffffff;
  vertical-align: middle;
}
.autumn-price .price-form .form-input {
  padding-left: .1rem;
  width: 4.89rem;
  height: .55rem;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(58deg, 		#0c3483 0%, 		#a2b6df 100%, 		#87a1d7 100%, 		#6b8cce 100%, 		#87a1d7 100%, 		#a2b6df 100%);
  border-image-slice: 1;
  outline: none;
  border: none;
  border-radius: .03rem;
}
.autumn-price .price-con .price-btn {
  margin-top: .36rem;
  margin-left: 1.3rem;
  display: block;
	width: 4.78rem;
	height: .58rem;
	line-height: .58rem;
	text-align: center;
	background-color: #3457c3;
	border-radius: .29rem;
	-webkit-border-radius: .29rem;
	-moz-border-radius: .29rem;
	-ms-border-radius: .29rem;
  -o-border-radius: .29rem;
  font-family: DengXian-Bold;
	font-size: .26rem;
	letter-spacing: .01rem;
	color: #ffffff;
}
/* 获取报价 end */
/* 满意的客服 start */
.layout-box {
  background-color: #fff;
  padding: .57rem 0 1.29rem;
  font-size: 1rem;
}

.layout-box .plan-title {
  margin-bottom: .5rem;
  font-size: .42rem;
  text-align: center;
  display: block;
  color: #343434;
  font-family: AdobeHeitiStd-Regular;
}

.layout-box .plan-desc {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #9B9EA0;
  font-family: 'SourceHanSansCN Regular';
  margin: 0 0 .3rem 0
}

.layout-box .plan-list {
  overflow: hidden;
}

.layout-box .plan-list .plan-box {
  overflow: hidden;
  position: relative;
  overflow-x: auto;
}

.layout-box .plan-list .plan-box .box {
  position: relative;
  display: flex;
}

.layout-box .plan-list .plan-box .box .box-get {
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.layout-box .plan-list .plan-box .box .box-get:last-child {
  padding-right: 0
}

.layout-box .plan-list .plan-box .box .box-get .box-get-item {
  /* background-image: url() */
  width: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 3rem;
  position: relative;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.layout-box .plan-list .plan-box .box .box-get .box-get-item .mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 43, 43, .3);
}

.layout-box .plan-list .plan-box .box .box-get .box-get-item .num-list-title {
  font-size: .36rem;
  line-height: .6rem;
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
}

.layout-box .plan-list .plan-box .box .box-get .box-get-item .num-list-desc {
  font-size: .3rem;
  line-height: .5rem;
  color: #fff;
  text-align: center;
  padding: 10px .5rem;
  position: relative;
}

.layout-box .plan-list .plan-box .box .box-get .box-get-item .num-list-cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.custom-list {
  flex-wrap: wrap;
  padding: 0 15px
}

.custom-list .custom-item {
  flex: 0 0 33.33%;
  text-align: center;
}

.custom-list .custom-item a {
  width: 100%;
  display: inline-block
}

.custom-list .custom-item a img {
  width: 60%;
}

/* 满意的客服 end */