/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');
@import url('jquery.fancybox.min.css');

/* reset css start */
html {
  height: 100%;

}

body {
  font-family: 微软雅黑, Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #262626;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}


:root {
  --primary: #0076b6;
  --main:#262626;
}


*: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;
}

/**
 * pc头部
 */
.headermain .top{
  color: #fff;
  background-color: var(--primary); 
  padding: 5px 0;
  font-size: 14px;
}

.headermain .top a{
  color: #fff;
}

.headermain .top .d2 a{
  margin-left: 10px;
  display: inline-block;
}

.headermain .top .language a{
  display: inline-block;
  margin-left: 10px;
}

.headermain .top .language a+a{
  position: relative;
}

.headermain .top .language a+a:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  left: -5px;
  top: calc(50% - 6px);
}

.headermain .top .tel{
  margin-right: 20px;
}

.headermain .top .tel a{
  vertical-align: middle;
}

.headermain .main .d2{
  max-width: 850px;
  margin-left: 45px;
}

.headermain .main ul li>a{
  display: block;
  padding: 35px 25px;
  transition: all .6s;
}

.headermain .main ul li:hover>a{
  background-color: var(--primary);
  color: #fff;
}

.headermain .main .sub-memu{
  position: absolute;
  padding-bottom: 25px;
  padding-top: 15px;
  background: #87aabd;
  opacity: 0;
  height: 0;
  transform:translateY(50%);
  transition: all .3s;
  z-index: 999;
  overflow: hidden;
}

.headermain .main .sub-memu a{
  display: block;
  padding: 10px 25px;
  color: #fff;
  border-bottom: 1px dashed #1666f521;
}

.headermain .main ul li:hover .sub-memu{
  opacity: 1;
  height: unset;
  transform:translateY(0);
}

/**banenr**/
.btn1{
  width: 45px;
  height: 45px;
}
.btn1:after{
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(0,0,0,.4);
  color: #fff;
}

.btn1:hover:after{
  background-color: rgb(22,102,245);
}

/**search**/
.search{
  padding: 20px 0;
  background-color: #eeeeee;
}

.search .d1 a{
  display: inline-block;
  padding-left: 20px;
  position: relative;
  color: #e70d0b;
}

.search .d1 a:not(:last-child):after{
  position: absolute;
  content: "、";
  right: -20px;
  color: #262626;
}

.search .d2 form{
  font-size: 14px;
  color: #ccc;
}

.search .d2 input{
  height: 40px;
  line-height: 40px;
  border:none;
  background: #fff;
  padding-left: 25px;
  padding-right: 65px;
}

.search .d2 button{
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  margin-left: -50px;
  display: inline-block;
  position: absolute;
}

/**
 * 产品中心
 */
.sp{
  padding: 85px 0;
}


.common-title{
  text-align: center;
}

.common-title h3{
  font-size: 30px;
  position: relative;
  color: var(--primary);
}

.common-title h3:after,.common-title h3:before{
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: var(--primary);
  top: 50%;
}

.common-title h3:after{
  left: calc(50% - 150px);
}

.common-title h3:before{
  right: calc(50% - 150px);
}

.div-img{
  overflow: hidden;
}

.proSection{
  background-image: url(../images/iprobg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.proLists{
  margin-top: 65px;
  margin-bottom: 65px;
}

.proLists a{
  display: block;
  text-align: center;
  color: #262626;
  border:1px solid #eee;
}

.proLists .div-text{
  padding:15px 0;
  border-top: 1px solid #eee; 
  position: relative;
  width: 95%;
  margin: auto;
  
}

.proLists .div-text:after{
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #e70d0b;
  left: 0;
  top: -1px;
  transition: width .6s;
}

.proLists .div-text p{
  font-size: 18px;
  font-weight: bolder;
}

.proLists a .div-img img{
  width: 100%;
  transition: transform .6s;
}

.proLists a:hover .div-img img{
  transform: scale(1.1);
}

.proLists a:hover{
  color: #e70d0b;
}

.proLists a:hover .div-text:after{
  width: 100%;
}

.proLists .pagin{
  position: relative;

}

.proLists .pagin{
  margin-top: 25px;
}

.proLists .pagin .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
}

.proLists .pagin span+span{
  margin-left: 15px;
}

.proLists .pagin .swiper-pagination-bullet-active{
  background:var(--primary);
}

.hvr-sweep-to-bottom {
  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;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e70d0b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.readMore a{
  padding: 15px 45px;
  background-color: var(--primary);
  color: #fff;
}

/**
 * 关于我们
 */
.aboutSection{
  background-color: #f2f2f3;
}

.aboutSection .aboutMain{
  margin-top: 45px;
}

.aboutMain h3.title{
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  color: var(--primary);
}

.aboutMain p.des{
  line-height: 30px;
  margin-bottom: 25px;
}

.aboutSection .honorLists{
  margin-top: 45px;
}

.honorLists .btn2:after{
  background-color: rgba(0,0,0,.8);
  color: #fff;
  font-size: 30px;
  padding: 25px 15px;
}

.honorLists .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.honorLists .swiper-slide .div-text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  opacity: 0;
  transition: all .6s;
}

.honorLists .swiper-slide .div-text p{
  margin-top: 85%;
  text-align: center;
  transition: margin-top .6s;
}

.honorLists .swiper-slide a:hover .div-text{
  opacity: 1;
}

.honorLists .swiper-slide a:hover .div-text p{
  margin-top: 60%;
}

.honorLists .swiper-slide .div-img img{
  transition: transform .6s;
}

.honorLists .swiper-slide a:hover .div-img img{
  transform: scale(1.1);
}

/**
 * 我们的优势
 */
.advLists{
  padding-top: 45px;
  max-width: 1300px;
  margin: auto;
}

.advLists .item{
  margin-bottom: 35px;
}

.advLists .item:nth-child(1){
  background-color: #f2f2f3;
} 

.advLists .item:nth-child(2){
  flex-direction: row-reverse;
}

.advLists .item .div-text{
  padding: 25px;
}

.advLists .item .num{
  font-size: 40px;
  font-style: italic;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #00a4e0;
  color: #fff;
  font-weight: bolder;
  border-radius: 50%;
  font-family: system-ui;
  margin-right: 15px;
}

.advLists .item .title{
  font-size: 24px;
  font-weight: bolder;
  color: var(--primary);
}

.advLists .item .stitle{
  font-size: 18px;
  color: var(--primary);
}

.advLists .item div.des{
  margin-top: 15px;
}

.advLists .item ul li{
  display: block;
  color: #656667;
  padding: 10px 0 0 65px;
  background-image: url(../images/adv-tb.png);
  background-repeat: no-repeat;
  background-position: 35px 15px;
}

.newsSection{
  background-image: url(../images/news-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.newsSection .newsLists{
  margin-top: 45px;
}

.newsLists .item{
  background-color: #fff;
}

.newsLists .item a{
  display: block;
  color: #262626;
}

.newsLists .item .div-text{
  padding: 15px;
}

.newsLists .item p.title{
  font-size: 18px;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.newsLists .item p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsLists .item div.more{
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-size: 14px;
  margin-top: 25px;
}

.newsLists .item .div-img img{
  transition: all .6s;
}

.newsLists .item:hover img{
  transform: scale(1.2);
}

.newsLists .item:hover p.title{
  color: var(--primary);
}

.newsSection .readMore{
  margin-top: 35px;
}

.mainFooter{
  background-color: #303234;
  color: #fff;
}

.mainFooter .title{
  font-size: 18px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}

.mainFooter .title:after{
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #e70d0b;
  left: 0;
  bottom: 0;
}

.mainFooter ul li{
  display: block;
  margin-bottom: 15px;
}

.mainFooter ul li img{
  margin-right: 10px;
}

.mainFooter p.des{
  line-height: 30px;
}


.mainFooter .d3 img{
  max-width: 185px;
}

.mainFooter .copyRight{
  padding: 10px 0;
  background-color: #3f4245;
  font-size: 14px;
  color: #888;
}

.mainFooter .copyRight a{
  color: #888;
}

.mainFooter .copyRight a:hover{
  color: var(--primary);
}

/**
 * 内页banner
 */
.pageTitle{
  position: relative;
}

.pageTitle img{
  width: 100%;
}

.pageTitle .div-text{
  position: absolute;
  width: 100%;
  right: 0;
  text-align: right;
  top: calc(50% - 25px);
  color: #fff;
}

.pageTitle .div-text h2{
  font-size: 30px;
}

.pageTitle .div-text p{
  text-transform: uppercase;
}

/**
 * 内页导航
 */

.breadMemu{
  background-color: #f2f2f3;
  border-bottom: 1px solid #dfdfdf;
}

.breadMemu .d1{
  padding: 15px 0;
}

.breadMemu .d1 span{
  padding: 0 5px;
}

.breadMemu .d1 img{
  vertical-align: sub;
}

.breadMemu .d2 ul li{
  display: inline-block;
}

.breadMemu .d2 ul li a{
  padding: 25px 25px;
  display: block;
  transition: all .3s;
  font-size: 18px;
}

.breadMemu .d2 ul li a:hover,.breadMemu .d2 ul li.active a{
  color: #fff;
  background-color: var(--primary);
}

.breadMemu .d3 ul li{
  display: inline-block;
  padding: 25px 25px;
}



.breadMemu .d3 ul li a{
  display: block;
  position: relative;
}

.breadMemu .d3 ul li a:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #cccccc;
  right: -25px;
  top:calc(50% - 8px);
}

.breadMemu .d3 ul li.active{
  background-color: var(--primary);
}

.breadMemu .d3 ul li.active a{
  color: #fff;
}

.breadMemu .d3 ul li.active a:after{
  visibility: hidden;
}

.gySection .content{
  margin-top: 45px;
  margin-bottom: 35px;
}

.gySection .all-imgs{
  margin-top: 45px;
}

.all-imgs img{
  width: 100%;
  transition: all .6s;
}

.all-imgs a{
  display: block;
  width: 100%;
  height: 100%;
  border:1px solid #eee;
}

.all-imgs a:hover img{
  transform: scale(1.1);
}

.all-imgs .div-text{
  padding: 15px;
}

.all-imgs .item{
  margin-bottom: 25px;
}

/**
 * 企业文化
 */

.culSection .top{
  padding-top: 125px;
  padding-bottom: 185px;
  background-image: url(../images/ydt22.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.culSection .top h4{
  font-size: 36px;
  letter-spacing: 3px;
}

.culSection .top p{
  letter-spacing: 8px;
}

.culSection .cuLists{
  margin-top: -65px;
  margin-bottom: 125px;
}


.cuLists .item{
  position: relative;
}

.cuLists .item .div-text{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.cuLists .item .div-text h4{
  font-size: 24px;
  font-weight: bolder;
  
  margin: 15px 0;
}

.cuLists .item1 .div-text{
  color: #262626;
}

.cuLists .item1 .div-text h4{
  color: #13aae2;
}

.cuLists .item .div-text img{
  transition: all .6s;
}

.cuLists .item:hover .div-text img{
  transform: rotateY(180deg);
}

.lyForm{
  max-width: 850px;
  margin: auto;
  padding-top: 45px;
}

.lyForm input{
  border:1px solid #eee;
  height: 45px;
  line-height: 45px;
  display: block;
  margin-bottom: 15px;
  border-radius: 0;
  padding: 15px;
  width: 100%;
}

.lyForm textarea{
  border-radius: 0;
  border:1px solid #eee;
  padding: 15px;
  width: 100%;
}

.lyForm button{
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 15px 15px;
  border:none;
  margin-top: 15px;
  transition: all .3s;
}

.lyForm button:hover{
  background-color: var(--primary);
  color: #fff;
}

/**
 * 产品中心
 */

.cpSection .item{
  margin-bottom: 35px;
}

.cpSection .item a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  text-align: center;
}

.cpSection .item img{
  transition: all .3s;
  width: 100%;
}

.cpSection .item a:hover img{
  transform: scale(1.2);
}

.cpSection .item p{
  padding: 15px;

}

.cpSection .item a:hover {
  background-color: var(--primary);
  color: #fff;
}


.xwSection{
  background-image: unset;
}

.xwSection .item{
  background-color: #eeeeee63;
  margin-bottom: 35px;
}

/**
 * 新闻详情
 */
.xwDetail h2.title{
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 15px;
}

.xwDetail .content{
  min-height: 450px;
  padding-bottom: 35px;
}

.xwDetail .meta{
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  margin-bottom: 25px;
}

.pre-next{
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/**
 * 产品详情
 */
.cpDetail .top{
  padding: 25px;
  background-color: #f2f2f2;
}

.cpDetail .top .div-text{
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.cpDetail .top h2.title{
  font-size: 24px;
  font-weight: bolder;
  color: #000;
  margin-bottom: 35px;
}

.cpDetail .infos>div{
  margin-bottom: 10px;
}

.cpDetail .content{
  margin-top: 45px;
}

.cpDetail .content ul{
  margin-left: 0;
}

.cpDetail .content .nav{
  margin-bottom: 25px;
  border-bottom:2px solid #eee;
}

.cpDetail .nav-pills .nav-link{
  font-size: 20px;
  font-weight: bolder;
  min-width: 120px;
  text-align: center;
}

.cpDetail .nav-pills .nav-link.active{
  background-color: unset;
  border-bottom: 2px solid var(--primary);
  border-radius: 0;
  color: #262626;
}

.cpDetail  .tab-content{
  min-height: 300px;
  padding: 0 15px;
  margin-bottom: 35px;
}

.cpLy{
  background-color: #f8f8f8;
  padding: 35px 25px;
  margin-bottom: 45px;
}

.xgTitle{
  margin-top: 45px;
  margin-bottom: 35px;
}

.xgList .btn2{

}

.xgList .btn2:after{
  background-color: rgba(0,0,0,.3);
  padding: 15px 10px;
  font-size: 20px;
}

.conDetail .infos{
  margin-top: 45px;
}

.conDetail .infos .item{
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 0 5px #eee;
}

.conDetail .infos .item img{
  margin-right: 15px;
}


.conDetail .infos .item p.title{
  font-size: 20px;
  margin-bottom: 5px;
}

.conDetail .infos .item p.des{
  color: #999999;
  height: 45px;
}

.accordion{
  margin-top: 45px;
}

.accordion .card .card-header .btn{
  background-image: url(../images/rczp2.png);
  background-repeat: no-repeat;
   background-position: right;

}

.accordion .card .card-header .collapsed{
   background-image: url(../images/rczp.png);
   background-repeat: no-repeat;
   background-position: right;
}


.card-header{
  background-color: var(--primary);
  color: #fff;
}

.card-header .btn{
  color: #fff;
  border:none;
  box-shadow: none;
}


.card-header .btn span{
  margin-right: 15px;
  display: inline-block;
}

.qyzp-des{
  margin-top: 25px ;
  text-indent: 30px;
}

.div-page{
  text-align: center;
  margin-top: 25px;
}

.div-page a{
  display: inline-block;
  background-color: #bebebe;
  color: #fff;
  font-size: 22px;

}

.div-page a+a{
  margin-left: 10px;
}

.div-page a.page-num{
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}

.div-page a.pn{
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  border-radius: 25px;
}

.div-page a:hover,.div-page a.page-num-current{
  background: var(--primary);
}













































