﻿
/*内页公共部分*/
/*side-nav*/
.side-nav
{
    border-bottom: 1px solid #939393;
    margin-bottom: 40px;
}
.sideList
{
    position:relative;
    overflow: hidden;
    padding: 10px 26px;
}

.side-nav li
{
    width: auto;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
}
.side-nav li a
{
    display: block;
    padding: 0 1em;
}
.side-nav li.on a
{
    color: #fff;
    background-color:#0a0b20;
font-weight: bold;
}

.sideList-button-next,.sideList-button-prev
{
    height: 100%;
    width: 26px;
    top: 0;
    margin-top: 0;
    background-color: #fff;
    background-size: auto 40%;
}
.sideList-button-next
{
    right: 0;
}
.sideList-button-prev
{
    left: 0;
}
@media (min-width: 769px)
{
    .sideList ul
    {
        display: block;
        text-align: center;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .sideList li
    {
        display: inline-block;
    }
    .sideList-button-next,.sideList-button-prev
    {
        display: none;
    }
}
@media (max-width: 768px)
{
    .sideList{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .side-nav
    {
        margin-bottom: 20px;
    }
    .side-nav li
    {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
}
/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #fff;
    border: #595959 solid 1px;
    background-color: #595959;
    text-decoration: none;
	font-size: 16px;
	width: 49%;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
	border: 1px solid #b68735;
    background-color: #b68735;
}
/*分页控件结束*/

/*位置*/
.locationBox
{
    height: 50px;
    background: #ebebeb;
    line-height: 50px;
    font-size: 18px;
}

.locationBox .location > span
{
    border-left: #08537e solid 4px;
    padding-left: 5px;
}

@media (max-width: 768px)
{
    .locationBox .location
    {
        padding-left: 10px;
    }
}

/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}
.detail .prevAndNext span{
    display: block;
}
.detail .prevAndNext a
{
    color: #e4cdb7;
    font-size: 16px;
    line-height: 2;
}

article .title
{
    font-size: 40px;
    text-align: center;
    color: #e4cdb7;
    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;
    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;
    }
}

/*相关推荐*/
.relativeInfo
{
    margin-top: 60px;
    margin-bottom: 20px;
}

.relativeInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.relativeInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #08537e;
    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: #08537e;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 50%;
    }
}

/*内页公共部分*/


/*服务*/
.serviceBox
{
}
/*服务end*/

/*联系我们*/
.contact .info{
    float: left;
    width: 45%;
    font-size: 20px;
    line-height: 2;
}
.contact .info .companyName{
    color: #e5cdb5;
    font-size: 1.5em;
    font-weight: bold;
}
.contact .contactMap{
    float: right;
    width: 50%;
    height: 490px;
}

.contactBox .navigation
{
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 768px)
{
    .contact .contactMap,
    .contact .info{
        float: none;
        width: 100%;
    }
    .contact .info{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .contact .contactMap{
        height: 60vw;
    }
    .contactBox .navigation
    {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #e1963a;
        color: #fff;
    }
}


/*新闻列表*/
.newsList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsList span
{
    display: block;
}

.newsList li
{
    width: 50%;
    float: left;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: #27233a solid 1px;
}

.newsList li:nth-child(2n-1)
{
    padding-left: 15px;
    padding-right: 45px;
}
.newsList li:nth-child(2n)
{
    padding-right: 15px;
    padding-left: 45px;
}
.newsList li .pubTime {
    text-align: center;
    background-color: #17205b;
    color: #fff;
    line-height: 1.8;
    padding: 0 10px;
    margin-right: 25px;
    float: left;
}

.newsList li .pubTime .yyy {
    border-bottom: 1px dashed #9e9e9e;
    font-size: 24px;
}

.newsList li .pubTime .mmdd {
    font-size: 18px;
}
.newsList li .newsContent{
    overflow: hidden;
}
.newsList li .newsContent .newsTitle{
    font-size: 15px;
}
.newsList li .newsContent p{
    font-size: 13px;
    line-height: 1.6em;
    margin-top: 8px;
    height: 3.2em;
    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 !important;
        padding-right: 15px !important;
    }
    
    .newsList li:nth-child(9)
    {
        border-bottom: #dcdcdc dashed 1px;
    }
    
}

/*工程*/
.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 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;
    }
}

/* 展厅图片 */
.caseList .hallCaseImg {
    width: 48%;
    margin: 1%;
    float: left;
}
.caseList .hallCaseImg .imgBox{
    padding-bottom: 100%;
}
.caseList .hallCaseImg img{
    width: 100%;
    height: 100%;
}


/*产品*/
.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: #08537e;
}

.productList
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productList li
{
    float: left;
    width: 31%;
    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: #08537e;
    font-size: 30px;
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
    text-align: center;
}

.productDetail .productImg
{
    width: 100%;
    overflow: hidden;
}
.productDetail .productImg img
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.productDetail .productParameter
{
}

.productDetail .productParameter .paraName
{
    color: #08537e;
    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: #08537e;
    width: 122px;
    color: #fff;
}

.productDetailInfo .content
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.productDetailInfo .content table{
    width: auto !important;
    max-width: 100%;
}
.productDetailInfo .content td{
    padding: 0.5em;
}
.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;
}

.productDetail .productDetailInfo .tedian img
{
    width: 100%;
}

.productDetail .productDetailInfo .xingneng img
{
    width: 100%;
}

.praiseInfo
{
    margin-top: 50px;
}

.praiseInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.praiseInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #08537e;
    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 img
    {
        width: 100%;
    }
    
    .productDetail h1
    {
        font-size: 16px;
        padding-top: 0;
    }
    .productDetail .productParameter ul {
            margin-top: 15px;
    margin-bottom: 10px;
    }
    .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: #08537e;
        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: #08537e;
        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;
    }
}



/*首页留言*/
.leaveBox
{
    overflow: hidden;
}
.leaveBox .leaveImg{
   float: left;
   margin-bottom: 20px;
   width: 36%;
   margin-right: 40px;
   margin-left: 40px;
}
.leaveBox .leaveImg img
{
    width: 100%;
}
.leaveBox .leaveForm {
    overflow: hidden;
    padding-top: 40px;
}

.leaveBox .leaveForm .msgForm label {
    display: block;
    margin-bottom: 20px;
}

.leaveBox .leaveForm .msgForm input,
.leaveBox .leaveForm .msgForm textarea {
    width: 474px;
    max-width: 100%;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
}
.leaveBox .leaveForm .msgForm input
{
    height: 40px;
}
.leaveBox .leaveForm .msgForm textarea
{
    height: 162px;
}
.leaveBox .leaveForm .msgForm label span
{
    float: left;
    font-size: 18px;
    color: #828282;
    line-height: 40px;
    margin-right: 15px;
}

.leaveBox .leaveForm .msgForm input[type=button] {
    max-width: 100%;
    width: 270px;
    background-color: #ed9703;
    color: #fff;
    border: 0;
    font-size: 22px;
    height: 1.8em;
    line-height: 1.8em;
    margin-left:9em;
}
.leaveBox .leaveForm .msgForm input[type=button]:hover 
{
    background-color: #08537e;
}
@media (max-width: 768px) {
    .leaveBox {
     
    }
    .leaveBox .leaveForm {
        width: 100%;
        padding-top: 0;
    }
    .leaveBox .leaveImg
    {
        display: none;
    }
    .leaveBox .leaveForm .msgForm label
    {
        margin-bottom: 12px;
    }
    .leaveBox .leaveForm .msgForm label span
    {
        font-size: 14px;
        line-height: 1.5;
    }
    .leaveBox .leaveForm .msgForm {
        width: 100%;
    }
    .leaveBox .leaveForm .msgForm textarea {
        height: 30px;
    }
    .leaveBox .leaveForm .msgForm>div {
        margin-bottom: 10px;
    }
    .leaveBox .leaveForm .msgForm input[type=text],
    .leaveBox .leaveForm .msgForm textarea {
        height: 25px;
        line-height: 25px
    }
    .leaveBox .leaveForm .msgForm textarea
    {
        height: 75px;
    }
    .leaveBox .leaveForm .msgForm .btn-box
    {
        text-align: center;
    }
    .leaveBox .leaveForm .msgForm input[type=button]
    {
        margin: 0 auto;
        font-size: 18px;
    }
}

/*首页留言end*/

/*承诺*/
.promiseList li
{
    float: left;
    width: 31.3%;
    margin: 0 1%;
}
.promiseList li .imgBox
{
    padding-bottom: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.promiseList li .img1
{
    background-image: url("../Images/promise-img1.jpg");
}
.promiseList li .img2
{
    background-image: url("../Images/promise-img2.jpg");
}
.promiseList li .img3
{
    background-image: url("../Images/promise-img3.jpg");
}
.promiseList li .imgBox img
{
    width: 100%;
    height: 100%;
}
.promiseList li .promiseTitle
{
    font-size: 24px;
    color: #08537e;
    text-align: center;
    margin-top: 14px;
}
.promiseList li .promiseText
{
    margin-top: 8px;
    font-size: 16px;
    color: #060002;
    text-align: center;
}
@media (max-width: 768px) 
{
    .promiseList li
    {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .promiseList li:last-child
    {
        margin-bottom: 0;
    }
    .promiseList li .imgBox
    {
        padding-bottom: 50%;
    }
    .promiseList li .promiseTitle
    {
        font-size: 20px;
    }
    .promiseList li .promiseText
    {
        font-size: 13px;
    }
}
/*承诺end*/

/*加盟流程*/
.joinProcessList li
{
    float: left;
    width: 16.6%;
    text-align: center;
}
.joinProcessList li .icon
{
    width: 132px;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #08537e; 
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}
.joinProcessList li .icon .imgBox
{
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background-color: #08537e;
}
.joinProcessList li span
{
    display: block;
    font-size: 16px;
    margin-top: 1em;
}
@media (max-width: 768px) 
{
    .joinProcessList li
    {
        width: 31.3%;
        margin: 0 1% 25px;
    }
    .joinProcessList li .icon
    {
        max-width: 74%;
        padding: 5%;
    }
    .joinProcessList li .icon .imgBox img
    {
        max-width: 55%;
        max-height: 55%;
    }
    .joinProcessList li span
    {
        margin-top: 10px;
        font-size: 13px;
    }
}
/*加盟流程end*/

/*关于我们*/
.storyBox {
    overflow: hidden;
    background-color: #eaeaea;
}
.aboutUs .cont
{
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 30px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.6;
}
.aboutUs .cont p
{
    text-indent: 2em;
}
.aboutUs .cont img{
    width: 100%;
    margin-top: 15px;
}
@media (max-width: 768px) 
{
    .aboutUs .cont{
        font-size: 13px;
    }
}
/*关于我们 end*/

/*证书*/
.honorBox {
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #eaeaea;
}
.honorList
{
    overflow: hidden;
    position: relative;
}
.honorList li
{
    float: left;
    width: 31%;
    margin: 1%;
}
.honorList li .imgBox
{
    padding-bottom: 64%;
}
.honorList li .imgBox img
{
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 768px) 
{
    .honorBox {
        padding-bottom: 25px;
    }
    .honor-button-next, .honor-button-prev
    {
        display: none;
    }
    .honorList li
    {
        width: 46%;
        margin: 2%;
    }
}
/*历程*/
.courseBox{
    padding-bottom: 50px;
}
.courseList {
    position: relative;
    font-size: 20px;
    overflow: hidden;
}
.courseList::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00479d;
    top: 2em;
    left: 0;
    margin-top: 6px;
}
.courseList li{
    width: 14.2%;
    float: left;
    text-align: center;
}

.courseList li .year{
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #00479d;
    background-color: #00479d;
    background-clip: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    color: #fff;
}
.courseList li .title{
    font-size: 20px;
    color: #ff9f43;
    margin-top: 10px;
}
.courseList li .text{
    font-size: 14px;
    margin-top: 10px;
}

.courseList .course-prev,
.courseList .course-next{
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 2em;
    margin-top: -3px;
    z-index: 2;
}
.courseList .course-prev.swiper-button-disabled,
.courseList .course-next.swiper-button-disabled{
    display: none;
}
.courseList .course-prev{
    border-right: 10px solid #00479d;
    left: 0;
}
.courseList .course-next{
    border-left: 10px solid #00479d;
    right: 0;
}

@media (max-width: 768px) 
{
    .courseBox{
        padding-bottom: 25px;
    }
    .courseList {
        font-size: 18px;
    }
}
/*历程 end*/

.albumBox  {
    background-image: none;
    background-color: #000;
}