﻿/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min_2.css');
@import url('swiper.min_2.css');


img {
  max-width: 100%;
  height: auto;
}





.product-lists .item{
  background: #f8f8f8;
  margin-bottom: 35px;
}

.product-lists .item:hover{
  cursor: pointer;
}
.product-lists .item .more-img{
  text-align: center;
  margin-top: -27px;
  position: relative;
}
.product-lists .item .more-img span{
    display: inline-block;
    width: 55px;
    height: 55px;
    background: rgba(43, 59, 217, .2);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

.product-lists .item .more-img span font{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-top: 10px;
  background: #2b3bd9;
  border-radius: 50%;
}

.product-lists .item .text{
  padding: 0 15px 25px 15px;
}

.product-lists .item .title{
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}

.product-lists .item .des{
  min-height: 66px;
  color: #7c7c7c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-lists .item .readMore{
  margin-top: 15px;
}

.product-lists .item .readMore a{
  padding: 8px 25px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  display: block;
  color: #262626;
  text-align: center;
  margin: 10px 0;
}

.product-lists .item .readMore a:hover{
  background: #bf1b1b;
  color: #fff;
}
.product-lists .item:hover .more-img span font{
  background: #3e84ffad;

}

.product-lists .item:hover .more-img span{
  background:rgba(43, 59, 217, .2);
}
.m-nrtp30{margin-top:30px;}

.ban-list  .item .div-img{
  overflow: hidden;
}

.ban-list  .item:hover .div-img img{
  transform: scale(1.1);
}
/**
 * 分页
 */
.pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.pagination-wrapper .pagination{
  position: relative;
    display: block;
}


.pagination a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
    padding: 0 25px;
    margin: 0 5px;
}

.pagination a:hover,.pagination a.page-num-current {
    color: #fff;
    background:#cd3333;
    border-color: #cd3333;
}

/**
 * 联系合作
 */
.cooperate-section{
    margin-top: 65px;
    padding: 85px 0;
    background-image: url(../style/cooperate-bg.jpg);
    background-size: cover;
}
.cooperate-section .item{
  padding: 95px 15px;
  background-size: 100% 100%;
}

.cooperate-section .item .title{
  margin: 10px 0;
  color: #9b9b9b;
}

.cooperate-section .item p{
  font-size: 20px;
}

.cooperate-section .item-left{
  background-image: url(../style/tri-left.png);
}

.cooperate-section .item-right{
  background-image: url(../style/tri-right.png);
}

.cooperate-section .item-middle{
   background-image: url(../style/tri.png);
}


.cooperate-section .c-title{
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}

.cooperate-section .c-title span{
  font-size: 35px;
  font-weight: bold;
  position: relative;
}

.cooperate-section .c-title span:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background: #bf1b1b;
  bottom: -15px;
  left: calc(50% - 22px);
}

.product-detail video{
  max-width: 100%;
}

.product-detail .contact a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  min-width: 152px;
  text-align: center;
}

.product-detail .text{
  position: relative;
  height: 100%;
}

.product-detail .contact{
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.product-detail .contact .d1{
  background: #b51c20;
  margin-right: 25px;
}

.product-detail .contact .d1:hover{
    animation: pulse .6s ease-in-out 0s forwards;
   -webkit-animation: pulse .6s ease-in-out 0s forwards;
}

.product-detail .contact .d1 img{
  vertical-align: middle;
  margin-right: 10px;
}

.product-detail .contact .d2{
  background: #0e5595;
  transition: all .3s;
}

.product-detail .contact .d2:hover{
    animation: pulse .6s ease-in-out 0s forwards;
  -webkit-animation: pulse .6s ease-in-out 0s forwards;
}

.product-detail .text h2{
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.product-detail .des strong{
  color: #252525;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.product-detail .des p{
  line-height: 24px;
}

.product-detail .content-main{
  margin-top: 55px;
  margin-bottom: 65px;
}

.product-detail .content-main .title{
  border-bottom: 1px solid #f5f5f5;
}

.product-detail .content-main .title span{
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 500;
}

.product-detail .content-main .title span:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #b51c20;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.content-text strong{
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #b51c20;
}


/**
 * 内页关于我们
 */

.comm-title{
  padding-bottom: 25px;
  position: relative;
}

.comm-title:after{
  position: absolute;
  content: "";
  width: 36px;
  height: 4px;
  bottom: 0;
  left: calc(50% - 18px);
  background-image:-webkit-linear-gradient(left,#c10401,#ff9803,#fbae0a); 
}

.comm-title strong{
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.comm-title p{
  color: #aaaaaa;
}


.about-des p{
  color: #262626;
  line-height: 35px;
  text-align: center;
}

.about-des{
  margin-top: 45px;
  margin-bottom: 65px; 
}

.about-main{
  margin-top: 85px;
}

/**
 * 内页关于我们END
 */

/**
 * 核心优势
 */

.hx-items{
  margin-top: 55px;
}

.hx-items .item{
  background: #f8f8f8;
  margin-bottom: 45px;
}

.hx-items .item .div-text{
  padding: 45px 45px;
  width: 100%;
}

.hx-items .div-text .font{
  position: relative;
  padding: 0 85px;
  bottom: -45px;
  font-size: 65px;
}

.hx-items .div-text font{
  position: absolute;
  bottom: -25px;
  font-size: 70px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(left,#c10401,#ff9803,#fbae0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hx-items .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.hx-items .title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #262626;
  left: 0;
  bottom: 0;
}

.hx-items .title .p1{
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 18px;
  color: #bf1b1b;
  letter-spacing: 3px;
  margin-bottom: 3px;
}

.hx-items .title .p2{
  color: #bf1b1b;
  font-size: 24px;
}

/**
 * 核心优势END
 */


/**
 * 发展历程
 */

.history-section .main{
  position: relative;
}

.history-section .swiper-container{
 /* padding: 0 45px;*/
}
.history-section .swiper2 .text{
  padding: 25px 25px;
  /*border-right: .5px solid #a3a3a3;*/
  height: 100%;
  position: relative;
}

.history-section .swiper2 .text:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -15px;
  background: #a3a3a3;

}

.history-section .swiper2 .swiper-wrapper{
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  height: 250px;
}

.s-para{
  height: 10px;
  margin-bottom: 25px;
  margin-top: 65px;
  background-image: url(../style/biaochi.png);
  background-repeat-y: no-repeat;
}

.history-section{
  padding: 85px 0;
  background-image: url(../style/business-map-none.jpg);
  background-size: cover;
}


.h-prev,.h-next{
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  z-index: 1;
  background-size: cover;
  transition: all .6s;
}

.h-prev{
  left: -55px;
  background-image: url(../style/prev.png);
}

.h-prev:hover{
  background-image: url(../style/prev-hover.png);
}

.h-next{
  right: -55px;
  background-image: url(../style/next.png);
}

.h-next:hover{
  background-image: url(../style/next-hover.png);
}

.swiper2 .text .date{
  font-size: 24px;
  color: #bf1b1b;
  margin-bottom: 25px;
}

.swiper2 .text .des{
  line-height: 30px;
}



/**
 * 发展历程END
 */


.client-section{
  position: relative;
}

.client-section .div-text{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.client-section .div-text .d1{
  font-size: 45px;
  font-weight: bold;
  text-shadow: 0 0 10px #252525;
  margin-bottom: 35px;
}

.client-section .div-text .d3 span{
    display: inline-block;
    padding: 10px 25px;
    margin-top: 25px;
    background-image: -webkit-linear-gradient(left,#c10401,#ff9803,#fbae0a);
    font-size: 20px;
    letter-spacing: 5px;
}


/**
 * 荣誉证书
 */

.honor-section .item{
  margin-bottom: 35px;
}

.honor-lists .item .div-img{
  position: relative;
  padding: 15px;
  background: #f2f2f2;
}
.honor-section .overlay-link{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(0, 0, 0, 0.6);
}

.honor-section .overlay-link a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}


.honor-section .overlay-link a span{
  font-size: 30px;
  font-weight: normal;
  color: #cd3333;
  display: inline-block;
  margin-top: 30%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #cd3333;
  border-radius: 50%;
}

.honor-section .overlay-link a img{
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 39px);
}

.honor-section .div-img:hover .overlay-link{
    opacity: 1;
}

.company-videos{
  margin-top: 85px;
  margin-bottom: 65px;
}



.honor-section .div-img{
  overflow: hidden;
}

.honor-section .div-img img{
  transition: all .6s;
}

.honor-section .div-img:hover img{
  transform: scale(1.1);
}

.honor-section  .div-text{
  text-align: center;
}

.honor-section  .div-text a{
  display: block;
  padding: 20px 15px;
  color: #fff;
  background: #bf1b1b;
}

.fancybox-slide video{
  width: 70%;
}

/**
 * 荣誉证书END
 */


/**
 * 企业视频
 */
.company-videos .item .div-img{
  padding: 0;
}

.company-videos .item .div-text a{
  background: #f2f2f2;
  color: #262626;
}

.company-videos .item:hover .div-text a{
  color: #fff;
  background: #bf1b1b;
}


/**
 * 工程案例
 */

.cases-m-cates{
    display: -webkit-box;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    padding: 25px 0;
    position: relative;
}

.cases-m-cates::-webkit-scrollbar{
  display: none;
}
.cases-m-cates ul{
  display: contents;
  flex-wrap: wrap;

}

.cases-m-cates ul li{
  display: inline-block;
  width: 20%;
  text-align: center;

}

.cases-m-cates ul li a{
  display: block;
}
/**
 * 工程案例EDN
 */

/**
 * 工程案例详情
 */
.case-detail .main{
  padding: 45px 25px;
  background: #f8f8f8;
}

.case-detail .main .title h2{
  font-size:24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.case-detail .main .meta{
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c1b4;
  font-size: 14px;
}

.case-detail .main .meta .d2 a{
  padding: 5px 15px;
  color: #fff;
  background: #0077c8;
}

.case-detail .main .content{
  padding: 25px 0;
  min-height: 250px;
}

.rec-cases{
  position: relative;
  padding:0 25px;
  margin-top: 45px;
}

.rec-cases .comm-title{
  margin-bottom: 45px;
  margin-top: 65px;
}

.nnews-section{
  margin-top: 65px;
  margin-bottom: 65px;
}
.nnews-section .item{
  margin-bottom: 25px;
  background: #f2f2f2;
}

.nnews-lists .item a{
  display: block;
  color: #262626;
}

.nnews-lists .item .title{
  font-size: 20px;
  margin-bottom: 15px;
}

.nnews-lists .item .des{
  margin-bottom: 15px;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nnews-lists .item .meta{
  padding-top: 20px;
  border-top: 1px solid #cacaca;
  font-size: 18px;
  font-weight: bold;
  color: #797979;
}

.nnews-lists .item:hover .meta{
  color: #bf1b1b;
  border-top: 1px solid #bf1b1b;
}

.nnews-lists .item .div-text{
  padding: 15px 25px;
}

.news-detail{
  margin-top: 65px;
  margin-bottom: 65px;
}

.prev-next{
  margin-top: 25px;
}

.prev-next .d2 a{
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background: #bf1b1b;
  font-size: 18px;
}

/**
 * 文件下载
 */
.download-section{
  margin-top: 65px;
  margin-bottom: 85px;
}
.downloadlists .item a{
  display: block;
  width: 100%;
  height: 100%;
  color: #262626;
  padding: 25px 15px;
}

.downloadlists .item{
  margin-bottom: 25px;
  background: #f2f2f2;
  
  font-size: 18px;
}

.downloadlists .item .d2{
  position: relative;
}

.downloadlists .item .d2:before{
  position: absolute;
  content: "";
  width: 30px;
  height:26px;
  background-image: url(../style/download.png);
  background-repeat: no-repeat;
  background-position: right center;
  left: -40px;
  transition: all .3s;
}

.downloadlists .item:hover a{
  color: #bf1b1b;
}

.downloadlists .item:hover .d2:before{
  background-position: left center;
}

/**
 * 联系我们
 */
.contact-section{
  margin-top: 65px;
  margin-bottom: 85px;
}

.ncontact-infos .item{
  position: relative;
  padding: 95px 25px 65px 25px;
  background: #f2f2f2;
  min-width: 28%;
  margin: 25px 25px;
}

.ncontact-infos .item .d1{
  position: absolute;
  left: -25px;
  top: 40px;
}

.ncontact-infos .item .d1 span{
  color: #fff;
  background: #bf1b1b;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
}

.ncontact-infos .tel{
  margin-bottom: 10px;
}

.ncontact-infos .tel strong{
  color: #bf1b1b;
}

.ncontact-infos .d3 p{
  max-width: 332px;
}

.ncontact-infos .d3>div{
  margin-bottom: 10px;
}

.comm-s1{
  min-width: 45px;
}


/**
 * 
 */
.section-job{
  font-size: 16px;
}

.section-job .top-title{
  margin: 45px 0;
  font-weight: bold;
  font-size: 18px;
}

.section-job .main{
  padding: 0 15px;
  margin-bottom: 125px;
}

.section-job .main .job-title{
  background: #bf1b1b;
  color: #fff;
  padding: 25px 35px;

}

.section-job .card{
    border: unset;
}

.section-job .card-header{
  background-color: unset;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0!important;
}

.section-job  .card-body{
  background: #f6f8fd;
  padding: 45px 8%;
}

.section-job  .accordion .card .card-header .btn:focus{
  box-shadow: none;
}


.section-job  .accordion .card .card-header .btn{
  background-image: url(../style/rczp2.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  color: #262626;

}

.section-job  .accordion .card .card-header .collapsed{
   background-image: url(../style/rczp.png);
   background-repeat: no-repeat;
   background-position: right;
}

/**
 * 投资者关系
 */
.gaikuang-section{
  margin-bottom: 65px;
}

.gaikuang-section table{
  font-size: 16px;
}
.gaikuang-section th{
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background: #f2f9fc;
   padding: 15px 25px;
}

.touzi-cate  .item a{
  padding: 15px 15px; 
}

.gaikuang-section .table-bordered td, .gaikuang-section .table-bordered th{
    border: 1px solid #b5e9ff;
   
}

.gaikuang-section .table-bordered td{
  padding: 15px 15px 15px 35px;
}



.touzi-cate .item:not(:last-child){
  border-right: unset;
  margin-right: 25px;
}

/**
 * 公告信息
 */

.gonggao-section{
  margin-bottom: 85px;
}
.gonggao-section .main{
  border: 1px solid #b5e9ff;
}

.gonggao-section .main .item:not(:last-child){
  border-bottom: 1px solid #b5e9ff;
}

.gonggao-section .main .item:nth-child(odd){
  background: #f2f9fc;
}

.gonggao-section .main .item a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  font-size: 16px;
  color: #262626;
}



.gonggao-section .main .item .date{
  min-width: 105px;
}

.gonggao-section .main .item a:hover .title{
  color: #cd3333;
}

.gonggao-section .main .item .online{
  min-width: 100px;
  margin-left: 25px;
  padding-left: 35px;
  background-image: url(../style/view.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.gonggao-section .main .item a:hover .online{
  background-image: url(../style/view-hover.png);
}

.touzi-slider .infos{
  font-size: 18px;
  margin-top: 25px;
}

.touzi-slider .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.touzi-slider .des{
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 30px;
}

.touzi-slider  .infos strong{
  display: block;
  width: max-content;
}

.touzi-slider  .infos>div{
  margin-bottom: 10px;
}

.gonggao-section .message .title{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}

.gonggao-section .message input{
  height: 65px;
  line-height: 65px;
}

.gonggao-section .message input,.gonggao-section .message textarea{
  border: 1px solid #d8d8d8;
  border-radius: 0;
  width: 100%;
  
  padding-left: 15px;
}

.gonggao-section .message textarea{
  margin-top: 25px;
}

.gonggao-section .message button{
  border: none;
  margin: 25px auto;
  padding: 15px 25px;
  color: #fff;
  background: #bf1b1b;
}















