﻿/*内页公共部分*/
/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: #ec0000 solid 1px;
    background-color: #ec0000;
    text-decoration: none;
	font-size: 16px;
	width: 49%;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
	color: rgb(0, 0, 0);
	border: 1px solid #ec0000;
    background-color: #ec0000;
}
/*分页控件结束*/


/*相关推荐*/
.relativeInfo
{
    margin-bottom: 20px;
}

.relativeInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.relativeInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #ec0000;
    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: #ec0000;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 100%;
    }
}

/*内页公共部分*/

/*产品详情*/
.productDetail
{
    margin-top: 30px;
    margin-bottom: 20px;

}

.productParameter {
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
}
.productDetail h1
{
    color: #ec0000;
    font-size: 30px;
    float: left;
    font-weight: bold;
line-height: 52px;
}

.productDetail .productImg
{
    width: 60%;
    float: left;
    margin-right: 5%;
}

.productDetail .productImg .imgBox
{
    width: 100%;
    padding-bottom: 60%;
    background: #fff;
}

.productDetail .productParameter
{
    overflow: hidden;
}

.productDetail .productParameter .paraName
{
    color: #ec0000;
    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
{
    float: right;
}

.productDetail .contactBox a
{
    display: inline-block;
    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: 20px;
    padding: 0px 1em;
    background: #ec0000;
    width: 6em;
    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;
display: block;
}
.productDetailInfo .content table{
    width: 850px;
}
.productDetailInfo .content table p{
    text-indent: 0;
}
.productDetailInfo .content table td{
padding: 0 4px;
}
.praiseInfo
{
    margin-top: 50px;
}

.praiseInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.praiseInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #ec0000;
    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;
}

@media (max-width: 768px) 
{
    .productDetail .productImg
    {
        width: 100%;
        height: initial;
    }
   
    .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;
        background: #ec0000;
    }
    
    .productDetailInfo ul
    {
        border: none;
    }

    .productDetailInfo li
    {
        width: 100%;
    }
    
    .productDetailInfo .content p
    {
        font-size: 15px;
    }
    .productDetailInfo .content table{
        width: 100%;
    }
    .praiseInfo
    {
        margin-top: 30px;
    }
    
    .praiseInfo  .titleBar
    {
        line-height: 30px;
    }

    .praiseInfo  .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #ec0000;
        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;
    }
}

.location {
  font-size: 14px;
  color: #333;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

.location a {
  color: #333;
}

.location a:hover {
  color: #45a738;
}

@media (max-width: 768px) {

  .location {
    font-size: 12px;
    display: none;
  }
}


/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}
.detail .prevAndNext
{
    margin-top: 4%;
    padding-top: 2%;
    border-top: 1px solid #d9d9d9;
}
.detail .prevAndNext > span
{
    display: block;
    padding: 5px 0;
}
.detail .prevAndNext a
{
    color: #ec0000;
    font-size: 16px;
}

article .title
{
    font-size: 40px;
    text-align: center;
    color: #ec0000;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

article .content
{
    font-size: 16px;
    min-height: 400px;
}

article .content h2
{
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SimSun;
}

article .content p
{
    text-indent: 2em;
    color: #010101;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
    font-family: SimSun;
}

article .content img
{
    max-width: 100%;
    margin: 0 auto;
display: block;
}

article .infos
{
    text-align: center;
    margin-bottom: 15px;
}

article .infos span
{
    padding: 0px 10px;
}

article .infos .tagsList
{
    text-align: left;
    margin-top: 10px;
}

article .infos .tagsList li
{
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

article .infos .tagsList li a
{
    display: block;
    color: #969696;
}

article .infos .tagsList li:first-child
{
    font-weight: bold;
    color: #969696;
}

@media (max-width: 768px)
{
    .detail .prevAndNext a
    {
        font-size: 15px;
    }
    
    .detail .prevAndNext span
    {
        display: block;
        padding: 10px;
    }
    
    article .infos span
    {
        display: block;
        padding: 10px 0px;
    }
    
    article .infos .tagsList li
    {
        text-align: center;
    }
    
    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;
    }
}

/********************/

.newscont407 {
    padding: 36px 0;
    background-color: #ffffff;
    background-image: url(/res/webimages/homecp905.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.newslist407 dl {
    margin-bottom: 30px;
    color: #666666;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

.newslist407 dt {
    overflow: hidden;
    padding: 0;
}

.newslist407 dt img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.newslist407 dl:hover dt img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.newsmore407 {
    display: inline-block;
    width: 82px;
    height: 32px;
    border: 1px solid #b3b3b3;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    color: #666666;
    background-color: #ffffff;
}

.newslist407 dl:hover a.newsmore407 {
    background: #1847bb;
    color: #ffffff;
    border: 1px solid #1847bb;
}

.newslist407 dd h4 {
    font-size: 20px;
    margin-top: 30px;
}

.newslist407 dd h4 a {
    display: block;
    height: 24px;
    overflow: hidden;
    color: #333333;
}

.newsdate407 {
    display: block;
    margin: 10px 0 14px 0;
    font-family: Arial;
    padding-left: 28px;
    background-image: url(/res/webimages/xw407-01.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #666666;
}

.newslist407 dd p {
    height: 72px;
    overflow: hidden;
    margin-bottom: 42px;
}

.newslist407 dl:hover h4 a {
    color: #1847bb;
}

@media (min-width: 768px) {
    .newslist407 dt {
        float: right;
        text-align: center;
    }

    .newslist407 dt a {
        display: inline-block;
        overflow: hidden;
    }

    .newslist407 dt img {
        height: 251px;
    }

    .newslist407 dd {
        padding: 0 30px 0 0;
    }

    .newslist407 dd h4 {
        font-size: 24px;
        margin: 0;
    }

    .newslist407 dd p {
        margin-bottom: 65px;
    }
}


/*工程列表*/
.projectList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.projectList li
{
    float: left;
    width: 31%;
    margin: 1%;
}

.projectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #f2f2f2;
}


.projectList li span
{
    display: block;
    padding: 20px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    position:relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
  text-overflow: ellipsis;
}
.projectList li:hover span
{
    background-color: #1847bb;
    color: #ffffff;
}
@media (max-width: 768px) 
{
    .projectList li
    {
        width: 48%;
    }
    
    .projectList li span
    {
        padding: 10px 0.5em;
        font-size: 14px;
    }
}



/*产品列表*/
.productList
{
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.productList li
{
    float: left;
    width: 31%;
    margin: 1%;
    background: #fff;
    position: relative;
}

.productList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
}


.productList li span
{
    display: block;
    padding: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-align: center;
}
.productList li .bgBtn
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(26,69,168,0.8);
    color: #fff;
    box-sizing: border-box;
    padding: 15% 8% 0;
        visibility: hidden;
}
.productList li .bgBtn small
{
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
}
.productList li .bgBtn i
{
    display: block;
    width: 56px;
    height: 56px;
    background-image: url(../Images/shizi.png);
    background-repeat: no-repeat;
    margin: 45% auto 0;
}
.productList li:hover .bgBtn
{
    visibility: visible;
}
@media (max-width: 768px) 
{
    .productList li
    {
        width: 48%;
    }
    
    .productList li span
    {
        padding: 10px 0.5em;
        font-size: 14px;
    }
}




/*工程列表*/
.caseList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.caseList li
{
    float: left;
    width: 31%;
    margin: 1%;
}

.caseList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #f2f2f2;
}


.caseList li span
{
    display: block;
    padding: 20px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    position:relative;
    z-index: 2;
}
.caseList li:hover span
{
    background-color: #1847bb;
    color: #ffffff;
}
@media (max-width: 768px) 
{
    .caseList li
    {
        width: 48%;
    }
    
    .caseList li span
    {
        padding: 10px 0.5em;
        font-size: 14px;
    }
}


/*联系我们*/
.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: #ec0000;
        color: #fff;
    }
}
