.header {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
  overflow: hidden;
}
.header .index-tel {
  float: left;
  margin: 0 354px 0 10px;
  font-size: 16px;
  color: #414042;
  position: relative;
}
.header .logo {
  float: left;
  margin-right: 55px;
  line-height: 150px;
  margin-left: 457px;
}
.header .logo a {
  font-size: 0;
}
.header .nav-list {
  float: left;
  line-height: 150px;
}
.header .nav-list li {
  float: left;
  margin-right: 38px;
}
.header .nav-list li a {
  font-size: 16px;
  color: #414042;
}
.header .nav-list li:last-child {
  margin-right: 0;
}
.index-category {
  width: 100%;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.index .index-category{
  border: none;margin: 0;
}
.index-category .category-list {
  padding: 0 28px;
}
.index-category .category-list li {
  float: left;
  margin-right: 52px;
}
.index-category .category-list li a {
  font-size: 16px;
  color: #414042;
}
.index-category .category-list li:last-child {
  margin-right: 0;
}
.index-banner {
  overflow: hidden;
}
/*.index-banner .wrap {*/
  /*position: relative;*/
  /*height: 450px;*/
  /*background: url("/web/20191007041627im_/https://dragon-iec.com/template/Front/longshizhou/static/images/index_banner.png") no-repeat;*/
/*}*/
/*.index-banner .wrap span {*/
  /*display: block;*/
  /*position: absolute;*/
  /*top: 127px;*/
  /*left: 120px;*/
  /*font-size: 40px;*/
  /*color: #fff;*/
/*}*/
/*.index-banner .wrap .btn-more {*/
  /*display: block;*/
  /*position: absolute;*/
  /*padding: 10px;*/
  /*top: 223px;*/
  /*left: 120px;*/
  /*width: 160px;*/
  /*height: 50px;*/
  /*line-height: 50px;*/
  /*border: 2px solid #fff;*/
  /*text-align: center;*/
/*}*/
/*.index-banner .wrap .btn-more em {*/
  /*display: block;*/
  /*font-size: 16px;*/
  /*background: #fffffd;*/
  /*color: #dcba01;*/
/*}*/
/*.index-banner .wrap .btn-more:hover em {*/
  /*background: #dcba01;*/
  /*color: #fff;*/
/*}*/
.index-why {
  margin-top: -2px;
}
.index-why .why-l {
  float: left;
  padding-top: 90px;
  width: 55%;
}
.index-why .why-l .why-title {
  font-size: 36px;
  color: #414042;
  text-align: left;
}
.index-why .why-l .has-line {
    margin: 35px auto 50px;
    width: 132px;
    height: 2px;
    background: #414042;
    margin-left: 0;
}
.index-why .why-l p {
  width: 505px;
  line-height: 27px;
  font-size: 20px;
  color: #414042;
}
.index-why .why-r {
  float: left;
}
.index-why .why-r .index-video {
  position: relative;
  width: 100%;
  height: 572px;
  cursor: pointer;
}
.index-why .why-r .index-video .index-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: -47px;
  width: 95px;
  height: 94px;
  background: url("/web/20191007041627im_/https://dragon-iec.com/template/Front/longshizhou/static/images/video_play.jpg") no-repeat;
}
.index-why .index-layout {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.index-why .index-layout .video-layout {
  position: relative;
  box-sizing: border-box;
  width: 600px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -300px;
  background: #fff;
}
.index-why .index-layout .video-layout .video {
  width: 100%;
  height: 100%;
}
.index-why .index-layout .video-layout .video-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 30px;
  background: url("/web/20191007041627im_/https://dragon-iec.com/template/Front/longshizhou/static/images/icon3.png") no-repeat -3px -3px;
  cursor: pointer;
}
.index-product {
  opacity: 0;
}
.index-product .product-list li {
  position: relative;
  float: left;
  width: 25%;
  height: 278px;
  overflow: hidden;
}
.index-product .product-list li:hover .product-layout {
  width: 100%;
}
.index-product .product-list li img {
  width: 100%;
  height: 100%;
}
.index-product .product-list li .product-layout {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 278px;
  background-image: linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232,7,7,0.43)), color-stop(1, rgba(232,7,7,0.43)));
  background-image: -webkit-linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  background-image: -moz-linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  background-image: -ms-linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  background-image: -o-linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  transition: all 0.5s;
  overflow: hidden;
}
.index-product .product-list li .product-layout a {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin-top: -30px;
  margin-left: -110px;
  width: 220px;
  height: 58px;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  border: 2px solid #fff;
  color: #333;
}
.index-product .product-list li .product-layout a span {
  display: block;
  background: #fffffd;
}
.foot {
  margin-top: 100px;
}
.foot dl {
  float: left;
  width: 300px;
}
.foot dl dt {
  margin-bottom: 40px;
  font-size: 20px;
  color: #121112;
}
.foot dl dd {
  line-height: 36px;
}
.foot dl dd a {
  font-size: 18px;
  color: #121112;
}
.foot dl dd a:hover {
  color: #f00;
}
.foot dl dd input {
  box-sizing: border-box;
  padding: 10px;
  width: 208px;
  height: 35px;
  font-size: 14px;
  color: #121112;
  border: 1px solid #414042;
}
.foot dl dd textarea {
  box-sizing: border-box;
  padding: 10px;
  width: 208px;
  height: 98px;
  font-size: 14px;
  color: #121112;
  border: 1px solid #414042;
}
.foot dl dd .btn-send {
  margin-left: 145px;
  width: 63px;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  color: #121112;
  border: 1px solid #414042;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.foot dl dd .btn-send:hover {
  background: #efd743;
  color: #fff;
}
.foot dl:nth-of-type(2) dd {
  float: left;
  margin-right: 0;
}
.foot dl:nth-of-type(2) dd:nth-child(2n) {
  margin-right: 72px;
}
.foot dl:nth-of-type(2) dd:nth-of-type(3) {
  margin-right: 117px;
}
.foot dl:nth-of-type(2) dd:nth-of-type(5) {
  margin-right: 112px;
}
.foot dl .media a {
  display: inline-block;
  margin-right: 5px;
  width: 29px;
  height: 30px;
  background: url("/web/20191007041627im_/https://dragon-iec.com/template/Front/longshizhou/static/images/foot_icon.png") no-repeat;
}
.foot dl .media a:nth-of-type(1) {
  background-position: -82px -1px;
}
.foot dl .media a:nth-of-type(2) {
  background-position: -122px -1px;
}
.foot dl .media a:nth-of-type(3) {
  background-position: -2px -1px;
}
.footer {
  width: 100%;
  height: 145px;
  line-height: 145px;
  text-align: center;
  background: #f5f5f5;
}
.footer p {
  font-size: 18px;
  color: #414042;
}

/*
     FILE ARCHIVED ON 05:02:54 Aug 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:00:49 Oct 25, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 302.595 (3)
  esindex: 0.011
  captures_list: 321.397
  CDXLines.iter: 12.66 (3)
  PetaboxLoader3.datanode: 215.385 (5)
  exclusion.robots: 0.316
  exclusion.robots.policy: 0.298
  RedisCDXSource: 1.028
  PetaboxLoader3.resolve: 145.037 (4)
  load_resource: 116.495
*/
/*
     FILE ARCHIVED ON 04:16:27 Oct 07, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:32:39 Sep 29, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 88.075
  exclusion.robots: 0.293
  exclusion.robots.policy: 0.282
  RedisCDXSource: 1.841
  esindex: 0.011
  LoadShardBlock: 66.283 (3)
  PetaboxLoader3.datanode: 1116.13 (5)
  CDXLines.iter: 17.452 (3)
  load_resource: 1105.448 (2)
  PetaboxLoader3.resolve: 31.739
*/