﻿
/* 内页banner */

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-banner .cont {
  padding-bottom: 26%;
  position: relative;
}

/* 内容页样式 */

.innerSide {
  float: left;
  margin-right: 50px;
  width: 300px;
}

.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: 18px;
  color: #242424;
  line-height: 2;
}
.iCont p{
  text-indent: 2em;
  margin-bottom: 0.5em;
}
.iCont img{
  display: block;
  margin: 0 auto 0.5em;
  width: 100%;
}

    .iCont video {
        display: block;
  margin: 0 auto 0.5em;
  width: 100%;
    }


@media (max-width: 768px) {
  .innerContent {
    padding: 0 15px;
  }
  .mContent {
    margin: 0 -15px;
  }
  .detailTitle
  {
      font-size: 22px;
  }
}

/*内页导航*/

.side-box {
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.side-box .t {
  background-color: #d40000;
  color: #fff;
  padding: 5% 3%;
  text-align: center;
  line-height: 1.4;
}

.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 > ul {
  display: block;
  padding: 6px 0;
}

.side-nav > ul > li {
  /*line-height: 2.5;*/
  font-size: 16px;
  background-color: #ececec;
  padding: 0 10px;
  margin-bottom: 3px;
}
.side-nav > ul > li > .btn{
  position: relative;
  padding-left: 1.7em;
}
.side-nav > ul > li > .btn:before{
  content: "";
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("http://jinjianyedoor.com/Content/Images/side-list-ico.png") no-repeat 0 center / contain;
}

.side-nav li a {
  display: block;
  padding: 0.6em 0;
}
.side-nav .hasNextLevel > ul li a
{
  padding: 0.4em 0;
}
.side-nav li:hover > .btn > a,
.side-nav li.on > .btn > a{
  color: #d40000;
}

.side-nav li .btn:hover:before,
.side-nav li.on .btn:before{
  background-image: url("http://jinjianyedoor.com/Content/Images/side-list-ico2.png");
}
.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("../image/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%;
    margin-right: 0;
  }
  .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;
  }
  .side-nav .t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 18px;
  }
  .side-nav .t i {
    display: block;
    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("../image/arrow-down.png") no-repeat center center / contain;
  margin-left: 10px;
}
  .side-box .t span{
    font-size: 18px;
  }
  .side-nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
    background-color: #fff;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    z-index: 2;
  }
}

/*产品列表*/

.productList li {
  width: 31%;
  margin: 0 1% 3% 1%;
  float: left;
  box-sizing: border-box;
}

.productList li .imgBox {
  width: 100%;
  padding-bottom: 86.2%;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}

.productList li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.productList li span {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
}


@media (max-width: 768px) {
  .productList li {
    width: 48%;
    margin: 0 1% 2px 1%;
  }
    .productList li:nth-child(n+3) {
        display: none;
    }
  .productList li span
  {
      height: 25px;
      line-height: 25px;
  }
}

/*工程列表*/

.projectList li {
  width: 31%;
  margin: 0 1% 2% 1%;
  float: left;
  box-sizing: border-box;
}

.projectList li .imgBox {
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 10px;
}

.projectList li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.projectList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}


@media (max-width: 768px) {
  .projectList li {
    width: 98%;
    margin: 0 1% 2% 1%;
  }
  .projectList li span
  {
      height: 30px;
      line-height: 30px;
  }
    .projectList li .imgBox {
        padding-bottom: 0;
    }
    .projectList li .imgBox img {
        position: relative;
    width: 100%;
    }
}

/*工程列表*/

.caseList li {
  width: 29%;
  margin: 0 2% 2% 2%;
  float: left;
  box-sizing: border-box;
}

.caseList li .imgBox {
  width: 100%;
  padding-bottom: 70%;
}

.caseList li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.caseList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .caseList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .caseList li span
  {
      height: 30px;
      line-height: 30px;
  }
}

/*新闻列表*/


.newsList li{
  margin-bottom: 3%;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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;
}
.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: 3.2em;
  overflow: hidden;
}
@media (max-width: 768px){
  .newsList li{
    position: relative;
  }
  .newsList li .imgBox{
    width: 140px;
    height: 84px;
  }
  .newsList li .cont .newsTime.style2{
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .newsList li .cont .newsTitle{
    line-height: 1.6em;
    max-height: 3.2em;
    overflow: hidden;
    font-weight: normal;
  }
  .newsList li .cont .newDetail{
    display: none;
  }
}


/*产品详情*/
.ptdIntroduction
{
  width: 100%;
}
.ptdIntroduction .c
{
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.8;
}

.bigImgList
{
  width: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.bigImgList li .imgBox {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}

.bigImgList li .imgBox img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pdtDetail h1 {
  font-size: 24px;
  color: #1051c8;
}

.pdtDetail dt {
  float: left;
  clear: left;
  margin-right: 10px;
}

.pdtDetail dd {
  float: left;
}

.MvcPagerCtrl {
  text-align: center;
  font-size: 16px;
  margin-top: 4%;
}

.MvcPagerCtrl a {
  display: inline-block;
  padding: .1em 0.5em;
  border: 1px solid #0e112f;
}

.MvcPagerCtrl a.on {
  background-color: #0e112f;
  color: #fff;
}
.MvcPagerCtrl a:hover{
  border-color: #d40000;
}

h1.pdtName {
  color: #d40000;
  font-size: 24px;
  border-bottom: #d9d9d9 dashed 1px;
  height: 2em;
  line-height: 2em;
  margin-bottom: 1em;
  text-align: center;
}

.ptdInfoTitle {
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
}

.ptdInfoTitle:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d40000;
  z-index: -1;
}
.ptdInfo
{
    padding: 0 25px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.ptdInfo p
{
    text-indent: 2em;
}

.ptdInfo td
{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.ptdInfo img
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.ptdInfo video
{
    margin: 0 auto;
    display: block;
    width: 500px;
    height:400px;
    max-width: 100%;
}
@media (max-width: 768px) 
{
    .MvcPagerCtrl {
        display: none;
    }

    .ptdInfo video
    {
        background-color: #000;
        height: auto;
    }
    }
.pdtDetail {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2%;
}

.pdtDetail li {
  width: 25%;
  float: left;
  margin-right: 1em;
  padding-bottom: 2%;
}

.ptdInfoTitle span.title {
  padding: 5px 10px;
  background-color: #d40000;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.buyPdt {
  background-color: #f0f0f0;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 1em;
  color: #1051c8;
  font-size: 16px;
}

.buyPdt .pdtTitle {
  color: #1051c8;
  line-height: 40px;
}


@media (max-width: 768px) {
  .bigImgList {
    width: 100%;
    float: none;
  }
  .ptdIntroduction
  {
      width: 100%;
      float: none;
  }
  .ptdInfo
  {
      padding: 0;
  }
  .pdtDetail li {
    width: 100%;
    float: none;
  }
}

/* 当前位置 */

.location {
  font-size: 14px;
  border-bottom: solid 1px #c5c5c5;
  line-height: 3;
  color: #666;
}

.location-main:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("http://jinjianyedoor.com/Content/Images/location.png") no-repeat center center / contain;
  vertical-align: middle;
}

.location a {
  margin: 0 .2em;
  color: #666;
}

.location span {
  color: #444;
}

@media (max-width: 768px) {
  .location{
    display: none;
  }
}
/* 当前位置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;
  margin: 0 pxFrem(10);
  color: #fff;
  cursor: pointer;
  font-size: pxFrem(30);
}

.msgForm .btn-box input.msg_btn[type="button"],
.msgForm .btn-box input.msg_btn[type="submit"] {
  background: #d40000;
}

.msgForm .btn-box input.msg_btn[type="reset"] {
  background: url("http://jinjianyedoor.com/Content/Images/reset-bg.jpg");
  background-size: auto 100%;
}

.msgForm .btn-box input.msg_btn[type="button"]:hover,
.msgForm .btn-box input.msg_btn[type="submit"]:hover {
  background: #436d9e;
}

/*留言表单end*/


/*上下页按钮*/
.prevNextBtn{
  margin-top: 3em;
  font-size: 16px;
}
.prevNextBtn .prevBtn{
  float: left;
  width: 40%;
}
.prevNextBtn .nextBtn{
  float: right;
  width: 40%;
  text-align: right;
}
@media (max-width: 768px) {
  .prevNextBtn .prevBtn,
  .prevNextBtn .nextBtn{
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
/*上下页按钮end*/



/* 联系我们 */
.innerContact
{
    margin-bottom: 8%;
}
.contactMap
{
    width: 100%;
    height: 348px;
}
.contactIndexMap
{
    float: left;
    width: 56%;
    height: 348px;
}
.innerLeave
{
    float: right;
    width: 40%;
}
@media (max-width: 768px) 
{
    .contactIndexMap,
    .innerLeave
    {
        float: none;
        width: 100%;
        margin-bottom: 6%;
    }
}
/* 联系我们end */


/* 产品首页 */
.productIndexTitle{
  border-bottom: 2px solid #dcdcdc;
  padding: 5px 0;
  margin-bottom: 3%;
  margin-top: 4%;
}
.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: -7px;
  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;
  }
}



/* xm_dm */
.xm_dm li {
    width: 48%;
    float: left;
    margin-bottom: 15px;
}
.xm_dm li:first-child {
    margin-right: 4%;
}
    .xm_dm li .imgBox {
        padding-bottom: 70%;
    }
    .xm_dm li span {
        display: block;
        text-align: center;
        line-height: 40px;
    }
@media (max-width: 768px) {
    .xm_dm li {
        margin-right: 0;
        width: 100%;
    }
}
/* xm_dm end */