@charset "utf-8";

/* CSS Document */

.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
/*读图*/
@font-face {
  font-family: "iconfont"; /* Project id 4384510 */
  src: url('https://at.alicdn.com/t/c/font_4384510_rgn4pdhkexb.woff2?t=1705653368773') format('woff2'),
       url('https://at.alicdn.com/t/c/font_4384510_rgn4pdhkexb.woff?t=1705653368773') format('woff'),
       url('https://at.alicdn.com/t/c/font_4384510_rgn4pdhkexb.ttf?t=1705653368773') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lingpeijianweixiu:before {
  content: "\e63b";
}

.icon-xiangyoujiantou:before {
  content: "\e660";
}

.icon-xiangzuojiantou:before {
  content: "\e661";
}

.icon-icretangleleft-copy:before {
  content: "\e64b";
}

.icon-right-s:before {
  content: "\e627";
}

.icon-left-s:before {
  content: "\e628";
}

.icon-icretangleleft:before {
  content: "\e639";
}

.icon-wendang:before {
  content: "\e600";
}

.icon-xingzhuang-tupian:before {
  content: "\eb98";
}

.icon-shijian:before {
  content: "\e638";
}

.icon-review:before {
  content: "\e62a";
}

.icon-yanjing:before {
  content: "\e8bf";
}




.flex{
  display: flex;
  flex-flow: row wrap;
}
.lead .photo_ul li {
  cursor: pointer;
  width: calc(16.66% - 50px);
  padding: 20px;
  background: #f5f5f5;
  margin: 5px;
}
.photobanner{
  background: url(../images/photo_banner.jpg) no-repeat top;
}

.photo_body{
 
  padding: 50px 0;
  background: #f6f6f6;
}
.photo_tj .wal{
  justify-content: space-between;
}
.photo_tj .tj_l{
  width: calc(61% - 40px);
  padding: 20px;
  position: relative;
  background: #fff;
}
.photo_tj .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo_tj .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo_tj .swiper-slide a{
  display: block;
  width: 100%;
  position: relative;
}
.photo_tj .swiper-slide img {
  display: block;
  width: 100%;
  height: 463px;
  object-fit: cover;
}
.photo_tj .swiper-slide .txt{
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: left;
}

.photo_tj .swiper-slide .txt b{
  font-size: 18px;
}
.conbox{
  margin-top: 10px;
}
.conbox span{
  padding-right: 15px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}
.conbox span i{
  padding-right: 3px;
}

.tj_l .swiper-button-next,.tj_l .swiper-button-prev{
  padding: 15px 5px;
  background:url(../images/jtright.png) no-repeat center rgba(0,0,0,0.3);
  border-radius: 5px;
  background-size: 60%;
}

.tj_l .swiper-button-prev{
  background:url(../images/jtleft.png) no-repeat center rgba(0,0,0,0.3);
  background-size: 60%;
}

.tj_l .swiper-pagination{
  text-align: right;
  z-index: 999;
  bottom: 25px;
  left: auto;
  right: 20px;
}

.tj_l .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
}

.tj_l .swiper-pagination-bullet-active{
  background: #1C8C60;
}

.tj_r{
  width: 37%;
}
.tj_r .inbox_tit{
  margin-bottom: 0;
}
.tjrbody ul{
  justify-content: space-between;
}
.tjrbody ul li{
  width: calc(48% - 30px);
  padding: 15px;
  background: #fff;
  margin-top: 20px;
  position: relative;
  transition: all 0.3s linear;
}
.tjrbody ul li .img{
  width: 100%;
  overflow: hidden;
}

.tjrbody ul li .img img{
  width: 100%;
  display: block;
  transition:.5s ease-in;
  height: 140px;
}

.tjrbody ul li:hover img { transform:scale(1.1,1.1);}


.tj_r .txt p{
  padding: 8px 0 4px;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.tj_r .txt .conbox {
    margin-top: 0px;
}

.tj_r .txt .conbox span {
    font-size: 13px;
    color: #aaa;
}

.tjrbody ul li:hover {
  transform:translateY(-3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tjrbody ul li:hover p{
  color: #1C8C60;
}

.photo_item{
  margin-top: 40px;
}
.photo_item1{
  padding: 25px 0 35px;
  background: #fff;
}
.item_body {
  justify-content: space-between;
}
.item_body .itembody_l{
  width: 31%;
  position: relative;
  border-radius: 4px;
}

.item_body .itembody_l .img{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.item_body .itembody_l .img img{
  width: 440px;
  height: 293px;
  display: block;
  transition:.5s ease-in;
  border-radius: 4px;

}

.item_body .itembody_l:hover .img img{
  transform:scale(1.1,1.1);
}


.item_body .itembody_l .bgimg{
  position: absolute;
  top: 0;
  width: 440px;
  height: 293px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  opacity: .2!important;
  z-index: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--qtd-fun-color-7);
}

.bottom_box_text{
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 4px 4px;
  padding: 56px 12px 8px;
  display: flex;
  justify-content: center;
  height: 95px;
  width: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
  color: #fff;
  font-size: 17px;
}
.right-top-box {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 22px;
    right: 15px;
    top: 15px;
    z-index: 10;
    -webkit-transition: opacity .38s ease-in-out;
    -moz-transition: opacity .38s ease-in-out;
    transition: opacity .38s ease-in-out;
    opacity: 1;
}
.right-top-box .theme-nums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 24px;
    left: 164px;
    top: 9px;
    background: rgba(0,0,0,.58);
    border: 1px solid rgba(255,255,255,.58);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}

.right-top-box .theme-nums .pic-nums{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}

.right-top-box .theme-nums .pic-nums span{
    padding:0 5px;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    color: #f1f1f1;
}
.right-top-box .theme-nums .pic-nums span i{
  padding-right: 3px;
}

.item_body .itembody_l:hover .bottom_box_text ,.item_body .itembody_l:hover .right-top-box{
  opacity: 0;
}
.item_body .itembody_l .bottom_box_hover{
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.item_body .itembody_l .bottom_box_hover .bottom_box_hover_tit{
  width: 100%;
}
.item_body .itembody_l .bottom_box_hover p.tit{
  width: 100%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.item_body .itembody_l .bottom_box_hover .theme-nums{
  text-align: center;
  width: 100%;
}
.item_body .itembody_l .bottom_box_hover .theme-nums .pic-nums{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.item_body .itembody_l .bottom_box_hover .theme-nums .pic-nums span{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 6px;
}
.item_body .itembody_l .bottom_box_hover .theme-nums .pic-nums span i{
  padding-right: 3px;
}
.item_body .itembody_l:hover .bottom_box_hover{
   opacity: 1;
}


.erji{
  height: 80px;
  line-height: 80px;
}

.erji ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.erji ul li{
  padding:0 10px 0 40px ;
  font-size: 16px;
}

.photolist{
  padding-top: 50px;
  padding-bottom: 30px;
  background: #f1f1f1;
}

.photolistul li{
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
}

.photolistul li:nth-child(3n+1) {
  margin-left: 0;
}

.photolistul li a{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
}

.photolistul li a .img{
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.photolistul li a .img img{
  width: 100%;
  display: block;
  transition:.5s ease-in;
}

.photolistul li:hover img { 
  transform:scale(1.1,1.1);
}

.photolistul li .card_bot{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.photolistul li .card_bot span{
  padding: 0 10px;
}
.photolistul li .card_bot span:nth-child(1) {
  max-width: 300px;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}

.photolistul li .card_hover{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  opacity: 0;
  border-radius: 5px;
  justify-content: center;
  color: #fff;
}
.photolistul li .card_hover p{
  max-width: 90%;
  padding: 0 5%;
  text-align: center;
}
.photolistul li .card_hover p:nth-child(1) {
  font-size: 17px;
}
.photolistul li .card_hover p:nth-child(2){
  padding: 10px 5%;
}
.photolistul li .card_hover .conbox{
  align-items: center;
  align-content: center;
  justify-content: center;
}
.photolistul li .card_hover .conbox span{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 6px;
}

.photolistul li .card_hover .btn{
  border: none;
  width: 140px;
  padding: 8px 0;
  font-size: 15px;
  color: #fff;
  background-color: #1C8C60;
  text-align: center;
  border-radius: 5px;
  margin: 10px auto ;
}
.photolistul li:hover .card_hover{
  opacity: 1;
}

.photolistul li:hover .card_bot{
  opacity: 0;
}

.pinpaigs .photo_bx{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.pinpaigs .photo_bx .con_right{
  width: 100%;
}

.photo_con_tit{
  width: 100%;
  text-align: center;
}
.photo_con_tit b{
  font-size: 28px;
  color:#333;
}
.photo_con_tit .conbox{
  justify-content: center;
}
.photo_con_tit .conbox span{
  font-size: 16px;
}
.photo_bx .describe{
  margin-top: 20px;
  text-align: left;
}
.photo_box{
/*  padding:0 30px 30px;*/
 
  background: #333333;
  margin: 50px 0 0;
}

.photo_box .swiper {
  width: 100%;
  height: 100%;
}

.photo_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo_box .mySwiper2 .swiper-slide img {
  display: block;
  
  object-fit: cover;
}


.photo_box .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.photo_box .swiper-slide {
  background-size: cover;
  background-position: center;
}

.photo_box .mySwiper2 {
  min-height: 700px;
  width: 100%;
}
.photo_box .bot{
  padding: 0 15px;
  background: #000;
}
.photo_box .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 15px 0;
}

.photo_box .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  background: #fff;
}
.photo_box .mySwiper .swiper-slide img{
  opacity: 0.4;
}

.photo_box .mySwiper .swiper-slide-thumb-active img{
  opacity: 1;
}

.photo_box .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo_box .mySwiper2 .swiper-button-next{
  filter: brightness(0) invert(1);
  left: auto;
  right: 50px;
}
.photo_box .mySwiper2 .swiper-button-prev{
  filter: brightness(0) invert(1);
  left: 50px;
  right: auto;
}
.photo_box .mySwiper2 .swiper-button-next:after ,
.photo_box .mySwiper2 .swiper-button-prev:after {
  content: ''!important;
}
.photo_box .mySwiper2 .swiper-pagination {
    position: absolute;
    z-index: 2;
    top: 40px!important;
    font-size: 19px;
    color: #fff;
  }
.tjphotoul li{
  width: 19%;
  margin-left: 1.25%;
  margin-top: 20px;
}
.tjphotoul li:nth-child(1) {
  margin-left: 0;
}

.tjphotoul li a{
  display: flex;
  flex-flow: row wrap;
}

.tjphotoul li a .img{
  width: 100%;
  overflow: hidden;
}

.tjphotoul li a .img img{
  width: 100%;
  display: block;
  transition:.5s ease-in;
}
.tjphotoul li:hover img { 
  transform:scale(1.1,1.1);
}
.tjphotoul li p{
  font-size: 15px;
  margin-top: 5px;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.tjphotoul li .conbox {
    margin-top: 3px;
}

.tjphotoul li .conbox span{
  color: #999;
}

/*读图--行业人生*/
.hyrs {
  position: relative;
  padding-bottom: 90px;
}

.hyrs .swiper-slide {
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
}

.hyrs .swiper-slide span {
  overflow: hidden;
  display: block;
}

.hyrs .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transition: all .3s;
  height: 305px;

}

.hyrs .swiper-slide a {
  background: #fff;
  display: block;

}

.hyrs .swiper-slide p{
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  padding: 15px 20px 10px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}



.hyrs .swiper-button-next {
  position: absolute;
  top: 90%;
  left: calc(60% + 10px);
  border-radius: 20px;
  text-align: center;
  color: #16315F;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.hyrs .swiper-button-prev {
  position: absolute;
  top: 90%;
  left: calc(40% - 50px);
  border-radius: 20px;
  text-align: center;
  color: #16315F;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.hyrs .swiper-button-prev:hover,
.hyrs .swiper-button-next:hover {
  background: #1C8C60;
  color: #fff;
}

.hyrs .line {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 20%;
  background: #dedede;
}

.hyrs .swiper-slide .conbox{
  margin-top: 0;
  justify-content: center;
  margin-bottom: 10px;
  color: #999;
}
.hyrs .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.hyrs .swiper-slide:hover img {
  transform: scale(1.1);
}

.hyrs .swiper-slide:hover a{
  background: #1C8C60;
  color: #fff;
}

.hyrs .swiper-slide:hover p{
  color: #fff;
}
.hyrs .swiper-slide:hover .conbox{
  color: #fff;
}

/*读图--工地风采 & 展会活动*/
.hoverimg .img{overflow: hidden;}
.hoverimg .img img{width: 100%;display: block;transition:.5s ease-in;}
.hoverimg:hover .img img { transform:scale(1.1,1.1);}
.gdfc_top{
  justify-content: space-between;
}
.gdfc_top .gdfc_top_item{
  display: block;
  width: calc(50% - 15px);
  height: 463px;
  position: relative;
}
.gdfc_top .gdfc_top_item .img,.gdfc_top .gdfc_top_item .img img{
  width: 100%;
  height: 100%;
}
.gdfc_top .gdfc_top_item .txt{
  width: calc(100% - 40px);
  padding:40px 20px 15px 20px;
  height:50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.9));
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  color: #fff;
}
.gdfc_top .gdfc_top_item .txt p{
  width: 100%;
  font-size: 17px;
}

.gdfc_bot{
  padding: 20px 50px;
  margin-top: 20px;
  width: calc(100% - 100px);
  background: #f1f1f1;
  position: relative;
}

.gdfc_bot .swiper-button-next,.gdfc_bot .swiper-button-prev{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  background: none;
}
.gdfc_bot .swiper-button-next{
  left: auto;
  right: 0;
}

.gdfc_bot .swiper-button-next i,.gdfc_bot .swiper-button-prev i{
  font-size: 40px;
  color:#1C8C60;
}
.gdfc_bot .swiper-slide .img img{
  height:205px;
}
.gdfc_bot .swiper-slide .txt{
  width: calc(100% - 30px);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  padding: 40px 15px 10px;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.9));
}

.gdfc_bot .swiper-slide .txt p{
  font-size: 16px;
  color: #fff;
}

.gdfc_bot .swiper-slide .txt .conbox{
  color: #fff;
}

/*读图--整机倩影 & 精品工程*/
.photo_item2{
  padding: 40px 0 50px;
  background: url(../images/zhhdbg.jpg) right no-repeat;
  background-attachment: fixed;
}

.photo_item2 .in_tit span {
    color: #fff;
}

.photo_item2 a.more{
  color: #fff;
}
.zhhd_body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.zhhd_body .zhhd_left{
  width: 650px;
  height: 433px;
}
.zhhd_body .zhhd_left .txt{
  width: calc(100% - 40px);
  height: 68px;
  background: #fff;
  padding: 0 20px;
}
.zhhd_body .zhhd_left .txt p{
  font-size: 20px;
  color: #333;
  padding: 10px 0 0;
  max-width: 500px;
}
.zhhd_body .zhhd_left .txt .conbox{
  color: #aaa;
  margin-top: 5px;
}
.zhhd_body .zhhd_left .img img{
  height: 433px;
}
.zhhd_body .zhhd_left:hover .txt{
  background: #1C8C60;
}
.zhhd_body .zhhd_left:hover .txt p{
  color: #fff;
}
.zhhd_body .zhhd_left:hover .txt .conbox{
  color: #fff;
}
.zhhd_body .zhhd_right{
  width: 735px;
}

.zhhd_body .zhhd_right ul{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.zhhd_body .zhhd_right ul li{
  width: 350px;
  height:233px;
  position: relative;
}

.zhhd_body .zhhd_right ul li:nth-child(1) ,
.zhhd_body .zhhd_right ul li:nth-child(2) {
  margin-bottom: 35px;
}
.zhhd_body .zhhd_right ul li img{
  height: 233px;
}
.zhhd_body .zhhd_right ul li p{
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(255,255,255,0.8);
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #333;
}
.zhhd_body .zhhd_right ul li:hover p{
  color: #fff;
  background: #1C8C60;
}
.zjqy .swiper-zjqy-next,.zjqy .swiper-zjqy-prev{
  width: 47px;
  height: 47px;
  background: #1C8C60;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  text-align: center;
  line-height: 47px;
}
.zjqy .swiper-zjqy-next i,.zjqy .swiper-zjqy-prev i {
  font-size: 27px;
  color: #fff;
}
.zjqy{
  position: relative;
}
.zjqy .swiper-zjqy-prev{
  right: 65px;
}
.zjqy:hover .swiper-zjqy-next,.zjqy:hover .swiper-zjqy-prev {
  background: #f1f1f1;
  color: #1C8C60;
  cursor: pointer;
}
.zjqy:hover .swiper-zjqy-next i,.zjqy:hover .swiper-zjqy-prev i{
  color: #1C8C60;
}

/*读图--配件展示*/
.photo_item3{
  padding:30px 0 27px;
}
.pjzs{
  justify-content: space-between;
}

.pjzs li{
  width: 32%;
  box-sizing: border-box;
  padding-right: 100px;
  position: relative;
}

.pjzs li .img{
  height: 236px;
}
.pjzs li .img img{
  height: 236px;
}
.pjzs li .txt{
  width: 150px;
  height: 220px;
  background: #fff;
  position: absolute;
  top: 8px;
  right: 0;
  box-shadow: 0 0 5px 0 #dfdfdf;
  box-sizing: border-box;
  padding: 19px;
  font-size: 16px;
  color: #333;
}
.pjzs li .txt .pjzs_top i{
  font-size: 35px;
  color: #1C8C60;
  margin-bottom: 15px;
  display: block;
}

.pjzs li .txt .conbox{
  color: #aaa;
  margin-top: 30px;
}
.pjzs li:hover .txt{
  background: #1C8C60;
  color: #fff;
}

.pjzs li:hover .txt .pjzs_top i{
  color: #fff;
}

.pjzs li:hover .txt .conbox{
  color: #fff;
}

/*企业风采 & 技术现场*/
.photo_item4{
  padding: 40px 0 50px;
  background: url(../images/qyjsbg.jpg) no-repeat center bottom;

}

.photo_item4 .in_tit span {
    color: #fff;
}
.photo_item4 .inbox_tit a.more{
  color: #fff;
}
.jctc_body{
  justify-content: space-between;
}
.jctc_l li{
  width: 420px;
  padding: 10px;
  background: rgba(255,255,255,0.8);
  margin-top: 10px;
}
.jctc_l li:nth-child(1) {
  margin-top: 0;
}
.jctc_l li a{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.jctc_l li .img img{
  width: 255px;
  height: 165px;
}

.jctc_l li .txt{
  width: 150px;
}
.jctc_l li .txt p.p1{
  font-size: 16px;
  margin: 5px 0 10px;
  color: #333;
}
.jctc_l li .txt p.time{
  font-size: 14px;
  color: #888
}
.jctc_l li .txt .conbox{
  margin-top: 30px;
  color: #bbb;
}
.jctc_l li:hover {
  background: #1C8C60;
}

.jctc_l li:hover .txt p{
  color: #fff;
}
.jctc_r{
  width: 940px;
}
.qyfc_body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.jctc_r .qyfc_item{
  display: block;
  width: 48%;
}

.jctc_r .qyfc_item .img,.jctc_r .qyfc_item .img img{
 width: 450px;
 height: 300px;
}

.jctc_r .qyfc_item .txt{
  width: calc(100% - 40px);
  padding: 15px 20px;
  background: rgba(255,255,255,0.8);
}

.jctc_r .qyfc_item .txt p{
  font-size: 17px;
  color: #333;
}

.jctc_r .qyfc_item .txt .conbox{
  color: #999;
}
.jctc_r .qyfc_item:hover .txt{
  background: #1C8C60;
}

.jctc_r .qyfc_item:hover .txt p{
  color: #fff;
}

.jctc_r .qyfc_item:hover .txt .conbox{
  color: #fff;
}

/*建材图册*/
.jctcSwiper .swiper-container{
  padding-bottom: 30px;
}
.jctcSwiper .swiper-slide {
  width: 660px;
  transition-timing-function: linear;
}

.jctcSwiper .swiper-slide img{
  width: 660px;
  height: 440px;
}

.jctcSwiper .swiper-slide .txt{
  width: 350px;
  height: 130px;
  background:url(../images/icon_img.png) no-repeat right top #1C8C60;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 0 20px 0 20px;
  display: none;
  box-sizing: border-box;
  padding: 20px;
}
.jctcSwiper .swiper-slide .txt p.p1{
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  line-height: 19px;
  margin-bottom: 5px;
}
.jctcSwiper .swiper-slide .txt .conbox {
    margin-top: 15px;
    color: rgba(255,255,255,0.4);
}
.jctcSwiper .swiper-slide .txt p.p2{
  font-size: 16px;
  color: rgba(255,255,255,0.8);
}

.jctcSwiper .swiper-slide.swiper-slide-active .txt{
  display: block;
}
.jctcSwiper .swiper-pagination-clickable .swiper-pagination-bullet{
  outline: none;
}


.jctcSwiper .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
    left: 0;
    width: 100%;
}

.jctcSwiper .swiper-button-prev,.jctcSwiper .swiper-button-next{
  background-image: none;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 35px;
  height: 60px;
}

.jctcSwiper .swiper-button-prev i.fa,.jctcSwiper .swiper-button-next i.fa{
  font-size: 26px;
  color: #fff;

}

/*欢乐时刻*/
.hlsk{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.hlsk_body{
  width: 580px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
}
.hlsk_body li{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  height: 170px;
}
.hlsk_body li a{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.hlsk_body li .img,.hlsk_body li .img img{
  width: 210px;
  height: 140px;
}
.hlsk_body li .txt{
  width: 320px;
  padding: 15px 0;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
}
.hlsk_body li .txt p.p1{
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color:#333;
}
.hlsk_body li .txt p.p2{
  color: #666;
}

.hlsk_body li .txt .conbox{
  width: 240px;
  background: #f1f1f1;
  justify-content: center;
  padding: 5px 0;
  border-radius: 20px;
}
.hlsk_body li .txt .conbox span:nth-child(3) {
  padding-right: 0;
}
.hlsk_body li.on{
  background: #1C8C60;
}
.hlsk_body li.on .txt p.p1,.hlsk_body li.on .txt p.p2{
  color: #fff;
}
.hlsk_body li.on .txt .conbox{
  background: rgba(255,255,255,0.7);
}
.hlsk_r{
  width: 800px;
}

.hlsk_r img{
  width: 800px;
  height: 533px;
}
.hlsk_r .hlsk_r_item{
  display: none;
}

.hlsk_r .hlsk_r_item:nth-child(1) {
  display: block;
}



/*图故事*/
.photo_item5{
  padding: 25px 0 0px;
}
.tugs_body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.tugs_body .tugs_item{
  width: 48.5%;
}
.tugs_body .tugs_item:nth-child(1),.tugs_body .tugs_item:nth-child(2) {
  margin-bottom: 30px;
}
.tugs_body .tugs_item a{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
}
.tugs_body .tugs_item .img,.tugs_body .tugs_item .img img{
  width: 330px;
  height: 220px;
}
.tugs_body .tugs_item .txt{
  width: calc(100% - 350px);
  box-sizing: border-box;
  padding: 10px 0;
}

.tugs_body .tugs_item .txt .p1{
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.tugs_body .tugs_item .txt .p2{
  color: #666;
  margin: 10px 0;
  font-size: 15px;
  line-height: 160%;
}
.tugs_body .tugs_item .txt .time{

  color: #aaa;
}
.tugs_body .tugs_item .txt .conbox{
  margin-top: 40px;
   width: 130px;
  background: #f1f1f1;
  justify-content: center;
  padding: 5px 0;
  border-radius: 20px;
}

.tugs_item .conbox{
  width: 130px;
  background: #f1f1f1;
  justify-content: center;
  padding: 5px 0;
  border-radius: 20px;
}
.tugs_item .conbox span:nth-child(2) {
  padding-right: 0;
}

.tugs_body .tugs_item a:hover {
  background: #1C8C60;
}

.tugs_body .tugs_item a:hover .txt p.p1{
  color: #fff;
}
.tugs_body .tugs_item a:hover .txt p.p2{
  color: #fff;
}

.tugs_body .tugs_item a:hover .txt .time{
  color: rgba(255,255,255,0.6);
}

