﻿

/* 内页banner */

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 36.4%;
}

@media (max-width: 768px) {

}

/* 内容页样式 */

.inner-main {
  margin-bottom: 4%;
}

.innerContent {
  min-height: 300px;
  overflow: hidden;
}

.detailTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}

.pubTime {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 4%;
}

.iCont {
  font-size: 16px;
  line-height: 1.8;
}

.iCont p {
  text-indent: 2em;
  margin-bottom: 1em;
  color: #666;
}

.iCont img {
  display: block;
  margin: 0 auto 0.5em;
  max-width: 100%;
}

@media (max-width: 768px) {
  .innerContent {
    padding: 15px 15px 0;
  }
  .mContent {
    margin: 0 -15px;
  }
  .detailTitle {
    font-size: 22px;
  }
  .inner-main {
    margin-top: 0;
  }
}

/*内页导航*/

.side-box {
  width: 100%;
  border: 3px solid #fff;
  padding: 2px;
  margin-bottom: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.side-box .t {
  background-color: #fff;
  color: #000;
  padding: 3%;
  text-align: center;
  line-height: 1.4;
  display: none;
}

.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 {
  text-align: center;
}

.side-nav>ul>li {
  display: inline-block;
  width: auto;
  min-width: 6em;
  margin: 0.5% 1%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  white-space: nowrap;
  border: 1px solid #8f8f8f;
}

.side-nav>ul>li a {
  display: block;
  color: #666;
  padding: 0 5px;
}

.side-nav>ul>li:hover,
.side-nav>ul>li.on {
  background-color: #3a4b9b;
  border-color: #3a4b9b;
}

.side-nav>ul>li:hover a,
.side-nav>ul>li.on a {
  color: #fff;
}

.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: #3a4b9b;
  color: #fff;
}

.side-info .side-img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .searchCtrl {
    display: none;
  }
  .side-info {
    display: none;
  }
  .side-box {
    border: none;
    padding: 0;
    background-color: #fff;
  }
  .side-box .t {
    display: block;
    background-color: #fff;
    color: #3a4b9b;
    line-height: inherit;
  }
  .side-box .t small {
    display: none;
  }
  .side-nav {
    line-height: 45px;
    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: #3a4b9b;
    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: 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;
  }
  .side-nav>ul>li {
    float: left;
    display: block;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #dcdcdc;
    text-align: left;
    background-color: #fff;
    color: #000;
    padding: 0;
    font-size: 15px;
  }
  .side-nav ul li a {
    display: block;
  }
  .side-nav>ul>li:hover,
  .side-nav>ul>li.on {
    background-color: transparent;
  }
  .side-nav>ul>li:hover a,
  .side-nav>ul>li.on a {
    color: #3a4b9b;
  }
}

/*产品列表*/

.productList li {
  width: 27%;
  margin: 0 3% 5% 3%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(51 51 51 / 10%);
  box-sizing: border-box;
  padding: 10px;
  transition: 0.3s;
}

.productList li .imgBox {
  width: 100%;
  padding-bottom: 100%;
}

.productList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 769px) {
  .productList li:hover{
    transform: translateY(-10px);
  }
}


@media (max-width: 768px) {
  .productList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .productList li span {
    height: 30px;
    line-height: 30px;
  }
    .productList li:nth-child(n+3) {
        display: none;
    }
}

/*工程列表*/

.projectList li {
  width: 31%;
  margin: 0 1% 2% 1%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.projectList li .imgBox {
  width: 100%;
  padding-bottom: 65%;
}

.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: 48%;
    margin: 0 1% 2% 1%;
  }
  .projectList.projectIndexList li:nth-child(n+3) {
    display: none;
  }
  .projectList li span {
    height: 30px;
    line-height: 30px;
  }
}

/*工程列表*/

.caseList li {
  width: 23%;
  margin: 0 1% 2% 1%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.caseList li .imgBox {
  width: 100%;
  padding-bottom: 66.7%;
}

.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;
  color: #666;
}

.caseList li:hover {
  border-color: #3a4b9b;
}

@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: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666;
}

.newsList li a {
  color: #666;
}

.newsList li .imgBox {
  float: left;
  width: 402px;
  height: 242px;
  margin-right: 3%;
}

.newsList li .imgBox img {
  width: 100%;
  height: 100%;
}

.newsList li .cont {
  overflow: hidden;
  color: #222;
  position: relative;
}

.newsList li .cont .newsBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.newsList li .cont .newsTime {
  float: left;
  font-size: 18px;
}

.newsList li .cont .newsMore {
  float: right;
}

.newsList li .cont .newsMore a {
  padding: .5em 1em;
  background-color: #3a4b9b;
  color: #fff;
  border-radius: 2em;
  display: block;
  line-height: 1;
  font-size: 16px;
}

.newsList li .cont .newsTitle {
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
}

.newsList li .cont .newsTitle a {
  color: #000;
}

.newsList li .cont .newsTitle a:hover {
  color: #8e0100;
}

.newsList li .cont .newDetail {
  font-size: 14px;
  padding-top: 3%;
  padding-bottom: 45px;
  margin-top: 3%;
  line-height: 1.6em;
  max-height: 6em;
  line-height: 2em;
  overflow: hidden;
  border-top: 2px dotted #999;
}

@media (max-width: 768px) {
  .newsList li .cont {
    height: auto;
    display: flex;
    align-items: center;
  }
    .newsList li .cont .newsBottom {
        position: relative;
        width: auto;
    }
    .newsList li .cont .newsTime {
        font-size: 13px;
    }
  .newsList li {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .newsList li .imgBox {
    width: 140px;
    height: 84px;
  }
  .newsList li .cont .newsMore {
    display: none;
  }
  .newsList li .cont .newsTime.style2 {
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
  }
  .newsList li .cont .newsTitle {
    line-height: 1.6em;
    max-height: 3.2em;
    overflow: hidden;
    font-weight: normal;
    flex: 1;
    font-size: 18px;
  }
  .newsList li .cont .newDetail {
    display: none;
  }
}

/*产品详情*/

.bigImgList {
  width: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 20px;
  float: left;
}

.bigImgList li .imgBox {
  width: 100%;
  padding-bottom: 51.6%;
  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;
}

.pdfContent img{
  max-width: 70%;
  margin: 0 auto;
}

.pdtDetail dt {
  float: left;
  clear: left;
  margin-right: 10px;
}

.pdtDetail dd {
  float: left;
}

.MvcPagerCtrl {
  text-align: center;
  margin-top: 30px;
}

.MvcPagerCtrl a {
  padding: .1em 0.5em;
  border: 1px solid #0e112f;
  font-size: 16px;
  display: inline-block;
}

.MvcPagerCtrl a.on {
  background-color: #0e112f;
  color: #fff;
}

h1.pdtName {
  color: #3a4b9b;
  font-size: 26px;
  border-bottom: #d9d9d9 dashed 1px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 1em;
  text-align: center;
}

.ptdInfo {
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
}

.ptdInfo:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3a4b9b;
  z-index: -1;
}

.pdtDetail {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2%;
}

.pdtDetail li {
  width: 25%;
  float: left;
  margin-right: 1em;
  padding-bottom: 2%;
}

.ptdInfo span.title {
  padding: 5px 10px;
  background-color: #3a4b9b;
  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;
}

.msgForm {
  width: 400px;
  max-width: 100%;
}

.msgForm p {
  text-indent: 0 !important;
}

.msgForm p.notPadding {
  padding: 0;
}

@media (max-width: 768px) {
  .bigImgList {
    width: 100%;
  }
  .pdtDetail li {
    width: 100%;
    float: none;
  }
  .pdfContent img{
    max-width: 100%;
  }
}

/* 当前位置 */

.location {
  font-size: 14px;
  border-bottom: solid 1px #c5c5c5;
  line-height: 30px;
  color: #666;
  padding: 15px 0;
  margin-bottom: 4%;
      margin-top: -61px;
    background: rgba(0,0,0,.6);
    color: #fff;
}

.location-main {
  float: left;
}

.location-main: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;
}

.phoneBtn {
  float: right;
  font-size: 0;
  height: 30px;
}

.phoneBtn input {
  height: 30px;
  font-size: 14px;
  font-family: "微软雅黑";
  border: 1px solid #b3b3b3;
  padding: 2px 10px;
  color: #b3b3b3;
  background-color: #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.phoneBtn input.top_tel {
  border-radius: 30px 0 0 30px;
  border-right: none;
  width: 200px;
}

.phoneBtn input.phone_submit {
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

.phoneBtn input.phone_submit:hover {
  border-color: #3a4b9b;
  color: #3a4b9b;
}

@media (max-width: 768px) {
  .location {
    display: none;
  }
  .phoneBtn {
    float: none;
    display: none;
  }
}

/* 当前位置end */

/*搜索框*/

.searchCtrl_btn {
  position: relative;
  margin-bottom: 10px;
}

.searchCtrl_btn #searchBtn,
.searchCtrl_btn #searchKeyword {
  display: block;
  -webkit-box-sizing: border-box;
          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: #3a4b9b;
  border: 0;
  color: #fff;
}

.searchCtrl_btn #searchKeyword {
  width: 100%;
  padding-right: 4em;
}

/*搜索框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: #3a4b9b;
}

.msgForm .btn-box input.msg_btn[type="reset"] {
  background: url("../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: #fb3f3f;
}

/*留言表单end*/

/*上下页按钮*/

.prevNextBtn {
  margin-top: 3em;
  font-size: 16px;
}

.prevNextBtn .prevBtn {
  float: left;
  width: 40%;
}

.prevNextBtn .nextBtn {
  float: right;
  width: 40%;
}

@media (max-width: 768px) {
  .prevNextBtn .prevBtn,
  .prevNextBtn .nextBtn {
    float: none;
    width: 100%;
  }
}

/*上下页按钮end*/

/* 联系我们 */
.innerContact {
    margin-bottom: 90px;
}
.innerContact .l {
    float: left;
    height: 100%;
    box-sizing: border-box;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
}
.innerContact .r {
    float: right;
    height: 100%;
}
    .innerContact .r img{
        height: 100%;
    }
.innerContact .l .l1{
    float: left;
    margin-top: 50px;
}
.innerContact .l .l2{
    float: left;
    margin-left: 190px;
    margin-top: 28px;
}
.innerContact .l .l3{
    float: left;
    margin-left: 190px;
    margin-top: 28px;
    max-width: 300px;
}
    .innerContact .l .in {
        margin-top: 15px;
    }
    .innerContact .l .in span {
        display: block;
        font-size: 16px;
        color: #666666;
    }

.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%;
  }

  .innerContact {
    height: auto;
    margin-bottom: 40px;
}
    .innerContact .l {
        float: none;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
    .innerContact .r {
        float: none;
        margin-top: 20px;
    }
    .innerContact .l .l1,
    .innerContact .l .l2,
    .innerContact .l .l3 {
        float: none;
        margin-left: 0;
    }
    .innerContact .l .l1 {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .innerContact .l .l2,
    .innerContact .l .l3 {
        display: flex;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #f2f2f2;
    }
    .innerContact .l .in {
        margin-top: 0;
        margin-left: 15px;
    }
    .innerContact .l .l1 img {
        max-width: 50%;
    }
    .innerContact .l .ic img {
        width: 35px;
    }
    .innerContact .l .in span {
        font-size: 15px;
    }
}

/* 联系我们end */

/* 产品首页 */

.productIndexTitle {
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
}

.productIndexTitle:first-child {
  margin-top: 0;
}

.productIndexTitle:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3a4b9b;
  z-index: -1;
}

.productIndexTitle a {
  padding: 5px 10px;
  background-color: #3a4b9b;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.productIndexTitle a i {
  font-size: 13px;
  margin-left: 0.5em;
}


/**/
.iaBox {
    padding-top: 80px;
    padding-bottom: 80px;
}
    .iaBox.fz {
        background-color: #f2f2f2;
    }
.iaTitle {
    font-size: 50px;
    text-align: center;
    color: #666;
    margin-bottom: 75px;
}
.aboutMain img{
    float: left;
    margin-right: 100px;
    display: block;
}
.aboutMain .r {
    overflow: hidden;
}
    .aboutMain .r .t {
        margin-bottom: 50px;
        color: #666;
    }
    .aboutMain .r .t .b {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .aboutMain .r .t .s {
        font-size: 19px;
    }
    .aboutMain .r p {
        text-indent: 2em;
        margin-bottom: 1em;
        color: #666;
            font-size: 16px;
    line-height: 1.8;
    }
.aboutMain2 img{
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .iaBox {
        padding: 25px 15px;
    }
    .iaTitle {
        font-size: 30px;
        text-align: center;
        color: #666;
        margin-bottom: 20px;
    }
    .aboutMain img {
        float: none;
        width: 90%;
        margin: 0 auto 40px;
    }
    .aboutMain .r .t .b {
        font-size: 25px;
    }
    .aboutMain .r .t .s {
        font-size: 12px;
    }
    .aboutMain .r .t {
    margin-bottom: 20px;
}
}