﻿/*内页公共部分*/
/*分页控件*/
.totalCount
{
    text-align: center; 
    color: #888;
    margin: 10px 0px;
}
.MvcPagerCtrl {
    font-family: 微软雅黑;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
    color: #3399cc;
}

.MvcPagerCtrl a {
    overflow: hidden;
    height: 26px;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    padding: 5px 15px;
    font-size: 16px;
    color: #888;
    border: 1px solid #F0F0F0;
}

.MvcPagerCtrl a:hover {
    color: #fff;
    border: 1px solid #3399cc;
    background-color: #3399cc;
}

/*分页控件结束*/


.innerContent {
    padding: 50px 35px;
    min-height: 400px;
}

.innerContent .containLeft {
    overflow: hidden;
}

.innerContent .contentSide {
    float: right;
    width: 25%;
    padding-left: 40px;
    z-index: 65 !important;
}

@media (max-width: 768px) {
    .innerContent {
        padding: 20px 10px;
    }

    .innerContent .contentSide {
        float: none !important;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/*位置*/
.locationBox {
    background: #3399cc;
    color: #fff;
    padding: 25px 20px;
}

.locationBox .location {
    font-size: 16px;
    padding-left: 1.4em;
    background: url("../Images/home.png") no-repeat 0 center / auto 1em;
}

.locationTitle {
    font-size: 30px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .locationBox {
        padding: 10px 15px;
    }

    .locationBox .location {
        font-size: 12px;
    }

    .locationTitle {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

/*文章类型样式*/
.detail {
    padding-bottom: 20px;
}

.detail .prevAndNext a {
    color: #3399cc;
    font-size: 16px;
}

article .title {
    font-size: 25px;
    text-align: center;
    color: #3399cc;
    font-weight: bold;
    margin-bottom: 30px;
}

article .content {
    font-size: 16px;
    color: #010101;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

article .content video {
    width: 800px;
    max-width: 100%;
    height: 460px;
    display: block;
    margin: 0 auto;
    background: #000;
}

article .content h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SimSun;
}

article .content p {
    text-indent: 2em;
}

article .content h3 {
    font-size: 18px;
    border-left: 4px #3399cc solid;
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px !important;
    padding: 0 0 0 15px !important;
}

article .content h4 {
    font-size: 16px;
    border-left: 4px #999999 solid;
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px !important;
    padding: 0 0 0 15px !important;
}

article .content img {
    max-width: 100%;
    margin: 0 auto;
}

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;
    }

    article .content video {
        height: 50vw;
    }
}

/*相关推荐*/
.relativeInfo {
    margin-top: 20px;
    border: 1px solid #e9e9e9;
}

.relativeInfo .titleBar {
    font-size: 24px;
    color: #838383;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 10px 0;
}

.relativeInfo .titleBar span {
    border-left: 3px solid #3399cc;
    padding-left: 15px;
}

.relativeInfo .relativeList {
    padding: 20px;
    list-style-type: circle;
    list-style-position: inside;
}

.relativeInfo .relativeList li {
    width: 44%;
    line-height: 40px;
    font-size: 14px;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.relativeInfo .relativeList li a
{
     color: #666666;
}

.relativeInfo .relativeList li a:visited
{
    color: #666666;
}

.relativeInfo .relativeList li a:hover
{
    color: #3399cc;
}

.relativeInfo .productList li{
    width: 31%;
}

@media (max-width: 768px) {
    .relativeInfo .titleBar {
        line-height: 30px;
    }

    .relativeInfo .titleBar span {
        font-size: 18px;
        padding: 0px 20px;
        width: 72px;
    }

    .relativeInfo ul {
        border: none;
    }

    .relativeInfo li {
        width: 100%;
        padding: 0;
    }
    .relativeInfo .productList li{
        width: 48%;
    }

    .relativeInfo .relativeList li
    {
        width: 100%;
    }

    .relativeInfo .relativeList
    {
        padding: 0px;
    }
}

/*内页公共部分*/

/*关于我们*/
.modularTitle {
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #3399cc;
}

.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;
    }
}


/*关于我们*/

/*联系我们*/
.contact {
    margin-bottom: 20px;
}

.contact .contactTel .text {
    float: left;
}

.contact .contactTel .code {
    float: right;
}

.contact .contactTel .companyName {
    font-size: 36px;
    font-weight: bold;
    color: #2f2f2f;
    margin-bottom: 20px;
}

.contact .contactTel p {
    color: #2f2f2f;
    font-size: 20px;
    line-height: 1.8;
}

.contact .contactMap {
    height: 300px;
    width: 700px;
    float: right;
}

.contact .content {
    margin-top: 40px;
}

.contact .content p {
    text-indent: 0em;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.8;
}

.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 {
        width: 100%;
    }

    .contact .navigation {
        display: block;
    }

    .contact .navigation {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #3399cc;
        color: #fff;
    }

    .contact .contactTel .companyName{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .contact .contactTel p{
        font-size: 15px;
    }
    .contact .contactTel .code{
        float: none;
    }
}

/*售后服务*/
.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: #3399cc;
    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 li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #eeeeee;
}

.newsList .pubDate {
    float: left;
    border: 1px solid #e6e6e6;
    -moz-box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
    width: 50px;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
    display: block;
    color: #666;
}

.newsList .pubDate .day {
    display: block;
    font-size: 30px;
    line-height: 50px;
    border: 1px solid #fff;
    background-color: #eeeeee;
}

.newsList .pubDate .yearMonth {
    display: block;
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
    background: rgba(255, 255, 255, 0.9);
    line-height: 28px;
}

.newsList .info {
    overflow: hidden;
}

.newsList .info .title {
    font-size: 20px;
    padding: 0 0 20px 0;
    margin: 12px 0 0;
    line-height: 120%;
    display: inline-block;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #eee;
}

.newsList .info .publisher {
    font-size: 12px;
    color: #afafaf;
    padding: 4px 0;
}

.newsList .info .summary {
    font-size: 12px;
    color: #666666;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.8;
}

.newsList .info .summary .more {
    color: #3399cc;
}

@media (max-width: 768px) {
    .newsList .info .title{
        font-size: 18px;
        margin-top: 0;
        padding-bottom: 10px;
    }
}

/*工程*/
.projectList {
    margin-top: 20px;
    margin-bottom: 20px;
}

.projectList ul {
    border-bottom: #dcdcdc solid 1px;
}

.projectList li {
    float: left;
    width: 31%;
    margin: 1%;
}

.projectList .imgBox {
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}


.projectList li span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, .6);
}

@media (max-width: 768px) {
    .projectList li {
        width: 48%;
    }

    .projectList li span {
        font-size: 14px;
    }
}


/*case*/


.caseList li {
    float: left;
    width: 31%;
    margin: 1%;
}

.caseList .imgBox {
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}


.caseList li span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    background-color: #e9e9e9;
}

@media (max-width: 768px) {
    .caseList li {
        width: 48% !important;
    }

    .caseList li span {
        font-size: 14px;
    }
}

/*产品*/
.productBox .pbTitle {
    position: relative;
    font-size: 20px;
    color: #696969;
    margin-bottom: 30px;
}

.productBox .pbTitle:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    top: 50%;
    left: 0;
}

.productBox .pbTitle span {
    position: relative;
    padding-left: 1.4em;
    padding-right: 10px;
    background: #fff url("../Images/icon_p.png") no-repeat 0 center / 1em 1em;
    z-index: 1;
}

.productListBox {
    border: 1px solid #e9e9e9;
}

.productListBox .type {
    background-color: #e9e9e9;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}

.productListBox .type li {
    padding: 0 2.1em;
    float: left;
    margin-bottom: 10px;
}

.productListBox .type li::before {
    content: "☆";
}

.productListBox .type li.on {
    background-color: #fff;
    color: #3399cc;
}

.productList {
    margin-top: 30px;
    margin-bottom: 20px;
}

.productList li {
    float: left;
    width: 23%;
    margin: 1%;
}

.productList .imgBox {
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}


.productList li span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    background-color: #e9e9e9;
}

@media (max-width: 768px) {

    .productList {
        margin-top: 15px;
    }

    .productList li {
        width: 48%;
    }

    .productList li span {
        font-size: 14px;
    }

    .productBox .pbTitle {
        font-size: 18px;
    }

    .productListBox .type {
        height: auto;
        line-height: 3em;
        font-size: 14px;
        background-color: #fff;
    }

    .productListBox .type li {
        float: none;
        border-bottom: 1px solid #e9e9e9;
    }
}

/*产品详情*/
.productDetail .pdHeader{
    margin-bottom: 26px;
}
.productDetail .pdHeader .btn{
    background-color: #3399cc;
    color: #fff;
    float: right;
    font-size: 20px;
    height: 2.5em;
    line-height: 2.5em;
    display: inline-block;
}
.productDetail .pdHeader .btn a{
    display: block;
    padding-left: 2em;
    padding-right: 0.5em;
    background: url("../Images/icon-e.png") no-repeat 0.5em center / auto 1em;
    color: #fff;
}
.productDetail .pdHeader h1{
    font-size: 20px;
    color: #3399cc;
    padding-left: 10px;
    border-left: 6px solid #3399cc;
    line-height: 1;
    text-align: left;
}
.productDetail .pdInfo .imgBox{
    width: 320px;
    height: 250px;
    border: 1px solid #e9e9e9;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.productDetail .pdInfo .paraBox
{
    width: 420px;
    height: 250px;
    float: right;
    overflow: hidden;
}

.productDetail .pdInfo .paraBox li
{
    margin-bottom: 20px;
    font-size: 14px;
}

.productDetail .pdInfo .paraBox li:first-child a
{
    color: #3399cc;
}

.productDetail .pdInfo .text{
    font-size: 14px;
    color: #696969;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .productDetail .pdHeader {
        text-align: center;
    }
    .productDetail .pdHeader .btn{
        float: none;
        margin-bottom: 30px;
    }
    .productDetail .pdInfo .imgBox{
        float: none;
        width: 100%;
        height: 60vw;
        margin-bottom: 20px;
    }
    
    .productDetail .pdInfo .paraBox
    {
        width: 100%;
        height: initial;
    }

    .productDetail .pdInfo .text img
    {
        max-width: 100%;
    }

    .productDetail .pdInfo .text table
    {
        max-width: 100%;
        width: 100%;
    }
}


/*侧栏*/
.sideBox {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.sideBox .sideTitle {
    font-size: 17px;
    color: #838383;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 10px 0;
}

.sideBox .sideTitle span {
    border-left: 3px solid #3399cc;
    padding-left: 15px;
}

.sideNavList {
    padding: 10px 30px;
}

.sideNavList .productLevel1
{
    font-weight: bold;
}

.sideNavList li {
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    color: #696969;
    line-height: 2.5em;
}

.sideNavList li a{
    display: block;
}

.sideNavList li:last-child {
    border-bottom: 0;
}

.sideNavList .level2 li{
    text-indent: 1em;
    color: #777;
}
.sideNavMore{
    width: 100%;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    line-height: 1;
    color: #666;
    display: none;
}
.sideNavMore:after{
    content: "︾";
    display: block;
}
.sideProduct {
    overflow: hidden;
    width: 90%;
    margin: 5% auto;
}

.sideProductList li .imgBox {
    padding-bottom: 80%;
    border: 1px solid #e9e9e9;
}

.sideProductList li span {
    display: block;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    background-color: #e9e9e9;
    color: #333333;
    font-size: 16px;
}

.sideContact {
    padding: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

@media (max-width: 768px) {

    .sideBox.pc {
        display: none;
    }

    .sideBox .sideTitle{
        font-size: 20px;
        padding: 8px 0;
    }
    .sideNavList{
        padding: 6px 15px;
    }
    .sideNavList li{
        font-size: 15px;
    }
    .sideNavList .level2{
        display: none;
    }
    .sideNavMore{
        display: block;
    }
}

/*侧栏end*/