/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
 @import url('bootstrap.min.css');
 @import url('swiper.min.css');
 @import url('animation.css');
 @font-face {
   font-family: 'DINPRO';
   src: url('../fonts/DINPRO-MEDIUM.OTF');
 }
  @font-face {
   font-family: 'BNR';
   src: url('../fonts/BebasNeue-Regular.ttf');
 }

 /* reset css start */
 html {
  font-size: 16px;
  overflow-x: hidden;
 }
 
 body {
   font-family: '微软雅黑', sans-serif;
   color: #333;
   position: relative;
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
 }

 .page-wrapper{
    position: relative;
    overflow: hidden;
 }
 
 
:root {
    --primary: #0081cc;
    --main: #66985b;
    --linear1: linear-gradient(#0081cc, #66985b);
    --linear2: linear-gradient(90deg, #0081cc, #66985b);
    --tit-color: #2a2a29;
}
 
 
 *:focus {
   outline: none;
 }
 
 a{
   color: #333;
 }
 
 a:hover{
   text-decoration: unset;
   cursor: pointer;
   color: var(--primary);
 }
 
 p{
   margin-bottom: 0;
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 ul{
   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) */
 }

 h1{
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: unset;
 }

 .pt{
  padding: 65px 0;
 }

 .div-img{
  overflow: hidden;
 }

 .div-img img{
  width: 100%;
  transition: all .6s;
 }
 
 .page-wrapper{
   position: relative;
   height: 100%;
 }
 
 .container-fluid{
   width: 96%;
   max-width: 1600px;
   margin: auto;
 }


::-webkit-input-placeholder{
  color: #666666;
} 

:-moz-placeholder{
   color:#666666;
} 

::-moz-placeholder{
  color: #666666;
}

:-ms-input-placeholder{
  color: #666666;
} 

/*PC头部导航*/
.mainHeader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.mainHeader .div-logo a{
  display: block;
  padding-bottom: 10px;
}

.mainHeader .div-logo a img{
  height: 45px;
  transition: all .5s;
}


.mainHeader .pcmenus {
  max-width: 65%;
}

.mainHeader .pcmenus .item{
  position: relative;
  cursor: pointer;
}

.mainHeader .pcmenus a.topt{
  height: 86px;
  line-height: 86px;
  font-size: 16px;
  transition: all .5s;
}

.mainHeader.on{
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.mainHeader.on .div-logo a img{
  height: 40px;
}

.mainHeader.on .pcmenus a.topt{
  height: 80px;
  line-height: 80px;
  font-size: 16px;
}

.mainHeader .pcmenus .subItems{
  left: -50%;
  position: absolute;
  z-index: 999;
  display: none;
  background-color: var(--primary);
}

.mainHeader .pcmenus .subItems a{
  display: block;
  width: 100%;
  color: #fff;
  width: max-content;
  height: 45px;
  line-height:45px;
  padding-right: 50px;
  padding-left: 25px;
  position: relative;
  transition: all .6s;
  min-width: 180px;
}

.mainHeader .pcmenus .subItems a:hover{
  background-color: var(--main);
}

.mainHeader .pcmenus .subItems a:after{
  position: absolute;
  content: ">";
  color: #fff;
  right: 25px;
  top: 0px;
}

.searchBtn{
  position: relative;
}

.searchBtn span{
  display: inline-block;
  padding: 5px 15px;
  margin-right: 15px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 3px;
  font-weight: lighter;
  cursor: pointer;
}

.searchBtn:hover .formSearch{
  transform: scaleY(1);
}

.formSearch{
  position: absolute;
  right: 0;
  padding-top: 5px;
  transform: scaleY(0);
  transition: all .3s;
  z-index: 999;
}

.formSearch input{
  border:none;
  height: 50px;
  line-height: 50px;
  padding: 0 45px 0 20px;
  background-color: #f2fbff;
  font-size: 14px;
}

.formSearch button{
  border:none;
  background-color: #ccc;
  color: #fff;
  position: absolute;
  height: 50px;
  line-height: 50px;
  width: max-content;
  padding: 0 15px;
}

.lanBtn a{
  display: inline-block;
  padding: 5px 15px;
  background-color: var(--main);
  color: #fff;
  border-radius: 3px;
}

.mlanBtn{
  margin-left: 10px;
  font-size:14px;
  padding: 3px 10px;
}



/*banner*/
.banner{
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}

.swiper1 .swiper-slide{
  position: relative;
  overflow: hidden;
}

.swiper1 .swiper-slide .div-text{
  position: absolute;
  width: 100%;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  text-align: center;
}

.swiper1 .swiper-slide .tit{
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.swiper1 .swiper-slide .tit:after{
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper1 .swiper-slide .d1-text .item{
  margin: 0 15px;
}

.swiper1 .swiper-slide .d1-text .item p.p1{
  font-size: 46px;
  font-weight: bold;
}

.swiper1 .swiper-slide .d1-text .item p.p2{
  font-size: 16px;
  font-weight: lighter;
  font-family: 'Arial';
  margin-top: 15px;
}

.swiper1 .swiper-slide .title1{
  font-size: 46px;
  font-weight: bold;
}

.swiper1 .swiper-slide .title2{
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 25px;
}

.swiper1  .swiper-slide-active .tit{
  animation: zoomIn 2s ease;
  -webkit-animation: zoomIn 2s ease;
  animation-fill-mode: forwards;
}

.swiper1  .swiper-slide-active .d1-text .item p.p1{
  animation: fadeInUp 2s ease;
  -webkit-animation: fadeInUp 2s ease;
  animation-fill-mode: forwards;
}

.swiper1  .swiper-slide-active .d1-text .item p.p2{
  animation: fadeInUp 2.6s ease;
  -webkit-animation: fadeInUp 2.6s ease;
  animation-fill-mode: forwards;
}

.swiper1  .swiper-slide-active .title1{
  animation: zoomIn .6s ease-in;
  -webkit-animation: zoomIn .6s ease-in;
  animation-fill-mode: forwards;
}

.swiper1  .swiper-slide-active .title2{
  animation: zoomIn 1.2s ease-in;
  -webkit-animation: zoomIn 1.2s ease-in;
  animation-fill-mode: forwards;
}

.swiper1 .swiper-pagination-bullet{
  transition: all 1.2s;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  bottom: 30px;
}

.swiper1 .swiper-pagination-bullet-active{
  width: 65px;
  background-color: var(--primary);
}

.banner-info {
  position: absolute; 
  color: #ffffff; align-items: center;
  z-index: 5; 
  left: 0;
  justify-content: center;
  right: 0;
  bottom: 3%;
  left: 50%;
  flex-wrap: wrap;
}

.banner-info .mouse{
  width: 22px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 40px;
  margin-left: 0.1rem; margin-right: 0.1rem;
  position: relative;
}
.banner-info .mouse:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  top: 8px;
  left: 50%;
  margin-left: -1px;
  background: #fff;
  -webkit-animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.swiper1sx{
  position: absolute;
  right: 4%;
  bottom: 3%;
  z-index: 9;
}

.swiper1sx span{
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  background-color: rgba(0,0,0,.2);
  cursor: pointer;
  transition: all .6s;
}

.swiper1sx span:nth-child(1){
  transform: rotateY(-180deg);
}

.swiper1sx span:hover{
  background-color: var(--primary);
}


/*产品中心*/
.commonTit p.title{
  font-size: 40px;
  color: #000;
  font-weight: bold;
}

.commonTit span.line{
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: var(--primary);
}

.commonTit p.des{
  color: #4c4c4c;
  margin-top: 15px;
}


.syPro{
  margin-top: 35px;
}

.syPro .item a{
  display: block;
  position: relative;
}

.syPro .item a .div-text{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,129,204,.8);
  padding: 25px 35px;
  color: #000;
  z-index: 1;
  transition: all .6s;
}

.syPro .item a .div-text:after{
/*  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0,129,204,.8);
  z-index: -1;
  transition: all .6s;*/
}



.syPro .item a .div-text p{
  font-size: 26px;
}

.syPro .item a .div-text span{
  font-size: 16px;
  margin-left: 10px;
}

.syPro .item a:hover .div-text{
  background-color: rgba(0,129,204,.8);
}

.syPro .item a p{
  color: #fff;
}

.syPro .item a:hover .div-img img{
  transform: scale(1.1);
}

/*关于我们*/
.aboutSection{
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.aboutSection .div-text div.des{
  color: #4c4c4c;
  margin-top: 15px;
}

.aboutSection .div-text div.des p{
  margin-bottom: 5px;
}

.aboutSection .div-img{
  padding-left: 45px;
}


.aboutCounter{
  margin-top: 35px;
}

.aboutCounter span.num{
  font-size: 46px;
  display: inline-block;
  color: var(--primary);
  margin-right: 10px;
}

.aboutCounter label{
  color: var(--primary);
}


.aboutCounter p.p2{
  color: #000;
}


.readMore a{
  display: inline-block;
  padding: 15px 45px;
  color: #fff;
  background-color: var(--primary);
  color: #fff;
  position: relative;
  z-index: 1;
}

.readMore a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-image: var(--linear2);
  z-index: -1;
  transition: all .6s;
}

.readMore a:hover:after{
  width: 100%;
}

.kjSection .item1 .readMore{
  margin-top: 45px;
}

.kjSection .item a{
  display: block;
  position: relative;
}

.kjSection .item .div-text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;
  color: #fff;
  background-image: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4));
  transition: all .5s;
}

.kjSection .item:hover .div-img img{
  transform: scale(1.1);
}

.kjSection .item:hover .div-text{
  background-image: var(--linear2);
}

.zlbzSection{
  background-image: url(../images/zlbz-bg.jpg);
  background-size: cover;
  overflow: hidden;
}

.zlLists{
  margin-top: 45px;
}

.zlbzSection .commonTit p.title,.zlbzSection .commonTit p.des{
  color: #fff;
}

.zlbzSection .commonTit span.line{
  background-color: #fff;
}

.zlLists a{
  display: block;
  color: #fff;
  text-align: center;
}

.zlLists a .div-text{
  margin-top: 15px;
}

.zlLists a .div-text p{
  font-size: 20px;
  font-weight: bold;
}

.zlLists a .div-text p span{
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

.zlLists a:hover .div-img img{
  transform: scale(1.1);
}

.newsLists{
  margin-top: 35px;
}

.newsLists .newsLeft a{
  display: block;
  position: relative;
  color: #fff;
}

.newsLists .newsLeft .div-text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;
}


.newsLists .newsLeft .dtime{
  width: max-content;
  padding-right: 15px;
  margin-right: 15px;
  text-align: center;
  border-right: 1px solid #fff;
}

.newsLists .newsLeft .dtime strong{
  display: block;
  font-size: 40px;
  color: #fff;
}

.newsLists .newsLeft .dtext p.title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsLists .newsLeft .dtext p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsLists .newsRight a{
  display: block;
}

.newsLists .newsRight .item{
  margin-bottom: 25px;
}

.newsLists .newsRight .d2 img{
  min-width: 220px;
  max-width: 220px;
  margin-left: 15px;
}

.newsLists .newsRight p.title{
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsLists .newsRight p.des{
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.newsLists .newsRight span.time{
  font-size: 14px;
  color: #666666;
}

/*友情链接*/
.flink{
  padding: 25px 0;
  background-color: var(--primary);
  color: #fff;
}

.flink span{
  font-weight: bold;
}

.flink a{
  color: #fff;
  margin-right: 5px;
}

.flink a:hover{
  text-decoration: underline;
}

.mainFooter{
  padding-top: 65px;
  background-color: #f2f1f0;
  color: #666666;
  font-size: 14px;
}

.mainFooter a{
  color: #666666;
}

.mainFooter .title{
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.mainFooter .infos p{
  line-height: 30px;
}

.mainFooter .d2{
  padding: 0 5%;
}

.mainFooter .links a{
  display: block;
  line-height: 30px;
}

.copyright{
  font-size: 14px;
  padding: 15px;
  text-align: center;
  margin-top: 15px;
  border-top:1px solid #dbdad9;
  color: #333333;
}

.copyright a{
  color: #333333;
  display: inline-block;
}

/*内页 关于我们*/
.breadMenu{
  background-image: var(--linear2);
}
.breadMenu .menus a{
  display: inline-block;
  padding: 20px 0;
  transition: all .6s;
  color: #fff;
  border-right: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
  transition: all .6s;
  text-align: center;
}

.breadMenu .menus a:hover{
  background-color: #fff;
  color: #333;
}

.breadMenu .menus{
  max-width: 1200px;
}

.aboutContent{
  margin: 25px 0;
}

.aboutContent p{
  color: #4c4c4c;
  line-height: 30px;
  margin-bottom: 10px;
}

.cimg img{
  width: 100%;
  max-width: 1200px;
}

.nyCounter{
  margin-top: 35px;
  padding: 45px 0;
  background-image:linear-gradient(to right,#0081cc, #00c4ff70);
  color: #fff;
}

.nyCounter span.num,.nyCounter label,.nyCounter p.p2{
  color: #fff;
}

.nyAbout{
  padding-top: 65px;
}

.nyAbout2 .commonTit{
  margin-bottom: 45px;
}

.nyAbout2 .aboutContent{
  margin-top: 0;
  margin-bottom: 25px;
  text-indent: 30px;
}

/*企业使命*/
.nySm{
  background-image: url(../images/about-bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  scroll-margin: 65px;
}

.nySm p.title2{
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.nySm div.des{
  background-color: rgb(0 129 204 / 70%);
  max-width: 800px;
  color: #fff;
  padding: 35px 25px;
  line-height: 36px;
}

/*新闻中心*/
.nyNewsList .item{
  margin-bottom: 35px;
  transition: all .3s;
}

.nyNewsList .item a{
  display: block;
  position: relative;
  background-color: #f5f5f5;
  color: #1a1a1a;
  overflow: hidden;
}

/*.nyNewsList .item a:before{
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  content: "+";
  right: 0;
  bottom: 0;
  background: #ddd;
  color: #fff;
  border-radius: 500px 0 0 0;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 20px;
  transition: all .5s;
}*/


.nyNewsList .item .div-text{
  padding: 15px 15px 25px;
}

.nyNewsList .item .time{
  font-size: 14px;
  color: #999;
}

.nyNewsList .item .title{
  font-size: 18px;
  font-family: 'PFB';
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  line-height: 2;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.nyNewsList .item .title:after{
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--main);
  transition: all .6s;
}

.nyNewsList .item p.des{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  font-size: 14px;
  color: #777;
  line-height: 24px;

}

.nyNewsList .item:hover .title:after{
  width: 100%;
}

/*.nyNewsList .item:hover a:before{
    background: var(--main);
    transform: scale(1.5);
    transform-origin: right bottom;
}*/

.nyNewsList .item:hover .div-img img{
  transform: scale(1.1);
}


.nyNewsList .item:hover{
  box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.nyNews h2.title{
  font-size: 30px;
  font-weight: bold;
}

.nyNews .meta{
  font-size: 14px;
  font-family: 'PFB';
  padding-top: 15px;
  padding-bottom: 25px;
}

.nyNews .meta .time span{
  color: var(--primary);
}

.nyNews .newsContent{
  min-height: 300px;
  background-color: #f5f5f594;
  padding: 30px 20px;
  margin-bottom: 35px;
}

.prev-next{
  padding: 25px 15px;
  background-color: #f5f5f594;
  border-top:2px solid var(--primary);
  font-size: 14px;
}

.prev-next a:hover{
  color: var(--main);
}

.prev-next div span{
  min-width: 60px;
}

.prev-next div a{
  max-width: 650px;
}

.historySec{
  padding: 125px 0;
  background-image: url(../images/history.jpg);
  background-size: cover;
  background-attachment: fixed;
  scroll-margin: 125px; 
}

.fzlcSec{
  position: relative;
}

.fzlcSec .shistory{
  width: calc(100% - 45px);
}

.hbtn{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border:1px solid var(--primary);
  transition: all .5s ease;
}

.hbtn:after{
  font-size: 20px;
  color: var(--primary);
  transition: all .5s ease;
}

.hbtn:hover{
  background-color: var(--primary);
}

.hbtn:hover:after{
  color: #fff;
}

.fzlcSec .swiper-slide{
  padding: 140px 15px 25px 15px;
  position: relative;
  text-align: center;
}

.fzlcSec .swiper-slide .year{
  position: absolute;
  font-size: 160px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,#66985b, #00c4ff70);
  z-index: -1;
  font-family: 'BNR';
  opacity: .15;
  top: 0;
}

.fzlcSec .swiper-slide .d1{
  font-size: 36px;
  font-weight: bold;
}

.honorSection{
  padding-top: 65px;
  padding-bottom: 65px;
}

.honorSection .nyQyfmImgs{
  margin-top: 35px;
  
}


.nyQyfmImgs ul li{
  cursor: pointer;
  margin-bottom: 25px;
  text-align: center;
  transition: all .6s;
}


.nyQyfmImgs ul li:hover img{
  transform: scale(1.1);
}

.nyQyfmImgs .justified-gallery{
  height: auto!important;
}

.nyQyfmImgs ul li .item{
  border:1px solid #eee;
}

.nyQyfmImgs ul li .item p{
  padding: 15px;
}

.nyQyfmImgs ul li:hover .item{
  background-color: var(--primary);
}

.nyQyfmImgs ul li:hover .item p{
  color: #fff;
}

.glSection{
  margin-top: 45px;
  margin-bottom: 65px;
}

.glSection .item{
  position: relative;
  max-width: 350px;
}

.glSection .item .div-text{
  background-color: rgb(239 255 235);
  margin-top: -25%;
  padding: 5px 25px;
  min-width: 200px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.glSection .item .div-text p.p1{
  font-size: 20px;
  color: #000;
}

.glSection .dshTit{
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #888;
}

.glSection .dshTit .s2{
  font-size: 36px;
 /* background-color: var(--primary);*/
  color: var(--primary);
  height: 100%;
  width: 100%;
  padding-left: 35px;
  position: relative;
}

.glSection .dshTit .s2:after{
/*  position: absolute;
  content: "";
  width: 82px;
  height: 82px;
  background-color: #fff;
  left: -40px;
  top: -4px;
  border-radius: 50%;
  z-index: 1;*/
}

.glSection .dshTit .s1{
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
}

.glSection .pitem{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.glSection .pitem .d1{
  color: #000;
  font-size: 18px;
  width: 125px;
}

.AdvantageSec{
  
}

.AdvantageSec div.des{
  margin-top: 35px;
}

.AdvantageSec div.des p{
  text-indent: 30px;
  /* margin-bottom: 10px; */
  line-height: 36px;
}

.AdvantageSec .div-img{
  margin-top: 35px;
}


.yfglSec{
  background-image: url(../images/jjys-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.yfglSec .nyQyfmImgs{
  margin-top: 35px;
}

 .hxjzSec {
  margin-top: 35px;
  margin-bottom: 65px;
 }
 

 .hxjzSec .item{
  text-align: center;
  background-color: var(--main);
  border-radius: 3px;
  padding: 65px 15px;
  color: #fff;
  cursor: pointer;
 }

 .hxjzSec .item div.d1{
  height: 100px;
 }


 .hxjzSec .item p.p1{
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;

 }

  .hxjzSec .item1{
    background-image: linear-gradient(to bottom,#7400cca8, #00c4ff70);
  }

  .hxjzSec .item2{
    background-image: linear-gradient(to bottom,#845b98, #00c4ff00);
  }

  .hxjzSec .item3{
    background-image:linear-gradient(to bottom,#635b98, #00c4ff70);
  }

  .hxjzSec .item4{
    background-image: linear-gradient(to bottom,#5b9098, #0047ff70);
  }

  .hxjzSec .item5{
    background-image: linear-gradient(to bottom,#66985b, #00c4ff70);
  }

  .shze-files{
    margin-top: 15px;
  }

  .shze-files p{
    padding: 10px 15px;
    background-color: rgba(255,255,255,.8);
    margin-right: 30px;
    width: 50%;
  }

  .jobSection{
    background-image: url(../images/job-bg.jpg);
    background-size: cover;
    position: relative;
  }

  .jobSection .jobLeft{
    color: #666;
    line-height: 30px;
    padding-top: 25px;
  }

  .jobSection .jobRight{
    margin-top: 25px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px 0px rgba(62, 62, 62, 0.15);
    padding: 45px 25px;
  }

  .jobSection .jobRight .item{
    margin-bottom: 35px;
  }

  .jobSection .jobRight .item .d1{
    min-width: 65px;
    margin-right: 15px;
  }

  .jobSection .jobRight .d1 span{
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background-color: #f0f0f0;
  }

  .jobSection .jobRight .item .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .accordion{
    margin-top: 35px;
  }


  .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;
}


.accordion>.card{
  border-radius: unset!important;
  margin-bottom: 25px;
  border:none;
  background-color: #f5f5f5;
}

.card-header{
      background-image: var(--linear2);
  color: #fff;
  box-shadow: none;
}

.card-header .btn{
  color: #fff;
}


.card-header .btn span{
  margin-right: 15px;
  display: inline-block;
}


 .accordion button{
  background-color: unset;
  border:none;
  font-size: 16px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 0;
 }

 .nyProLists{
  margin-top: 35px;
 }

  .nyProLists table th{
    font-size: 18px;
  }

 .nyProLists table tr td{
  text-align: center;
    padding: 15px;
    vertical-align: middle!important;
    word-break: keep-all;
 }

 .nyProLists table td.tdbtn a{
  display: inline-block;
  margin: 5px 0;
  padding: 10px 25px;
  background-color: var(--primary);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  transition: all .6s;
 }

 .nyProLists table td.tdbtn a:hover{
    background-image: var(--linear2);
  }

  .nyProLists table td.title a:hover{
    text-decoration: underline;
  }

  .nyProLists table td.tit{
    font-weight: bold;
  }

.nyContact{
  position: relative;
}

.nyContact .nyconInfos{
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 850px;
  padding: 45px 4%;
  background-image: linear-gradient(90deg, #0081ccbd, #66985bd9);
}

.nyContact .nyconInfos .d1{
  margin-right: 15px;
}

.nyContact .nyconInfos .d1 span{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border:1px solid #ffffff5c;
}

.nyContact .nyconInfos .d1 span svg{
  height: 28px;
  width: 28px;
}

.nyContact .nyconInfos .item{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff5c;
  color: #fff;
}

.nyContact .nyconInfos .item p.title{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.nyContact .nyconInfos .item p.des{
  color: #ffffffbd;
}

.nyContact .nyconInfos .item a{
  display: block;
  color: #fff;
}

.nyContact .nyconInfos .item a:hover{
  text-decoration: underline;
}

#allmap{
  overflow: hidden;
  width: 100%;
  height: 1000px;
  margin: 0;
}
.BMapLabel{
  background-color: unset!important;
  border:none!important;
  margin-top: -45px;
  margin-left: -45px;
}

.div-form{
  margin-top: 35px;
}

.div-form .item{
  margin-bottom: 25px;
}

.div-form .item input,.div-form .item textarea{
  display: block;
  width: 100%;
  border:none;
  background-color: #f4f4f4;
  border-radius: 3px;
  padding: 15px 15px;
  margin-top: 10px;
}

.div-form .item textarea{
  min-height: 120px;
}

::-webkit-input-placeholder{
  color: #666666;
} 

:-moz-placeholder{
   color:#666666;
} 

::-moz-placeholder{
  color: #666666;
}

:-ms-input-placeholder{
  color: #666666;
} 


.div-form .item p{
  font-size: 18px;
  padding-left: 5px;
  font-weight: bold;
}

.div-form button{
  display: inline-block;
  border:none;
  padding: 10px 45px;
  border-radius: 3px;
  border:1px solid #333;
  color: #333;
  background-color: unset;
  transition: all .3s;
}

.div-form button:hover{
  border:1px solid var(--primary);
  background-image: var(--linear2);
  color: #fff;
}

.xxhptList{
  padding-bottom: 125px;
}

.xxhptList .item{
  margin-bottom: 25px;
  width: 20%; 
  padding: 15px;
}

.xxhptList .item a{
  display: block;
  max-width: 200px;
  transition: all .6s;
}

.xxhptList .item a:hover{
  transform: translateY(-15px);
}

.jobLists{
  margin-bottom: 125px;
}

.pagination{
  margin-top: 35px;
}

.pagination a{
  display: block;
  width: 50px;
  height: 50px;
  border:1px solid #dbdbdb;
  line-height: 48px;
  text-align: center;
  color: #333;
  margin: 0 5px;
  border-radius: 2px;
  font-size: 16px;
}
.pagination a.page-item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a.page-num.page-num-current,
.pagination a:hover{
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}
.pagination a.page-item:hover svg path{
  fill: #fff;
}

.honorCates{
  margin-bottom: 35px;
}

.honorCates a{
  display: inline-block;
  margin-right: 25px;
  padding: 10px 40px;
  position: relative;
  background-image: var(--linear2);
  color: #fff;
  border-radius: 3px;
  transition: all .3s;
}

.honorCates a:hover{
  background-image: linear-gradient(90deg,#66985b,#0081cc);
}
.honorCates a:before{
  /*  position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 2px solid #0090db;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;*/
}


   
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 