/* 首页标题 */
.main-header{
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  margin-bottom: 4%;
}
.main-header .index-title,
.main-header .type-list,
.main-header .more{
  display: table-cell;
  vertical-align: bottom;
  white-space: nowrap;
}
.main-header .index-title{
  font-size: 24px;
  color: #00479d;
  font-weight: bold;
  position: relative;
}
.index-title:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -12px;
  background-color: #ee6500;
}
.main-header .index-title small{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #a3a3a3;
  font-weight: normal;
  margin-left: .4em;
}
.main-header .type-list{
  width: 100%;
  font-size: 18px;
  color: #333;
}
.main-header .type-list a{
  float: left;
  display: block;
  margin-left: 60px;
}

.main-header .more{
  font-size: 12px;
  color: #8f8f8f;
}
.main-header .more:hover{
  color: #00479d;
}

@media (max-width: 768px) {
  .main-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-header.fn-clear:after{
    display: none;
  }
  .main-header .index-title, .main-header .type-list, .main-header .more{
    display: block;
  }
  .main-header .type-list{
    display: none;
  }
  .main-header .index-title{
    font-size: 18px;
  }
  .main-header .index-title small{
    font-size: 12px;
  }
}

/* banner图 */
.bannerList{
  overflow: hidden;
  position: relative;
}
.bannerList li{
  width: 100%;
}
.bannerList li .imgBox{
  width: 100%;
  padding-bottom: 33.12%;
  box-shadow: 0 0 0 0 red;
}
@media (max-width: 768px) {
  .bannerList li .imgBox{
    padding-bottom: 66.66%;
  }
}

/*产品中心*/
.publicList .list{
  overflow: hidden;
}
.publicList .list ul{
  display: block;
}
.publicList .list li{
  box-sizing: border-box;
  width: 25%;
  padding: 0 1%;
  margin-bottom: 2%;
  float: left;
}

.publicList .list .imgBox{
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 86.2%;
  border: 1px solid #ddd;
}
.publicList .list .imgBox img{
  max-width: 100%;
  max-height: 100%;
}
.publicList .list li span{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #ddd;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .publicList .list ul{
    display: flex; /*移动端由block改成flex,才能滑动*/
  }
  .publicList .list li span{
    font-size: 12px;
    height: 2.5em;
    line-height: 2.5em;
  }
}


/*产品中心分类*/
.product-title{
  margin-bottom: 2%;  
}
.product-title .ch{
  display: block;
  font-size: 24px;
  color: #00479d;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  text-align: center;
  padding-bottom: 0.4em;
}
.product-title .ch:before{
  content: "";
  display: block;
  width: 4em;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -2em;
  background-color: #ee6500;
}
.product-title .en{
  display: block;
  color: #a3a3a3;
  font-size: 18px;
  text-align: center;
  padding-top: 0.6em;
}
@media (max-width: 768px) {
  .product-title .ch{
    font-size: 18px;
  }
  .product-title .en{
    font-size: 12px;
  }
}
/*产品中心分类end*/


/*产品中心*/
.product .type{
  margin-bottom: 4%;
}
.product .type ul {
  text-align: center;
}

.product .type li {
  display: inline-block;
  width: auto;
  min-width: 6em;
  margin: 0 1%;
  border-radius: 6px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  white-space: nowrap;
  background-color: #959595;
  color: #fff;
}
.product .type li a
{
    display: block;
    color: #fff;
}

.product .type li:hover,
.product .type li.active-nav {
  background-color: #ee6500;
  color: #fff;
}

.product .cont {
  margin-top: 4%;
}

.product .cont .contBox {
  position: relative;
}

.product .cont li {
  float: left;
  width: 25%;
}

.product .cont li .paddingBox {
  display: block;
  padding: 0 15px;
}

.product .cont li .imgBox {
  padding-bottom: 86.2%;
  border: 1px solid #ddd;
}

.product .cont li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.product .cont li span {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 14px;
  background-color: #ddd;
  text-align: center;
  padding: 0 0.5em;
}

.product .cont li span a{
  color: #000;
}

.picBox {
  width: 100%;
  overflow: hidden;
}

.picMarquee2,
.picMarquee {
  overflow: hidden;
}


@media (max-width: 768px) {
  .product .type ul {
    text-align: center;
  }
  .product .type li {
    display: inline-block;
    float: none;
    width: 23%;
    min-width: auto;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }

}


/*工程案例*/
.project {
  background: url("../Images/project-bg.jpg") no-repeat center center;
  background-attachment: fixed;
  padding: 2% 0;
}
.project.publicList .list .imgBox {
  padding-bottom: 69%;
}
.project .main-header .index-title{
  color: #fff;
}
/*产品中心end*/

/*关于我们*/
.about{
  background: url("../Images/about-bg.jpg") no-repeat center center / cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5% 0;
}
.about a{
  color: #fff;
}
.about .about-title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.about .content{
  width: 1040px;
  max-width: 90%;
  margin:3% auto 0;
  font-size: 16px;
  line-height: 2;
}
.about .content p
{
    text-indent: 2em;
}
.about .more{
  display: block;
  font-size: 18px;
  width: 7em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border: 1px solid #fff;
  margin: 3% auto 0;
}
.about .more:hover{
  box-shadow:0px 0px 4px #fff;
}
@media (max-width: 768px) {
  .about{
    background-attachment: initial;
  }
  .about .about-title{
    font-size: 24px;
  }
  .about .content{
    font-size: 14px;
  }
}
/*关于我们end*/

/*新闻中心*/
.news .dongtai{
  float: left;
  width: 61%;
}
.news .zhishi{
  float: right;
  width: 36%;
}

.news-header{
  background-color: #e8e8e8;
  line-height: 50px;
  margin-bottom: 25px;
}
.news-header .news-title{
  background-color: #00479d;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 7em;
  float: left;
}
.news-header .more{
  float: right;
  margin-right: 1em;
  color: #7a7a7a;
}
.news-header .more:after{
  content: "——>";
  margin-left: 1em;
}
@media (max-width: 768px) {
  .news .dongtai,
.news .zhishi{
  float: none;
  width: 100%;
}
  .news-header{
    line-height: 35px;
    margin-bottom: 15px;
  }
  .news-header .news-title{
    font-size: 18px;
  }
  .news-header .more{
    font-size: 12px;
  }
  .news-header .more:after {
    display: none;
  }
}





.news .content .newsImg{
  float: left;
  width: 552px;
  max-width: 44%;
  margin-right: 2%;
}
.news .content .newsImg img{
  width: 100%;
}
.news .content .list{
  overflow: hidden;
}
.news .list li {
  border-bottom: dashed #c9c9c9 1px;
  padding: 0 10px 2.5%;
  color: #333;
  margin-bottom: 3.5%;
  box-sizing: border-box;
}


.news .list li .newsTitle {
  font-size: 16px;
  line-height: 28px;
}
.news .zhishi .list li{
  padding-bottom: 2%;
  margin-bottom: 2%;  
}
.news .zhishi .list li a{
  padding-left: 0.5em;
  border-left: 4px solid #ee6500;
}
.news .zhishi .list li:first-child a{
  padding-left: 0;
  border-left: none;
}
.news .list li .newsTitle .pubTime
{
    font-size: 0.8em;
    color: #666;
    float: right;
    margin-left: 0.5em;
}
.news .list li .newsTitle a.title{
  color: #000;
  overflow: hidden;
}
.news .list li .newsTitle a:hover{
  color: #8e0100;
}

.news .list li p {
  font-size: 12px;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  color: #666;
}

/*.news .list li p .more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e60b11;
  padding-left: 1.5em;
  background-color: #fff;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 10%);
}*/

.news .list .newsImg {
  float: left;
  width: 105px;
  height: 105px;
  margin-right: 1em;
}
.news .list .newsImg img{
  width: 100%;
  height: 100%;
}
.news .list .newsContent{
  overflow: hidden;
}
@media (max-width: 768px) {
  
  .news .content .newsImg{
    display: none;
  }
  .news .list li .newsTitle{
    font-size: 14px;
    line-height: 1.6;
  }
  .news .list li{
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
}
/*新闻中心end*/

/*视频模块*/
.video{
  padding: 4% 0;
  background-color: #f5f5f5;
}
.video .info{
  float: left;
  width: 50%;
  overflow: hidden;
}
.video .videoBox{
  float: right;
  width: 50%;
  padding-bottom: 28%;
  position: relative;
}
.video .info .title{
  margin-top: 2em;
}
.video .info .title .ch{
  font-size: 33px;
  font-weight: bold;
  display: block;
}
.video .info .title .en{
  font-size: 18px;
  color: #7e7e7e;
  text-transform: uppercase;
  display: block;
}
.video .info .content{
  margin-top: 2em;
  font-size: 18px;
  line-height: 1.8;
  padding-right: 2em;
}
.video .videoBox video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #000;
}
@media (max-width: 768px) {
  .video .info,
  .video .videoBox{
    float: none;
  }
  .video .info{
    width: 100%;
  }
  .video .info .title{
    text-align: center;
    margin-top: 0;
  }
  .video .info .title .ch{
    font-size: 20px;
  }
  .video .info .title .en{
    font-size: 14px;
  }
  .video .info .content{
    padding-left: 2em;
    margin-top: 1em;
    font-size: 14px;
    display: none;
  }
  .video .videoBox{
    width: 90%;
    padding-bottom: 51%;
    margin: 2% auto 0;
  }
}
/*视频模块end*/

/*顶部最新新闻*/
.topNewsBox{
  background-color: #eeeeee;
  padding: 6px 0;
}
 
.topNewsBox .icon{
  line-height: 30px;
  float: left;
  padding-right: .5em;
  color: #d90000;
  /*background: url("../Images/topNewsIcon.png") no-repeat 0 center / contain;*/
}
.topNews{
  float: left;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  width: 500px;
  max-width: 100%;
  margin-left: 0;
}
.phoneBtn{
  float: right;
  font-size: 0;
}
.phoneBtn input{
  height: 30px;
  font-size: 14px;
  font-family: "微软雅黑";
  border: 1px solid #b3b3b3;
  padding: 2px 10px;
  color: #b3b3b3;
  background-color: #eeeeee;
  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: #00479d;
  color: #00479d;
}
@media (max-width: 768px) {
  .topNewsBox{
    font-size: 12px;
    padding: 2px 10px;
  }
  .topNewsBox .main{
    display: flex;
  }
  .topNewsBox .icon{
    float: none;
  }
  .topNewsBox .topNews {
    float: none;
    flex: 1;
  }
  .phoneBtn{
    float: none;
    display: none;
  }
}
/*顶部最新新闻end*/

/*保障*/
.guarantee{
  overflow: hidden;
}
.guarantee-main{
  border-collapse:collapse;
  margin: 0 -15px;
}
.guarantee .box{
  display: table-cell;
  width: 23%;
  background-color: #00479d;
  color: #fff;
  border-left: solid 15px #fff;
  border-right: solid 15px #fff;
  padding: 1.5em;
  box-sizing: border-box;
}
.guarantee .box img{
  display: block;
  max-width: 50%;
  margin: 10% auto 0;
}
.guarantee .box span{
  display: block;
  text-align: center;
  font-size: 24px;
  margin-top: 0.5em;
}
.guarantee .box p{
  font-size: 18px;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .guarantee-main{
    margin: 0 1%;
  }
  .guarantee .box{
    display: block;
    float: left;
    width: 48%;
    border: none;
    margin: 1%;
  }
  .guarantee .box:nth-child(2n+1){
    clear: left;
  }
  .guarantee .box p{
    display: none;
  }
}
/*保障end*/


/* 友情链接 */
.friendsLinks_content
{
    margin-top: 4%;
}
.friendsLinks_list li
{
    float: left;
    margin: 0 10px 10px 10px;
}