﻿
/*公共标题*/

.modularTitle {
    font-size: 30px;
    color: #dc2125;
    text-align: center;
}

.modularLine {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    font-size: 30px;
    margin-top: 0.4em;
}

.modularLine:before{
    content: "";
    position: absolute;
    width: 4em;
    height: 5px;
    top: -2px;
    left: 50%;
    margin-left: -2em;
    background-color: #dc2125;
}
.modularMore{
    text-align: center;
    margin-top: 1.5em;
}
.modularMore a{
    display: inline-block;
    padding: 0.1em 0.5em;
    font-size: 14px;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
    border-radius: 0.4em;
}
.modularMore a:hover{
    border-color: #dc2125;
    color: #dc2125;
}
@media (max-width: 768px) {
    .modularTitle {
        font-size: 24px;
    }
    .modularMore
    {
        margin-top: 1em;
    }
    .modularMore a {
        font-size: 12px;
    }
}


/*产品*/

.productBox {
    margin-top: 3%;
}

.productBoxLeft {
    background-color: #e8e8e8;
    width: 20%;
    float: left;
    position: relative;
}

.productBoxRight {
    float: left;
    width: 77%;
    margin-left: 3%;
}

.productMore a {
    border: #efefef solid 1px;
    padding: 15px 30px;
    display: block;
    color: #b2b2b2;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
}

.productBox .prodctTypeList {
    font-size: 18px;
}

.productBox .prodctTypeList li {
    width: 100%;
    overflow: hidden;
    float: left;
}

.productBox .prodctTypeList li a {
    display: block;
    text-align: left;
    line-height: 60px;
    border-bottom: 1px solid #fff;
    color: #2a2a2a;
    padding: 0 20px;
}

.productBox .prodctTypeList li:last-child a {
    border-bottom: none;
}

.productBox .prodctTypeList li a:hover {
    color: #fd0707;
}

.productBox .prodctTypeList li a:after {
    content: ">";
    float: right;
}

.productBox .prodctTypeList li.level1 {
    background-color: #dc2125;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}

.productBox .prodctTypeList li.level1 a {
    color: #fff;
}

.productBox .prodctTypeList li.level1 a:after {
    display: none;
}

.productBoxLeftBottom {
    background-color: #dc2125;
    width: 100%;
    height: 84px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

.productBoxLeftBottom .title {
    font-size: 16px;
    margin-top: 6%;
}

.productBoxLeftBottom .content {
    font-size: 24px;
    padding: 1% 2%;
}

.recommendProductList li {
    width: 48%;
    margin: 0 1% 20px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.recommendProductList li .imgBox {
    width: 100%;
    padding-bottom: 58%;
    overflow: hidden;
}

.recommendProductList li .imgBox img {
    max-width: 100%;
    max-height: 100%;
}

.recommendProductList li span {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -2.5em;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

@media (max-width: 768px) {
    .productBoxLeft {
        background-color: #efefef;
        width: 100%;
        float: left;
        height: inherit;
        position: inherit;
    }
    .productBox .prodctTypeList li:nth-child(13) a {
        border-bottom: 0px dashed #959595;
    }
    .productBoxRight {
        float: left;
        width: 100%;
        margin-top: 1%;
        margin-left: 0px;
    }
    .productBoxLeftBottom {
        display: none;
    }
    .productBox .prodctTypeList li a {
        line-height: 35px;
        font-size: 14px;
    }
    .productBox .prodctTypeList li {
        width: 50%;
    }
    .productBox .prodctTypeList li.level1 {
        clear: left;
        font-weight: normal;
    }
    .recommendProductList li
    {
        margin-bottom: 2%;
        }
    .recommendProductList li span{
        height: 2em;
        line-height: 2em;
    }
}

/* 产品 end */

/**/
.productShow
{
    margin-top: 35px;
}
.productShow .list
{
    margin-top: 25px;
}
.productShow .list li {
    width: 31%;
    margin: 0 1% 20px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.productShow .list li .imgBox {
    width: 100%;
    padding-bottom: 58%;
    overflow: hidden;
}

.productShow .list li .imgBox img {
    max-width: 100%;
    max-height: 100%;
}

.productShow .list li span {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -2.5em;
    padding: 0 1em;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.productShow .list li:nth-child(n+4)
{
    display: none;
    }
@media (max-width: 768px) 
{
    .productShow
    {
        margin-top: 10px;
    }
    .productShow .list
    {
        margin-top: 15px;
    }
    .productShow .list li 
    {
        width: 48%;
        margin-bottom: 2%;
        }
        .productShow .list li:nth-child(n+4)
{
    display: block;
    }
}

/*解决方案*/
.programmeBox{
    background: #a7a7a7;
    overflow: hidden;
    padding: 40px;
    margin-top: 35px;
}
.programmeBox .text{
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    padding: 0 15px;
    margin-top: 2em;
}
.programmeBox .icon{
    width: 100%;
    overflow: hidden;
    margin-top: 6%;
}
.programmeBox .icon ul{
    margin-left: -15px;
    margin-right: -15px;
}
.programmeBox .icon li{
    float: left;
    width: 20%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}
.programmeBox .icon li img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.programmeBox .icon li span{
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: .8em;
}
@media (max-width: 768px) 
{
    .programmeBox
    {
        margin-top: 10px;
    }
    .programmeBox .text{
        font-size: 14px;
    }
    .programmeBox .icon li span{
        font-size: 12px;
    }
}
/*解决方案 end*/


/*优势*/

.advantageBox {
    overflow: hidden;
}

.advantageTitle {
    background-color: #fff;
    margin-bottom: 1%;
    margin-top: 2%;
}

.advantageTitle img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.advantageList
{
    margin-top: 40px;
}

.advantageList li{
    float: left;
    height: 245px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.advantageList li.imgLi{
    width: 23%;
}
.advantageList li.textLi{
    width: 27%;
    color: #fff;
    background-color: #dc2125;
    padding: 20px 15px 0 15px;
}
.advantageList li.imgLi img{
    width: 100%;
    height: 100%;
}
.advantageList li.textLi .modularTitle,
.advantageList li.textLi .modularLine{
    color: #fff;
    font-size: 24px;
}
.advantageList li.textLi .modularLine{
    background-color: #fff;
}
.advantageList li.textLi .modularLine:before{
    background-color: #fff;
}
.advantageList li.textLi p{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 1.5em;
    text-align: justify;
}
@media (max-width: 768px) 
{
    .advantageList
    {
        margin-top: 15px;
    }
    .advantageList li.floatM{
        float: right;
    }
    .advantageList li{
        height: 200px;
    }
    .advantageList li.imgLi{
        width: 47%;
    }
    .advantageList li.textLi{
        width: 53%;
    padding: 15px 0.5em 0 0.5em;
    }
    .advantageList li.textLi .modularTitle,
    .advantageList li.textLi .modularLine{
        color: #fff;
        font-size: 18px;
    }
    .advantageList li.textLi p{
        margin-top: 1em;
        font-size: 12px;
    }
    
}
/*优势*/


/*图片列表*/

.publicList {
    overflow: hidden;
    margin-top: 25px;
    position: relative;
}

.publicList li {
    box-sizing: border-box;
    padding: 0 1%;
    margin-bottom: 2%;
    float: left;
}

.publicList .imgBox {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 86.2%;
    border: 1px solid #ddd;
}

.publicList .imgBox img {
    max-width: 100%;
    max-height: 100%;
}

.publicList li span {
    display: block;
    font-size: 14px;
    height: 2.5em;
    line-height: 2.5em;
    margin-top: -2.5em;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}
@media (max-width: 768px) 
{
    .publicList
    {
        margin-top: 15px;
    }
    .publicList li span {
        font-size: 12px;
        height: 2.5em;
        line-height: 2.5em;
    }
}

/*合作客户*/
.customer
{
    margin-top: 20px;
}
.customer .publicList .button{
    width: 40px;
}
.customer .publicList li{
    width: 25%;
    margin-bottom: 0;
}
.customer .publicList .imgBox{
    padding-bottom: 75%;
}
@media (max-width: 768px) 
{
    .customer
{
    margin-top: 10px;
}
}

/*合作客户 end*/


/*荣誉*/
.honor .publicList .button{
    width: 40px;
}
.honor .publicList li{
    width: 25%;
    margin-bottom: 0;
}
.honor .publicList .imgBox{
    padding-bottom: 75%;
}
/*荣誉 end*/



/* 工程案例 */

.projectBox {
    margin-top: 40px;
}

.recommendProjectList.publicList ul{
    display: block;
}

.recommendProjectList.publicList .imgBox {
    padding-bottom: 58%;
}

.recommendProjectList.publicList li {
    width: 33%;
}
@media (min-width: 769px) {
    .recommendProjectList.publicList ul {
        transform: translate3d(0, 0px, 0px) !important;
    }
}

@media (max-width: 768px) 
{
    .projectBox {
    margin-top: 15px;
}
    .recommendProjectList.publicList ul {
        display: flex;
        /*移动端由block改成flex,才能滑动*/
    }
}

/* 工程案例 end*/

/*关于我们*/
.aboutBox{
    background: url("../Images/about-bg.jpg") no-repeat center center / cover;
    color: #fff;
    padding: 5% 0;
    margin-top: 50px;
}
.aboutBox .about{
    width: 50%;
    min-width: 600px;
    max-width: 100%;
    float: right;
    overflow: hidden;
    padding: 0 2%;
    box-sizing: border-box;
}
.about .aboutSummary{
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 2em;
    height: 12.6em;
    overflow: hidden;
}
.about .aboutSummary a{ 
    color: #fff;
}
.about .more{
    display: block;
    width: 6em;
    background-color: #dc2125;
    color: #fff;
    font-size: 18px;
    height: 1.4em;
    line-height: 1.4em;
    margin: 4em auto 0 auto;
    text-align: center;
}
@media (max-width: 768px) {
    .aboutBox .about{
        width: 100%;
         min-width: auto;
        padding: 0 1em;
    }
    .aboutBox 
    {
        margin-top: 20px;
        background: url("../Images/about-bg-m.jpg") no-repeat center center / cover;
    }
    .about .more{
        margin-top: 1em;
    }
}
/*关于我们 end*/

/*新闻*/
.newsBox{
    margin-top: 45px;
}
.newsList{
    margin-top: 25px;
}
.newsList li{
    width: 32%;
    margin: 0 0.5%;
    background-color: #e8e8e8;
    float: left;
    overflow: hidden;
}
.newsList li .imgBox{
    padding-bottom: 78%;
}
.newsList li .imgBox img
{
    width: 100%;
    height: 100%;
}
.newsList li .newsTitle{
    font-size: 18px;
    color: #dc2125;
    text-align: center;
    margin-top: 1em;
    padding: 0 1em;
}
.newsList li .newsCotnent{
    font-size: 14px;
    line-height: 1.6em;
    height: 4.8em;
    overflow: hidden;
    margin-top: 1em;
    padding: 0 1em;
}
.newsList li .more{
    display: block;
    width: 6em;
    height: 2em;
    line-height: 2em;
    background-color: #dc2125;
    color: #fff;
    text-align: center;
    margin: 1.5em auto 1.2em auto;
}
@media (max-width: 768px) {
    .newsBox{
    margin-top: 20px;
}
}
/*新闻 end*/



/**********************************************************/


/*大广告图*/

.bigImg img {
    max-width: 100%;
    display: block;
    margin: 4% auto 0;
}

@media (max-width: 768px) {
    .bigImg img {
        display: none;
    }
}


/*友情链接*/

.relativeBox {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #e8e8e8;
}

.relativeBox li {
    float: left;
    width: 18%;
    margin: .5% 1%;
}

.relativeBox .relativeList {
    margin-top: 25px;
}
@media (max-width: 768px) {
    .relativeBox {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
}

/*友情链接*/

.friendShipBox {
    padding-top: 20px;
    padding-bottom: 20px;
}

.friendShipBox li {
    float: left;
    width: 18%;
    margin: 1%;
}

.friendShipBox .friendShipList {
    margin-top: 3%;
}

@media (max-width: 768px) {
    .relativeBox li,
    .friendShipBox li {
        width: 28%;
    }
}




/*热搜关键词*/

.hotKeywordsBox {
    border-bottom: #efefef solid 1px;
    overflow: hidden;
}

.hotKeywords {
    line-height: 40px;
    color: #969696;
    overflow: hidden;
}

.hotKeywords a {
    color: #969696;
}

.search
{
    float: right;
    font-size: 0;
}
.search input
{
    padding: 0;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #666;
        vertical-align: top;
    font-family: "微软雅黑";
    margin-top: 5px;
    padding: 0 0.5em;
}
.search input[type=button]
{
    background-color: #666;
    color: #fff;
    line-height: 26px;
}
@media (max-width: 768px) {
    .hotKeywordsBox {
        display: none;
    }
}