ul,
li,
dl,
dt,
dd,
section,
div {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.noc-btn {
  border: 1px solid #2a82e5;
  color: #2a82e5;
}
.noc-btn:hover {
  background-color: #2a82e5;
  color: #ffffff;
}
.noc-btn-big {
  font-size: 18px;
  border: 1px solid #68b3ef;
  color: #68b3ef;
  padding: 0px 80px;
  line-height: 50px;
}
.noc-btn-big:hover {
  background-color: #68b3ef;
  color: #fff;
}
.noc-btn-sm {
  border: 1px solid #525252;
  color: #525252;
  padding: 0px 30px;
  line-height: 30px;
}
.noc-btn-sm:hover {
  background-color: #f6f6f6;
  border-color: #cfcfcf;
  color: #4f4f4f;
}
.noc-scene-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 0px 30px;
  line-height: 40px;
}
.noc-scene-btn:hover {
  border-color: #fff;
  color: #ffffff;
}
.noc-exp-btn {
  width: 120px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;

  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.noc-exp-btn:hover {
  background-color: #68b3ef;
  color: #fff;
}
.banner-range {
  width: 100%;
  position:absolute;
  top:68px;
/*  height: 659px;*/
}
.banner {
  background-image: url(../images/noc/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
}
.wechat-range {
  width: 100%;
  position:absolute;
  top:251px;
  height: 476px;
}
.wechat {
  background-image: url(../images/noc/wechat.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 476px;
}
.title-range {
  height: 400px;
  margin-top: 120px;
  margin-bottom: 120px;
}
.title-range .title {

  font-size: 50px;
  font-weight: 300;
  line-height: 0.75;
  color: #ffffff;
}
.title-range p {

  font-size: 20px;
  font-weight: 100;
  line-height: 2.2;
  color: #ffffff;
  margin-top: 30px;
}
.title-range .banner-btn-content {
  width: 72px;
  height: 20px;
  margin-top: 20px;
}
.icon-list {
  height: 180px;
  padding-top: 60px;
  padding-bottom: 40px;
}
.icon-top-1 {
  background-image: url(../images/noc/icon-top-1.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  display:block;
  margin:0 auto;
}
.icon-top-2 {
  background-image: url(../images/noc/icon-top-2.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  display:block;
  margin:0 auto;
}
.title-1 {
  height: 33px;

  font-size: 24px;
  font-weight: 300;
  line-height: 1.38;
  color: #4990e2;
  text-align: center;
}
.noc-introduce-layout-1 {
  margin-top: 19px;
}
.noc-introduce-layout-1 .title{

  font-size: 48px;
  color: #262626;
  text-align: center;
}
.noc-introduce-layout-1 p{
  
  font-size: 20px;
  font-weight: 300;
  line-height: 2.35;
  color: #4e5a78;
  margin-top: 30px;
  padding:0px 50px;
}
.plugin-box-range {
  padding-left: 20%;
  padding-right: 20%;
}
.noc-pulgin-box {
  height: 678px;
  height:auto;
  border-radius: 13px;
  background-color: #fafafa;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
  display: inline-block;
}
.describe-background {
  background-color: #f8f8f8;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-left: 20%;
  padding-right: 20%;
}

.describe-box .panel-white {
  background-color: #f8f8f8;
}
.describe-box .panel-white > ul > li {
  float: left;
}
.describe-box .panel-gray {
  background-color: #f1f1f1;
}
.describe-box .panel-gray > ul > li {
  float: left;
}
.icon-1-1 {
  background-image: url(../images/noc/icon1-1.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  margin:22px 0 78px 0;
}
.icon-1-2 {
  background-image: url(../images/noc/icon1-2.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  background-color: #f1f1f1;
  margin:22px 0 78px 0;
}
.icon-1-3 {
  background-image: url(../images/noc/icon1-3.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  margin:22px 0 78px 0;
}
.describe-title {
  /*height: 40px;*/

  font-size: 18px;
  font-weight: 300;
  line-height: 1.86;
  color: #4a4a4a;
  margin:10px 0px;
}
.describe-content {
  /*height: 110px;*/
  
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
  text-align: justify;
  color: #898989;
  margin-bottom: 10px;
}
.describe-link {
  color: #4990e2;
}
.noc-introduce-layout-2 {
  margin-top: 47px;
}
.noc-introduce-layout-2 .title{

  font-size: 48px;
  color: #262626;
  text-align: center;
}
.noc-introduce-layout-2 p{
  
  font-size: 20px;
  font-weight: 300;
  line-height: 2.35;
  color: #4e5a78;
  margin-top: 30px;
  padding:0px 50px;
}
.icon-2-1 {
  background-image: url(../images/noc/icon2-1.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  margin:22px 0 78px 0;
}
.icon-2-2 {
  background-image: url(../images/noc/icon2-2.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  background-color: #f1f1f1;
  margin:22px 0 78px 0;
}
.icon-2-3 {
  background-image: url(../images/noc/icon2-3.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  margin:22px 0 78px 0;
}
.noc-introduce-layout-3 {
  margin-top: 52px;
}
.noc-introduce-layout-3 .title{

  font-size: 48px;
  color: #262626;
  text-align: center;
}
.noc-introduce-layout-3 p{
  
  font-size: 20px;
  font-weight: 300;
  line-height: 2.35;
  color: #4e5a78;
  margin-top: 30px;
  text-align: center;
  padding:0px 50px;
}
.icon-3-1 {
  background-image: url(../images/noc/icon3-1.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  margin:22px 0 78px 0;
}
.icon-3-2 {
  background-image: url(../images/noc/icon3-2.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  background-color: #f1f1f1;
  margin:22px 0 78px 0;
}
.icon-3-3 {
  background-image: url(../images/noc/icon3-3.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 40px;
  background-color: #f8f8f8;
  margin:22px 0 78px 0;
}
.Rectangle {
  background-image: url(../images/noc/img-bottom-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  margin-top: 20px;
  padding-top: 11px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.Rectangle .device-num {
  width: 164px;
  height: 72px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
}
.Rectangle .user-num {
  height: 72px;
  width:350px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
}
.Rectangle .device-describe {
  height: 37px;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.6;
  color: #ffffff;
}
.Rectangle .user-describe {
  width:350px;
  height: 37px;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.6;
  color: #ffffff;
}
.separate-line {
  height: 76px;
  float: left;
  border-right: solid 1px #ffffff;
  margin: 0 50%;
}

.carousel-control.right,.carousel-control.left{background-image: none;}

