﻿body {
    background-color: #F0F0F0;
}
.innerContMain {
    min-height: 600px;
}
/* 内页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: #010e5c;
  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: 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;
  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 {
        max-width: 100%;
        max-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: #010e5c;
    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: #010e5c;
    -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;
    }
}


/*产品详情*/
.ptdIntroduction
{
}
.ptdIntroduction .c
{
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.8;
}

.bigImgList
{
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.bigImgList li .imgBox {
  width: 100%;
  padding-bottom: 50%;
  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: #010e5c;
  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: #010e5c;
  z-index: -1;
}
.ptdInfo
{
    padding: 25px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    background-color: #fff;
}

.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) 
{
    .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: #010e5c;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.buyPdt {
  background-color: #010e5c;
  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) {
  .ptdInfo
  {
      padding: 0;
  }
  .pdtDetail li {
    width: 100%;
    float: none;
  }
    h1.pdtName {
        font-size: 20px;
    }
}

/* 当前位置 */

.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: #010e5c;
}

.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: #010e5c;
        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: 21px;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
        transition: all .6s ease;
    }
        .productIndexBox li:hover .typeName span {
            color: #010e5c;
        }
    .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;
        }
}



/*join*/
/* .joinPad {
    padding-top: 80px;
}

.joinTitle {
    font-size: 40px;
    text-align: center;
    padding-bottom: 45px;
    color: #fff;
}
.honorMain {
    padding: 70px 15px ;
    border: 1px solid #ffffff;
    
}
.joinSwiper {
    width: 50%;
    float: left;
}
.joinSwiper .imgBox {
    padding-bottom: 480px;
}
    .joinSwiper span {
        display: block;
        text-align: center;
        color: #fff;
        display: none;
    }
.paginationList {
    float: right;
    width: 50%;
    color: #fff;
    padding-left: 50px;
    box-sizing: border-box;
}
    .paginationList .ptTitle {
        font-size: 26px;
        margin-bottom: 55px;
    }
        .paginationList .ptTitle span {
            display: block;
            line-height: 1.8;
        }
.JoinPagination .swiper-pagination-bullet {
    width: auto;
    display: block;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    background-color: transparent !important;
    color: #666666;
    opacity: 1;
    margin-top: 20px;
    font-size: 20px;
}
.JoinPagination .swiper-pagination-bullet-active {
    color: #fff;
}
.joinAdv ul {
    font-size: 0;
    text-align: center;
}
.joinAdv li {
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    margin-bottom: 40px;
}
.joinAdv li:nth-child(3n+1) {
    margin-left: 0;
}
.joinAdv li .imgBox {
    padding-bottom: 64%;
}
    .joinAdv li span {
        display: inline-block;
        font-size: 20px;
        border: 1px solid #fff;
        padding: 0 20px;
        margin-top: 28px;
    }
    .joinAdv li p {
        font-size: 14px;
        color: #666;
        margin-top: 20px;
    }
    .joinAdv li:hover p {
        color: #fff;
    }

.joinfuwu {
    background: url(../Images/fuwuBg.jpg) no-repeat center center / cover;
    margin-top: 80px;
}
.fuwuMain {
    padding-top: 33px;
    background-color: rgba(20,20,20,0.8);
}
    .joinfuwu .list li {
        width: 50%;
        float: left;
        margin-bottom: 70px;
        padding: 0 45px;
        box-sizing: border-box;
        color: #fff;
    }
.joinfuwu .list li:nth-child(2n+1) {
    clear: left;
}
    .joinfuwu .list li span{
        display: block;
        font-size: 20px;
        margin-bottom: 18px;
    }
    .joinfuwu .list li p{
        font-size: 14px;
        color: #666;
        line-height: 1.8;
    }
        .joinfuwu .list li:hover p {
            color: #fff;
        }

.joinPin .cont{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.joinPin .cont:hover {
    color: #fff;
}
.joinPin .img {
    margin-top: 35px;
}
.joinPin .img img.m{
    display: none;
    width: 100%;
}

.joinTuan .cont {
    background-color: #fff;
        position: relative;
}
.joinTuan .cont .r{
    width: 50%;
    float: right;
    padding: 100px 100px 120px 100px;
    box-sizing: border-box;
}
    .joinTuan .cont .r span {
        display: block;
        font-size: 20px;
        color: #666666;
    }
    .joinTuan .cont .r p {
        font-size: 14px;
        color: #999999;
        margin-top: 65px;
        line-height: 1.8;
    }
    .joinTuan .cont .l {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: url(../Images/tuan1.jpg?v=2) no-repeat center center / cover;
    }

.joinLiu .list ul {
    font-size: 0;
}
.joinLiu .list li {
    display: inline-block;
    width: 15%;
    margin-left: 2%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    height: 210px;
        vertical-align: top;
}

.joinLiu .list li:first-child {
    margin-left: 0;
}
.joinLiu .list li span{
    margin-top: 50px;
    display: block;
    font-size: 40px;
}
.joinLiu .list li p{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.joinLiu .list li:hover p {
    color: #fff;
}
.joinJia {
    margin-top: 60px;
}
.joinJia .cont {
    position: relative;
}
.joinJia .r{
    width: 50%;
    float: right;
    background-color: #d1a57b;
    padding: 50px;
    box-sizing: border-box;
}
    .joinJia .r .t {
        font-size: 40px;
        color: #fff;
        margin-bottom: 40px;
    }
    .joinJia .r form input,
    .joinJia .r form textarea {
        height: 70px;
        line-height: 70px;
        width: 100%;
        background: #141414;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: "微软雅黑";
            box-sizing: border-box;
        color: #fff;
        border: 0;
    }
    .joinJia .r form textarea {
        line-height: 30px;
        height: 150px;
        padding-top: 20px;
    }
    .joinJia .r form .btn input{
        width: 148px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        float: left;
        background-color: #000;
        color: #fff;
        margin-right: 30px;
        cursor: pointer;
    }
.joinJia .l {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../Images/formBg.png) no-repeat center center / contain;
}


@media (max-width: 768px) {
    .joinPad {
        padding-top: 0;
        margin-top: 35px;
    }
    .joinTitle {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .honorMain {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .paginationList,
    .joinSwiper {
        float: none;
        width: 100%;
    }
    .joinSwiper {
        width: 90%;
        margin: 0 auto;
    }
    .paginationList {
        padding-left: 0;
    }
        .paginationList .ptTitle {
            font-size: 15px;
            margin-bottom: 0;
        }
    .JoinPagination {
        display: none;
    }
    .joinSwiper .imgBox {
        padding-bottom: 78%;
    }
    .joinSwiper span {
        display: block;

    }
    .joinAdv li {
        width: 100%;
        margin-left: 0;
    }

    .joinfuwu .list li {
        width: 100%;
        margin-bottom: 50px;
    padding: 0 30px;
    }

    .joinPin .img img.pc {
        display: none;
    }
    .joinPin .img img.m {
        display: block;
        margin-bottom: 10px;
    }

    .joinTuan .cont .l {
        position: static;
        width: 100%;
        padding-bottom: 70%;
    }
    .joinTuan .cont .r {
        width: 100%;
        float: none;
        padding: 30px;
    }
        .joinTuan .cont .r p {
            margin-top: 20px;
        }
    .joinLiu .list li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4%;
        height: 180px;
    }
        .joinLiu .list li:nth-child(2n+1) {
            margin-left: 0;
        }
        .joinLiu .list li span {
            margin-top: 20px;
        }

    .joinJia .l {
        display: none;
    }
    .joinJia .r {
        width: 100%;
        float: none;
        padding: 20px;
    }
        .joinJia .r .t {
            font-size: 24px;
        }
        .joinJia .r form input, .joinJia .r form textarea {
            height: 40px;
            line-height: 40px;
            margin-bottom: 20px;
        }
        .joinJia .r form textarea {
            height: 120px;
            padding-top: 0;
        }
        .joinJia .r form .btn input {
            height: 40px;
            line-height: 40px;
            width: 30%;
        }
} */