﻿/* 内页banner */

.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 31.25%;
}

/* 内容页样式 */
.contentMain {
    margin-top: 60px;
}

.innerSide {
    float: left;
    width: 260px;
    margin-right: 50px;
}

.innerContent {
    min-height: 300px;
    overflow: hidden;
}

.detailTitle {
    font-size: 26px;
    text-align: center;
    margin-bottom: 1em;
}

.pubTime {
    display: block;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 4%;
}

.iCont {
    font-size: 16px;
    color: #242424;
}

.iCont p {
    margin-bottom: 0.5em;
    line-height: 2;
    text-indent: 2em;
}

@media (max-width: 768px) {
    .contentMain {
        margin-top: 0;
    }

    .innerContent {
        padding: 0 10px;
        /*产品详情*/
    }

    .innerSide {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

/* location */
.location {
    border-bottom: 1px solid #cecece;
    padding: 15px 10px;
}

.location_r {
    color: #454545;
}

.location_r a {
    color: #454545;
}

@media (max-width: 768px) {
    .location {
        display: none;
    }
}

/*内页导航*/
.side-box {
    margin-bottom: 40px;

}

.side-box .t2 {
    background: #0064aa;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: .8em 0;
}



.side-nav ul {
    display: block;
}

.side-nav li {
    line-height: 1.4em;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 8px 1px #ccc;
    box-shadow: 0px 0px 8px 1px #ccc;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.side-nav li a {
    padding: .8em;
    display: block;
}

.side-nav li:hover,
.side-nav li.on {
    -webkit-box-shadow: 1px 2px 8px 1px #ccc;
    box-shadow: 1px 2px 8px 1px #ccc;
    color: #0064aa;
}

.side-nav li:hover a,
.side-nav li.on a {
    color: #0064aa;
}

.side-info .side-content {
    /* box-shadow: 0px 0px 5px 1px #ccc; */
    border: 2px solid #0064aa;
    padding: 15px;
}
.side-info .side-content img
{
    width: 100%;
}
@media (max-width: 768px) {
    .side-nav {
        height: 50px;
        line-height: 50px;
        position: relative;
        overflow: visible;
        border-bottom: 1px solid #dcdcdc;
    }

    .side-nav .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;
    }

    .side-nav .t i {
        display: block;
        width: 0;
        height: 0;
        border-width: 0.5em 0.5em 0;
        border-style: solid;
        border-color: #333 transparent transparent;
    }

    .side-nav ul {
        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: 2;
    }

    .side-info {
        display: none;
    }
}

/*产品列表*/

.productList li {
    width: 47%;
    margin: 0 1.5% 4% 1.5%;
    float: left;
}

.productList li .imgBox {
    width: 100%;
    padding-bottom: 60%;
    border: 2px solid #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.productList li .imgBox img {
    max-width: 98%;
    max-height: 98%;
}

.productList li span {
    display: block;
    text-align: center;
    height: 3em;
    line-height: 3em;
}

@media (max-width: 768px) {
    .productList li {
        width: 48%;
        margin: 0 1% 2% 1%;
    }

    .productList li span {
        font-size: 13px;
        height: 2em;
        line-height: 2em;
    }
}

/*工程列表*/

.projectList li {
    width: 47%;
    margin: 0 1.5% 4% 1.5%;
    float: left;
}

.projectList li .imgBox {
    width: 100%;
    padding-bottom: 60%;
    border: 2px solid #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.projectList li .imgBox img {
    max-width: 98%;
    max-height: 98%;
}

.projectList li span {
    display: block;
    text-align: center;
    height: 3em;
    line-height: 3em;
}

@media (max-width: 768px) {
    .projectList li {
        width: 46%;
        margin: 0 2% 2% 2%;
    }

    .projectList li span {
        font-size: 13px;
        height: 2em;
        line-height: 2em;
    }
}

/*工程列表*/

.caseList li {
    width: 47%;
    margin: 0 1.5% 4% 1.5%;
    float: left;
}

.caseList li .imgBox {
    width: 100%;
    padding-bottom: 80%;
    border: 2px solid #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.caseList li .imgBox img {
    max-width: 98%;
    max-height: 98%;
}

.caseList li span {
    display: block;
    text-align: center;
    height: 3em;
    line-height: 3em;
}

@media (max-width: 768px) {
    .caseList li {
        width: 48%;
        margin: 0 1% 2% 1%;
    }

    .caseList li span {
        font-size: 13px;
        height: 2em;
        line-height: 2em;
    }
}

/*证书列表*/

.photoList li {
    width: 47%;
    margin: 0 1.5% 4% 1.5%;
    float: left;
}

.photoList li .imgBox {
    width: 100%;
    padding-bottom: 80%;
    border: 2px solid #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.photoList li .imgBox img {
    max-width: 98%;
    max-height: 98%;
}

.photoList li span {
    display: block;
    text-align: center;
    height: 3em;
    line-height: 3em;
}

@media (max-width: 768px) {
    .photoList li {
        width: 48%;
        margin: 0 1% 2% 1%;
    }

    .photoList li span {
        font-size: 13px;
        height: 2em;
        line-height: 2em;
    }
}

/*新闻列表*/
.newsList li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #ccc;
}

.newsList li .imgBox {
    float: left;
    width: 240px;
    height: 144px;
    margin-right: 3%;
}

.newsList li .imgBox img {
    width: 100%;
    height: 100%;
}

.newsList li .cont {
    overflow: hidden;
    color: #222;
}

.newsList li .cont .newsTime {
    float: right;
    padding-left: 2em;
}

.newsList li .cont .newsTitle {
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
}

.newsList li .cont .newDetail {
    font-size: 16px;
    margin-top: 2%;
    line-height: 1.6em;
    max-height: 4.8em;
    overflow: hidden;
    color: #666;
}

@media (max-width: 768px) {
    .newsList {
        padding: 0 10px;
    }

    .newsList li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .newsList li .imgBox {
        width: 140px;
        height: 84px;
        display: none;
    }

    .newsList li .cont .newsTime {
        font-size: 16px;
    }

    .newsList li .cont .newsTitle {
        line-height: 1.6em;
        max-height: 3.2em;
        overflow: hidden;
        font-weight: normal;
        font-size: 16px;
    }

    .newsList li .cont .newDetail {
        display: none;
    }
}


/*产品详情*/

.bigImgList {
    width: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-right: 20px;
    float: left;
    background-color: #d0d0d0;
    overflow: hidden;
}

.bigImgList li .imgBox {
    width: 100%;
    padding-bottom: 46%;
    position: relative;
}

.bigImgList li .imgBox img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pdtDetail h1 {
    font-size: 24px;
    color: #1051c8;
}

.pdtDetail dt {
    float: left;
    clear: left;
    margin-right: 10px;
}

.pdtDetail dd {
    float: left;
}

.MvcPagerCtrl {
    text-align: center;
    margin-top: 20px;
}

.MvcPagerCtrl a {
    padding: 0.5px 0.5em;
    border: 1px solid #0e112f;
    font-size: 16px;
    display: inline-block;
}

.MvcPagerCtrl a.on {
    background-color: #0e112f;
    color: #fff;
}

h1.pdtName {
    color: #0064aa;
    font-size: 26px;
    border-bottom: #d9d9d9 dashed 1px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 1em;
    text-align: center;
}

.ptdInfo {
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px;
}

.ptdInfo:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0064aa;
    z-index: -1;
}

.pdtDetail {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2%;
}

.pdtDetail li {
    width: 25%;
    float: left;
    margin-right: 1em;
    padding-bottom: 2%;
}

.ptdInfo span.title {
    padding: 5px 10px;
    background-color: #0064aa;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.buyPdt {
    background-color: #f0f0f0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: 1em;
    color: #1051c8;
    font-size: 16px;
}

.buyPdt .pdtTitle {
    color: #1051c8;
    line-height: 40px;
}

@media (max-width: 768px) {
    .bigImgList {
        width: 100%;
    }

    .pdtDetail li {
        width: 100%;
        float: none;
    }
}


/*留言表单*/
.msgForm {
    width: 500px;
    max-width: 100%;
}

.msgForm input[type=text],
.msgForm textarea {
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: text-top;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.msgForm>div {
    position: relative;
    margin-bottom: 18px;
    padding-left: 4em;
    padding-right: 1em;
    font-size: 14px;
}

.msgForm>div span {
    position: absolute;
    display: block;
    top: 0;
    left: 1em;
}

.msgForm textarea {
    height: 100px;
}

.msgForm .must_text:before {
    content: "*";
    color: #f99e00;
    position: absolute;
    right: 0;
    top: 0;
}

.msgForm label.error {
    position: absolute;
    left: 3em;
    top: 30px;
    color: #0064aa;
}

.msgForm .btn-box {
    text-align: center;
    margin-top: 20px;
}

.msgForm .btn-box input.msg_btn {
    height: 30px;
    line-height: 30px;
    width: 90px;
    border-radius: 12px;
    border: 0;
    margin: 0 pxFrem(10);
    color: #fff;
    cursor: pointer;
    font-size: pxFrem(30);
}

.msgForm .btn-box input.msg_btn[type="button"],
.msgForm .btn-box input.msg_btn[type="submit"] {
    background: #0064aa;
}

.msgForm .btn-box input.msg_btn[type="reset"] {
    background: url("../Images/reset-bg.jpg");
    background-size: auto 100%;
}

.msgForm .btn-box input.msg_btn[type="button"]:hover,
.msgForm .btn-box input.msg_btn[type="submit"]:hover {
    background: #a3ddbe;
}

/*留言表单end*/

/*上下页按钮*/
.prevNextBtn {
    margin-top: 3em;
    font-size: 16px;
}

.prevNextBtn .prevBtn {
    float: left;
    width: 40%;
}

.prevNextBtn .nextBtn {
    float: right;
    width: 40%;
}

@media (max-width: 768px) {

    .prevNextBtn .prevBtn,
    .prevNextBtn .nextBtn {
        float: none;
        width: 100%;
    }
}

/*上下页按钮end*/



/* 地图 */
.contactMap
{
    height: 450px;
    margin-top: 20px;
}
@media (max-width: 768px) {

    .contactMap
{
    height: 300px;
}
}
/* 地图 end*/
