﻿/*内页公共部分*/

/*分页控件*/

.MvcPagerCtrl {
    font-family: 微软雅黑;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

.MvcPagerCtrl a {
    color: #ffffff;
    border: #0369b4 solid 1px;
    background-color: #0369b4;
    text-decoration: none;
    font-size: 16px;
    width: 49%;
    padding: 5px 20px;
}

.MvcPagerCtrl a:hover {
    color: rgb(0, 0, 0);
    border: 1px solid #0369b4;
    background-color: #0369b4;
}

/*分页控件结束*/

/*位置*/

.locationBox {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: solid #CCCCCC 1px;
    color: #666;
    margin-bottom: 20px;
}

.locationBox .innerTitle {
    float: left;
    font-size: 18px;
    position: relative;
}

.locationBox .innerTitle:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff0000;
    margin-bottom: -1px;
}

.locationBox .location {
    overflow: hidden;
    text-align: right;
    font-size: 13px;
}

.locationBox .location a {
    color: #666;
}

@media (max-width: 768px) 
{
     .locationBox .location
     {
         display: none;
     }
    .locationBox .location {
        padding-left: 10px;
    }
}

/*文章类型样式*/

.detail {
    padding-bottom: 20px;
}

.detail .prevAndNext a {
    color: #0369b4;
    font-size: 16px;
}

article .title {
    font-size: 40px;
    text-align: center;
    color: #0369b4;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

article .content {
    font-size: 16px;
}

article .content a
{
    color: #0369b4;
}

article .content h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SimSun;
    line-height: 25px;
    margin-top: 10px;
    font-size: 16px;
}

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;
}

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 h2 {
        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: #0369b4;
    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: #0369b4;
        width: 72px;
    }
    .relativeInfo ul {
        border: none;
    }
    
    .relativeInfo li
    {
        width: 50%;
    }
}

/*内页公共部分*/

/*关于我们*/

.modularTitle {
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #0369b4;
}

.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;
}

.contactQrCode 
{
    float: right;
    width: 230px;
    height: 230px;
    margin-top: -217px!important;
    margin-right: 200px!important;
}

.contact .companyName {
    font-size: 25px;
    font-weight: bold;
}

.contact .contactMap {
    height: 300px;
    width: 100%;
}

.contact .content {
}

.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;
    }
    .contactQrCode 
    {
        float: none;
        width: initial;
        height: initial;
        margin-top: 0px!important;
        margin-right: 0px!important;
    }
    .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: #0369b4;
        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: #0369b4;
    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;
    color: #999;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    float: right;
    margin-right: 15px;
    border: #999 solid 1px;
    margin-left: 15px;
}

.newsList .pubDate .year {
    border-bottom: #999 solid 1px;
    width: 58px;
    margin: 22px auto 0px auto;
}

.newsList ul {
    border-bottom: #dcdcdc solid 1px;
}

.newsList li {
    width: 100%;
    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 li a {
    display: block;
    margin-left: 20px;
    overflow: hidden;
}

.newsList .newsImg {
    display: block;
    width: 200px;
    height: 140px;
    float: left;
    border: #999 solid 1px;
    padding: 1px;
    margin-right: 15px;
}

.newsList .title {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList .summary {
    line-height: 25px;
    margin-top: 18px;
    color: #888;
    height: 75px;
    overflow: hidden;
}

@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 {
        margin-top: 5px;
        display: block;
        overflow: hidden;
    }
    .newsList .newsImg {
        width: 150px;
        height: 105px;
        margin-right: 10px;
    }
    .newsList .pubDate {
        display: none;
    }
    .newsList li a {
        display: inline;
        width: auto;
        float: none;
        margin-left: 0px;
    }
}

/*工程*/

.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 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.caseList ul {
    border-bottom: #dcdcdc solid 1px;
}

.caseList li {
    float: left;
    width: 31%;
    margin: 1%;
}

.caseList .imgBox {
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.caseList 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) {
    .caseList li {
        width: 48%;
    }
    .caseList li span {
        font-size: 14px;
    }
}

/*产品*/

.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: #0369b4;
}

.productList {
    margin-bottom: 20px;
}

.productList ul {
    border-bottom: #dcdcdc solid 1px;
}

.productList li {
    float: left;
    width: 31.3%;
    margin: 1%;
}

.productList .imgBox {
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.productList 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) {
    .prodctTypeList li {
        width: 50%;
    }
    .prodctTypeList li a {
        line-height: 40px;
        font-size: 16px;
    }
    .productList {
        margin-top: 0px;
    }
    .productList li {
        width: 48%;
    }
    .productList li span {
        font-size: 14px;
    }
}

/*产品详情*/

.productDetail {
    margin-top: 30px;
    margin-bottom: 20px;
}

.productDetail h1 {
    color: #0369b4;
    font-size: 30px;
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}

.productDetail .productImg {
    overflow: hidden;
    float: left;
    width: 58%;
}

.productDetail .productImg .imgBox {
    height: 100%;
    padding-bottom: 70%;
    text-align: center;
    overflow: hidden;
    background: #efefef;
}

.productDetail .productImg img {
    max-height: 100%;
    max-width: 100%;
    display: inline;
}

.productDetail .productParameter {
    width: 40%;
    float: right;
}

.productDetail .productParameter .paraName {
    color: #0369b4;
    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: #0369b4;
    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: #0369b4;
    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 a
{
    color: #0369b4;
}

.productDetailInfo .content h2
{
    line-height: 25px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.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: #0369b4;
    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: #0369b4;
    font-weight: bold;
    border: #e5e5e5 solid 1px;
    padding: 15px 10px;
    white-space: normal;
}

.praiseInfo .evaluation {
    color: #0369b4;
    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: #0369b4;
        width: 72px;
    }
    .productDetailInfo ul {
        border: none;
    }
    .productDetailInfo li {
        width: 100%;
    }
    .productDetailInfo .content p {
        font-size: 15px;
    }
    
    .productDetailInfo .content h2
    {
        font-size: 15px;
    }
    
    .praiseInfo {
        margin-top: 30px;
    }
    .praiseInfo .titleBar {
        line-height: 30px;
    }
    .praiseInfo .titleBar span {
        font-size: 18px;
        padding: 0px 20px;
        background: #0369b4;
        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;
    }
}

/*侧导航*/

.innerMain {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.innerContent {
    overflow: hidden;
    background-color: #fff;
    padding: 15px;
}

.innerSide {
    float: left;
    margin-right: 30px;
}

.side-box {
    width: 240px;
    border: solid #0369b4 4px;
    background-color: #FFFFFF;
}

.side-title {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #0369b4;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.side-list ul {
    padding: 10px;
}

.side-list ul li {
    margin-bottom: 10px;
}

.side-list ul li > a:hover,
.side-list ul li.on > a {
    color: #ff3b0e;
    background-image: url(../Images/lefticon2.png);
}
.side-list ul li:last-child {
    margin-bottom: 0;
}

.side-list ul li > a {
    display: block;
    padding: 7px 10px 7px 25px;
    background: url(../Images/lefticon.png) no-repeat left 5px center / 1em 1em;
        border-bottom: 1px dashed #d0d0d0;
}

.side-list ul li .level2 
{
    padding-left: 25px;
    margin-top: 5px;
}
.side-list ul li .level2 a
{
    display: block;
    font-size: 13px;
    line-height: 2em;
    color: #333;
}

.side-list ul li .level2 a:before
{
    content: "—";
    margin-right: 5px;
}
.side-list ul li .level2 a:hover
{
    color: #ff3b0e;
}
.side-list ul li .level2 a:hover,
.side-list ul li .level2 a.on {
    color: #ff3b0e;
}
.side-product ul {
    padding: 10px;
}

.side-product li {
    margin: 5px 0;
}

.side-product li .imgBox {
    padding-bottom: 80%;
}

.side-product li span {
    color: #666;
    text-align: center;
    display: block;
}
.side-news ul {
    padding: 10px;
}

.side-news li {
    margin: 5px 0;
}
.side-news li:before {
    content: "●";
}
.side-news li a{
} 

@media (max-width: 768px) 
{
    .innerContent
    {
        padding-top: 0;
    }
    .innerMain
    {
        padding-top: 15px;
        background-color: transparent;
    }
    .innerSide 
    {
        float: none;
        width: 100%;
    }
    .side-news-box
    {
        display: none;
    }
    .side-box
    {
        width: 100%;
        border: none;
    }
    .side-box .side-title
    {
        display: none;
    }
    .side-list ul
    {
        text-align: center;
        padding: 0;
    }
    .side-list ul li
    {
        float: none;
        background-image: none !important;
        background-color: transparent;
        display: inline-block;
        border: 1px solid #0369b4;
        border-radius: 5px;
    }
    .side-list ul li a
    {
        padding: 0.3em 1em;
        color: #000;
        border-bottom: none;
        background-image: none !important;
    }
    .side-list ul li.on
    {
        background-color: #0369b4;
    }
    .side-list ul li.on > a
    {
        color: #fff;
    }
    
    .side-mBox
    {
        line-height: 45px;
        position: relative;
        overflow: visible;
    }
    .side-mBox .side-title
    {
        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;
        height: 45px;
        line-height: 45px;
        background-color: #fff;
        color: #0369b4;
        border-bottom: 1px solid #dcdcdc;
    }
    .side-mBox .side-title i {
        display: block;
        position: absolute;
        right: .15rem;
        top: 0;
        padding: 0 .4rem 0 10px;
        color: #b80000;
        border-left: 1px solid #e6d8d8;
        font-size: 16px;
        width: 20px;
        height: 100%;
        background: url(../Images/arrow-down.png) no-repeat center center / 20px auto;
    }
    .side-mBox .side-list
    {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        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: 3;
    }
    .side-mBox .side-list ul li
    {
        border: none;
        border-bottom: 1px solid #0369b4;
        display: block;
        text-align: left;
        padding-bottom: 10px;
    }
    .side-mBox .side-list ul li.on
    {
        background: none;
    }

    .side-mBox .side-list ul li > a
    {
        padding: 0;
        line-height: 1.4em;
        text-align: center;
        font-weight: bold;
    }
    .side-mBox .side-list ul li.on > a
    {
        color: #ff3b0e;
    }
    .side-mBox .side-list ul li .level2
    {
        padding-left: 0;
        line-height: 25px;
    }
    .side-mBox .side-list ul li .level2 a
    {
        display: inline-block;
        padding: 0 5px;
        line-height: 1.4em;
        
    }
    .side-mBox .side-list ul li .level2 a:before
    {
        display: none;
    }
}
/*侧导航end*/