﻿/*内页公共部分*/

/*分页控件*/

.MvcPagerCtrl {
    font-family: 微软雅黑;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

.MvcPagerCtrl a {
    color: #ffffff;
    border: #38b549 solid 1px;
    background-color: #38b549;
    text-decoration: none;
    font-size: 16px;
    width: 49%;
    padding: 5px 20px;
    display: inline-block;
}

.MvcPagerCtrl a:hover {
    color: rgb(0, 0, 0);
    border: 1px solid #38b549;
    background-color: #38b549;
}

/*分页控件结束*/

/*banner*/

.bannerBox {
    width: 100%;
    height: 463px;
    background-repeat: no-repeat;
    background-position: center;
}

.bannerBox img {
    display: none;
}

@media (max-width: 768px) {
    .bannerBox {
        height: initial;
        background: none;
    }
    .bannerBox img {
        display: block;
        width: 100%;
    }
}

/*位置*/

.locationBox {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d6d6d6;
}

.locationBox .location {
    float: left;
}

.locationBox .location>span {
    padding-left: 5px;
    color: #777;
    padding-left: 30px;
    background: url("../images/home-icon.png") no-repeat left center;
}

.locationBox .location a {
    color: #777;
}

.locationBox .innerNav {
    float: right;
}

.innerNav .navTitle {
    display: none;
}

.innerNav .navList li {
    float: left;
    margin-left: 60px;
    position: relative;
}

.innerNav .navList li a {
    display: block;
}

.innerNav .navList li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #38b549;
    left: 0;
    bottom: 0;
    display: none;
}

.innerNav .navList li.on a {
    color: #38b549;
}

.innerNav .navList li.on:after {
    display: block;
}

@media (max-width: 768px) {
    .locationBox {
        height: auto;
        border-bottom: none;
        padding-bottom: 3%;
    }
    .locationBox .location {
        padding-left: 10px;
        float: none;
        border-bottom: 1px solid #d6d6d6;
    }
    .locationBox .innerNav {
        float: none;
        text-align: center;
    }
    .innerNav .navList li {
        float: none;
        display: inline-block;
        margin: 0 2%;
        line-height: 2em;
    }
}

/*文章类型样式*/

.detail {
    padding-bottom: 20px;
}

.detail .prevAndNext a {
    color: #38b549;
    font-size: 16px;
}

article .title,
.innerTitle {
    font-size: 28px;
    text-align: center;
    color: #38b549;
    margin-top: 50px;
    margin-bottom: 20px;
}

article .content {
    font-size: 16px;
}

article .content h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SimSun;
}

article .content p {
    text-indent: 2em;
    color: #444444;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 34px;
}

article .content img {
    max-width: 100%;
    margin: 0 auto;
}

article .infos {
    line-height: 33px;
    margin-top: 1.6%;
    color: #777;
    font-size: 12px;
    background-color: #e9e9e9;
    text-align: center;
    margin-bottom: 3%;
}

article .infos a {
    color: #777;
}

article .infos a:hover {
    color: #38b549;
}

@media (max-width: 768px) {
    .detail .prevAndNext a {
        font-size: 15px;
    }
    .detail .prevAndNext span {
        display: block;
        padding: 10px;
    }
    article .infos span {
        display: block;
    }
    article .title,
    .innerTitle {
        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;
    margin-top: 4%;
}

.relativeInfo .titleBar {
    line-height: 40px;
    background: #909090;
}

.relativeInfo .titleBar span {
    display: block;
    font-size: 24px;
    padding: 0px 20px;
    background: #38b549;
    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: #38b549;
        width: 72px;
    }
    .relativeInfo ul {
        border: none;
    }
    .relativeInfo li {
        width: 100%;
    }
}

/*内页公共部分*/

/*关于我们*/

.modularTitle {
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #38b549;
}

.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: #38b549;
        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: #38b549;
    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 li {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 2.4% 0;
    border-bottom: 1px dashed #cdcdcd;
}

.newsList li .pubDate {
    display: block;
    float: left;
    width: 15%;
    padding: 50px 2.5% 50px 2.5%;
    text-align: center;
    font-size: 0;
}

.newsList li .pubDate .day {
    display: block;
    font-size: 31px;
    color: #454545;
    font-weight: bold;
    line-height: 1;
}

.newsList li .pubDate .line {
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: #d9d9d9;
    margin: 16px 0;
}

.newsList li .pubDate .year-month {
    display: block;
    font-size: 12px;
    color: #838383;
}

.newsList li .pic {
    display: block;
    float: left;
    margin-right: 3.4%;
    width: 300px;
}

.newsList li .pic .imgBox {
    width: 100%;
    padding-bottom: 60%;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.newsList li .content {
    overflow: hidden;
}

.newsList li .content .title {
    display: block;
}

.newsList li .content .summary {
    display: block;
    line-height: 22px;
    color: #6e6e6e;
    font-size: 13px;
    margin-top: 15px;
    height: 44px;
    overflow: hidden;
}

.newsList li .content .more {
    display: block;
    width: 146px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #545454;
    border: 1px solid #9b9b9b;
    margin-top: 30px;
}

.newsList li .content .more:hover {
    color: #fff;
    background-color: #7a7a7a;
}

@media (max-width: 768px) {
    .newsList {
        padding: 0 10px;
    }
    .newsList li .pubDate {
        display: none;
    }
    .newsList li .pic {
        width: 150px;
    }
    .newsList li .content .title {
        white-space: normal;
    }
    .newsList li .content .summary {
        display: none;
        min-height: 44px;
    }
    .newsList li .content .more {
        width: 6em;
        height: 1.2em;
        text-align: center;
        line-height: 1.2em;
        color: #545454;
        border: 1px solid #9b9b9b;
    }
}

/*工程*/

.projectList {
    margin-top: 20px;
    margin-bottom: 20px;
}

.projectList li {
    width: 33.3%;
    float: left;
    padding: 0 14px;
    margin-bottom: 20px;
    text-align: center;
}

.productList ul {
    border-bottom: #dcdcdc solid 1px;
    margin: 0 -14px;
}

.projectList .imgBox {
    width: 100%;
    padding-bottom: 75%;
    background: #efefef;
}

.projectList .textBg {
    height: 30px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    z-index: 2;
    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;
    background: rgba(0, 0, 0, .4);
}

@media (max-width: 768px) {
    .projectList ul {
        margin: 0;
    }
    .projectList li {
        width: 50%;
    }
    .projectList li a {
        font-size: 15px;
    }
}

/*caselist*/

.caseList {
    margin-top: 20px;
    margin-bottom: 20px;
}

.caseList li {
    width: 33.3%;
    float: left;
    padding: 0 14px;
    margin-bottom: 20px;
    text-align: center;
}

.caseList ul {
    margin: 0 -14px;
}

.caseList .imgBox {
    width: 100%;
    padding-bottom: 75%;
    background: #efefef;
}

.caseList .textBg {
    height: 30px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    z-index: 2;
    width: 100%;
    margin-top: -30px;
}

.caseList li a {
    font-size: 18px;
    color: #fff;
}

.caseList li span {
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: -30px;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, .4);
}

@media (max-width: 768px) {
    .caseList ul {
        margin: 0;
    }
    .caseList li {
        width: 50%;
    }
    .caseList 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: #38b549;
}

.productList {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.productList ul {
    border-bottom: #dcdcdc solid 1px;
    margin: 0 -14px;
}

.productList li {
    float: left;
    width: 33.3%;
    padding: 0 14px;
    margin-bottom: 20px;
    text-align: center;
}

.productList .imgBox {
    width: 100%;
    padding-bottom: 75%;
    background: #efefef;
}

.productList .imgBox img {
    max-width: 100%;
    max-height: 100%;
}

.productList .textBg {
    height: 30px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    z-index: 2;
    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: -30px;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, .4);
}

@media (max-width: 768px) {
    .prodctTypeList li {
        width: 50%;
    }
    .prodctTypeList li a {
        line-height: 40px;
        font-size: 16px;
    }
    .productList {
        margin-top: 0px;
    }
    .productList li {
        width: 50%;
    }
    .productList ul {
        margin: 0;
    }
    .productList li a {
        font-size: 15px;
    }
}

/*产品详情*/

.productDetail {
    margin-top: 30px;
    margin-bottom: 20px;
}

.productDetail h1 {
    color: #38b549;
    font-size: 26px;
    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 {
    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: 5px 10px;
    background: #ed0000;
    text-align: center;
    color: #fff;
}

.productDetail .productDetailInfo {
    margin-top: 50px;
}

.productDetailInfo .titleBar {
    line-height: 40px;
    background: #909090;
}

.productDetailInfo .titleBar span {
    display: block;
    font-size: 24px;
    padding: 0px 20px;
    background: #38b549;
    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: #38b549;
    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%;
    }
    .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: #38b549;
        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: #38b549;
        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;
    }
}