html {
  font-size: 90px;
}
body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
/**
* 字体图标
*/
/*定义字体*/
@font-face {
  font-family: 'itcast';
  src: url(fonts/MiFie-Web-Font.eot) format("embedded-opentype"), url(fonts/MiFie-Web-Font.ttf) format("truetype"), url(fonts/MiFie-Web-Font.svg) format("svg"), url(fonts/MiFie-Web-Font.woff) format("woff");
}
*{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  text-decoration-line:none
}
/* 头部区域 */
.header-top{
  height:28px;
  background-color: #333;
  /* width: 100%; */
}
.clear:after {
  display: table;
  clear: both;
  content: " ";
}
.header-top a {
  font-size: 12px;
  color: #fff;
}
.header-top .company-header div:first-child a,i{
  text-decoration: none;
  font-size: 12px;
}
.header-top .company-header div:first-child a{
  padding-right:5px;
}
.header-top .company-header span {
  padding: 0 12px;
}

.company-header{
  color:#fff;
  margin-top:2px
}
.companyContent{
  display: none;
}
.zl-pc-header {
  box-shadow: 2px 0 10px rgba(0,0,0,.2);
}
.header-nav ul {
  margin-bottom: 0;
  padding: 40px 0;
  padding-left: 0;
  list-style: none;
  letter-spacing: -.31em;
}
.header-nav ul li{
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 25%;
  padding-right: 60px;
  cursor: pointer;
  letter-spacing: 0;
}
.header-nav ul li h3{
  margin:0;
}
.header-nav ul li a{
  text-decoration: none;
  color: #f66f6a;
  font-weight: bold;
}
.header-nav ul li i {
  color: #f66f6a;
}
.header-nav ul li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  /*position: relative;*/
  display: inline-block;
  padding-right: 25px;
  color: #f66f6a;
}
.header-nav ul li p {
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 0;
  color: #282828;
}
.header-nav ul li:first-child  h3 a{
  cursor: default;
  color: #282828;
}
/*Bootstrap扩展样式*/
/* 自定义导航条 */
.navbar-itcast {
  background-color: #fff;
  border-color: #f5f5f5;
  border-top: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 1000;
  top: 0;
  height:68px;
}
.navbar-itcast .navbar-brand {
  color: #666666;
  line-height: 0.4rem;
}
.navbar-itcast .navbar-brand:hover,
.navbar-itcast .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-itcast .navbar-text {
  color: #666666;
}
.navbar-itcast .navbar-nav > li > a {
  height: 68px;
  line-height: 0.48rem;
  color: #666666;
  font-size: 0.14rem;
  border-bottom: 2px solid transparent;
  margin-right: 5px;
  text-align: center;
}
.navbar-itcast .navbar-nav  li a{
   padding-left: 30px;
   padding-right: 30px;
}
.navbar-itcast .navbar-header{
   padding-right: 8%;
}
.navbar-itcast .navbar-nav > li > a:hover,
.navbar-itcast .navbar-nav > li > a:focus {
  color: #e92322;
  background-color: transparent;
  border-bottom: 2px solid #e92322;
}
.navbar-itcast .navbar-nav > .active > a,
.navbar-itcast .navbar-nav > .active > a:hover,
.navbar-itcast .navbar-nav > .active > a:focus {
  color: #e92322;
  background-color: transparent;
  border-bottom: 2px solid #e92322;
}
.navbar-itcast .navbar-nav > .disabled > a,
.navbar-itcast .navbar-nav > .disabled > a:hover,
.navbar-itcast .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-itcast .navbar-toggle {
  margin-top: 23px;
  border-color: #ddd;
}
.navbar-itcast .navbar-toggle:hover,
.navbar-itcast .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-itcast .navbar-toggle .icon-bar {
  background-color: #666666;
}
.navbar-itcast .navbar-collapse,
.navbar-itcast .navbar-form {
  border-color: #e7e7e7;
}
.navbar-itcast .navbar-nav > .open > a,
.navbar-itcast .navbar-nav > .open > a:hover,
.navbar-itcast .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-itcast .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }
  .navbar-itcast .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-itcast .navbar-nav .open .dropdown-menu > li > a:focus {
    color:#e92322;
    background-color: transparent;
  }
  .navbar-itcast .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-itcast .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-itcast .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e92322;
    background-color: #e7e7e7;
  }
  .navbar-itcast .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-itcast .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-itcast .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-itcast .navbar-link {
  color: #666666;
}
.navbar-itcast .navbar-link:hover {
  color: #333;
}
.navbar-itcast .btn-link {
  color: #666666;
}
.navbar-itcast .btn-link:hover,
.navbar-itcast .btn-link:focus {
  color: #333;
}
.navbar-itcast .btn-link[disabled]:hover,
fieldset[disabled] .navbar-itcast .btn-link:hover,
.navbar-itcast .btn-link[disabled]:focus,
fieldset[disabled] .navbar-itcast .btn-link:focus {
  color: #ccc;
}

/* 样式覆盖默认样式 */
.navbar-form.navbar-left{
  margin-top: 16px;
}
/* pc-seach */
.pc-seach-bg{
  position: absolute;
  top: 6px;
  right: 0;
}
#header .container{
  position:relative;
}
.pc-seach-bg input{
  border: none;
  outline: none;
  border-bottom: #ccc 1px solid;
  width: 80%;
}
.pc-seach-bg span{
  cursor: pointer;
  color: #999;
  position: relative;
  top: 4px;
  top: 0px\0;
  /* ie */

}

/* 手机搜索图标 */
.phone-seach{
  position: absolute;
  top: 32px;
  right: 76px;
  color: #999;
}


/* 轮播图区域 */
#slide_home .carousel-inner > .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
#slide_home .carousel-inner > .item > img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
}
@media (min-width: 768px) {
  #slide_home .carousel-inner > .item {
    height: 4.1rem;
  }
}
.home_lunbo .desc{
  position: absolute;
  top: 22%;
  width:100%;
  text-align: center;
  /* padding-left: 13%; */
  color: #fff;
  font-size: 20px
}
.home_lunbo .desc .title{
  font-size: 34px;
}
@media (max-width: 768px) {
  .home_lunbo  .carousel-inner .banner {
    /* height: 340px; */
  }

  .banner img{
    /* height: 100%!important; */
  }

  .home_lunbo .desc{
    font-size: 16px;
    padding: 0 6%;
  }
  .home_lunbo .desc .title{
    font-size: 26px;
    padding: 0;
  }

  .home_lunbo .banner .operation{
    top: 66%!important;
  }

  .home_lunbo .operation span,.home_lunbo .operation a{
    padding: 6px 16px !important;
  }
  .home_lunbo .operation span{
    margin-right: 10px !important;
  }
}

.home_lunbo .carousel-inner > div.item>div.operation{
  position: absolute;
  top: 60%;
  left: 0;
  /* z-index: 1; */
  width: 100%;
  text-align: center;
  /* border: #e92322 solid 1px */
  z-index: 16;
}



.home_lunbo .operation span,.home_lunbo .operation a{
  padding: 14px 30px;
  border: #fff solid 2px;
  color: #fff;
  cursor: pointer;
}

.home_lunbo .operation span{
  /* padding: 10px 20px; */
  border: #f00 solid 2px;
  border: 2px solid #d20a2c;
  background: #d20a2c;
  margin-right: 20px;
}
.home_lunbo .operation span i{
  margin-right: 8px;
}
.home_lunbo .operation span:hover {
  border: 2px solid #ad0824;
  background: #ad0824;
}

.home_lunbo .operation a:hover {
  border: 2px solid #d20a2c;
}

/* 视频弹框 */
.home-video-dialog{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1024;
  background-color: rgba(0,0,0, 0.4)
}

.home-video-dialog>div{
  width: 50%;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
}
.home-video-dialog>div>span{
  position: absolute;
  right: -40px;
  top: 0;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}





/* 搜索 */
.seachForm{
  margin-top: 40px;
  margin-bottom: 40px;
}
#seach{
  text-align: center;
}

#seach input{
  outline: none;
  width: 2.4rem;
  height:40px;
}
@media (max-width: 768px) {
  .seachForm{
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #seach input {
    width: 5rem;
  }
}
#seach button{
  border: none;
  outline: none;
  background-color:#dd3435;
  width: 50px;
  height: 40px;
  position: relative;
  left: -6px;
}

#seach button span{
  color: #fff;
  font-size: 12px;
}
/* 热门行业 */
/* PC */
.Industry-PC{
  height: 246px;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 1138px;
}
.Industry-PC ul{
  height: 100%;
  height: 200px;

  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.Industry-PC  ul li{
  float: left;
  width: 1138px;
  height: 100%;

}
.Industry-PC li>div:nth-child(2){
  margin: 0 0.2%;
}
.Industry-PC  li>div{
  float: left;
  height: 100%;
  width: 33.2%;
  position: relative;
}
.Industry-PC div img{
  width: 100%;
}
ul.animate li div span{
  position: absolute;
  bottom: 20px;
  left:20px;
  color: #fff;
}


.Industry-PC .ol{
  position: absolute;
  bottom:4%;
  text-align: center;
  /* border: #f00 1px solid;   */
  width:100%;
}
.Industry-PC .ol span{
  border: #cccccc 1px solid;
  /* padding: 5px; */
  display: inline-block;
  height: 10px;
  width: 10px;

  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
}
.Industry-PC .ol span.active{
  background-color: #ccc
}

#Industry .Industry-PC-bg{
  position: relative;
}
.Industry-PC-bg .op{
  position: absolute;

  width:100%;
  /* bottom: 6%; */
  color: #000;
  font-size: 18px;
  cursor: pointer;
  top: 40%;
}
.op span{
  position: absolute;
  /* border: 1px solid #ccc; */
  border-radius: 50%;
  padding: 10px;
  color: #999;
  background: #ccc;
}
.op .left{
  left: -60px;
}
.op .right{
  right: -60px;
}
/* .op span.disable{
  color: #ccc;
} */
.op span.active{
  color: #fff;
  background-color: #dd3435;
}



/* mobile */
#Industry .Industry-content>div{
  position: relative;
}
#Industry .Industry-content>div a{
  width: 100%;
  display: block
}
#Industry .Industry-content>div img{
  width: 100%;
}
#Industry .Industry-content>div span{
  position: absolute;
  bottom: 10px;
  left:30px;
  color: #fff;
}
@media (max-width: 768px) {
  #Industry .Industry-content>div{
    margin-bottom: 10px;
  }
}

/* 预装方案 */
/* pc */
#scheme{
  /* border: #dd3435 1px solid; */
}
.container-content{
  padding-top: 40px;
}
.content-Industry{
  padding-top: 0;
}
.content-scheme{
  background: #fafafa;
  padding-bottom: 60px;
}
.content-window{
  background: #f3f3f3;
  padding-bottom: 60px;
}
#scheme .title,#window .title,#Industry .title{
  text-align: center;
  margin-top: 0px;
  margin-bottom:40px;
}
#scheme .scheme-more,#window .scheme-more{
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
}
.scheme-more a,.scheme-more span{
  padding: 10px;
  border: 2px #666666 solid;
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  color: #333;
  text-decoration-line: none
}
/* .scheme-more a{
  text-decoration-line: none
} */

/* // */
#scheme .scheme-content{
  /* display: flex; */
  position: relative;
  overflow: hidden;
}
.scheme-content .list{
  float: left;
  width: 23%;
  text-align: center;
  padding: 0;
  margin: 0 1%;
  margin-bottom: 20px;
  border: #e7e9ea 1px solid;
  /* float: 1; */
}
.scheme-content .list:nth-child(4n){
  margin-right: 0;
}
@media (max-width: 768px) {
  .scheme-content .list{
    width: 100%;
    margin: 0 0 0.15rem 0;
  }
}
.list img{
  width:100%;
  /* height:160px; */
  /* display: block; */
  /* vertical-align:middle */
}
.list .list-content{
  /* text-align: left; */
  padding-left: 10px;
  padding-right: 10px;
  border-top: #e7e9ea 1px solid;
  background: #fff;
  padding: 28px  0;

}
.home-scheme-content .list{
  height: 280px;
  background: #fff;
}
.scheme-content .list {
  height: 280px;
}
.list .list-content h3{
  margin-top:0;
  font-size: 18px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 15px  auto;
  text-align: left;
  color: #333;
  height: 38px;
}
.list .list-content p{
  font-size: 14px;
  color:#666666;
  text-align: left;
  width: 90%;
  margin:0 auto;

  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
}

/* 预装方案 mmobile */
.installed-content{
  height: 280px;
  width: 100%;
  width: 290px;
  /* border: 1px #f00 solid; */
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.installed-content ul {
  /* width: 400%; */
  /* js控制 width */

  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.installed-content  ul div.list{
  float: left;
  width: 290px;
  height: 100%;

  border: #e7e9ea 1px solid;

  text-align: center;
  padding: 0;

}
.installed-content  div.list>div{
  width: 100%;
}
.installed-content div.list img{
  width: 100%;
}











/* 精品之窗 PC */

/* PC */
.window-PC{
  height: 320px;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 1138px;
  margin-bottom: 20px;
}
.window-PC ul{
  /* height: 100%; */
  height: 280px;
  width: 400%;

  position: absolute;
  top: 0;
  left: 0;
}
.window-PC  ul li{
  float: left;
  width: 1138px;
  height: 100%;

}
.window-PC  li>div{
  float: left;
  height: 100%;

  /* padding-left: 10px; */
  /* padding-right: 10px; */

  width: 23.5%;
  text-align: center;
  padding: 0;
  margin-right: 2%;
  margin-bottom: 20px;
  border: #e7e9ea 1px solid;
  background: #fff;
}
.window-PC li>div:nth-child(4n){
  margin-right: 0;
}
.window-PC div img{
  width: 100%;
}
.window-PC .ol{
  position: absolute;
  bottom: 0;
  text-align: center;
  /* border: #f00 1px solid;   */
  width:100%;
}
.window-PC .ol span{
  border: #cccccc 1px solid;
  /* padding: 5px; */
  display: inline-block;
  height: 10px;
  width: 10px;

  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
}
.window-PC .ol span.active{
  background-color: #ccc
}

#window .window-PC-bg{
  position: relative;
}

.window-PC-bg .op{
  position: absolute;

  width:100%;
  top: 40%;
  /* bottom: 2%; */
  color: #000;
  font-size: 18px;
  cursor: pointer;
}
.window-PC-bg .op .right{
  /* float: right; */
}
/* .window-PC-bg .op span.disable{
  color: #ccc;
} */



/* sji */
/* 精品之窗 */
.fine-content{
  height: 280px;
  width: 100%;
  width: 290px;
  /* border: 1px #f00 solid; */
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.fine-content ul {
  /* width: 400%; */
  /* js控制 width */

  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.fine-content  ul div.list{
  float: left;
  width: 290px;
  height: 100%;

  border: #e7e9ea 1px solid;

  text-align: center;
  padding: 0;

}
.fine-content  div.list>div{
  width: 100%;
}
.fine-content div.list img{
  width: 100%;
}










/* 底部 */
footer{
  /* width: 100%; */
  background-color: #333;
  height: 100px;
  /* line-height: 120px; */
  color:#f5f5f5;
  padding-top: 28px;
  /* margin-bottom: 200px; */
  /* text-align: center; */
}
footer a{
  color:#fff;
}
footer>div.container{
  padding: 0;
  font-size: 14px;
  color:#ffffff;
  font-family: '微软雅黑';
}
footer>div.container .foot-left{

}
footer>div>div{
  float: left;
}
footer ul{
  float:right;
  /* text-align: right */
}
footer li{
  float: left;
  list-style:none;
  padding-right: 10px;
  padding-left: 10px;
  border-right:1px solid #fff;
}
footer li a{
  color: #fff;
}
footer li:hover a{
  color: #fff;
}
footer a:link {
  color: #fff;
}
footer a:visited {
  color: #fff;
}
footer li:first-child{
  padding-right: 0;
  border-right:none;
}
footer li:last-child{
  border-right:none;
}
@media (max-width: 768px) {
  footer.container-fluid{
    height: auto;
    padding: 30px;
    margin-top: -10px;
    line-height: 24px;
  }
  footer ul{
    padding: 0;
  }
  #header .navbar-brand img{
    width: 1.4rem !important;
  }
  #header .navbar-header .navbar-toggle{
     margin-right: 0;
     border: none;
     margin-top:0;
     padding: 0;
     position: absolute;
     right: 0.2rem;
     top:0.23rem;
  }
  #header .navbar-itcast{
    height: auto;
  }
  #header  .navbar-brand{
    padding:0.15rem 0;
    position: relative;
  }
  #header .navbar-itcast .navbar-header{
    padding:0  0.15rem;
  }
  #header .phone-seach{
   top:0.23rem;
   right: 0.7rem;
  }
  #seach{
    display: inline-flex;
  }
  #seach input{
    width: 80%;
  }
  #seach button{
   width: 20%;
  }
  #scheme .scheme-content{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-bottom: 0.2rem;
  }
  /* footer li{
    width: 100%;
    text-align: left;
    border-bottom: 1px #fff solid;
    height: 30px;
    line-height: 30px;
  } */
}
