@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');
@font-face {
	font-family: 'DINPRO';
	src: url('../fonts/DINPRO-MEDIUM.OTF');
}

@font-face {
	font-family: 'Rajdhani';
	src: url('../fonts/Rajdhani-Medium.ttf');
}

@font-face {
    font-family: 'CNB';
    src: url('../fonts/SourceHanSansCN-Bold_0.otf') format('truetype');
}

@font-face {
    font-family: 'CNM';
    src: url('../fonts/SourceHanSansCN-Medium_0.otf') format('truetype');
}

@font-face {
    font-family: 'CNN';
    src: url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype');
}

@font-face {
    font-family: 'CNR';
    src: url('../fonts/SourceHanSansCN-Regular_0.otf') format('truetype');
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
body {
  font: 15px/1.5 "Microsoft Yahei","CNM","Helvetica Neue",Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 400;
}

:root {
--primary:#3f3651;	
--main: #b7383b;
}

.div-img{
	overflow: hidden;
}

.div-img img{
	width: 100%;
	transition: all .3s ease;
}

.pageWrap{
	position: relative;
	overflow-x: hidden;
}

.container-fluid{
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}


/*banner*/
.banner{
	margin-top: 90px;
}
.banner .swiper-slide{
	position: relative;
}

.sp{
	padding: 85px 0;
}

.commonTit{
  padding-bottom: 15px;
  position: relative;
}

.commonTit:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background-color: var(--main);
  left: 50%;
  transform:translateX(-50%);
  bottom: 0;
}

.commonTit p.entit{
  font-size: 18px;
  color: #666;
  margin: 0 10px;
  font-family: 'Rajdhani';
  text-transform: uppercase;
}

.commonTit p.cntit{
  font-size: 48px;
  letter-spacing: 10px;
  color: #3f3651;
}

.proSec .commonTit{
  margin-bottom: 45px;
}

/*产品分类列表*/
.listp .item{
  display: block;
  max-width: 33.2%;
}

.listp .item a{
  display: block;
  position: relative;
  color: #fff;
  font-size: 24px;
}

.listp .item .content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.listp .item .content .d1{
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.listp .item .content .d1 span{
  display: inline-block;
  padding: 13px 30px;
  color: #fff;
  border:1px solid rgba(255,255,255,.2);
  position: relative;
  opacity: 0;
  transform: translateY(-100%);
  transition: all .6s;
}


.listp .item .content .d1 span:after{
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  background-color: rgba(255,255,255,.1);
}

.listp .item .content .d2{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  border-top: 1px solid rgba(255,255,255,.4);
  transition: all .6s;
}

.listp .item .content .d2 svg{
  width: 25px;
  height: 25px;
  fill: #fff;
}

.listp .item:hover .content{
  background-color: rgba(0,0,0,.5);
}

.listp .item:hover .content .d1 span{
  opacity: 1;
  transform: translateY(0);
}

.listp .item:hover .content .d2{
  opacity: 0;
  transform: translateY(100%);
}

/*产品分类列表 end*/

/*公司简介*/
.aboutSec{
  background-image: url(../images/aboutBg.jpg);
  background-size: cover;
  background-position: center;
}

.aboutSec .commonTit{
  margin-bottom: 45px;
}

.aboutContent{
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,.1);
}

.aboutContent .div-text{
  padding: 45px 35px;
}

.aboutContent .div-img{
  min-width: 680px;
}

.aboutContent .div-img{
  background-image: url(../images/company.jpg);
  background-size: cover;
}

.aboutContent .cname{
  font-size: 36px;
  color: #333333;
  margin-bottom: 15px;
}

.aboutContent .dlogo{
  min-width: 170px;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.aboutContent .dlogo:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #e6e6e6;
}

.aboutContent .logoms p{
  font-size: 14px;
  font-weight: bold;
  font-family: 'Microsoft Yahei';
  color: var(--main);
}

.aboutContent .des{
  margin-top:30px;
  margin-bottom: 30px;
}

.aboutContent .des p{
  font-size: 15px;
  line-height: 30px;
  color: #666666;
}

.more a{

  display: inline-block;
  padding: 15px 30px;
  background-color: var(--primary);
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 15px;
}


/*公司简介 end*/
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main);
  -webkit-transform: scale(0);
  transform: scale(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-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: #fff;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*质量保障*/
.qualitySec .quLists{
  margin-top: 45px;
}

.quLists .item{
  text-align: center;
  padding: 35px 25px;
  cursor: pointer;
  transition: all .6s;
}

.quLists .item:hover{
  box-shadow: 0 0 25px rgba(0,0,0,.08);
}

.quLists .item .tb span{
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--main);
  border-radius: 50%;
}

.quLists .item .tb span svg{
  width: 50%;
  fill: #fff;
  transition: all .6s;
}

.quLists .item:hover span svg{
  transform: rotateY(180deg);
}

.quLists .item .cntit{
  font-size: 28px;
  margin-top: 30px;
  color: var(--primary);
}

.quLists .item .entit{
  font-size: 18px;
  color: #666;
  font-family: 'Rajdhani';
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 15px;
  position: relative;
}

.quLists .item .entit:after{
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--main);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.quLists .item .des p{
  color: #666;
  font-size: 15px;
  line-height: 28px;
}

/*合作伙伴*/
.partnerSec{
  background-image: url(../images/patnerBg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.partnerSec .commonTit .entit{
  color: #666666;
}

.partnerSec .commonTit .cntit{
  color: #3f3651;
}

.partnerSec .partnerLists{
  margin-top: 45px;
}

.partnerLists .item{
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  height: 110px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0,0,0,.08);
}

/*新闻资讯*/
.newsSec .newsLists{
  margin-top: 45px;
}

.newsLists .item a{
  display: block;
  color: #666;
}

.newsLists .item .div-text{
  padding: 25px;
}

.newsLists .item .div-text .content{
  padding: 25px;
  background-color: #fff;
  transform: translateY(-65px);
  transition: all .3s;
}

.newsLists .item .div-text .title{
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsLists .item .div-text .des p{
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsLists .item .time{
  margin-top: 10px;
}

.newsLists .item .time .s1{
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.newsLists .item .time .s1 svg{
  width: 20px;
  height: 20px;
  fill: var(--main);
}

.newsLists .item .time .s2{
  color: #808080;
}

.newsLists .item:hover .content{
  box-shadow: 0 0 15px rgba(0,0,0,.09);
}

.newsLists .item:hover .div-img img{
  transform: scale(1.1);
}

.newsLists .item:hover .div-text .title{
  color: var(--main);
}

/*底部*/
.mainFooter{
  background-color: #29282b;
}

.mainFooter .main{
  padding: 65px 0;
  color: #fff;
}

.mainFooter .main a{
  color: #b2b2b2;
}

.mainFooter .main a:hover{
  color: var(--main);
}

.mainFooter .main .title{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.mainFooter .main .title a{
  color: #fff;
}

.mainFooter .finfos .tel{
  font-size: 42px;
  color: #b2b2b2;
  font-family: 'Rajdhani';
}

.mainFooter .finfos .add{
  color: #b2b2b2;
}

.mainFooter .finfos .item{
  margin-bottom: 25px;
}

.mainFooter .fmenus{
  margin: 0 35px;
  max-width: 800px; 
}

.mainFooter .fmenus ul li a{
  font-size: 15px;
  line-height: 36px;
}

.mainFooter .weixin{
  text-align: center;
}

.mainFooter .weixin p.title{
  font-size: 14px;
  margin-top: 10px;
  
}

.mainFooter .copyright{
  padding: 15px 0;
  font-size: 14px;
  border-top: 1px solid #424144;
}

.mainFooter .copyright img{
  margin-left: 15px;
  margin-right: 10px;
}

.mainFooter .copyright a{
  color: #b2b2b2;
}


/*内页开始*/
.breadDh{
  border-bottom: 1px solid #e6e6e6;
}

.breadDh .main>div{
  width: 100%;
    min-width: max-content;
}

.breadDh a{
  padding: 20px 15px;
  margin: 0 35px;
  font-size: 18px;
  color: var(--primary);
  position: relative;
  z-index: 1;
  transition: all .4s;
}

.breadDh a:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  z-index: -1;
  transition: all .4s;
}

.breadDh a:hover{
  color: #fff;
}

.breadDh a:hover:after{
  height: 100%;

}

.breadDh a.cur:after{
  height: 2px;
}

.breadDh a.cur:hover:after{
  height: 100%;
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 4px;
  height: 87%;
  background-color: var(--main);
  position: absolute;
  left: 20px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--primary);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 5px 0px 65px 65px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 30px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--primary);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: var(--main);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: transparent;
  left: 20px;
  z-index: 0;
  background-color: var(--primary);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--main);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--main);
}

/**/
.nyAbout p{
  line-height: 30px;
}

.nyTit{
  font-size: 32px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 35px;
  text-align: center;
}

.nyTit font{
  display: inline-block;
}

.nyAbout .des1{
  margin-top: 25px;
}

.cxpz .main{
  background-color: #f8f8f8;
}

.cxpz .main .div-text{
  padding: 35px 30px;
}

.cxpz p.title{
  font-size: 22px;
  color: var(--primary);
  margin-top: 25px;
  margin-bottom: 15px;
}

.cxpz .div-img{
  min-width: 680px;
  background-image: url(../images/company.jpg);
  background-size: cover;
  background-position: center;
}

.zqSec{
  background-image: url(../images/zq.jpg);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

.zqSec h4.title{
  font-size: 26px;
  margin-bottom: 15px;
  color: var(--primary);
}

.nyTech .des2 p{
      font-size: 22px;
    margin-bottom: 45px;
    font-weight: lighter;
    margin-top: -15px;
}


/*accordion*/
.accordion li {
        list-style: none;
        padding: 2px 0px 15px;
        position: relative;
        z-index: 1;
    }

    .accordion li:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 20px;
        top: 16px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.10196078431372549);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .active .accordion li:before {
        background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
    }

    .accordion li a {
        position: relative;
        width: 100%;
        display: block;
        cursor: pointer;
        font-weight: 400;
        font-size: 22px;
        color: #333 !important;
        background-color: rgba(255, 255, 255, 0.050980392156862744);
        border: 1px solid #626065;
        padding: 18px 20px 18px 20px;
        border-radius: 0;
        z-index: 1;
    }

    .accordion li p {
        display: none;
        font-size: 16px;
        color: #888;
        padding: 35px 25px 45px 25px;
        margin: 0;
        text-align: justify;
        background: #fafafa;
        line-height: 32px;
        box-shadow: 0 0 15px rgba(0,0,0,.09);
    }

    .accordion a:before {
        width: 2px;
        height: 10px;
        background: var(--primary);
        position: absolute;
        right: 32px;
        content: " ";
        top: calc(50% - 4px);
        transform: rotate(0deg);
        transition: all 0.2s ease-in-out;
    }

    .accordion a:after {
      width: 10px;
      height: 2px;
      background: var(--primary);
      position: absolute;
      right: 28px;
      content: " ";
      top: 50%;
      transition: all 0.2s ease-in-out;
    }

    .accordion a.active:after {
      transform: rotate(0deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #fff;
    }

    .accordion a.active:before {
        display: none;
    }

    .accordion a.active {
        color: #fff !important;
        border: 1px solid var(--primary) !important;
        background: var(--primary) !important;
    }

    .accordion li a span {
        position: relative;
        z-index: 1;
        display: inline-block;
    }

    .accordion li a span:after {
      position: absolute;
      content: "";
      z-index: -1;
      left: -35px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: url(../images/question.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left;
  }

  .accordion li a.active span:after{
      background-image: url(../images/question2.png);
  }


  .nyPz{
      background-color: #f5f5f5;
      scroll-margin: 65px; 
  }

  .nyPz .item{
      background-color: #fff;
      line-height: 30px;
  }

  .nyPz .item.item2{
    margin-top: 35px;
  }

 .nyPz .item .div-img{
    min-width: 50%;
    width: 50%;
 }

  .nyPz .item .div-img img{
    transition: all .6s ease;
  }

 .nyPz .item .div-img:hover img{
  transform: scale(1.05);
 }

 .nyPz .item .div-text{
    padding: 25px 30px;
 }

 .nyPz .item .div-text p.title{
    font-size: 22px;
    color: #000;
    margin: 15px 0;
    font-weight: bold;
 }

 .imgLists a.item{
    display: block;
    margin-bottom: 25px;
 }


.imgLists .item .div-img{
  position: relative;
}

.imgLists .item .mask{
  cursor: pointer;
  position: absolute;
  background-color: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
}

.imgLists .item .mask span{
  display: inline-block;
  transition: all .3s .1s;
  opacity: 0;
  transform: translateY(100%);
}

.imgLists .item .mask svg{
  width: 35px;
  height: 35px;
  fill: #fff;
}

.imgLists .item:hover .mask{
  opacity: 1;
}

.imgLists .item:hover .mask span{
  opacity: 1;
  transform: translateY(0);
}

.imgLists .item:hover .div-img img{
  transform: scale(1.1);
}

.nyproLists .div-text{
  text-align: center;
  padding: 15px 15px;
}

.nyproLists .item{
  box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.nyproLists .div-text p{
  font-size: 18px;
  color: var(--primary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nynewsList .item{
  box-shadow: 0 0 15px rgba(0,0,0,.08);
  margin-bottom: 25px;
}

.nynewsList .item .div-text{
  padding: 0;
}

.nynewsList .item .div-text .content{
  transform: translateY(0);
}

/*联系我们*/
.divTit p.p1{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary);
}

.nyContact{
  background-color: #f8f8f8;
}

.nyContact .cinfos{
  margin-top: 45px;
}

.nyContact .cinfos .item{
  padding: 35px 25px;
  background-color: #fff;
  border-radius: 10px;
}

.nyContact .cinfos .item .tb{

}

.nyContact .cinfos .item .tb svg{
  width: 55px;
  height: 55px;
  fill: var(--main);
}

.nyContact .cinfos .item .title{
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #232323;
}

.nyContact .cinfos .item .info{
  min-height: 48px;
}

.nyContact .cinfos .item .info p{
  color: #666;
  font-size: 18px;
}

.divForm h4.title{
  font-size: 32px;
  color: var(--primary);
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.divForm .tit{
  margin-bottom: 35px;
}

.form-box input{
    width: 100%;
    border: transparent;
    background: #F8F8F8;
    height: 54px;
    border-radius: 5px;
    margin-bottom: 28px;
    padding: 0 25px;
    outline: 0;
}

.form-box textarea{
  width: 100%;
    border: transparent;
    background: #F8F8F8;
    border-radius: 5px;
    margin-bottom: 28px;
    padding: 25px 25px;
    outline: 0;
}

.submit-button button {
    background: var(--primary);
    border: transparent;
    color: #fff;
    font-size: 14px;
    padding: 14px 36px;
    border-radius: 5px;
    border: 1px solid var(--primary);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.submit-button button:hover{
    color:var(--primary);
}

.submit-button button:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.submit-button button:hover:before{
    transform: scale(1);
}

.nyCooperrate .div-img{
  max-width: 550px;
  min-width: 550px;
  width: 550px;
  margin-left: 45px;
}

.nyCooperrate{
  scroll-margin: 65px; 
}


/*=================================
<--start-service-detials-area -->
=================================*/

/*widget search*/

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}


.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #222;
    border: 0;
    border: 2px solid var(--primary);
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: var(--primary);
    border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
    background: #fff;
    padding: 42px 40px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}

/*title*/

.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    /*border-bottom: 2px solid var(--primary);*/
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
    padding-left: 10px;
    color: var(--primary);
}

.categories-title h4:before {
   /* position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 24px;
    width: 3px;
    background: var(--primary);*/
}

/*categories menu*/

.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    border: 1px solid var(--primary);
    position: relative;
    z-index: 1;
}

.widget-categories-menu ul li:hover {
    border: 1px solid var(--primary);
}

.widget-categories-menu ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}

.widget-categories-menu ul li:hover:before{
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    color:var(--primary);
    transition: .5s;
}

.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    background: var(--primary);
    height: 22px;
    width: 22px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    transition: .5s;
}

.widget-categories-menu ul li:hover a span {
    background: #fff;
    color: var(--primary);
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.pdf-button a {
    display: block;
    background:var(--primary);
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.pdf-button a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
    margin-bottom: 20px;
    background: #F3F3F5;
    overflow: hidden;
}

.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}

.sidber-widget-recent-post .recent-widget-content {
    padding-top: 20px;
}

.sidber-widget-recent-post .recent-widget-content a {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.recent-widget-content a:hover{
    color:var(--primary) ;
}

.sidber-widget-recent-post .recent-widget-content span i {
    margin-right: 7px;
    color: #222;
}

.recent-widget-content span {
    font-size: 14px;
    color: var(--primary);
    padding-top: 7px;
    display: block;
}
/* Sidber Achivement CSS */

.widget-achivement ul li {
    list-style: none;
    margin-bottom: 6px;
}

.widget-achivement ul li a i {
    font-size: 17px;
    margin-right: 3px;
}

.widget-achivement ul li a {
    font-weight: 600;
    transition: .5s;
}

.widget-achivement ul li a span {
    float: right;
}

.widget-achivement ul li a:hover{
    color:var(--primary);
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
    overflow: hidden;
}

.widget-gallery-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */
.widget-tags a {
    display: inline-block;
    border: 2px solid var(--primary);
    padding: 3px 20px;
    margin: 4px 3px;
    border-radius: 2px;
    color: var(--primary);
    font-weight: 500;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    background: var(--primary);
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover{
    color: #fff;
    border-color: var(--primary);
}

.widget-tags a:hover:before{
    width: 102%;
}

/* Service Details Content CSS */

.service-details-main-title {
    padding: 20px 0 18px;
}

.service-details-main-title h1 {
    font-size: 36px;
    text-transform: capitalize;
}

.service-details-text p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}

.service-details-video-thumb {
    position: relative;
    padding-top: 20px;
}

.service-details-overview-title {
    padding: 22px 0 15px;
}

.service-details-overview-title h2 {
    font-size: 30px;
}

.service-details-overview-text p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 10px;
}

.service-details-overview-text p {
    text-align: justify;
}

.service-details-overview-list ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-size: 16px;
}

.service-details-overview-list ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 12px;
    width: 12px;
    background: var(--primary);
    border-radius: 50%;
}

.service-details-choose-us {
    padding-bottom: 10px;
}

.service-details-choose-us-title {
    padding: 5px 0 15px;
}

.service-details-choose-us-title h2 {
    font-size: 30px;
}

.service-details-box {
    background: #F3F3F5;
    padding: 30px 30px 21px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
}

.service-details-number {
    position: absolute;
    right: 60px;
}

.service-details-number h2 {
    font-size: 48px;
    text-transform: none;
    margin: 0;
    margin: 0;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0E1317;
    opacity: .5;
}

.service-details-icon i {
    font-size: 50px;
    color: var(--primary);
}

.service-details-content h2 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.service-details-thumb img {
    width: 100%;
}

.service-details-thumb .div-imgs .big-imgs{
  max-width: 800px;
  margin: auto;
}

.service-details-main-title h2.title{
  font-size: 40px;
  font-weight: bold;
  color: var(--primary);
  text-align: center;
}

.proBig .probtn{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.2);
}

.proBig .probtn:after{
  font-size: 22px;
  color: rgba(255,255,255,.2);
}

.proBig .probtn:hover{
  background-color: var(--primary);
}

.proBig .probtn:hover:after{
  color: #fff;
}

.detailContent{
  min-height: 200px;
  max-width: 800px;
  margin: 0 auto 25px;
}

.detailContent img{
  width: 100%;
}

.prev-next{
  padding-top: 25px;
  border-top:1px solid var(--primary);
  margin-top: 35px;
}

.prev-next a{
  color: var(--primary);
}

/*内页新闻*/
    .nyNews{
      background-color: #fff;
    }

    .newsDetail{
      background-color: #fff;
    }

    .newsDetail .main{
      padding: 65px 45px;
      box-shadow: 0 0 15px rgba(0,0,0,0.08);
    }

     .newsDetail .main h2.title{
      font-size: 24px;
      color: #000;
      margin-bottom: 15px;
     }


     .newsDetail .main .meta{
      font-size: 14px;
      padding-bottom: 15px;
      margin-bottom: 25px;
      border-bottom: 1px solid #eee;
     }

     .newsDetail .main .meta span{
      display: inline-block;
      margin: 0 10px;
     }

      .newsDetail .main .meta span.s1{
        color: var(--primary);
      }
   

    .newsDetail .main .content{
      min-height: 300px;
      margin-bottom: 25px;
    }

    .pageDh{
      position: relative;
      color: #fff;
    }

    .pageDh .textDh{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .pageDh .textDh a{
      color: #fff;
    }

    .pageDh .textDh svg{
      width: 20px;
      height: 20px;
      fill: #fff;
      vertical-align: text-bottom;
    }

    .pageDh .textDh p.p1{
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .pageDh .textDh i{
      display: inline-block;
      margin: 0 5px;
    }

    .pagination{
        justify-content: center;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}

.honorLists a.item{
  display: flex;
  align-items: center;
  height: calc(100% - 25px);
  padding: 20px;
  border:1px solid #f5f5f5;
}

















