﻿

/*热搜关键词*/
.hotKeywordsBox
{
    border-bottom: #efefef solid 1px;
}

.hotKeywords
{
    line-height: 40px;
    color: #969696;
}

.hotKeywords a
{
   color: #969696; 
}

@media (max-width: 768px) 
{
    .hotKeywordsBox
    {
        display: none;
    }
}



/*产品*/
.productBox
{
    padding-bottom: 60px;
}

.productBox .prodctTypeList
{
    overflow: hidden;
}


.productBox .prodctTypeList li
{
    width: 25%;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.productBox .prodctTypeList li .imgBox
{
    padding-bottom: 100%;
    background-color: #efefef;
}

.productBox .prodctTypeList li span
{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 2em;
    line-height: 2em;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}


@media (min-width: 769px)
{
    .productBox .prodctTypeList ul
    {
        display: block;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important;
    }
    .productBox .prodctTypeList ul li:nth-child(4n)
    {
        margin-right: 0 !important;
    }
} 
@media (max-width: 768px) 
{
    .productBox {
        display: none;
    }
    .productBox{
        padding-bottom: 4%;    
    }
   .productBox .prodctTypeList li
   {
       width: 50%;
   }
}


/*产品-mobile*/
.productBox-m{
    display: none;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 25px;
}
.productBox-m .list {
    padding: 0 10px;
}
.productBox-m .list li{
    margin-top: 30px;
}
.productBox-m .list li .imgBox{
    padding-bottom: 108.8%;
    margin-top: 10px;
}
.productBox-m .list li .imgBox.style2{
    padding-bottom: 52.8%;
}
.productBox-m .list .en,
.productBox-m .list .ch{
    font-weight: bold;
    font-size: 19px;
    margin-top: 0.6em;
}
.productBox-m .list .slogan {
    font-size: 13px;
    margin-bottom: 15px;
}
.productBox-m .list .slogan span{
    display: block;
    margin-top: 0.6em;
}
@media (max-width: 768px) {
    .productBox-m {
        display: block;
    }
}
/*产品-mobile end*/


/*案例*/
.projectBox
{
    padding-bottom: 60px;
}

.projectList
{
    overflow: hidden;
}

.projectList li
{
    width: 25%;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.projectList .imgBox
{
    padding-bottom: 80%;
    background-color: #efefef;
}

.projectList span
{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 2em;
    line-height: 2em;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}


@media (min-width: 769px)
{
    .projectList ul
    {
        display: block;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important;
    }
    
    .projectList ul li:nth-child(4n)
    {
        margin-right: 0 !important;
    }
} 
@media (max-width: 768px) 
{
.projectBox{
    padding-bottom: 4%;
}
   .projectList li
   {
       width: 50%;
   }
   
   .projectList span
    {
        font-size: 15px;
    }
}



/* 关于我们 */

.aboutBox
{
    background: url("../Images/aboutBg.jpg") no-repeat center bottom;
    overflow: hidden;
    padding-bottom: 4%;
}
.aboutBox .content {
    padding-left: 50%;
    position: relative;
}
.aboutBox .content .img
{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../Images/aboutImg.jpg") no-repeat center center / cover;
}
.aboutBox .content .text
{
    padding: 40px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    background-color: rgba(255,255,255,0.13);
}
.aboutBox .content .text .more{
    display: block;
    font-size: 18px;
    background-color: #53b991;
    width: 9em;
    color: #fff;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    margin: 40px 0 0 auto;
}
.aboutBox .content .text .info{
    height: 15.8em;
    overflow: hidden;
}
.aboutBox .content .text p{
    text-indent: 2em;
}
@media (max-width: 768px) {
    .aboutBox .content {
        padding-left: 0;
    }
    .aboutBox .content .text{
        font-size: 15px;
        padding: 1em;
    }
    .aboutBox .content .img{
        position: relative;
        width: 100%;
        height: 30vw;
    }
.aboutBox .content .text .more{
    font-size: 13px;
    margin-right: auto;
}
}
/* 新闻 */
.newsBox
{
    overflow: hidden;
    padding-bottom: 60px;
}

.newsList li{
    float: left;
    width: 31%;
    margin: 0 1%;
    padding-bottom: 30px;
    background-color: #f1f1f1;
}
.newsList li .imgBox{
    padding-bottom: 71%;
}
.newsList li .imgBox img{
    width: 100%;
    height: 100%;
}
.newsList li .newsTitle{
    font-size: 16px;
    color: #333;
    margin-top: 1.4em;
    padding: 0 1em;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    overflow: hidden;
}
.newsList li .newsText{
    font-size: 14px;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
    color: #333;
    margin-top: 1em;
    padding: 0 1em;
}
.newsList li .newsMore{
    font-size: 14px;
    width: 8em;
    height: 2.6em;
    text-align: center;
    line-height: 2.6em;
    color: #fff;
    background-color: #53b991;
    margin: 2em auto 0;
}
.newsBox .more{
    display: block;
    font-size: 17px;
    border: 1px solid #000;
    width: 10em;
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;
    margin: 40px auto 0;
}

@media (max-width: 768px) 
{
    .newsList li
    {
        width: 100%;
        padding-bottom: 20px;
        margin: 0 0 20px 0;
    }
    .newsList li .newsText
    {
        font-size: 13px;
    }
    .newsList li .newsMore
    {
        font-size: 13px;
    }
    .newsBox .more
    {
        font-size: 15px;
        margin-top: 0;
    }
}

/************************************************************/


/*相关信息*/
.relativeBox
{
    background: #f6f6f6;
    overflow: hidden;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.relativeTitle{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #a0a0a0;
}
.relativeBox li
{
    float: left;
    padding: 3px 10px;
    font-size: 14px;
}

.relativeBox li a{
    color: #3f3f3f;
}

.relativeBox .relativeList
{
    margin-top: 20px;
}

@media (max-width: 768px)
{
    .relativeTitle
    {
        font-size: 22px;
    }
    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


/*友情链接*/
.friendShipBox
{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f1f1f1;
}

.friendShipTitle{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #a0a0a0;
}
.friendShipBox li
{
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}


/*btnList-m*/
.btnList-m{
    display: none;
}
.btnList-m li{
    float: left;
    width: 50%;
    height: 100px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #eee;
    font-size: 16px;
}
.btnList-m li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #585858;
}
@media (max-width: 768px) {
    .btnList-m{
        display: block;
    }
}
/*btnList-m end*/
