﻿/*内页公共部分*/

/*内页结构*/
.innerBox .innerSide
{
    float: left;
    width: 260px;
    margin-right: 30px;
}
.innerBox .innerMain
{
    overflow: hidden;
}
@media (max-width: 768px)
{
    .innerBox {
        margin-top: 0;
    }
    .innerBox .innerMain
    {
        margin-top: 20px;
    }
   .innerBox .innerSide
   {
       float: none;
       width: 100%;
   }   
}
/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
    display: inline-block;
	color: #ffffff;
    background-color: #c8c8c8;
    text-decoration: none;
	font-size: 16px;
	width: 5em;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
    background-color: #fed001;
}
@media (max-width: 768px)
{
   .MvcPagerCtrl a
   {
       font-size: 13px;
   } 
}
/*分页控件结束*/

/*位置*/
.innerLocation
{
    height: 50px;
    line-height: 50px;
    border-bottom: #e5e5e5 solid 1px;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
    padding-left: 30px;
    background: url(../Images/homeIcon1.png) no-repeat 0px center;
}
.innerLocation a
{
    color: #666;
}
@media (max-width: 768px)
{
   .innerLocation
   {
       display: none;
   }
}

/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}

.detail .prevAndNext a
{
    color: #278be0;
    font-size: 16px;
}

article
{
    position: relative;
}

.detail article .title
{
    text-align: center;
    display: block;
}

article .title
{
    font-size: 30px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 30px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
}

article .lineBlue
{
    height: 0px;
    border-bottom: #0e7eb9 solid 1px;
    position: absolute;
    z-index: 1;
    top: 22px;
    width: 30%;
}

article  .lineGrey
{
    height: 0px;
    border-bottom: #e5e5e5 solid 1px;
    position: absolute;
    z-index: 0;
    top: 22px;
    width: 100%;
}

article .content
{
    font-size: 16px;
    color: #2a2a2a;
    line-height: 1.8;
}

article .content h2
{
    font-weight: bold;
    margin-bottom: 20px;
}

article .content p
{
    text-indent: 2em;
    margin-bottom: 15px;
}

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 
    {
         padding: 0px 10px;
    }
    
    article .infos span
    {
        padding: 10px 0px;
        font-size: 12px;
    }
    
    article .infos .tagsList li
    {
        text-align: center;
    }
    
    article .title
    {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    article .content
    {
        font-size: 15px;
    }
}

.hotProductCategory
{
    margin-top: 20px;
    background-color: #278be0;
    overflow: hidden;
}

.sideProduct {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.sideProductList li {
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.sideProductList li .imgBox {
    padding-bottom: 69%;
}

.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;
}

@media (max-width: 768px)
{
    .sideProduct{
        padding: 1px;
    }
    .hotProductCategory{
        display: none;
    }
    .hotProductCategory .sideNavTitle small
    {
        display: block;
    }
.sideProductList li span{
    height: 30px;
    line-height: 30px;
}
}

/*相关推荐*/
.relativeInfo
{
    margin-bottom: 20px;
    margin-top: 20px;
}

.relativeInfo .titleBar
{
    line-height: 40px;
    border: #e6e6e6 solid 1px;
}

.relativeInfo .titleBar span
{
    display: inline-block;
    font-size: 16px;
    padding: 0px 14px;
    color: #000;
    font-weight: bold;
}

.relativeInfo .titleBar .more {
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: #268ce0;
}

.relativeInfo ul
{
    border: #e6e6e6 solid 1px;
    border-top: none;
    list-style-type: circle;
    list-style-position: inside;
    list-style-image: none;
    color: #278be0;
    padding: 0px 15px;
}

.relativeInfo ul a
{
    color: #707070;
}

.relativeInfo li
{
    width: 50%;
    line-height: 30px;
    font-size: 16px;
    float: left;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../Images/latestNewsListIcon.jpg) no-repeat 0 center;
}

@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: 50%;
        font-size: 13px;
    }
}

.bottomInfoBox 
{
    margin-top: 20px;
}

@media (max-width: 768px)
{
    .bottomInfoBox 
    {
        margin-top: 20px;
    }
}

/*最新资讯*/
.latestNewsInfo
{
    width: 49%;
    float: left;
}

.latestNewsInfo .titleBar
{
    line-height: 40px;
    border: #e6e6e6 solid 1px;
}

.latestNewsInfo .titleBar span
{
    display: inline-block;
    font-size: 16px;
    padding: 0px 14px;
    color: #000;
    font-weight: bold;
}

.latestNewsInfo .titleBar .more
{
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: #268ce0;
}

.latestNewsInfo ul
{
    border: #e6e6e6 solid 1px;
    border-top: none;
    list-style-type: circle;
    list-style-position: inside;
    list-style-image: none;
    color: #278be0;
    height: 310px;
    display: block;
    overflow: hidden;
    padding: 0px 15px;
    box-sizing: border-box;
}

.latestNewsInfo ul a
{
    color: #000;
    display: block;
}

.latestNewsInfo li
{
    line-height: 30px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../Images/latestNewsListIcon.jpg) no-repeat 0 center;
}

.latestNewsInfo li span
{
    float: right;
    color: #c2c2c2;
}

@media (max-width: 768px)
{
    .latestNewsInfo
    {
        width: 100%;
        float: none;
    }

    .latestNewsInfo .titleBar
    {
        line-height: 30px;
    }

    .latestNewsInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        width: 72px;
    }
    
    .latestNewsInfo ul
    {
        border: none;
        height: initial;
    }

    .latestNewsInfo li
    {
        font-size: 13px;
        padding-right: 0px;
    }
}

/*最新工程*/
.latestProjectInfo
{
    margin-bottom: 20px;
    width: 49%;
    float: right;
}

.latestProjectInfo .titleBar
{
    line-height: 40px;
    border: #e6e6e6 solid 1px;
}

.latestProjectInfo .titleBar span
{
    display: inline-block;
    font-size: 16px;
    padding: 0px 14px;
    color: #000;
    font-weight: bold;
}

.latestProjectInfo .titleBar .more
{
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: #268ce0;
}

.latestProjectInfo .latestProject
{
    height: 310px;
    width: 100%;
    border: #e6e6e6 solid 1px;
    border-top: none;
    overflow: hidden;
}

.latestProjectInfo li
{
    padding: 15px;
    box-sizing: border-box;
}

.latestProjectInfo li .imgBox {
    padding-bottom: 80%;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.latestProjectInfo li .itemTitle {
    display: block;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background-color: #e9e9e9;
    color: #333333;
    font-size: 16px;
}

@media (max-width: 768px)
{
    .latestProjectInfo
    {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .latestProjectInfo .titleBar
    {
        line-height: 30px;
    }

    .latestProjectInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        width: 72px;
    }
    
    .latestProjectInfo .latestProject
    {
        height: initial;
    }
    
    .latestProjectInfo ul
    {
        
    }

    .latestProjectInfo li
    {
        
    }
}

/*内页公共部分*/

/*关于我们*/
.modularTitle
{
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #278be0;
}

.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 .companyName
{
    font-size: 20px;
    font-weight: bold;
}

.contact .contactMap
{
    height: 400px;
    float: right;
    width: 65%;
}

.contact .content
{
    font-size: 14px;
    color: #707070;
    width: 30%;
    position: relative;
    float: left;
}

.contact .contactInfoBox .contactInfoBox
{
    position: relative;
}

.contact .webQrCode
{
    margin: 0px;
}

.contact .content p
{
    text-indent: 0em;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}

.contact .navigation
{
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 768px)
{
    .contact
    {
        margin-bottom: 0px;
    }

    .contact .content
    {
        width: 100%;
    }
    
    .contact .companyName
    {
        font-size: 16px;
    }
    
    .contact .contactMap
    {
        height: 300px;
        width: 100%;
        float: right;
        display: inline;
        margin-top: 0px;
    }
    
    .contact .navigation
    {
        display: block;
    }
    
    .contact .navigation
    {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #278be0;
        color: #fff;
    }
    .contact .content .columnCount
    {
        column-count: 1;
        column-gap: 0;
    }
}

/*售后服务*/
.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: #278be0;
    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 .pubTime
{
    margin-top: 18px;
    color: #000;
}

.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;
    overflow: hidden;
}

.newsList .newsImg
{
    display: block;
    width: 200px;
    height: 140px;
    float: left;
    border: #999 solid 1px;
    padding: 1px;
    margin-right: 20px;
}

.newsList .title
{
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.newsList .summary
{
    line-height: 25px;
    margin-top: 18px;
    color: #888;
}
.newsList li:hover .title
{
    color: #268ce0;
}
@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 .title
    {
        font-size: 16px;
    }

    .newsList .pubTime
    {
        display: none;
    }

    .newsList .summary
    {
        font-size: 12px;
        line-height: 25px;
        margin-top: 5px;
        display: block;
        height: 70px;
        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: 75%;
    overflow: hidden;
    border: #e2e2e2 solid 1px;
    border-bottom: none;
    box-sizing: border-box;
}


.projectList li span
{
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    border: #e2e2e2 solid 1px;
    border-top: none;
    box-sizing: border-box;
}

.projectList li:hover span
{
    border-bottom-color: #278be0;
    color: #278be0;
}

@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: 67%;
    overflow: hidden;
    background: #efefef;
    border: #e2e2e2 solid 1px;
    border-bottom: none;
}

.caseList li span
{
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    border: #e2e2e2 solid 1px;
    border-top: none;
}
.caseList li:hover span {
    border-bottom-color: #278be0;
    color: #278be0;
}
@media (max-width: 768px) 
{
    .caseList li
    {
        width: 48%;
    }
    
    .caseList li span
    {
        font-size: 14px;
    }
}

/*侧导航*/
.sideNavBox
{
    background: url(../Images/categoryBg.png) no-repeat;
}

.sideNavTitle
{
    padding-top: 18px;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom right, #1575c1, #278be0);
}
.sideNavTitle span
{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-left: 35px;
}
.sideNavTitle small
{
    display: block;
    font-size: 14px;
    color: #90c8ff;
    margin-top: 8px;
}

.sideNavList
{
    border: 2px solid #e2e2e2;
    border-top: none;
    overflow: hidden;
    position: relative;
}

.sideNavList .level1
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.sideNavList li:hover {
    background: #278be0;
}

.sideNavList li {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 50px;
    background: #878787;
}

.sideNavList li.on
{
    background: #e10000;
}

.sideNavList li.on a
{
    background: url(../Images/productTypeIcon.png) no-repeat 90% 16px;
}

.sideNavList .level1 > li {
    margin-top: 10px;
}
.sideNavList .level1 .navLiBtn
{
    display: block;
    position: relative;
    padding-left: 3em;
}

 .sideNavList li a
{
    display: block;
    padding-left: 26px;
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.sideNavList li a:hover {
    background: url(../Images/productTypeIcon.png) no-repeat 90% 16px;
}



@media (max-width: 768px) 
{
    .sideNavBox
    {
        line-height: 45px;
        position: relative;
        border-bottom: 1px solid #dcdcdc;
        background: none;
    }
    .sideNavTitle
    {
        background: #278be0;
        position: relative;
        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;
        
    }

    .sideProduct
    {
        margin: 1% auto;
    }

    .sideNavTitle i {
    display: block;
    position: absolute;
    right: .15rem;
    width: 3em;
    height: 100%;
    top: 0;
    color: #00479d;
    border-left: 1px solid #e6d8d8;
    font-size: 16px;
    background: url(../Images/levelBtn.png) no-repeat center center / 1em auto;
}
    .sideNavTitle span
    {
        font-size: 20px;
        margin-left: 4px;
    }

    .sideNavTitle small
    {
        display: none;
    }
    .sideNavList
    {
        border-width: 2px;
        border-left: none;
        border-right: none;
        border-top: none;
        margin-top: 0px;
    }
    .sideNavList li
    {
        width: 49%;
        margin: 10px 0.5%;
        white-space: nowrap;
    }
    .sideNavList li a
    {
        padding-left: 1em;
        padding-right: 1em;
        line-height: 50px;
        font-size: 15px;
        padding-top: 0px;
    }
}
/*侧联系*/
.sideContactBox
{
    margin-top: 20px;
}
.sideContactTitle
{
    font-size: 18px;
    color: #278be0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}
.sideContactTitle small
{
    font-size: 0.6em;
    color: #A9A9A9;
}
.sideContactInfo img
{
    width: 100%;
}

.sideContactInfo .sideContact
{
    height: 100px;
    background: #878787;
    padding: 20px 0px;
    color: #fff;
}

.sideContactInfo .sideContact .text
{
    font-size: 16px;
    text-align: center;
    background: url(../Images/slideContactIcon.png) no-repeat 60px center;
}

.sideContactInfo .sideContact .phone
{
    font-size: 33px;
    text-align: center;
}

@media (max-width: 768px) 
{
  .sideContactBox
  {
      display: none;
  }  
}
/*产品*/
.productList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.productList li
{
    float: left;
    width: 30.3%;
    margin: 1.5%;
}

.productList .imgBox
{
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    border: #e2e2e2 solid 1px;
    border-bottom: none;
    box-sizing: border-box;
}

.productList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: #e2e2e2 solid 1px;
    border-top: none;
    color: #666;
    padding: 0 0.5em;
    box-sizing: border-box;
}
.productList li:hover span {
    border-bottom-color: #278be0;
    color: #278be0;
}
@media (max-width: 768px) 
{    

    
    .productList
    {
        margin-top: 0px;
    }

    .productList li
    {
        width: 47%;
    }
    
    .productList li span
    {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
}

/*产品详情*/
.productDetail
{
    margin-bottom: 20px;
}

.productDetail h1
{
    color: #000;
    font-size: 40px;
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}

.productDetail .productImg
{
    width: 48%;
    overflow: hidden;
}

.productDetail .productImg .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    border: #e2e2e2 solid 1px;
}

.productDetail .productImg img
{
    max-height: 100%;
    max-width: 100%;
}

.productDetail .productParameter
{
    width: 48%;
}

.productDetail .productParameter .paraName
{
    color: #278be0;
    display: inline;
    font-weight: bold;
    font-size: 20px;
}

.productDetail .productParameter ul
{
    margin-top: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: #c3c3c3 dashed 2px;
    padding-bottom: 10px;
}

.productDetail .productParameter li
{
    font-size: 18px;
    margin-bottom: 15px;
}

.productDetail .productParameter li:first-child
{
    padding-left: 35px;
    background: url(../Images/productTelIcon.png) no-repeat 1px center;
}

.productDetail .contactBox
{
    margin-top: 40px;
}

.productDetail .contactBox a
{
    display: block;
    font-size: 20px;
    width: 7em;
    padding: 10px 0;
    border: #268ce0 solid 1px;
    text-align: center;
    color: #268ce0;
}

.productDetail .productDetailInfo
{
    margin-top: 50px;
}

.productDetailInfo .titleBar
{
    border-bottom: #c2c2c2 solid 1px;
}

.productDetailInfo .titleBar .bg
{
    background-image: linear-gradient(to bottom right, #0e7eb9, #278be0);
    display: inline-block;
}

.productDetailInfo .titleBar span
{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 170px 0px 30px;
    background: url(../Images/productDetailArrow.png) no-repeat right+10px center;
    color: #fff;
    line-height: 50px;
}

.productDetailInfo .tagsList
{
    margin: 20px 10px;
}

.productDetailInfo .tagsList li
{
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

.productDetailInfo .tagsList li a
{
    display: block;
    color: #969696;
}

.productDetailInfo .tagsList li:first-child
{
    font-weight: bold;
    color: #969696;
}

.productDetailInfo .content 
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #2a2a2a;
    line-height: 1.8;
}
.productDetailInfo .content p
{
    text-indent: 2em;
    margin-bottom: 15px;
}

.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: #278be0;
    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;
    }
    
    .productDetail .tagsList li
    {
        text-align: center;
    }
    
    .productDetailInfo .titleBar
    {
        line-height: 30px;
    }

    .productDetailInfo .titleBar span
    {
        font-size: 18px;
    }
    
    .productDetailInfo ul
    {
        border: none;
    }

    .productDetailInfo li
    {
        width: 100%;
    }
    
    .productDetailInfo .content
    {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
    
    .praiseInfo
    {
        margin-top: 30px;
    }
    
    .praiseInfo  .titleBar
    {
        line-height: 30px;
    }

    .praiseInfo  .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #278be0;
        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;
    }
}


/*视频中心*/
.videoList li
{
    float: left;
    width: 48%;
    margin: 1%;
}
.videoList li .imgBox
{
    padding-bottom: 60%;
    background-color: #000;
}
.videoList li .imgBox video
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.videoList li span
{
    display: block;
    text-align: center;
    color: #707070;
    font-size: 20px;
    line-height: 3em;
}
@media (max-width: 768px) 
{
    .videoList
    {
        padding-left: 10px;
        padding-right: 10px;
    }
   .videoList li
   {
       width: 100%;
       margin: 1% 0;
   } 
   .videoList li span
   {
       font-size: 16px;
   }
}