@import 'page/about.css';
@import 'page/contact.css';
@import 'page/container.css';
@import 'page/cooperation.css';

@import 'solution/economy.css';
@import 'solution/light.css';
@import 'solution/wifi.css';
@import 'solution/property.css';
@import 'solution/car.css';
@import 'solution/lorawan.css';
@import 'solution/nbiot.css';
@import 'solution/xzx.css';
/**
 ** 公共header样式
 */
.container{
  width: 100%;
  height: 100%;
  position: relative;
}
.consult{
  position: fixed;
  top: 500px;
  width: 120px;
  height: 88px;
  background: #108cee;
  right: 0;
  z-index: 100;
  border-bottom-left-radius: 44px;
  border-top-left-radius: 44px;
  box-shadow: 5px 10px 12px rgba(30,30,40,.2);
  cursor: pointer;
}
.consult img{
  position: absolute;
  top: 20px;
  left: 20px;
}
.consult span{
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 18px;
  width: 22px;
  top: 18px;
  line-height: 26px;
}
.header{
  background: #1e1d22;
  height: 70px;
}
.header .nav{
  width: 1200px;
  height: 70px;
  line-height:70px;
  margin: 0 auto;
}
.nav .nav-logo{
  float: left;
}
.nav .nav-logo img{
  vertical-align: middle;
}
.nav .nav-title{
  float: right;
}
.nav .nav-title .nav-li{
  float: left;
  padding: 0 28px;
  height: 70px;
}
.nav .nav-title .nav-li a{
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.nav .nav-title .nav-li .down-list{
  display: none;
  /*width: 180px;*/
  background: #fff;
  padding: 10px 0;
  position: absolute;
  line-height: 40px;
  top: 60px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  border-radius: 4px;
  z-index: 1;
}
.nav .nav-title .nav-li .down-list::before{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -16px;
  left: 10px;
  font-size: 0; /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  line-height: 0; /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  overflow: hidden; /*清除ie6下默认的宽高*/
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.nav .nav-title .nav-li .down-list li{
  padding: 0 14px;
}
.nav .nav-title .nav-li .down-list li a{
  display: block;
  color: #000;
}
.nav .nav-title .nav-li .down-list li:hover{
  background: #00a0ea;
}
.nav .nav-title .nav-li .down-list li:hover a{
  color: #fff;
}
.nav .nav-title .nav-li .nav-arrow-down{
  position: absolute;
  background-image: url(/img/nav-arrow-down.png);
  width: 12px;
  height: 8px;
  top: 5px;
  transition: all .13s;
  right: -22px;
  -webkit-transition: all .13s;
  -moz-transition: all .13s;
  -ms-transition: all .13s;
  -o-transition: all .13s;
}
.nav .nav-title .nav-li .nav-arrow-up{
  position: absolute;
  background-image: url(/img/nav-arrow-up.png);
  width: 12px;
  height: 8px;
  top: 5px;
  transition: all .13s;
  right: -22px;
  -webkit-transition: all .13s;
  -moz-transition: all .13s;
  -ms-transition: all .13s;
  -o-transition: all .13s;
}
.nav .nav-title .nav-li.active > a::after{
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  background: #fff;
  top: 36px;
  left: 0;
}

.container .block-title{
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 60px auto 20px;
}
.container .block-subtitle{
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.container .info-wrapper{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.banner{
  height: 400px;
}


/**
新增4个方案的公共样式
**/
.banner .theme {
  width: 1200px;
  margin: 0 auto;
}
.banner h1,
.banner h3 {
  margin: 0;
  color: #fff;
}
.banner h1 {
  font-weight: bold;
  font-size: 42px;
}
.banner h3 {
  line-height: 1.5;
  font-size: 18px;
}
