/*** 

====================================================================
  Resources / Css Files
====================================================================
 ***/
 @import url('bootstrap.min.css');
 @import url('swiper.min.css');
 @import url('animation.css');
 @import url('inner.css');
 @import url('../font-awesome/css/font-awesome.min.css');
 @font-face {
   font-family: 'DINPRO';
   src: url('../fonts/DINPRO-MEDIUM.OTF');
 }

  @font-face {
   font-family: 'barlowsemicondensed-medium';
   src: url('../fonts/barlowsemicondensed-medium.woff-webfont.ttf');
 }

 @font-face {
   font-family: 'barlowsemicondensed-regular';
   src: url('../fonts/barlowsemicondensed-regular.ttf');
 }
 
 /* reset css start */
 html {
  font-family: Microsoft YaHei;
  font-size: 16px;
  overflow-x: hidden;
 }
 
 body {
   font-family: Microsoft YaHei,Arial, sans-serif;
   font-size: 14px;
   color: #000;
   position: relative;
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
   background-color: #ffffff;
 }

 ::-webkit-scrollbar { width: 5px; }  
 ::-webkit-scrollbar-track { background: #f7f7f7; border-radius: 0px; }  
 ::-webkit-scrollbar-thumb { background: #999; border-radius: 0px; }  
 ::-webkit-scrollbar-thumb:hover { background: #ff591f; } 

 .page-wrapper{
  position: relative;
  overflow: hidden;
 }
 
 
 :root {
   --primary: #104ba6;
   --main:#de0000;
 }
 
 
 *:focus {
   outline: none;
 }
 
 * a{
   color: #333;
 }
 
 * a:hover{
   text-decoration: unset;
   cursor: pointer;
 }
 
 p{
   margin-bottom: 0;
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 ul{
   margin-left: -40px;
   margin-bottom: 0;
   list-style: none;
 }
 
 img{
    max-width: 100%;
   image-rendering: -moz-crisp-edges; /* Firefox */
   image-rendering: -o-crisp-edges; /* Opera */      
   image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
   image-rendering: crisp-edges; 
   -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }

 h1,h2,h3,h4{
  margin-bottom: 0;
 }

 .div-img{
  overflow: hidden;
 }

 .div-img img{
  transition: all .6s;
 }
 
 .container-fluid{
   max-width: 94%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
 }

/*pc头部导航*/
.mHeader,.mItems{
  display: none;
}


.pcHeader{
  background-color: #fff;
  box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 10%);
  overflow: hidden;
}

.pcHeader .d1{
  max-width: 350px;
}

.pcHeader .d2{
  margin: 0 25px;
}

.pcHeader .d2 ul li{
  position: relative;
}

.pcHeader .d2 ul li:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 5px;
  background-color: var(--primary);
  opacity: 0;
  transition: all .5s ease;
}

.pcHeader .d2 ul li a{
  display: block;
  padding: 35px 15px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  transition: all .5s ease;
  position: relative;
}

.pcHeader .d2 ul li a:after{
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.pcHeader .d2 ul li:hover:before{
    width: 100%;
    opacity: 1;
}

.pcHeader .d2 ul li:hover a:before{
  width: 100%;
  opacity: 1;
}

.pcHeader .d2 ul li a:hover{
  transform: translateY(-100%);
}

.pcHeader .d3 span.s1{
  display: inline-block;
  vertical-align: super;
}

.pcHeader .d3 span.s1 svg{
  display: inline-block;
  width: 35px;
  height: 35px;
}

.pcHeader .d3 .tel{
  display: inline-block;
  color: var(--primary);
  font-size: 20px;
  font-family: 'barlowsemicondensed-medium';
}

/*banner*/
.swiper1{
  overflow: hidden;
  position: relative;
}

.swiper1 .swiperbtn:after{
    font-size: 30px;
    color: rgba(255,255,255,.6);
    padding: 15px 10px;
    background: rgba(0,0,0,.6);
}

.swiper1 .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
}

.pt{
  padding: 65px 0;
}

/*首页关于*/
.commonTit{
  position: relative;
  margin: 45px 0;
  z-index: 1;
}

.commonTit font{
  display: block;
  font-size: 76px;
  font-family: math,serif,'fangsong';
  color: #e7e7e7;
  font-weight: bold;
  letter-spacing: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.commonTit p{
  padding-top: 55px;
  font-size: 36px;
  display: inline-block;
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  padding-bottom: 10px;
}

.syAbout .content{
  max-width: 1000px;
  margin: auto;
}

.syAbout .content p{
  color: #707070;
  line-height: 28px;
  text-align: center;
}

.aboutImgs{
  max-width: 1200px;
  margin: 35px auto 65px auto;
}


.swiperC{
  position: relative;
  overflow: hidden;
}

.swiperC .swiper-button-next:after, .swiperC  .swiper-button-prev:after {
  background-color: var(--primary);
  color: #fff;
  font-size: 30px;
  padding: 15px 8px;
}

/*首页产品中心*/
.syProduct{
  background-color: rgba(245, 245, 245, 1);
  padding-top: 35px;
  padding-bottom: 65px;
}

.syProduct .commonTit font{
  color:#e7e7e7;
}

.syProduct .commonTit{
  margin-top: 0;
}

.proLists .list-group{
  flex-direction: unset;
  max-width: 1200px;
  margin: auto;
}

.proLists .list-group a{
  background-color: #fff;
  border: 1px #ccc solid;
  color: #666;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  margin: 5px 0;
  transition: all .6s;
}

.proLists .list-group a:hover,.proLists .list-group a.active{
  color: #fff;
  background-color: var(--primary);
  border:1px solid var(--primary);
}

.proLists .items{
  margin-top: 35px;
}

.proLists .items a{
  display: block;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.proLists .item {
  margin-bottom: 25px;
}

.proLists .item img{
  width: 100%;
  transition: all .6s;
}

.proLists .imgItem{
  overflow: hidden;
  position: relative;
}

.proLists .item .mask{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
  transform: translateY(100%);
  transition: all .6s;
}

.proLists .item .mask p{
  position: absolute;
  width: 100%;
  top:48%;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.proLists .item .mask:after{
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  border:1px solid #ffffff85;
}

.proLists .imgItem:hover .div-img img{
  transform: scale(1.2);
}

.proLists .item:hover .mask{
  transform: translateY(0);
}

/*首页新闻列表*/
.syNews .item a{
  display: block;
  color: #333;
}

.syNews .blockLeft .item{
  padding: 10px;
  border:1px solid #eee;
}

.syNews .blockLeft .div-img{
  overflow: hidden;
}

.syNews .blockLeft .div-img img{
  width: 100%;
  transition: all .6s;
}

.syNews .item p.title{
  font-size: 18px;
  margin: 15px 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.syNews .item .time{
  display: block;
  min-width: 180px;
  text-align: right;
  color: #696969;
}

.syNews .blockLeft .time{
  text-align: left;
  margin-top: 10px;
}

.syNews .blockRight .time svg{
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.syNews .item p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.syNews .blockRight .item{
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.syNews .item:hover .div-img img{
  transform: scale(1.1);
}

.syNews .item:hover p.title{
  color: var(--primary);
}

.mainFooter{
  background-color: #282828;
  border-top: 4px solid #e80012;
}

.mainFooter .ftop{
  background-color: #f5f5f5;
  padding: 65px 0;
}

.mainFooter .ftop p.title{
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.mainFooter .ftop ul li{
  margin-bottom: 10px;
}
.mainFooter .ftop ul li *{
  color: #777777;
}

.copyright{
  padding: 15px 0;
  text-align: center;
}

.copyright *{
  color: #ccc;
  font-size: 14px;
}

.mfooter{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color:var(--main);
  text-align: center;
  z-index: 998;
}

.mfooter a{
  height: 45px;
  line-height: 45px;
  display: block;
  border-right: 1px;
  color: #fff;
  position: relative;
}

.mfooter a:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  right: 0;
  top: 18px;
}

.mfooter a svg{
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.mfooter a.alast:after{
  content: none;
}

















 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 