﻿/*内页公共部分*/
/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: #eaa521 solid 1px;
    background-color: #eaa521;
    text-decoration: none;
	font-size: 16px;
	width: 49%;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
	color: rgb(0, 0, 0);
	border: 1px solid #eaa521;
    background-color: #eaa521;
}
/*分页控件结束*/

/*位置*/
.locationBox
{
    height: 50px;
    background: #ebebeb;
    line-height: 50px;
    font-size: 18px;
}

.locationBox .location > span
{
    border-left: #eaa521 solid 4px;
    padding-left: 5px;
}

@media (max-width: 768px)
{
    .locationBox .location
    {
        padding-left: 10px;
    }
}

/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}

.detail .prevAndNext a
{
    color: #eaa521;
    font-size: 16px;
}

article .title
{
    font-size: 40px;
    text-align: center;
    color: #eaa521;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

article .content
{
    font-size: 16px;
}

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;
}

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: #eaa521;
    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: #eaa521;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 100%;
    }
}

/*内页公共部分*/


/*联系我们*/
.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: #eaa521;
        color: #fff;
    }
}

/*售后服务-服务流程*/
.customizedBox .content li{
    display: table;
    width: 100%;
}
.customizedBox .content li .text,
.customizedBox .content li .image{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.customizedBox .content li .text{
    padding-left: 4%;
    padding-right: 4%;
    color: #444440;
}
.customizedBox .content li .image img{
    max-width: 100%;
    max-height: 100%;
}
.customizedBox .content li .text .textTitle{
    font-size: 24px;
}
.customizedBox .content li .text .textTitle:after{
    content: "";
    display: block;
    width: 2em;
    height: 4px;
    background-color: #f1ba1f;
    margin-top: 0.5em;
}
.customizedBox .content li .text .textDescribe{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0.5em;
}
.customizedBox .content li .text .textReflect{
    font-size: 14px;
    margin-top: 2em;
}
.customizedBox .content li .text .textReflect span{
    display: block;
}
.customizedBox .content li .text .textReflect span i{
    font-style: normal;
    font-weight: bold;
}
.customizedBox .content li .text .textReflect span i:after{
    content: "——";
}
@media (max-width: 768px)
{
    .customizedBox .content li .text{
        padding: 2%;
    }
    .customizedBox .content li .text .textTitle{
        font-size: 16px;
    }
    .customizedBox .content li .text .textDescribe{
        display: none;
    }
    .customizedBox .content li .text .textReflect{
        font-size: 12px;
        margin-top: 1em;
    }
    .customizedBox .content li .image{
        position: relative;
        overflow: hidden;
    }
    .customizedBox .content li .image img{
        position: absolute;
        height: 100%;
        width: auto;
        max-width: none;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .customizedBox .content li .text .textReflect span i{
        display: none;
    }
}

/* 售后服务-购物流程 */

.buyBox {
    background: #bfbfbf;
    overflow: hidden;
    padding-bottom: 4%;
    margin-top: 6%;
}

.buyBox .list li {
    float: left;
    width: 20%;
}

.buyBox .list li .imgBox {
    width: 60%;
    padding-bottom: 60%;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.buyBox .list li span {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 1em;
}
.buyBox .list li p{
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    width: 85%;
    margin: 1em auto 0;
}
@media (max-width: 768px) {
    .buyBox .list{
        text-align: center;
        padding-top: 4%;
    }
    .buyBox .list li{
        float: none;
        width: 30%;
        display: inline-block;
        margin-bottom: 10px;
    }
     .buyBox .list li span{
         font-size: 12px;
     }
     .buyBox .list li p{
         display: none;
     }
}

/*售后服务-购物流程 end*/
/*售后服务-售后服务*/
.saleBox .content img{
    max-width: 100%;
    margin: 0 auto;
}
.saleBox .content ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.saleBox .content ul{
    margin-top: 2%;
}
.saleBox .content ul li span{
    color: #4c4c4b;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 0.4em;
}
.saleBox .content ul li i{
    font-size: 16px;
    color: #4c4c4b;
    display: block;
    font-style: normal;
    margin-bottom: 0.2em;
}
@media (max-width: 768px) {
    .saleBox .content ul li span{
        font-size: 12px;
    }
    .saleBox .content ul li i{
        display: none;
    }
}
/*售后服务-售后服务 end*/


/*新闻列表*/
.newsList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsList span
{
    display: block;
}

.newsList .pubDate
{
    width: 110px;
    height: 110px;
    background: #000;
    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 li {
    width: 32%;
    margin: 1.5% .5% 1.5% .5%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.projectList li .imgBox {
    width: 100%;
    padding-bottom: 71.2%;
    overflow: hidden;
}

.projectList li .imgBox img {
    width: 100%;
    height: 100%;
}

.projectList li span {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 3em;
    line-height: 3em;
    font-size: 14px;
    padding: 0 1em;
    background-color: #dadada;
    box-sizing: border-box;
    color: #333;
}
.projectList li:hover{
    box-shadow: 0 0 10px 2px #d9d6d6;
}
.projectList li:hover span {
    background-color: #fff;
    
}

@media (max-width: 768px) {
    .projectList li {
        width: 48%;
        margin: 0 1% 2% 1%;
    }
    .projectList li span {
        height: 30px;
        line-height: 30px;
    }
}


/*产品*/

.productList li {
    width: 32%;
    margin: 1.5% .5% 1.5% .5%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.productList li .imgBox {
    width: 100%;
    padding-bottom: 78%;
    overflow: hidden;
}

.productList li .imgBox img {
    width: 100%;
    height: 100%;
}

.productList li span {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 3em;
    line-height: 3em;
    font-size: 14px;
    padding: 0 1em;
    background-color: #dadada;
    box-sizing: border-box;
    color: #333;
}
.productList li:hover{
    box-shadow: 0 0 10px 2px #d9d6d6;
}
.productList li:hover span {
    background-color: #fff;
    
}

@media (max-width: 768px) {
    .productList li {
        width: 48%;
        margin: 0 1% 2% 1%;
    }
    .productList li span {
        height: 30px;
        line-height: 30px;
    }
}

/*产品详情*/
.productDetail
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productDetail h1
{
    color: #eaa521;
    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: #eaa521;
    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: #eaa521;
    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: #eaa521;
    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 .productImg img
    {
        width: 100%;
        position: relative;
    }
    
    .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: #eaa521;
        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: #eaa521;
        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;
    }
}


/* 内页子栏目 */
.innerTypeList{
    text-align: center;
    border-bottom: 1px solid #080403;
    padding: 1% 0;
    margin-bottom: 3%;
}
.innerTypeList li{
    display: inline-block;
    margin: 0 0.4em;
}
 .innerTypeList .t 
 {
     display: none;
     }
.innerTypeList li a{
    display: block;
    padding: 0.7em;
}
.innerTypeList li.on a
{
    color: #eaa521;
    }

@media (max-width: 768px) 
{
    .innerTypeList
    {
        line-height: 40px;
        position: relative;
        overflow: visible;
        border-bottom: 1px solid #dcdcdc;
    }
    .innerTypeList .t {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        font-size: 18px;
    }
    .innerTypeList .t span {
        font-size: 18px;
    }
    .innerTypeList .t i {
        display: block;
        position: absolute;
        right: .15rem;
        height: 100%;
        top: 0;
        padding: 0 .4rem 0 10px;
        color: #00479d;
        border-left: 1px solid #e6d8d8;
        font-size: 16px;
        font-style: normal;
    }
    .innerTypeList .t i:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 100%;
        vertical-align: middle;
        background: url(../Images/arrow-down.png) no-repeat center center / contain;
        margin-left: 10px;
    }
    .innerTypeList > ul {
        display: none;
        position: absolute;
        top: 100%;
        margin-top: 1px;
        width: 100%;
        background-color: #fff;
        padding: 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #dcdcdc;
        z-index: 2;
        line-height: 20px;
    }
}

.aboutBox{
    background: url("../Images/aboutBg.jpg") no-repeat center bottom / contain;
}

/*关于我们-公司介绍*/
.about .text{
    float: left;
    width:  50%;
}
.about .image{
    float: right;
    width:  50%;
}
.about .image img{
    width: 100%;
}
.about .text .imgTitle img{
    max-width: 100%;
}
.about .text .content{
    font-size: 16px;
    color: #4c4c4b;
    line-height: 1.8em;
    padding: 0 1em;
    height: 14.4em;
    overflow: hidden;
}

.about .text .content p{
    text-indent: 2em;
}
@media (max-width: 768px) {
    .about .text,
    .about .image{
        float: none;
        width: 100%;
    }
    .about .text .content{
        font-size: 14px;
    	height: auto;
    }
}
/*关于我们-公司介绍end*/


/*关于我们-设计师*/
.designer{
    background-color: #262626;
    color: #fff;
    margin-top: 15px;
}
.designer .text{
    float: right;
    width:  50%;
}
.designer .image{
    float: left;
    width:  50%;
}
.designer .image img{
    width: 100%;
}
.designer .text{
    padding: 5% 5% 0;

}
.designer .text .imgTitle img{
    max-width: 100%;
}
.designer .text .content{
    font-size: 16px;
    line-height: 1.8em;
    overflow: hidden;
    margin-top: 10%;
}
.designer .text .textTitle{
    font-size: 24px;
    color: #efba25;
    text-align: center;
}
.designer .text .content p{
    text-indent: 2em;
    margin-bottom: 2em;
}

@media (max-width: 768px) {
    .designer .text,
    .designer .image{
        float: none;
        width: 100%;
    }
    .designer .text .textTitle{
        font-size: 20px;
    }
    .designer .text .content{
        font-size: 14px;
    }
}
/*关于我们-设计师end*/


/*关于我们-企业文文化*/
.culture{
    padding-top: 4%;
    padding-bottom: 4%;
}
.culture .content{
    text-align: center;
    font-size: 20px;
}
.culture .content span{
    display: block;
}
.culture .content p{
    margin-bottom: 1em;
}

@media (max-width: 768px) {
    .culture .content{
        font-size: 14px;
    }
}
/*关于我们-企业文文化end*/

/*关于我们-团队风采*/

.partner li {
    width: 32%;
    margin: 1.5% .5% 1.5% .5%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.partner li .imgBox {
    width: 100%;
    padding-bottom: 72%;
    overflow: hidden;
}

.partner li .imgBox img {
    width: 100%;
    height: 100%;
}

.partner li span {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 3em;
    line-height: 3em;
    font-size: 14px;
    padding: 0 1em;
    background-color: #dadada;
    box-sizing: border-box;
    color: #333;
}
.partner li:hover{
    box-shadow: 0 0 10px 2px #d9d6d6;
}
.partner li:hover span {
    background-color: #fff;
}

@media (max-width: 768px) {
    .partner li:nth-child(n+3) {
        display: none;
    }
    .partner li {
        width: 48%;
        margin: 0 1% 2% 1%;
    }
    .partner li span {
        height: 30px;
        line-height: 30px;
    }
}
/*关于我们-团队风采end*/

/* joinTitle */
.joinTitle{
    font-size: 36px;
    padding-left: 2em;
    margin-bottom: 4%;
}
.joinTitle span{
    border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
    .joinTitle{
        font-size: 20px;
    }
}
/* joinTitle end */
.joinCondition{
    margin-top: 6%;
    margin-bottom: 5%;
}
.joinCondition ul{
    margin-left: 72px;
}
.joinCondition li{
    font-size: 22px;
    margin-bottom: 1em;
    line-height: 1.4em;
}
.joinCondition li span{
    border-radius: 50%;
    background-color: #f1ba1f;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    text-align: center;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .joinCondition ul{
        margin-left: 15px;
        margin-right: 15px;
    }
    .joinCondition li{
        font-size: 14px;
    }
}
.rocessBox{
    margin-top: 6%;
}

.projectBox{
    margin-top: 6%;
    margin-bottom: 6%;
}