/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');
@import url('mobile1.css');

/* reset css start */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
  font-family: "webfont";
  src: url('../font/webfont.eot'); /* IE9 */
  src: url('../font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/webfont.woff2') format('woff2'),
  url('../font/webfont.woff') format('woff'), /* chrome、firefox */
  url('../font/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../font/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

body {
  font-family: 'webfont',微软雅黑, Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #262626;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}

:root {
  --primary: #0058b8;
  --main: #da251c;
}

*:focus {
  outline: none;
}

a{
  color: #262626;
}

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{
  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) */
}

.container-fluid{
  max-width: 1600px;
  margin: auto;
}


.headermain{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.headermain .d2{
  padding: 0 25px;
  max-width: 1000px;
}

.headermain .d2 ul li{
  display: inline-block;
  position: relative;
}

.headermain .d2 ul li:after{
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: var(--primary);
  top: 0;
  left: 50%;
  transition: all .6s;
}



.headermain ul li>a{
  display: block;
  padding: 0 20px;
  height: 105px;
  line-height: 105px;
  color: #000000;
  position: relative;
}

.headermain ul li>a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.headermain ul li>a.active{
  color: var(--primary);
}

.headermain ul li>a:hover, .headermain ul li>a:focus, .headermain ul li>a:active {
  color:var(--primary) ;
}

.headermain .d2 ul li:last-child>a{
  padding: 0;
  margin-left: 35px;
}

.headermain .d2 ul li:hover:after{
  width: 100%;
  left: 0;
}

.headermain ul .sub-menu{
  width: 180px;
  background: #fff;
  position: absolute;
  top: 90px;
  height: auto;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s .2s;
  transition: transform .3s .2s;
}

.headermain ul .sub-menu.active{
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

.headermain ul .sub-menu a{
  padding: 15px 25px;
  display: block;
}

.headermain ul .sub-menu a:hover{
  color: var(--primary);
}



/**
 * dtSection
 */
.dtSection{
  padding-top: 105px;
}

.pagination1 span{
    width: 65px;
    height: 8px;
    border-radius: 0;
}

.pagination1 span.swiper-pagination-bullet-active{
  background:var(--primary);
}

/**
 * 产品分类
 */
.sp{
  padding: 85px 0;
}

.proCates{
  background:  rgba(240, 240, 240, 1);
 
}

.proCates a{
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(224, 224, 224, 1);
  /*transition: all .3s;*/
}

.proCates .div-text p{
  padding: 15px 0;
  background: rgba(224, 224, 224, 1);
  font-size: 20px;
  font-weight: bolder;
}

.proCates .div-img{
  overflow: hidden;
  padding: 25px 15px;
  background: #fff;
}

.proCates .div-img img{
  transition: all .3s;
}


.proCates a:hover{
  border: 3px solid var(--primary);
  color: #fff;
}

.proCates a:hover .div-img img{
  transform: scale(1.1);
}

.proCates a:hover .div-text p{
  background: var(--primary);
}

/**
 * 热门产品
 */

.commonTitle h2{
  font-size: 30px;
  font-weight: bolder;
  line-height: 36px;
  color: var(--primary);
}

.commonTitle p{
  color: #707070;
}

.hotProduct .commonTitle{
  text-align: center;
  margin-bottom: 45px;
}

.hotSection{
  background:  rgba(240, 240, 240, 1);
  padding-bottom: 125px;
}

.hotLists .swiper-slide a{
  display: block;
}

.hotLists .swiper-slide img{
  width: 100%;
}

.hotLists .hot-btn{
  color: #fff;
  top: calc(50% - 65px);
}

.hotLists .hot-btn:after{
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(0, 0, 0, .2);
}

.hotLists .hot-btn:hover:after{
  background: var(--primary);
}

.hotLists .div-text{
  background: #fff;
  padding: 20px 15px;
}

.hotLists .div-text{  
  margin-top: 15px;
  border-top: 1px solid #ccc;
  position: relative;
}

.hotLists .div-text p{
  color: #333;
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 10px;
}

.hotLists .div-text .des{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.hotLists .div-text:after{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: var(--primary);
  left: 0;
  top: -2px;
  transition: all .6s;
}

.hotLists a:hover .div-text:after{
  width: 100%;
}

.hotLists a:hover .div-text p{
  color: var(--primary);
}
.hotLists .swiper-pagination{
  position: unset;
  margin-top: 25px;
}


.hotLists  .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin: 0 10px;
}

.hotLists  .swiper-pagination-bullet-active{
  background: var(--main);
}

/**
 * 关于我们
 */

.aboutSection{
  background-image: url(../images/company-bg.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
}

.aboutSection .about-des{
  margin-top: 25px;
}
.aboutSection .about-des p{
  margin-top: 15px;
  line-height: 30px;
  font-size: 14px;
}

.aboutSection .readMore{
  margin-top: 25px;
}

.readMore a{
  padding: 10px 35px;
  background: var(--main);
  color: #fff;
}



.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/**
 * 我们的优势
 */
.advs{
  margin-top: 45px;
}

.advs .item span{
  display: inline-block;
  padding: 35px;
  background: var(--primary);
  border-radius: 50%;
}

.advs .item .div-img{
  text-align: center;

}

.advs .item .div-img img{
  transition: all 1.2s;
}

.advs .item strong{
  display: block;
  margin: 25px 0;
  text-align: center;
  font-size: 20px;
}

.advs .div-text p{
  color: #707070;
  font-size: 14px;
  text-align: center;
}

.advs .item .div-img:hover img{
  transform: rotateY(360deg);
} 

.newsSection{
  background-image: url(../images/news_bg.jpg);
}

.newsSection .newsLists {
  margin-top: 35px;
}

.tjItem a{
  display: block;
  color: #fff;
  position: relative;
}

.tjItem a .div-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 15px;
  background: rgba(0, 0, 0, .4);
}

.tjItem a .div-text .des{
  font-size: 14px;
  margin-top: 10px;
}

.tjItem a .div-img{
  overflow: hidden;
}

.tjItem a .div-img img{
  transition: all .6s;
}

.tjItem a:hover img{
  transform: scale(1.1);
}

.newsLists .item{
  padding: 15px;
  margin-bottom: 25px;
  background: #e5e5e5;
}

.tjItem a:hover strong{
  color: var(--main);
}

.newsLists .item a{
  display: block;
  color: #333;
}

.newsLists .item p.title{
  font-weight: bolder;
  margin-bottom: 10px;
}

.newsLists .item p.des{
  font-size: 14px;
  color: #666;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.newsLists .item .d1{
  min-width: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #ccc; 
}

.newsLists .item .d2{
  border-left: 1px solid #c6c6c6;
  padding-left: 25px;
}

.ftopSection{
  background-image: url(../images/ftop-bg.jpg);
  background-size: cover;
  color: #fff;
}

.ftopSection a{
  color: #fff;
  padding: 10px 35px;
  border-radius: 25px;
  background: var(--main);
}

.ftopSection a img{
  margin-right: 8px;
}

.ftopSection a+a{
  background: #fff;
  margin-left: 15px;
  color: var(--primary);
}

.ftopSection .d1 strong{
  font-size: 42px;
  display: block;
  letter-spacing: 3px;
}

.ftopSection a:hover{
  text-decoration: underline;
}

.mainFooter{
  padding-top: 85px;
  background: rgba(11, 19, 24, 1);
  color: #ccc;
  font-size: 14px;
}

.mainFooter a{
  color: #ccc;
}

.mainFooter .title{
  font-size: 20px;
  margin-bottom: 15px;
}

.mainFooter p{
  margin-bottom: 10px;
}

.mainFooter ul li a{
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.mainFooter ul li a:after{
  position: absolute;
  content: "◆";
  left: 0;
}

.copyright{
  margin-top: 35px;
  padding: 15px 0;
  border-top: 1px solid #18242b;
}

/**
 * 产品中心
 */
.pageTitle{
  position: relative;
  padding-top: 105px;
}

.pageTitle .div-text{
  position: absolute;
  width: 100%;
  top: 50%;
  color: #fff;
}

.pageTitle .div-text h2{
  font-size: 32px;
  font-weight: bolder;
  letter-spacing: 3px;
}

.pageTitle .div-text a{
  color: #fff;
}

.pageTitle .div-text img{
  margin-right: 10px;
}

.ncates{
  border-bottom: 1px solid #eee;
}

.ncates ul li{
  display: inline-block;
}

.ncates ul li+li{
  position: relative;
}

.ncates ul li a{
  display: block;
  font-size: 18px;
  padding: 25px 35px;
}

.ncates ul li+li:after{
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 20px;
  left: 0;
  top: calc(50% - 10px);
}

.ncates ul li.active{
  background: var(--primary);
}

.ncates ul li.active a{
  color: #fff;
}

.pro-lists{
  margin-top: 45px;
  margin-bottom: 65px;
}

.pro-lists .item a{
  display: block;
  width: 100%;
  height: 100%;
}

.pro-lists .item{
  margin-bottom: 35px;
}

.pro-lists .item .div-img{
  overflow: hidden;
  border: 1px solid #f7f7f7;
}

.pro-lists .item .div-img img{
  width: 100%;
  transition: all .6s;
}

.pro-lists .item .div-text{
  padding: 25px 15px;
  background:#f7f7f7;
}

.pro-lists .item .div-text .d1{
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.pro-lists .item .div-text .d2{
  min-width: 120px;
  width: 120px;

}

.pro-lists .item .div-text .d2 span{
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  color: var(--primary);
  background: #ececec;
}

.pro-lists .item .d1{
  transition: all .1s!important;
  margin-bottom: 5px;
}

.pro-lists .item:hover .div-text{
  background: var(--primary);
  color: #fff;
}

.pro-lists .item:hover .div-img img{
  transform: scale(1.2);
}

.pro-lists .item:hover .d1{
  color: #fff;
}

.div-page{
  margin-top: 25px;
}

.div-page a,.div-page span{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border:1px solid #eee;
  margin: 0 5px;
  border-radius: 3px;
}

.div-page a.page-num-current,.div-page a:hover,.div-page span:hover{
  background-color: var(--primary);
  color: #fff;
}


.nnewsLists{
  margin-bottom: 65px;
}

.nnewsLists a.item{
  display: block;
  background-color: #fff;
  border:1px solid #eee;
  margin-bottom: 25px;
/*  transition: all .3s;*/
}

.nnewsLists a.item .div-img{
  overflow: hidden;
}

.nnewsLists .div-img img{
  width: 100%;
  transition: all .3s;
}

.nnewsLists a.item .div-text p{
  padding: 15px 45px 15px 15px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
-webkit-box-orient: vertical;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  transition: all .3s;
}

.nnewsLists a.item:hover img{
  transform: scale(1.1);
}

.nnewsLists a.item:hover{
  background-color: var(--primary);
  color: #fff;
}




.nnewsLists a.item .div-text{
  padding: 15px;
}

.nnewsLists a.item .div-text p{
  padding: 0;
  background-image: unset;
}

.nnewsLists a.item .div-text p.des{
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.nnewsLists a.item:hover .div-text p{
  background-image: unset;
}

.nnewsLists a.item .div-text h4.title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
-webkit-box-orient: vertical;
  padding: 0;
  background-image:unset;
  font-size: 20px;
  font-weight: bold;
}

.nnewsLists .date{
  margin-top: 5px;
}

.nnewsLists .date span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 5px;
}

.nnewsLists a.item:hover .date img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.section-job{
  font-size: 16px;
}

.section-job .top-title{
  margin: 45px 0;
  font-weight: bold;
  font-size: 18px;
}

.section-job .main{
  padding: 0 15px;
  margin-bottom: 125px;
}

.section-job .main .job-title{
  background: #dbdbdb;
  color: #fff;
  padding: 25px 35px;

}

.section-job .card{
    border: unset;
    margin-top: 15px;
    border:1px solid #ccc!important;

}

.section-job .card .card-header{
  padding: 20px 0;
}

.section-job .card.active .card-header{
  background-color: var(--primary);
  color: #fff;
}

.section-job .card-header{
  background-color: unset;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0!important;
}

.section-job  .card-body{
  background: #f6f8fd;
  padding: 45px 8%;
}


.job-des{
    margin-bottom: 25px;
}


.job-des strong{
    color: var(--primary);
}

.job-des p.p2{
    margin-top: 10px;
}

.job-des p.p2 a{
     display: inline-block; 
     padding-left: 15px;
}

/**
 * 发展历程
 */

.historyList{
  position: relative;
}

.historyList:after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid var(--primary);
  top: -4px;
  left: 182px;
}

.historyList li{
  position: relative;
  min-height: 150px;
  padding: 25px 0;
}

.historyList li:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #0058b88c;
  top: 0;
  left: 150px;
}

.historyList .d1{
  min-width: 200px;
  font-size: 35px;
  color: var(--primary);
  font-weight: bolder;
  height: 100%;
  position: relative;
} 

.historyList .d1:after{
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  left: 145px;
  z-index: 1;
  top: 15px;
}


.historyList .d2{
  padding: 25px;
}

/**
 * 产品详情
 */
.proDetail{
  margin-bottom: 65px;
}

.proDetail .div-img img{
  width: 100%;
  border: 1px solid #eee;
}

.proDetail .readMore{
  margin-top: 65px;
}

.proDetail .div-text .title{
  font-size: 24px;
  font-weight: bolder;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #eee;
  color: var(--primary);
}

.proDetail .content{
  margin-top: 45px;
}



.proDetail .content .title{
    font-size: 24px;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 25px;
}

.proDetail .content .title:after{
/*  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary);
  bottom: -7px;
  left: 0;*/
}

.proDetail .title span{
  display: inline-block;
 /* padding: 0 35px;*/
  position: relative;
  background: var(--primary);
  color: #fff;
  padding: 5px 25px;
}

/*.proDetail .title span:after{
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background: var(--primary);
  left: 15px;
  top: calc(50% - 10px);
}
*/
.proDetail .title font{
  color: var(--primary);
}

.mContent{
   min-height: 350px;
}

.mContent table{
  visibility: visible;
  max-width: 100%;
}

.mContent table td{
  padding: 0 25px;
  border:1px solid #eee;
}

.prev-next{
  padding-top: 25px;
  margin-top: 35px;
  border-top: 1px dashed #eee;
}

/**
 * æ–°é—»è¯¦æƒ…
 */
.nDetail .title h2{
  font-size: 24px;
  font-weight: bolder;
}

.nDetail .meta{
  font-size: 14px;
  color: #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
}

.contact-section{
  padding-top: 85px;
  padding-bottom: 125px;
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
}


.contact-section .d2 .d2-form{
  padding: 45px;
  background-color: #fff;
}

.contact-section .d2 .title{
  font-size: 24px;
  font-weight: normal;
}

.contact-section .d2 .title font{
  color: var(--primary);
}

.contact-section .d2 .subtitle{
  color: #7f7f7f;
  line-height: 35px;
  margin: 25px 0;
}

.contact-section .d2 .input-group{
  margin-bottom: 15px;
}

.contact-section .d2  .input-group-text{
  border-radius: 0!important;
  padding: 10px 30px;
  background-color: #03bcbe12;
}

.contact-section .d2 .form-control{
  border-radius: 0!important;
  padding: 25px 30px;
}

.contact-section .d2 .sub-btn{
  padding: 0;
  color: #fff;
  height: 55px;
  line-height: 55px;
  background-color: var(--primary);
  border: none;
}

.contact-section .div-text font{
  display: block;
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 15px;
  letter-spacing: 5px;
  color: var(--primary);
}

.contact-section .div-text .title{
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #262626;
}

.contact-section .infos>div{
  margin-bottom: 15px;
}

.contact-section .infos .d1{
  min-width: 37px;
  margin-right: 10px;
}





















































