*{margin:0;border:0;padding:0;}
.index-quality {
  background: url("/static/cjt/image/index-quality-bg.png") #fff no-repeat center
    center;
  background-size: auto 321px !important;
  height: 321px;
}

.index-quality-box h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 2px;
  color: #ffffff;
  padding-top: 70px;
  text-align: center;
  padding-bottom: 46px;
}
.index-quality-form {
  width: 900px;
  height: 50px;
  align-items: center;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #fdddd3;
  display: flex;
}
.index-quality-form-phone {
  width: 18px;
  height: 20px;
  margin-left: 23px;
  margin-right: 9px;
}
.index-quality-form-input {
  flex: 1;
  line-height: 38px;
  border:0;
  font-size: 16px;
  color: #b3b3b3;
}
.index-quality-form-input::placeholder {
  color: #b3b3b3;
}
.index-quality-form-line {
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
}
.mk-ldy-phone-btn {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #e50b18;
  margin-left: 35px;
  margin-right: 30px;
  border: none;
  background: none;
}
.mk-ldy-phone-btn:hover {
  color: #e5732d;
}
.index-quality-list {
  overflow: hidden;
  width: 836px;
  margin: 38px auto;
}
.index-quality-list img {
  vertical-align: middle;
  margin-right: 8px;
}
.index-quality-list li {
  float: left;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff1f2;
  padding-right: 20px;
}
.g_footer-logo{height:95px;}
.g_footerlogo-img{height:85px;margin-bottom:10px;}

.header_wrap{overflow:hidden;}
.header_hd{position:relative;}
.header_hd .backg-nccloud{background:url(/static/new/image/banner-nccloud.jpg) no-repeat top center !important;width:100%; height:440px;transform: scale(1);
    background-attachment: scroll !important;
	-webkit-animation: imageZoom linear 17s;
    -webkit-animation-iteration-count: infinite;
	background-size: cover;}

.header_hd .backg{background:url(/Public/index/images/ny-banner.jpg) no-repeat top center;width:100%; height:250px;  }
.header_hd .slogan{color:#fff;width:1160px;height:250px;margin-left:-580px;margin-top:-60px;text-align:center;position:absolute;left:50%;top:50%}
.header_hd .slogan h2{font-size:48px; font-weight:bold; color:#fff; padding-bottom:10px;}
.header_hd .slogan h3{font-size:30px; padding-bottom:10px;}

@media screen and (max-width:992px) {
    .index-quality{padding:40px 10px;height:auto;}
    .index-quality-box h2{padding:0 0 30px 0;}
    .index-quality-form{width:100%;}
    .index-quality-list{width:100%;margin:30px 0 0 0 }
    .index-quality-list li{width:50%;box-sizing:border-box;font-size:12px;}
}