﻿/*内页公共部分*/

/*内页结构*/
.innerBox .innerSide
{
    float: left;
    width: 260px;
    margin-right: 30px;
}
.innerBox .innerMain
{
    overflow: hidden;
}
@media (max-width: 768px)
{
    .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: #FF8C00;
}
@media (max-width: 768px)
{
   .MvcPagerCtrl a
   {
       font-size: 13px;
   } 
}
/*分页控件结束*/

/*位置*/
.innerLocation
{
    height: 50px;
    line-height: 50px;
    background: url("../Images/line.jpg") no-repeat 0 0 / 100% 100%;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.innerLocation a
{
    color: #666;
}
@media (max-width: 768px)
{
   .innerLocation
   {
       display: none;
   }
}

/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}

.detail .prevAndNext a
{
    color: #0170c1;
    font-size: 16px;
}

article .title
{
    font-size: 28px;
    text-align: center;
    color: #0170c1;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

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;
    }
}

/*相关推荐*/
.relativeInfo
{
    margin-bottom: 20px;
}

.relativeInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.relativeInfo .titleBar span
{
    display: block;
    font-size: 22px;
    padding: 0px 20px;
    background: #0170c1;
    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: #0170c1;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 50%;
        font-size: 13px;
    }
}

/*内页公共部分*/

/*关于我们*/
.modularTitle
{
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #0170c1;
}

.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
{
    margin-top: 40px;
    height: 400px;
    width: 100%;
}

.contact .content
{
    font-size: 14px;
    color: #707070;
}
.contact .content .columnCount
{
    column-count: 3;
    column-gap: 1em;
}
.contact .content p
{
    text-indent: 0em;
    margin-bottom: 0;
}

.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
    {
        height: 300px;
        width: 100%;
        float: right;
        display: inline;
    }
    
    .contact .navigation
    {
        display: block;
    }
    
    .contact .navigation
    {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #0170c1;
        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: #0170c1;
    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: 20px;
}

.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;
    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: #ff7f00;
}
@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 .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: 80%;
    overflow: hidden;
    background: #efefef;
}


.projectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 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;
    }
}

/*侧导航*/
.sideNavTitle
{
    padding: 14px 0;
    text-align: center;
    background-color: #0170c1;
}
.sideNavTitle span
{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.sideNavTitle small
{
    display: block;
    font-size: 14px;
    color: #90c8ff;
    margin-top: 8px;
}

.sideNavList
{
    border: 4px solid #0170c1;
    overflow: hidden;
    position: relative;
}


.sideNavList li
{
    border-bottom: 1px solid #ececec;
}

.sideNavList .level1 .navLiBtn
{
    display: block;
    position: relative;
    padding-right: 2em;
}
.sideNavList .level1 .navLiBtn > i{
  position: absolute;
  display: block;
  height: 100%;
  width: 2em;
  background: url("../Images/levelBtn.png") no-repeat center center / 1em auto;
  right: 0;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
.sideNavList .level1 .navLiBtn > i.on{
  transform: rotate(180deg);
}

 .sideNavList li a
{
    display: block;
    line-height: 53px;
    font-size: 17px;
    padding-left: 15px;
}

.sideNavList .level1 > li:hover .navLiBtn a,
.sideNavList .level1 > li.on .navLiBtn a,
.sideNavList .level2 > li:hover a,
.sideNavList .level2 > li.on a,
.sideNavList li.on > a
{
    background: #eff8f8;
    color: #ff7f00;
}
 .sideNavList .level2
 {
     display: none;
 }
  .sideNavList .level2.isOpen
  {
      display: block;
  }
 .sideNavList .level2 a
 {
     font-size: 15px;
    padding-left: 30px;
 }
.sideNav-button-next, .sideNav-button-prev {
    height: 100%;
    width: 26px;
    top: 0;
    margin-top: 0;
    background-color: #fff;
    background-size: auto 40%;
}
.sideNav-button-prev
{
    left: 0;
}
.sideNav-button-next
{
    right: 0;
}

@media (max-width: 768px) 
{
    .sideNavBox
    {
        line-height: 45px;
            position: relative;
            border-bottom: 1px solid #dcdcdc;
    }
    .sideNavTitle
    {
        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;
        
    }
    .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: 16px;
}
    .sideNavTitle small
    {
        display: none;
    }
    .sideNavList
    {
        display: none;
        border-width: 2px;
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .sideNavList li
    {
        width: auto;
        white-space: nowrap;
    }
    .sideNavList li a
    {
        padding-left: 1em;
        padding-right: 1em;
        line-height: 35px;
        font-size: 14px;
    }
}
/*侧联系*/
.sideContactBox
{
    margin-top: 20px;
}
.sideContactTitle
{
    font-size: 18px;
    color: #0170c1;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}
.sideContactTitle small
{
    font-size: 0.6em;
    color: #A9A9A9;
}
.sideContactInfo img
{
    width: 100%;
}
.sideContactInfo li
{
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}
.sideContactInfo li img
{
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 1em;
}
@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: 80%;
    overflow: hidden;
    background: #efefef;
}


.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;
    background-color: #ddd;
    color: #666;
    padding: 0 0.5em;
}
.productList li:hover span {
    background-color: #0170c1;
    color: #fff;
}
@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: #0170c1;
    font-size: 30px;
    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;
    background: #efefef;
}

.productDetail .productImg img
{
    max-height: 100%;
    max-width: 100%;
}

.productDetail .productParameter
{
    width: 48%;
}

.productDetail .productParameter .paraName
{
    color: #0170c1;
    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 a
{
    display: block;
    font-size: 20px;
    width: 7em;
    padding: 10px 0;
    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: 22px;
    padding: 0px 20px;
    background: #0170c1;
    width: 122px;
    color: #fff;
}

.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: #0170c1;
    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;
    }
    
    .productDetailInfo .titleBar
    {
        line-height: 30px;
    }

    .productDetailInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #0170c1;
        width: 72px;
    }
    
    .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: #0170c1;
        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;
   }
}
