﻿/*内页公共部分*/
/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: #fd9002 solid 1px;
    background-color: #fd9002;
    text-decoration: none;
	font-size: 16px;
	width: 49%;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
	color: rgb(0, 0, 0);
	border: 1px solid #fd9002;
    background-color: #fd9002;
}
/*分页控件结束*/

/*banner*/
.bannerBox
{
    width: 100%;
    height: 590px;
    background-repeat: no-repeat;
    background: center;
}

.bannerBox img
{
    display: none;
}

@media (max-width: 768px)
{
    .bannerBox
    {
        height: initial;
        background: none;
    }
    .bannerBox img
    {
        display: block;
        width: 100%;
    }
}

/*位置*/
.locationBox
{
    height: 50px;
    background: #ebebeb;
    line-height: 50px;
    font-size: 18px;
}

.locationBox .location > span
{
    border-left: #fd9002 solid 4px;
    padding-left: 5px;
}

@media (max-width: 768px)
{
    .locationBox .location
    {
        padding-left: 10px;
    }
}

/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}

.detail .prevAndNext a
{
    color: #fd9002;
    font-size: 16px;
}

article .title
{
    font-size: 40px;
    text-align: center;
    color: #fd9002;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

article .content p
{
    text-indent: 2em;
    color: #010101;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px;
}

article .content img
{
    max-width: 100%;
    margin: 0 auto;
}

article .infos
{
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 768px)
{
    .detail .prevAndNext a
    {
        font-size: 15px;
    }
    
    .detail .prevAndNext span
    {
        display: block;
        padding: 10px;
    }
    
    article .infos span
    {
        display: block;
    }
    
    article .title
    {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    article .content
    {
        padding: 0px 10px;
        font-size: 15px;
    }
    
    article .content p
    {
        font-size: 15px;
    }
}

/*相关推荐*/
.relativeInfo
{
    margin-bottom: 20px;
}

.relativeInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.relativeInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #fd9002;
    width: 122px;
    color: #fff;
}

.relativeInfo ul
{
    border: #909090 solid 1px;
}

.relativeInfo li
{
    width: 25%;
    line-height: 30px;
    font-size: 16px;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px)
{
    .relativeInfo .titleBar
    {
        line-height: 30px;
    }

    .relativeInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #fd9002;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 100%;
    }
}

/*内页公共部分*/

/* 服务 */
.serviceList
{
    overflow: hidden;
}
.serviceList ul
{
    margin: 0 -8px;
}
.serviceList li
{
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    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;
    }
}

.contactCustomer
{
    border: 1px solid #dcdcdc;
    padding: 1.5% 0;
    margin-top: 1em;
    font-size: 30px;
    color: #595959;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.contactCustomer span
{
    color: #fd9002;
}
.contactCustomer i{
    font-style: normal;
}
.contactCustomer .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)
{
    .contactCustomer{
        font-size: 15px;
        padding: 1em 0;
    }
    .contactCustomer i
    {
        display: none;
    }
}

/*关于我们*/
.modularTitle
{
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #fd9002;
}

.modularText
{
    margin: 25px auto 35px auto;
    width: 620px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
    
    .modularText
    {
        display: none;
    }
}

.trustBox
{
    background: url(../Images/trust.jpg) no-repeat center;
    height: 565px;
}

.trustBox .trustImg
{
    display: none;
}

@media (max-width: 768px)
{
    .trustBox
    {
        height: initial;
        background: none;
    }
    
    .trustBox .trustImg
    {
        width: 100%;
        display: block;
    }
}
/*关于我们*/

/*联系我们*/
.contact
{
    margin-bottom: 20px;
}

.contact .companyName
{
    font-size: 25px;
    font-weight: bold;
}

.contact .contactMap
{
    height: 300px;
    width: 700px;
    float: right;
    display: inline;
}

.contact .content
{
    float: left;
}

.contact .content p
{
    text-indent: 0em;
}

.contact .navigation
{
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 768px)
{
    .contact
    {
        margin-bottom: 0px;
    }
    
    .contact .companyName
    {
        font-size: 16px;
    }
    
    .contact .contactMap
    {
        height: 300px;
        width: 100%;
        float: right;
        display: inline;
    }
    
    .contact .navigation
    {
        display: block;
    }
    
    .contact .navigation
    {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #fd9002;
        color: #fff;
    }
}

/*售后服务*/
.service
{
    margin-bottom: 30px;
}

.service .content
{
    padding: 0px;
}

.service li
{
    width: 50%;
    height: 370px;
    float: left;
    overflow: hidden;
}

.service li:nth-child(3)
{
    float: right;
}

.service .itemTitle
{
    font-size: 36px;
    color: #fd9002;
    font-weight: bold;
    margin-top: 60px;
}

.service .itemSummary
{
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
}

.service .text
{
    padding: 0px 40px;
    background: #f2f2f2;
}

@media (max-width: 768px)
{
    .service
    {
        margin-bottom: 0px;
    }
    
    .service li
    {
        width: 100%;
        height: initial;
        overflow: hidden;
    }
    
    .service li:nth-child(3)
    {
        float: right;
    }
    
    .service .itemTitle
    {
        font-size: 17px;
        margin-top: 20px;
    }
    
    .service .itemSummary
    {
        font-size: 15px;
        margin-top: 20px;
    }
    
    .service .text
    {
        padding: 0px 20px 20px 20px;
    }
}

/*新闻列表*/
.newsList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsList span
{
    display: block;
}

.newsList .pubDate
{
    width: 110px;
    height: 110px;
    background: #fd9002;
    color: #fff;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.newsList .pubDate .year
{
    border-bottom: #fff solid 1px;
    width: 58px;
    margin: 22px auto 0px auto;
}

.newsList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.newsList li
{
    width: 560px;
    float: left;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: #dcdcdc dashed 1px;
}

.newsList li:nth-child(9), .newsList li:nth-child(10)
{
    border-bottom: none;
}

.newsList li:nth-child(2n+1)
{
    margin-right: 80px;
}

.newsList .title
{
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList .summary
{
    line-height: 25px;
    margin-top: 18px;
}

@media (max-width: 768px)
{
    .newsList
    {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    
    .newsList li
    {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .newsList li:nth-child(9)
    {
        border-bottom: #dcdcdc dashed 1px;
    }
    
    .newsList .summary
    {
        line-height: 25px;
        margin-top: 10px;
    }
}

/*工程*/
.projectList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.projectList ul
{
    border-bottom: #dcdcdc solid 1px;
    margin: 0 -14px;
}

.projectList li
{
    width: 33.3%;
    float: left;
        padding: 0 14px;
    margin-bottom: 20px;
    text-align: center;
}

.projectList .imgBox
{
     width: 100%;
    padding-bottom: 80%;
    background: #efefef;
}
.projectList .imgBox img
{
max-width: 100%;
max-height: 100%;
}

.projectList .textBg
{
    width: 385px;
    height: 30px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    position: relative;
    z-index: 2;
    bottom: 0;
    max-width: 100%;
    margin-top: -30px;
}

.projectList li a
{
    font-size: 18px;
    color: #fff;
}

.projectList li span
{
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: -30px;
    position:relative;
    z-index: 3;
}

@media (max-width: 768px) 
{
    .projectList ul
    {
         margin: 0;
    }
    
    .projectList li
    {
        width: 50%;
        padding: 0 6px;
    }
    
    .projectList li a
    {
        font-size: 15px;
    }
}

/*产品*/
.prodctTypeList
{
    margin-top: 20px;
}

.prodctTypeList li
{
    width: 200px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

.prodctTypeList li a
{
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color: #fff;
    background: #686868;
    margin-left: 5px;
    margin-right: 5px;
}

.prodctTypeList li a:hover
{
    background: #fd9002;
}

.productList
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productList ul
{
    border-bottom: #dcdcdc solid 1px;
    margin: 0 -14px;
}

.productList li
{
    width: 33.3%;
    float: left;
        padding: 0 14px;
    margin-bottom: 20px;
    text-align: center;
}

.productList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    background: #efefef;
}

.productList .imgBox img
{
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}

.productList .textBg
{
    height: 30px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    position:relative;
    z-index: 2;
    bottom: 0;
    width: 100%;
    margin-top: -30px;
}

.productList li a
{
    font-size: 18px;
    color: #fff;
}

.productList li span
{
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: -31px;
    position:relative;
    z-index: 3;
}

@media (max-width: 768px) 
{    
    .prodctTypeList li
    {
        width: 50%;
    }
    
    .prodctTypeList li a
    {
        line-height: 40px;
        font-size: 16px;
    }
    
    .productList ul
    {
        margin: 0;
    }
    
    .productList li
    {
        width: 50%;
        padding: 0 6px;
    }
    
    .productList li a
    {
        font-size: 15px;
    }
}

/*产品详情*/
.productDetail
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productDetail h1
{
    color: #fd9002;
    font-size: 30px;
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}

.productDetail .productImg
{
    width: 750px;
    height: 520px;
    display: table;
    overflow: hidden;
}

.productDetail .productImg .imgBox
{
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #efefef;
}

.productDetail .productImg img
{
    max-height: 100%;
    max-width: 100%;
    display: inline;
}

.productDetail .productParameter
{
    width: 415px;
}

.productDetail .productParameter .paraName
{
    color: #fd9002;
    display: inline;
    font-weight: bold;
}

.productDetail .productParameter ul
{
    margin-top: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.productDetail .productParameter li
{
    font-size: 18px;
    margin-bottom: 15px;
}

.productDetail .contactBox
{
    margin-top: 20px;
}

.productDetail .contactBox a
{
    font-size: 24px;
    padding: 15px 20px;
    background: #ed0000;
    text-align: center;
    color: #fff;
}

.productDetail .productDetailInfo
{
    margin-top: 50px;
}

.productDetailInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.productDetailInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #fd9002;
    width: 122px;
    color: #fff;
}

.productDetailInfo .content p
{
    text-indent: 2em;
    color: #010101;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
}

.productDetailInfo .content img
{
    max-width: 100%;
    margin: 0 auto;
}

.praiseInfo
{
    margin-top: 50px;
}

.praiseInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.praiseInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #fd9002;
    width: 122px;
    color: #fff;
}

.praiseInfo .praiseItem
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #e5e5e5 dashed 2px;
}

.praiseInfo .praiseList
{
    margin-top: 50px;
}

.praiseInfo .customerImg
{
    float: left;
}

.praiseInfo .praise
{
    width: 1030px;
    float: right;
}

.praiseInfo .customer
{
    font-size: 24px;
    color: #ed0000;
    font-weight: bold;
    border: #e5e5e5 solid 1px;
    padding: 15px 10px;
    white-space: normal;
}

.praiseInfo .evaluation
{
    color: #ed0000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.praiseInfo .replyBox
{
    margin-top: 20px;
    padding: 7px;
    border: #e5e5e5 dashed 1px;
}

.praiseInfo .reply
{
    background: #e5e5e5;
    padding: 5px;
    color: #0060ff;
    font-size: 24px;
}

.praiseInfo .reply .serviceIcon
{
    float: left;
    margin-right: 10px;
}

.praiseInfo .reply .replyText
{
    margin-top: 20px;
    float: left;
}

.productDetail .productParameter .tel .pdtContact1
{
    width: 100%;
    margin-bottom: 15px;
}

.productDetail .productParameter .tel .telInfo
{
    width: 330px;
    float: left;
    padding-left: 10px;
}

.productDetail .productParameter .tel .hour
{
    margin-top: 10px;
}

.productDetail .productParameter .tel .telNum
{
    color: #ff3c16;
    font-size: 38px;
    font-weight: bold;
}

@media (max-width: 768px) 
{
     .productDetail .productParameter .tel .telNum
    {
        font-size: 35px;
    }
    .productDetail .productImg
    {
        width: 100%;
        height: initial;
    }
    
    .productDetail .productImg img
    {
        width: 100%;
    }
    
    .productDetail h1
    {
        font-size: 16px;
    }
    
    .productDetail .productParameter
    {
        padding: 0px 10px;
        width: 100%;
        
    }
    
    .productDetail .productParameter li
    {
        font-size: 15px;
    }
    
    .productDetail .contactBox
    {
        text-align: center;
    }
    
    .productDetail .contactBox a
    {
        font-size: 15px;
        padding: 10px 15px;
    }
    
    .productDetail .productDetailInfo
    {
        margin-top: 30px;
    }
    
    .productDetailInfo .titleBar
    {
        line-height: 30px;
    }

    .productDetailInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #fd9002;
        width: 72px;
    }
    
    .productDetailInfo ul
    {
        border: none;
    }

    .productDetailInfo li
    {
        width: 100%;
    }
    
    .productDetailInfo .content p
    {
        font-size: 15px;
    }
    
    .praiseInfo
    {
        margin-top: 30px;
    }
    
    .praiseInfo  .titleBar
    {
        line-height: 30px;
    }

    .praiseInfo  .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #fd9002;
        width: 72px;
    }
    
    .praiseInfo  ul
    {
        border: none;
    }

    .praiseInfo  li
    {
        width: 100%;
    }
    
    .praiseInfo .customerImg
    {
        width: 25%;
    }
    
    .praiseInfo .praise
    {
        width: 75%;
        padding: 0px 10px;
    }
    
    .praiseInfo .customer
    {
        font-size: 16px;
    }
    
    .praiseInfo .evaluation
    {
        font-size: 15px;
    }
    
    .praiseInfo .reply .replyText
    {
        font-size: 15px;
        margin-top: 10px;
    }
    
    .praiseInfo .reply .serviceIcon
    {
        width: 40px;
    }
}
