﻿body {
    background-color: #F0F0F0;
}
.innerContMain {
    min-height: 600px;
    position: relative;
    z-index: 11;
}
/* 内页banner */

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-banner .cont {
  padding-bottom: 58.33%;
  position: relative;
}
@media (max-width: 768px) {
    .inner-banner .cont {
        padding-bottom: 40%;
    }
}
/* 内容页样式 */

.innerSide {
}

.innerContent {
  margin-top: 4%;
  margin-bottom: 4%;
  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;
  line-height: 1.8;
}
.iCont p{
  text-indent: 2em;
  margin-bottom: 0.5em;
}
.iCont img{
  display: block;
  margin: 0 auto 0.5em;
  max-width: 100%;
}

    .iCont video {
        display: block;
        max-width: 100%;
        /*min-width: 600px;*/
        margin: 0 auto;
        background-color: #000;
    }


@media (max-width: 768px) {
    .iCont {
        font-size: 15px;
    }
  .mContent {
    margin: 0 -10px;
  }
  .detailTitle
  {
      font-size: 18px;
  }
}

/*内页导航*/

.side-box {
    position: relative;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
    padding: 30px 0 30px 240px;
}

.side-box .t {
    width: 240px;
    height: 100%;
    text-align: center;
    position: relative;
    float: left;
    display: table;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
    .side-box .t:before {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 50%;
        top: 25%;
        right: 0;
        background-color: #d4d4d4;
    }
    .side-box .t .cell {
        display: table-cell;
        vertical-align: middle;
    }

.side-box .t span {
  display: block;
  font-size: 24px;
}

.side-box .t small {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.side-box .t i{
  display: none;
}
.side-nav .c {
    overflow: hidden;
    padding: 0 60px;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}
    .side-nav .c > .p {
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        color: #666;
        line-height: 28px;
        overflow: hidden;
    }
.side-nav .c > ul {
  display: block;
}

.side-nav .c > ul > li {
  /*line-height: 2.5;*/
    float: left;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    margin: 4px;
    overflow: hidden;
}
.side-nav .c > ul > li > .btn{
  position: relative;
}

.side-nav li a {
  display: block;
  padding: 4px 10px;
}
.side-nav .hasNextLevel > ul li a
{
  padding: 0.4em 0;
}
.side-nav li:hover  .btn > a,
.side-nav li.on > .btn > a{
  background-color: #e5ab73;
  color: #fff;
}

.side-nav .btn{
  position: relative;
  display: block;
  overflow: hidden;
}
.side-nav .hasNextLevel .btn
{
  padding-right: 2em;
}
.side-nav .btn > 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;
}
.side-nav .hasNextLevel > .btn > i.on{
  transform: rotate(180deg);
}
.hasNextLevel > ul{
  display: none;
  margin-bottom: 0.5em;
}
.hasNextLevel > ul li{
  font-size: 0.8em;
  border-bottom: 2px solid #f5f5f5;
  padding-left: 2em;
  line-height: 2em;
}

.hasNextLevel .showList{
  display: none;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.hasNextLevel .showList li{
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 0.5em;
}
.hasNextLevel .showList li a{
  color: #888;
  white-space: nowrap;
}

.side-nav li:last-child {
  border-bottom: none;
}




.side-box.side-info{
  border-color: #3b3b3b;
}
.side-box.side-info .t{
  background-color: #3b3b3b;
}
.side-info .side-content{
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
  background-color: #fff;
}
.side-info .side-img img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .innerSide{
    float: none;
    width: 100%;
    
  }
    .side-nav .c > ul > li {
        font-size: 14px;
    }
  .searchCtrl {
    display: none;
  }
  .side-info{
    display: none;
  }
  .side-box{
    border: none;
    padding: 0;
    background-color: #fff;
  }
  .side-box .t{
    background-color: #f5f5f5;
    color: #000;
    line-height: 45px;
  }
  .side-box .t small{
    display: none;
  }
  .side-nav {
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #dcdcdc;
    margin-left: -10px;
    margin-right: -10px;
  }
    .side-box .t {
        position: relative;
        float: none;
        display: block;
        width: 100%;
    }
  .side-nav .t .cell {
    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;
    position: absolute;
    right: .15rem;
    height: 100%;
    top: 0;
    padding: 0 .4rem 0 10px;
    color: #222;
    border-left: 1px solid #e6d8d8;
    font-size: 16px;
  }
.side-nav .t i:after{
  content:"";
  display: inline-block;
  width: 20px;
  height: 100%;
  vertical-align: middle;
  background: url("../Images/arrow-down.png") no-repeat center center / contain;
  margin-left: 10px;
}
  .side-box .t span{
    font-size: 16px;
  }
  .side-nav .c {
      padding: 0;
      padding: 10px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    z-index: 2;
  }
}

/*产品列表*/

.productList li {
  width: 48%;
  margin: 0 1% 2% 1%;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.productList li .imgBox {
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 10px;
}

.productList li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.productList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}


/*@media (max-width: 768px) {
  .productList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .productList li span
  {
      height: 30px;
      line-height: 30px;
  }
}*/

/*工程列表*/

.projectList li {
  width: 31%;
  margin: 0 1% 2% 1%;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.projectList li .imgBox {
  width: 100%;
  padding-bottom: 69%;
  margin-bottom: 10px;
}

.projectList li .imgBox img {
  width: 100%;
  height: 100%;
}

.projectList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  padding: 0 0.5em;
}


@media (max-width: 768px) {
  .projectList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .projectList li span
  {
      height: 30px;
      line-height: 30px;
  }
}

/*工程列表*/

.caseList li {
  width: 31%;
  margin: 0 1% 2% 1%;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.caseList li .imgBox {
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 10px;
}

.caseList li .imgBox img {
  width: 100%;
  height: 100%;
}

.caseList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  padding: 0 0.5em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .caseList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .caseList li span
  {
      height: 30px;
      line-height: 30px;
  }
}

/*新闻列表*/
.newsList li {
    position: relative;
}
.newsList .timeBox {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    top: 50%;
    margin-top: -45px;
    background: #e5ab73;
    text-align: center;
    transition: all .4s ease;
    color: #FFF;
    display: table;
    
}
.newsList .timeBox .middle {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}
.newsList .timeBox .day {
    font-size: 36px;
    line-height: 1;
}
.newsList .timeBox .year {
    font-size: 14px;
    line-height: 1;
    margin-top: 5px; 
}

.newsList .contBox {
    margin-left: 90px;

    margin-right: 10px;
    padding: 20px;
        transition: all .4s ease;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        background-color: #fff;
}
.newsList .contBox:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.newsList .contBox:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #e5ab73;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.newsList li:hover .contBox {
    transform: translateX(-10px);
}
.newsList li:hover .timeBox {
    background-color: #192171;
}
.newsList li:hover .contBox:before {
    width: 10%;
}
.newsList li:hover .contBox:after {
    width: 86%;
}
.newsList li{
    margin-bottom: 3%;
}

.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;
  display: none;
}
.newsList li .cont .newsTitle{
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
}
.newsList li .cont .newsTitle a{
  color: #000;
}
.newsList li .cont .newsTitle a:hover{
  color: #8e0100;
}
.newsList li .cont .newDetail{
  font-size: 16px;
  margin-top: 2%;
  line-height: 1.6em;
  max-height: 4.8em;
  overflow: hidden;
  color: #929292;
}
@media (max-width: 768px){
  .newsList .timeBox{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px;
  }
    .newsList .contBox {
        margin-left: 70px;
        margin-right: 0;
    padding: 10px;
    }
  .newsList .timeBox .day {
        font-size: 22px;
    }
  .newsList .timeBox .year {
    font-size: 12px;
}
    .newsList li .imgBox {
        width: 40%;
        height: 0;
        padding-bottom: 24%;
    }
    .newsList li .cont .newsTitle {
        font-size: 16px;
    }
    .newsList li .cont .newDetail {
        font-size: 12px;
    }
}


/* 当前位置 */

.location {
  font-size: 14px;
  line-height: 1;
  color: #fff;
    margin-top: -70px;
    background: #162d63 url(../Images/navBg.jpg) repeat-x 0 0 / auto 100%;
    padding: 10px 15px;
    z-index: 2;
    position: relative;
}

.location:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../Images/location.png") no-repeat center center / contain;
  vertical-align: middle;
}

.location a {
  margin: 0 .2em;
  color: #fff;
}

.location span {
  color: #fff;
}

@media (max-width: 768px) {
  .location{
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
}
/* 当前位置end */

/*搜索框*/
.searchCtrl_btn{
  position: relative;
  margin-bottom: 10px;
}
.searchCtrl_btn #searchBtn,
.searchCtrl_btn #searchKeyword{
  display: block;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-size: 14px;
}
.searchCtrl_btn #searchBtn{
  position: absolute;
  width: 4em;
  right: 0;
  bottom: 0;
  background-color: #ececec;
  border: 0;
  color: #000;
}
.searchCtrl_btn #searchKeyword{
  width: 100%;
  padding-right: 4em;
  border: none;
}
/*搜索框end*/

/*留言表单*/
.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: red;
}

.msgForm .btn-box {
  text-align: center;
}

.msgForm .btn-box input.msg_btn {
  height: 30px;
  line-height: 30px;
  width: 90px;
  border-radius: 12px;
  border: 0;

  color: #fff;
  cursor: pointer;

}

.msgForm .btn-box input.msg_btn[type="button"],
.msgForm .btn-box input.msg_btn[type="submit"] {
  background: #e5ab73;
}

.msgForm .btn-box input.msg_btn[type="reset"] {
    background-color: #6f6f6f;
  background-size: auto 100%;
}

.msgForm .btn-box input.msg_btn[type="button"]:hover,
.msgForm .btn-box input.msg_btn[type="submit"]:hover {
  background: #162b60;
}

.msgForm .btn-box input.msg_btn[type="reset"]:hover {
    background-color: #ababab;
}


/*留言表单end*/


/*上下页按钮*/
.prevNextBtn{
  margin-top: 3em;
  font-size: 16px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 5px 15px;
}
.prevNextBtn .prevBtn{
  float: left;
  width: 40%;
}
.prevNextBtn .nextBtn{
  float: right;
  width: 40%;
}
@media (max-width: 768px) {
    .prevNextBtn {
        height: auto;
    }
  .prevNextBtn .prevBtn,
  .prevNextBtn .nextBtn{
    float: none;
    width: 100%;
  }
}
/*上下页按钮end*/



/* 联系我们 */
.innerContact {
    margin-bottom: 4%;
}
    .innerContact .ct {
        color: #e5ab73;
        font-weight: bold;
        font-size: 1.4em;  
        margin-bottom: 20px;
    }
.innerContact .column
{
        -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    text-align: left;
}
    .innerContact p {
        text-indent: 0;
    }
.contactMap
{
    width: 100%;
    height: 348px;
}
.contactIndexMap
{
    float: left;
    width: 56%;
    height: 348px;
}
.innerLeave
{
    float: right;
    width: 40%;
}
@media (max-width: 768px) 
{
    .innerContact .column {
         -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    .contactIndexMap,
    .innerLeave
    {
        float: none;
        width: 100%;
        margin-bottom: 6%;
    }
    .contactIndexMap {
        height: 80vw;
    }
}
/* 联系我们end */


/* 产品首页 */
.productIndexTitle{
  border-bottom: 2px solid #dcdcdc;
  padding: 15px 15px;
  margin-bottom: 3%;
  margin-top: 4%;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
}
.productIndexTitle:first-child {
    margin-top: 0;
}
.productIndexTitle .type-name,
.productIndexTitle .type-list,
.productIndexTitle .more{
  display: table-cell;
  vertical-align: bottom;
  white-space: nowrap;
}
.productIndexTitle .type-name{
  font-size: 20px;
  color: #d40000;
  font-weight: bold;
  position: relative;
}
.productIndexTitle .type-name:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -15px;
  background-color: #d40000;
}

.productIndexTitle .type-list{
  width: 100%;
  font-size: 18px;
  color: #333;
}
.productIndexTitle .type-list a{
  float: left;
  display: block;
  margin-left: 60px;
}

.productIndexTitle .more{
  font-size: 12px;
  color: #8f8f8f;
}
.productIndexTitle .more:hover{
  color: #d40000;
}

/*@media (max-width: 768px) {
  .productIndexTitle{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }
  .productIndexTitle .type-name, .productIndexTitle .type-list, .productIndexTitle .more{
    display: block;
  }
  .productIndexTitle .type-list{
    display: none;
  }
  .productIndexTitle .type-name{
    font-size: 18px;
  }
}*/



/*产品首页*/
.productIndexBox li{
    width: 50%;
    padding: 0 14px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 36px;
    transition: all .6s ease;
    position: relative;
    overflow: hidden;
}
    .productIndexBox li:hover {
        transform: translate(0, -6px);
    }
.productIndexBox li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

    .productIndexBox li .typeImg {
        float: left;
        width: 372px;
        max-width: 65%;
    }
        .productIndexBox li .typeImg .imgBox {
            width: 100%;
            position: relative;
            padding-bottom: 68%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
    .productIndexBox li .typeName {
        position: absolute;
        right: 0;
        top: 10%;
        width: 35%;
        box-sizing: border-box;
        text-align: center;
        padding: 0 20px;
    }
    .productIndexBox li .typeName span{
        display: block;
        padding-bottom: 5px;
        border-bottom: 1px dashed #B1B1B1;
        width: 100%;
        overflow: hidden;
        font-size: 20px;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
        transition: all .6s ease;
    }
        .productIndexBox li:hover .typeName span {
            color: #e5ab73;
        }
    .productIndexBox li .typeName .more {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #555;
    background: #F4F4F4;
    border: 1px solid #CCC;
    box-sizing: border-box;
        transition: all .6s ease;
}
.productIndexBox li:hover .typeName .more {
    background: #141414;
    color: #FFF;
    border-color: #141414;
}

.productIndexTitleBox {
    height: 130px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
}
.productIndexTitleBox .left {
    width: 240px;
    text-align: center;
    position: relative;
    float: left;
    display: table;
    height: 100%;
}
    .productIndexTitleBox .left:before {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 50%;
        top: 25%;
        right: 0;
        background-color: #d4d4d4;
    }
.productIndexTitleBox .nr {
    overflow: hidden;
    padding: 0 135px 0 60px;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}
    .productIndexTitleBox .nr .p {
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        color: #666;
        line-height: 28px;
        overflow: hidden;
    }
    .productIndexTitleBox .left .t {
        display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    }
     .productIndexTitleBox .left .t span {
        color: #000;
        font-size: 22px;
        padding-left: 10px;
        display: block;
    }
     .productIndexTitleBox .left .t small {
        color: #B4B4B4;
        font-size: 12px;
        font-family: "Arial";
    }

@media (max-width: 768px) {
    .productIndexBox li {
            width: 100%;
            font-size: 14px;
            padding: 0;
    }
        .productIndexBox li .typeName span {
            font-size: 15px;
        }
}


/*产品详情*/
.productDetail
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productDetail h1
{
    color: #e5ab73;
    font-size: 30px;
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}

.productDetail .productImg
{
    width: 750px;
    height: 520px;
    display: table;
    overflow: hidden;
}

.productDetail .productImg .imgBox
{
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #eae9e9;
}

.productDetail .productImg img
{
    max-height: 100%;
    max-width: 100%;
    display: inline;
}

.productParameter
{
    width: 415px;
}

.productParameter .paraName
{
    color: #e5ab73;
    display: inline;
    font-weight: bold;
}

.productParameter ul
{
    margin-top: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.productParameter li
{
    font-size: 18px;
    margin-bottom: 15px;
}

.productDetail .contactBox
{
    margin-top: 20px;
}

.productDetail .contactBox a
{
    font-size: 22px;
    padding: 9px 20px;
    background: #e5ab73;
    text-align: center;
    color: #fff;
}

.productDetail .productDetailInfo
{
    margin-top: 50px;
}

.productDetailInfo .titleBar
{
    line-height: 46px;
    background: #909090;
}

.productDetailInfo .titleBar span
{
    display: block;
    font-size: 22px;
    padding: 0px 20px;
    background: #e5ab73;
    width: 122px;
    color: #fff;
    text-align: center;
}

.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 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;
}

.praiseInfo
{
    margin-top: 50px;
}

.praiseInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.praiseInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #e5ab73;
    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: #e5ab73;
    font-weight: bold;
    border: #e5e5e5 solid 1px;
    padding: 15px 10px;
    white-space: normal;
}

.praiseInfo .evaluation
{
    color: #e5ab73;
    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: 60vw;
    }
    
    .productDetail h1
    {
        font-size: 16px;
    }
    
    .productParameter
    {
        padding: 0px 10px;
        width: 100%;
        
    }
    
    .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;
        padding: 0px 20px;
        background: #e5ab73;
        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: #e5ab73;
        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;
    }
}




/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}
.prevAndNext span {
    display: block;
}
.prevAndNext a
{
    color: #e5ab73;
    font-size: 16px;
}

article .title
{
    font-size: 32px;
    text-align: center;
    color: #e5ab73;
    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;
    color: #010101;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

article .content img
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

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,
    .contactBox
    {
        padding: 0px 10px;
        font-size: 15px;
    }
    
    article .content p
    {
        font-size: 15px;
    }
}

/*相关推荐*/
.relativeInfo
{
    margin-bottom: 20px;
}

.relativeInfo .titleBar
{
    line-height: 46px;
    background: #909090;
}

.relativeInfo .titleBar span
{
    display: block;
    font-size: 22px;
    padding: 0px 20px;
    background: #e5ab73;
    width: 122px;
    color: #fff;
    text-align: center;
}

.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: #e5ab73;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 50%;
        box-sizing: border-box;
    }
}
