﻿.modularTitle
{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    font-weight: bold;
    color: #ee5e1c;
}

.modularText
{
    margin: 5px auto 35px auto;
    width: 620px;
    text-align: center;
    line-height: 25px;
    font-size: 25px;
    overflow: hidden;
    color: #8e8e8e;
    font-family: Times New Roman;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
    
    .modularText
    {
        display: none;
    }
}

/*热搜关键词*/
.hotKeywordsBox
{
    border-bottom: #efefef solid 1px;
}

.hotKeywords
{
    line-height: 40px;
    color: #969696;
}

.hotKeywords a
{
   color: #969696; 
}

@media (max-width: 768px) 
{
    .hotKeywordsBox
    {
        display: none;
    }
}

/*产品*/
/*产品*/
.productBox
{
    margin-top:3%;
}
.productBoxLeft
{
    background-color: #e8e8e8;  
    width: 250px;
    height:700px;
    float:left;
    position:relative;
}
.productBoxLeftTop
{
    background-color:#ee5e1c; 
    color:#fff;
    text-align:center;
    padding: 15px 0px;
}
.productBoxLeftTitle
{
    font-size:34px;
    font-weight:bold; 
}
.productBoxLeftText
{
    font-size:14px;
}
 .productBoxRight
 {
     float: right;
     width: 930px;
     
 }
.productBoxRightTop
{
    width:100%;     
    height: 60px;
    border-bottom: #ee5e1c solid 1px;
}
 .productBoxRightTop .title
{
    float:left;
    color:#ee5e1c;
    font-size: 30px;
    line-height: 60px;
}
.productBoxRightTop .productMore
{
    float:right;
    
}

.productMore a
{
    color:#8c8c8c;
    font-size:18px;
    text-align:center;
    line-height: 60px;
}
.productBox .prodctTypeList li
{
    width: 100%;
    overflow: hidden;
    float: left;
    padding:0px 15px;
    box-sizing: border-box;
    border-bottom:1px solid  #ffffff;
}
.productBox .prodctTypeList li span
{
    color:#000;
    display: block;
    float: right;
    margin-top: -42px;
    font-size: 16px;
}

.productBox .prodctTypeList li a
{
    display: block;
    text-align: left;
    line-height: 60px; 
    font-size: 18px;
    color: #333333;
}
.productBox .prodctTypeList li:last-child a
{
    
    border-bottom:0px dashed  #959595;
}

.productBox .prodctTypeList li a:hover
{
    color: #fd0707;
}
.productBoxLeftBottom
{
    background-color:#ee5e1c;
    width:100%;     
    height:100px;
    color:#fff;
    text-align:center;
    bottom:0px; 
    font-weight:bold;
    position:absolute;
}
 .productBoxLeftBottom .title
{
    font-size:16px;
    margin-top:10%;
    
}
.productBoxLeftBottom .content
{
    font-size:24px;
    padding:1% 2%;
    
}
.productBox .recommendProductList
{
    margin-top: 20px;
}

.recommendProductList .imgBox
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background: #efefef;
    border: #959595 solid 1px;
}

.recommendProductList .imgBox img
{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
}

.recommendProductList .textBg
{
    height: 40px;
    background: #000;
    position: relative;
    z-index: 2;
    bottom: 0;
    width: 100%;
    margin-top: -40px;
    filter: alpha(opacity=60);
    opacity: .6;
}

.recommendProductList li
{
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
    text-align: center;
    width: 300px;
    height: 300px;
}

.recommendProductList li:nth-child(3n)
{
    margin-right: 0px;
}

.recommendProductList li a
{
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.recommendProductList li span
{
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    position:relative;
    z-index: 3;
}

@media (max-width: 768px) 
{
    .productBoxLeftTop
    {
        display: none;
    }
    
    .productBoxLeft
    {
        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
    {
        width: 50%;
    }
    
    .productBox .prodctTypeList li a
    {
        line-height: 60px;
        font-size: 18px;
        display: block;
    }
    
    .productBox .recommendProductList
    {
        margin-top: 20px;
    }
    
    .recommendProductList ul
    {
        width: 100%;
    }
    
    .recommendProductList li
    {
        width: 50%;
        height: initial;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 0px 5px 5px 5px;
    }
    .recommendProductList li:last-child
    {
        display:none;
    }
    
    .recommendProductList .imgBox
    {
        width: 100%;
        height: auto;
    }
    
    .recommendProductList li a
    {
        font-size: 15px;
    }
    
    .productBoxRightTop
    {
        padding: 0px 5px;
        height: 30px;
    }
    
    .productBoxRightTop .title
    {
        font-size: 18px;
        line-height: 30px;
    }
    
    .productBoxRightTop a
    {
        font-size: 18px;
        line-height: 30px;
    }
}

/*优势*/
.advantageBox
{
    overflow: hidden;
    padding-bottom: 50px;
}

.advantageBox .advantageBg
{
    height: 1476px;
    background: url(../Images/adventageBg.jpg) no-repeat center;
}

.advantageBox .advantageBg img
{
    display: none;
    width: 100%;
}

@media (max-width: 768px) 
{
    .advantageBox .advantageBg
    {
        height: initial;
    }
    
    .advantageBox .advantageBg img
    {
        display: block;
    }
}

/*工程*/
.recommendProjectList
{
    position: relative;
}

.recommendProjectList li
{
    float: left;
    width: 32%;
    margin: 0.5%;
}

.recommendProjectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.recommendProjectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}

@media (max-width: 768px) 
{
    .recommendProjectList ul
    {
        width: 100%;
    }
    
    .recommendProjectList li
    {
        width: 48%;
        margin: 1%;
    }

    .recommendProjectList li span
    {
        font-size: 14px;
    }
}

/* 服务 */
.serviceBox
{
    background-color: #f6f6f6;
    padding: 0px 0px 50px 0px;
    overflow: hidden;
    margin-top: 60px;
}

.serviceList
{
    overflow: hidden;
}
.serviceList ul
{
    margin: 0 -8px;
}
.serviceList li
{
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    padding: 1% 0;
    background-color: #f6f6f6;
    text-align: center;
}
.serviceList li img{
    width: 70%;
    margin: 0 auto;
    transition: .7s;
}
.serviceList li span{
    font-size: 16px;
    display: block;
    margin-top: .8em;
}
.serviceList li:hover img{
    transform: rotate(360deg);
}
@media (max-width: 768px)
{
    .serviceList li{
        width: 33.3%;
        border-top: 8px solid #fff;
        border-bottom: 8px solid #fff;
        border-left: 8px solid #fff;
        border-right: 8px solid #fff;
    }
}


/**/
.contactInfo
{
    border: 1px solid #dcdcdc;
    padding: 1.5% 0;
    margin-top: 1em;
    font-size: 30px;
    color: #595959;
    text-align: center;
    position: relative;
}
.contactInfo span
{
    color: #e9212a;
}
.contactInfo i{
    font-style: normal;
}
.contactInfo .more
{
    font-size: 16px;
    position: absolute;
    display: inline-block;
    padding: 0.2em 1em;
    border: 1px solid #aaaaaa;
    top: -1em;
    left: 50%;
    margin-left: -3em;
    background-color: #fff;
    border-radius: 1em;
}
@media (max-width: 768px)
{
    .contactInfo{
        font-size: 15px;
        padding: 1em 0;
    }
    .contactInfo i
    {
        display: none;
    }
}

/*首页关于我们*/
.aboutBox
{
    height: 630px;
    overflow: hidden;
    position: relative;
}

.aboutBox .aboutImg
{
    float: left;
    margin-top: 70px;
    margin-left: 50px;
    z-index: 2;
    position: relative;
}

.aboutBox .redDiv
{
    width: 230px;
    height: 588px;
    background: #2a2a2a;
    position: absolute;
    z-index: 1;
}

.aboutBox .text
{
    float: right;
    width: 607px;
    height: 440px;
    background: #e7e7e7;
    margin-top: 70px
}

.aboutBox .about .aboutTitle
{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-top: 91px;
    text-align: left;
}

.aboutBox .aboutEn
{
    font-size:18px;
    margin-top: 14px;
    color: #fff;
}

.aboutBox .aboutSummary
{
    width: 100%;
    height: 400px;
    overflow: hidden;
    color: #010101;
    font-size: 16px;
    margin-top: 15px;
    padding: 0px 30px;
}

.aboutBox .aboutMore
{
    width: 90px;
    height: 40px;
    background: #ec0000;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}

.aboutBox .aboutSummary p
{
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 30px;
}

.aboutBox .aboutSummary p a
{
    color: #fff;
}

@media (max-width: 768px)
{
    .aboutBox
    {
        height: initial;
    }
    
    .aboutBox .aboutImg
    {
        margin: 0px;
        width: 100%;
    }
    
    .aboutBox .aboutEn
    {
        text-align: center;
    }
    
    .aboutBox .redDiv
    {
        display: none;
    }
    
    .aboutBox .about .aboutTitle
    {
        margin-top: 10px;
        text-align: center;
        margin-left: 0px;
    }
    
    .aboutBox .text
    {
        width: 100%;
        margin-top: 0px;
        height: initial;
    }
    
    .aboutBox .aboutMore
    {
        float: none;
        left: 40%;
    }
    
    .aboutBox .aboutSummary
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 45px;
        padding: 10px;
        width: initial;
        height: initial;
        font-size: 15px;
    }
}

/*新闻*/
.newsBox
{
    overflow: hidden;
    padding-bottom: 50px;
}

.newsBox .newsImg
{
    float: left;
}

.newsBox .list
{
    display: block;
    width: 570px;
    float: right;
}

.newsBox .list li
{
    clear: both;
    line-height: 40px;
    height: 40px;
    border-bottom: #d0d0d0 dashed 1px;
}

.newsBox .list li a
{
    float: left;
    font-size: 16px;
    display: block;
    width: 460px;
    overflow: hidden;
    height: 100%;
}

.newsBox .list li span
{
    float: right;
    color: #5c5c5c;
    font-size: 16px;
}

@media (max-width: 768px) 
{
    .newsBox
    {
        padding-bottom: 0px;
    }
    .newsBox .newsImg
    {
        display: none;
    }
    
    .newsBox .list
    {
        width: 100%;
    }
    
    .newsBox .list li
    {
        padding: 0px 5px;
    }
    
    .newsBox .list li a
    {
        width: initial;
        float: none;
        overflow: hidden;
    }
}

/*相关信息*/
.relativeBox
{
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
}

.relativeBox li
{
    float: left;
    margin-bottom: 5px;
    width: 25%;
    overflow: hidden;
}

.relativeBox .relativeList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


/*友情链接*/
.friendShipBox
{
    padding-bottom: 40px;
}

.friendShipBox li
{
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}