
/* CSS Document 
技术支持：pcwl888.cn
时间：2020-12-14
*/
/*头部*/
.clear{ clear: both; }
.head-top{ width: 100%; border-bottom: 1px solid #e4e4e4; position:fixed; top:0px; z-index: 9999; background: #fff; }
.header{ width: 1180px;  margin:0 auto; }
.logo{ width: 261px; float: left; }
.logo a{ display: flex; width: 300px; padding:10px 0; }
.logo a img{ display: flex; width: 100%; }
.nav{ float: right;  display: block;   padding-top: 34px;  }
.nav a{ font-size: 15px; margin-left: 40px; display:block; float: left;   }
.nav a:hover{ color: #f00; }
.nav a span{}
.nav a p{  text-align: center; }
.clear{ clear: both; }
.fl{ float: left; }
.fr{ float: right; }
.title{font-size: 34px; line-height: 70px; height: 70px; text-align: center; }
/*fooer*/
.footer{ width: 100%; height: auto; background: #000000; }
.mainall {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
/*banner*/

 .swiper-container {
      width: 100%;
      height: 100%;
      margin-top:89px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide img{ width: 100%; height: auto; }
/*about*/
.about{ width: 1180px; margin:0 auto; margin-top: 50px; }
.in_title{padding-top: 40px;
    padding-bottom: 10px;
}
.entitle{position: relative;
    width: 540px;
    margin: auto;
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    color: #39c1e4;
    text-align: center;
    margin-bottom: 10px;
}
.tit{margin: 0 auto;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #434343;
  }
.tit em{    display: inline-block;
    width: 225px;
    height: 1px;
    margin-bottom: 8px;
    background: #cecece;
}
.about_l{ width: 680px;  }
.about_title{ font-size: 20px; font-weight: 700; padding-bottom: 15px; padding-top:10px; }
.about_l p{ font-size: 16px; line-height: 28px;  padding-bottom: 10px; color: #888; }
.about_l a{ height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 38px;
    text-align: center;
    color: #434343;
    border: 1px solid #b7b7b7; 
    margin-top: 10px; 
    display: inline-block;
  }
.about_l a:hover{ background: #39c1e4; color: #fff; border:1px solid #39c1e4; }
.about_r{ width: 450px; }
.about_r img{ width: 100%; height: 360px;display: block; }


.nbanner{ width: 100%; height: 350px; }
.nbanner img{ width: 100%; height: 350px; display: block;}
.container{ width: 1200px; height: auto; margin:0 auto;}
.search{ width: 100%;  height: 60px; margin-bottom: 40px; background-color: #f4f4f4; overflow: hidden; }
.breadcrumb { width: 40%; height: 60px; line-height: 60px; overflow: hidden; color: #676767; font-size: 14px; }
.breadcrumb a { color: #676767; }
.pull-left { float: left; }
.pull-right{ float: right; }
.search .form {
    color: #666;
    margin-top: 12px;
    margin-left: 20px;
}

.search-t {
    float: left;
    width: 180px;
    height: 35px;
    line-height: 35px;
    color: #666;
    padding: 0 10px;
    margin-bottom: 4px;
    outline: 0;
    font-size: 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.search-s {
    background: #0a6bdd;
    border: 1px solid #0a6bdd;
    float: left;
    width: 70px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    cursor: pointer;
    margin-left: -1px;
    font-size: 16px;
}

/*服务范围*/
.fuwu{ width: 100%; background: #3bc2e5; margin-top: 60px; }
.fuwu_1200{ width: 1180px; margin:0 auto;  padding:30px 0; }
.fuwu_ny{ width: 100%; display: flex; flex-wrap: wrap; padding-top: 70px; padding-bottom: 30px;}
.fuwu_ny dl{ width: 25%; box-sizing: border-box; margin-bottom:30px; }
.fuwu_ny dl a{ display: flex; flex-direction: column; }
.fuwu_ny dl a dt{ width: 104px; height: 104px; margin:0 auto; border: 3px solid #e4e4e4; border-radius: 255px;
box-shadow: 1px 1px 12px #339bb6,-1px -1px 12px #339bb6,1px -1px 12px #339bb6,-1px 1px 12px #339bb6;}
.fuwu_ny dl a dt img{width: 104px; height: 104px; border-radius: 255px; transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out; }
.fuwu_ny dl a dt img:hover{transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg);-ms-transform: rotate(360deg);}
.fuwu_ny dl dd{ line-height: 22px;  text-align: center;}
.fuwu_title1{ font-size: 18px; padding-top:20px; color: #000; }
.fuwu_title2{ font-size: 14px; padding:10px 30px; color: #333; }


/*产品展示*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.in_title {
  padding-top: 40px;
  padding-bottom: 10px;
}
.in_title .entit {
  position: relative;
  width: 540px;
  margin: auto;
  font-size: 48px;
  line-height: 40px;
  font-weight: bold;
  color: #39c1e4;
  text-align: center;
  margin-bottom: 10px;
}
.in_title .tit {
  margin: 0 auto;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.in_title .tit span {
  display: inline-block;
  margin: 0 30px;
}
.in_title .tit em {
  display: inline-block;
  width: 225px;
  height: 1px;
  margin-bottom: 8px;
  background: #cecece;
}
.ico {
  background: url(../image/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

#floor_7_main {
  padding-bottom: 20px;
  /*background: #f4f4f4;*/
  padding-top: 70px;
  padding-bottom: 70px;
}
#floor_7_main .floor_7 {
}
#floor_7_main .proCase {
  position: relative;
  margin-top: 55px;
}
#floor_7_main .proCase .list {
  width: 100%;
}
#floor_7_main .proCase .list li {
  position: relative;
  display: block;
  float: left;
  margin: 0 6px;
  transition: all ease 600ms;
}
#floor_7_main .proCase .list li a {
  display: block;
}
#floor_7_main .proCase .list li a img {
  display: block;
  width: 288px;
  height: 216px;
  transition: all ease 600ms;
}
#floor_7_main .proCase .list li .title {
}
#floor_7_main .proCase .list li .tit {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: center;
}
#floor_7_main .proCase .list li:hover img {
  opacity: 0.8;
}
#floor_7_main .proCase .hd {
  position: absolute;
  width: 100%;
}
#floor_7_main .proCase .hd .prev {
  width: 42px;
  height: 42px;
  background-position: 0px -60px;
  cursor: pointer;
  position: absolute;
  top: -169px;
  left: -80px;
}
#floor_7_main .proCase .hd .next {
  width: 42px;
  height: 42px;
  background-position: -126px -60px;
  cursor: pointer;
  position: absolute;
  top: -200px;
  right: -80px;
}
#floor_7_main .proCase .hd .prev:hover {
  background-position: -42px -60px;
}
#floor_7_main .proCase .hd .next:hover {
  background-position: -84px -60px;
}


/*工程案例*/
#floor_4_main {
  padding-bottom: 30px;
  background: #f4f4f4;
}
#floor_4_main .floor_4 {
}
#floor_4_main .proCase {
  position: relative;
  margin-top: 30px;
}
#floor_4_main .proCase .list {
  width: 100%;
}
#floor_4_main .proCase .list li {
  position: relative;
  display: block;
  float: left;
  margin: 0 12px;
  transition: all ease 600ms;
}
#floor_4_main .proCase .list li a {
  display: block;
}
#floor_4_main .proCase .list li a img {
  display: block;
  width: 380px;
  height: 285px;
  transition: all ease 600ms;
}
#floor_4_main .proCase .list li .title {
}
#floor_4_main .proCase .list li .tit {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: center;
}
#floor_4_main .proCase .list li:hover {
  transition: all ease 600ms;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#floor_4_main .proCase .list li:hover img {
  opacity: 0.8;
}
#floor_4_main .proCase .hd {
  position: absolute;
  width: 100%;
}
#floor_4_main .proCase .hd .prev {
  width: 42px;
  height: 42px;
  background-position: 0px -60px;
  cursor: pointer;
  position: absolute;
  top: -201px;
  left: -80px;
}
#floor_4_main .proCase .hd .next {
  width: 42px;
  height: 42px;
  background-position: -126px -60px;
  cursor: pointer;
  position: absolute;
  top: -200px;
  right: -80px;
}
#floor_4_main .proCase .hd .prev:hover {
  background-position: -42px -60px;
}
#floor_4_main .proCase .hd .next:hover {
  background-position: -84px -60px;
}
/*新闻*/
.news {
  padding-bottom: 50px;
}
.news .conleft {
  width: 500px;
  padding-top: 13px;
}
.news .conleft .pImg {
  width: 500px;
  margin-bottom: 15px;
}
.news .conleft .pImg img {
  display: block;
  width: 500px;
  height: 245px;
}
.news .conleft ul li {
  overflow: hidden;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px dashed #e2e2e2;
}
.news .conleft ul li a {
  float: left;
  width: 310px;
}
.news .conleft ul li span {
  float: right;
}
.news .conleft ul li:hover a {
  color: #73a146;
}
.news .conright {
  width: 545px;
  padding-left: 75px;
  height: 487px;
  background: url(../image/newsline01.png) no-repeat left top;
  padding-top: 13px;
}
.news .conright .rTop {
  height: 45px;
  border-bottom: 1px solid #39c1e4;
}
.news .conright .rTop ul {
  float: left;
}
.news .conright .rTop ul li {
  float: left;
  width: 114px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.news .conright .rTop ul li a {
  display: block;
  height: 45px;
  color: #333;
}
.news .conright .rTop ul li.cur {
  background: #39c1e4;
}
.news .conright .rTop ul li.cur a {
  color: #fff;
}
.news .conright .rTop .morea {
  float: right;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  color: #333;
}
.news .conright .rTop .morea em {
  color: #dddddd;
  font-size: 20px;
}
.news .conright .rBox .conbox {
  display: none;
}
.news .conright .rBox .conbox.cur {
  display: block;
}
.news .conright .rBox .conbox dl {
  padding-left: 139px;
  position: relative;
  height: 84px;
  margin-top: 24px;
}
.news .conright .rBox .conbox dt {
  width: 116px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  background: #dddddd;
  text-align: center;
  border-radius: 5px;
}
.news .conright .rBox .conbox dt b {
  display: block;
  font-size: 30px;
  padding-top: 13px;
  margin-bottom: 6px;
}
.news .conright .rBox .conbox dt i {
  display: block;
}
.news .conright .rBox .conbox dd.dd1 {
  font-size: 16px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .conright .rBox .conbox dd.dd1 a {
  color: #333;
}
.news .conright .rBox .conbox dd.dd2 {
  line-height: 24px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.news .conright .rBox .conbox dl:hover dt {
  background: #f9a50e;
  color: #fff;
}
.news .conright .rBox .conbox dl:hover dd.dd1 a {
  color: #39c1e4;
}
/* end nav*/
.end_dbg{background:#53555C ;height: auto; padding-bottom: 30px; }
.end_n h2{display: inline;font-size: 14px;}
.end_n a{color:#FFF;}
.end_n { line-height: 30px;margin:40px  0 0  40px ;width:747px;  color:#FFF; border-left: 1px solid #424242;padding:20px 0 20px 40px;  }
.end_ewm{width:137px;text-align: center; margin-top: 46px; }
.end_ewm img{width:137px;height: 137px; float: right;margin: 6px 5px 0 0;}
.end_logo {
    margin: 27px 0 0 0px;
}
.end_logo img{margin-left: 10px;}
.end_logo{margin:50px 0 0 0px;}
.end_logo .logo_title{margin:6px 0 0 0;  font-size: 37px;
    font-weight: bold;}
.end_logo .logo_title a{color:#FFF; }
.end_logo .logo_title p{color:#FFF; letter-spacing: 2px;}
.end_logo .logo_title a {
    color: #FFF;
}
.logo_title a {
    color: #0a6bdd;
    letter-spacing: 2px;
}
.end_logo .logo_title p {
    color: #FFF;
}
.logo_title p {
    font-size: 12px;
    color: #727272;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.end_n {
    line-height: 30px;
    margin: 40px 0 0 40px;
    width: 747px;
    color: #FFF;
    border-left: 1px solid #424242;
    padding: 20px 0 20px 40px;
}
.end_n p{ font-size: 14px; }

.page_ny{ font-size: 16px; line-height: 28px; }
.d_title{ font-size: 32px; height: 32px; line-height: 32px; text-align: center;}


/*分页*/
.scott{ height:40px; overflow:hidden; text-align:center; padding-top:9px;  line-height:31px;   }
.scott A{BORDER:#3bc2e5 1px solid; PADDING:2px 5px; MARGIN-RIGHT: 5px;  TEXT-DECORATION: none; background:#fff; color:#333;}
.scott A:hover{border:1px solid #3bc2e5; text-decoration:none; BACKGROUND-COLOR:#3bc2e5; color:#FFF;}
.scott A:active{border:1px solid #3bc2e5; text-decoration:none; BACKGROUND-COLOR:#3bc2e5;}
.scott SPAN.current{BORDER: #3bc2e5 1px solid; PADDING:1px 5px;  FONT-WEIGHT: bold;  COLOR: #fff; MARGIN-RIGHT: 2px; BACKGROUND-COLOR: #3bc2e5;MARGIN-RIGHT: 5px;}
.scott SPAN.disabled{BORDER:#3bc2e5 1px solid; PADDING:2px 5px; COLOR:#237ac7; MARGIN-RIGHT: 5px; background:#3bc2e5;}
.fenye1{text-align: center; clear:both; font-size:12px; line-height:28px; height:56px; border:1px solid #3bc2e5; background:#3bc2e5; padding:0 5px; margin-top:5px;}
