﻿.modularTitle {
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    margin: 4.5% auto 3.6%;
    position: relative;
}

.modularTitle span {
    display: block;
}

.modularTitle .ch {
    font-size: 1em;
}

.modularTitle .en {
    font-size: .6em;
    color: #b8b8b8;
    text-transform: uppercase;
    z-index: 1;
    padding-top: 0.3em;
    margin-top: 0.3em;
}

.modularTitle:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    top: 50%;
    right: 50%;
    margin-right: 6em;
}

.modularTitle:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    top: 50%;
    left: 50%;
    margin-left: 6em;
}

@media (max-width: 768px) {
    .modularTitle {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
}

/* 轮播图 */

.slideBox {
  overflow: hidden;
  position: relative;
}

.slideBox li {
  width: 100%;
}

.slideBox li img {
  width: 100%;
}

/*热搜关键词*/

.hotKeywordsBox {
    border-bottom: #efefef solid 1px;
}

.hotKeywords {
    line-height: 40px;
    color: #969696;
}

.hotKeywords a {
    color: #969696;
}

@media (max-width: 768px) {
    .hotKeywordsBox {
        display: none;
    }
}

/*首页关于我们*/

.aboutBox {
    overflow: hidden;
    position: relative;
}

.aboutBox .text {
    float: left;
    width: 50.58%;
    padding: 20px;
    background-color: #f2f2f2;
}

.about .text .aboutTitle {
    font-size: 18px;
    color: #38b549;
    line-height: 1;
    padding: 14px 0 0px 0;
}

.about .text .aboutSummary {
    line-height: 30px;
    color: #828282;
    margin-top: 18px;
    letter-spacing: 2px;
    height: 150px;
    overflow: hidden;
}

.about .text .aboutSummary p {
    text-indent: 2em;
}

.about .text .aboutMore {
    display: block;
    width: 92px;
    height: 27px;
    border: 1px solid #8f8f8f;
    margin-top: 14px;
    text-align: center;
    line-height: 27px;
    color: #5c5c5c;
    transition: 0.5s;
}

.about .text .aboutMore:hover {
    color: #fff;
    background-color: #7a7a7a;
    border: 1px solid #7a7a7a;
}

.about .btnList {
    float: right;
    width: 48.83%;
    text-align: center;
}

.about .btnList .btn {
    float: left;
    width: 32.33%;
    margin-left: 1%;
    background-color: #f2f2f2;
}

.about .btnList .btn .imgBox {
    padding-bottom: 107.5%;
}

.about .btnList .btn .imgBox img {
    width: 100%;
    height: 100%;
}

.about .btnList .btn .btnName {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about .btnList .btn:hover .btnName {
    background-color: #7a7a7a;
}

.about .btnList .btn .btnName .ch {
    display: block;
    line-height: 1;
    font-size: 18px;
    color: #5c5c5c;
}

.about .btnList .btn .btnName .en {
    display: block;
    font-size: 13px;
    color: #a1a1a1;
    line-height: 1;
    margin-top: 10px;
    text-transform: uppercase;
}

.about .btnList .btn:hover .btnName .ch {
    color: #fff;
}

.about .btnList .btn:hover .btnName .en {
    color: #d0d0d0;
}

@media (max-width: 768px) {
    .aboutBox .text {
        width: 100%;
        float: none;
    }
    .aboutBox .btnList {
        width: 100%;
        float: none;
        margin-top: 4%;
    }
    .about .btnList .btn .btnName {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .about .btnList .btn .btnName .ch {
        font-size: 14px;
    }
    .about .btnList .btn .btnName .en {
        display: none;
    }
    .about .text .aboutSummary {
        height: 428px;
    }
}

/*产品*/

.productBox .prodctTypeList {
    display: block;
    text-align: center;
    font-size: 0;
    margin-bottom: 2.6%;
}

.productBox .prodctTypeList li {
    display: inline-block;
    width: 170px;
    height: 48px;
    margin: 0 25px 1%;
    text-align: center;
    line-height: 48px;
    border-radius: 20px;
    font-size: 18px;
    color: #8d8d8d;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: 0.5s;
}

.productBox .prodctTypeList li a {
    color: #8d8d8d;
    display: block;
}

.productBox .recommendProductList {
    margin-top: 30px;
}

.recommendProductList .imgBox {
    width: 100%;
    padding-bottom: 80%;
    background: #efefef;
}

.recommendProductList .imgBox img {
    max-width: 100%;
    max-height: 100%;
}

.recommendProductList li {
    width: 31.3%;
    float: left;
    margin: 0 1%;
    margin-bottom: 20px;
    text-align: center;
}

.recommendProductList li a {
    font-size: 18px;
    color: #fff;
}

.recommendProductList li span {
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: -30px;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, .4);
}

@media (max-width: 768px) {
    .productBox .prodctTypeList li {
        width: 40%;
        margin: 1%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .productBox .recommendProductList {
        margin-top: 0px;
    }
    .productBox .recommendProductList {
        margin-top: 0px;
    }
    .recommendProductList li {
        width: 50%;
        padding: 0 6px;
        margin: 0 0 15px 0;
    }
    .recommendProductList li a {
        font-size: 15px;
    }
}

/*工程*/

.projectBox {
    display: block;
    background-color: #e9e9e9;
    padding: 0 0 3% 0;
    margin-top: 5%;
    overflow: hidden;
}

.projectBox .modularTitle .ch {
    color: #38b549;
}


.recommendProjectList {
    position: relative;
    overflow: hidden;
}
.recommendProjectList ul{
}
.recommendProjectList li {
  float: left;
  width: 25%;
}

.recommendProjectList li a {
  display: block;
  padding: 0 15px;
}

.recommendProjectList li .imgBox {
  padding-bottom: 80%;
  border: 1px solid #ddd;
}

.recommendProjectList li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.recommendProjectList li span {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 14px;
  background-color: #ddd;
  text-align: center;
  padding: 0 0.5em;
}


@media (max-width: 768px) {
   
}

/*新闻*/

.recommendationNews {
    float: left;
    width: 39.83%;
}

.recommendationNews .imgBox {
    width: 100%;
    padding-bottom: 56%;
}

.recommendationNews .date {
    position: absolute;
    width: 67px;
    height: 64px;
    top: 0;
    left: 0;
    background-color: #39b549;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.recommendationNews .date .month {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
}

.recommendationNews .date .day {
    display: block;
    font-size: 34px;
    color: #fff;
    line-height: 1;
    margin-top: 8px;
}

.recommendationNews .itemTitle {
    display: block;
    margin-top: 22px;
    color: #5c5c5c;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}

.recommendationNews .itemText {
    display: block;
    line-height: 23px;
    color: #868686;
    margin-top: 8px;
}

.otherNews {
    float: right;
    width: 56.66%;
}

.otherNews li {
    padding: 18px 0;
    border-bottom: 1px dashed #d1d1d1;
}

.otherNews li .date {
    width: 64px;
    height: 71px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid #b2b2b2;
    text-align: center;
}

.otherNews li .content {
    overflow: hidden;
}

.otherNews li .date .day {
    display: block;
    font-size: 40px;
    color: #7e7e7e;
    line-height: 1;
    margin-top: 6px;
}

.otherNews li .date .month {
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #5c5c5c;
    margin-top: 4px;
}

.otherNews li .content .itemTitle {
    display: block;
    font-size: 16px;
    color: #5c5c5c;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.otherNews li .content .itemText {
    line-height: 23px;
    color: #767676;
    margin-top: 6px;
}
.newsBox .more {
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #ebebeb;
    color: #666;
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .newsList {
        padding: 0 10px;
    }
    .recommendationNews {
        width: 100%;
        float: none;
    }
    .otherNews {
        width: 100%;
        float: none;
        margin-top: 6%;
    }
}

.recommendHonorList li{
    width: 14.66%;
    float: left;
    margin: 0 1%;
}
.recommendHonorList li .imgBox{
    width: 100%;
    padding-bottom: 80%;
    border: 1px solid #e1e1e1;
}
.recommendHonorList li span{
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    color: #fff;
}

@media (max-width: 768px){
    .recommendHonorList li{
        width: 48%;
        margin-bottom: 3%;
    }
}




/*相关信息*/

.relativeBox {
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
    margin-top: 3%;
}

.relativeBox li {
    float: left;
    padding: 3px 10px;
    width: 33.3%;
    margin-bottom: 10px;
}

.relativeBox .relativeList {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .relativeBox li {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/*友情链接*/

.friendShipBox {
    padding-bottom: 40px;
}

.friendShipBox li {
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipList {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .friendShipBox {
        display: none;
    }
}