@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('../fonts/font-awesome/css/font-awesome.min.css');


/*banner*/
.banner{
    margin-top: 145px;
    position: relative;
}

/*圆圈动画 开始*/
.circle-chart {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet{
	opacity: .6;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill  7.2s infinite linear reverse; /* 1 */ 
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #ccc;
  stroke-width: 2;
  fill: none; 
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}


@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
	form{
		opacity: 0;
		transform: translateY(0.3em);
	}
	to{
	    opacity: 1;
	    transform: translateY(0);
	}
}

.banner .swiper-pagination .swiper-pagination-bullet{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	margin: 0 15px!important;
	position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  	width: 40px;
	height: 40px;
	vertical-align: bottom;
	display: inline-block;
	background-color: unset;
}

.banner .swiper-pagination .swiper-pagination-bullet svg{
  opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg{
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet i{
	position: absolute;
    top: 8px;
    left: 11px;
    color: #fff;
    opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	opacity: 1;
}

/*圆圈动画 结束*/
.syAbout{
  background-color: #f5f5f5;
}

.commonTit{
  margin-bottom: 35px;
}

.commonTit p.title{
  font-size: 36px;
  font-weight: bolder;
  color: #000;
}

.more a{
  display: inline-block;
  padding: 15px 35px;
  color: var(--primary);
  border:1px solid var(--primary);
  transition: all .4s ease;
}

.more a:hover{
  background-color: var(--primary);
  color: #fff;
}

.aboutMore{
    display: inline-block;
    margin-left: 10px;
    padding: 0px 15px;
    font-size: 13px;
    color: var(--primary);
    border-radius: 25px;
    border: 1px solid var(--primary);
    transition: all .4s ease;
}

.aboutMore:hover{
  background-color: var(--primary);
  color: #fff;
}

.syAbout .div-text{
  padding-right: 25px;
}

.syAbout .div-text p.des{
  font-size: 14px;
  line-height: 2.2;
}

.numCounter{
  margin-top: 25px;
}

.numCounter .item{
  text-align: center;
}

.numCounter .item p.p1{
  color: var(--primary);
}

.numCounter .item p.p1 span{
  display: inline-block;
  font-size: 36px;
  font-weight: bolder;
  margin-right: 3px;
}

.numCounter .item p.p1 font{
  font-size: 14px;
}

.numCounter .item p.p2{
  color: #999;
  font-size: 18px;
}

.chooseList .row>div{
  margin-bottom: 25px;
}

.chooseList .item{
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    padding: 55px 35px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.chooseList .item .tb img{
    max-width: 60px;
    transition: all .4s ease;
}

.chooseList .item p.title{
  font-size: 22px;
  font-weight: bolder;
  color: #000;
  margin-top: 25px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 25px;
}

.chooseList .item p.title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background-color: var(--primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); 
  transform-origin: center;
  transition: all .4s ease;
}

.chooseList .item p.des{
    color:#737373;
    line-height: 1.6;
}

.chooseList .item:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color:var(--primary);
    transition: all .6s ease;
}

.chooseList .item:hover:after{
    width: 100%;
}

.chooseList .item:hover .tb img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.chooseList .item:hover p.title,.chooseList .item:hover p.des{
    color: #fff;
}

.chooseList .item:hover p.title:after{
  background-color: #fff;
  width: 65px;
}


.syProduct{
  background-color: #f5f5f5;
}

.producList{
 padding: 0 35px;
 position: relative;
}

.producList .swiper-button-prev{
  left: 0;
}

.producList .swiper-button-next{
  right: 0;
}

.swiperBtn:after{
  font-size: 24px;
  color: var(--primary);
}

.producList .item a{
  display: block;
  color: #fff;
  background-color: var(--primary);
  border:1px solid #d8d8d8;
  padding-bottom: 15px;
}

.producList .item{
  margin-bottom: 25px;
}

.producList .item .div-img{
  position: relative;
}

.producList .item .imgdes{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  padding: 25px 25px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(100%);
  transform-origin: bottom center;
  transition: all .4s ease;
}

.producList .item .imgdes p{
  padding-left: 35px;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.producList .item  .imgdes p:after{
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  left: 0;
  top: 5px;
  background-color: #fff;
}

.producList .item .div-text{
  padding: 0 15px;
}

.producList .item .div-text p.title{
  font-size: 16px;
  margin-top: 15px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.producList .item .div-text .des{
  font-size: 12px;
  color: #ffffffa6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.producList .item:hover .imgdes{
  opacity: 1;
  transform: translateY(0);
}

.producList .item:hover .div-img img{
  transform: scale(1.1);
}

.producList .item:hover .div-text p.title{
  /*color: var(--primary);*/
}

/*底部*/
.mainFooter{
  background-color: #ebf1f4;
}

.mainFooter p.title{
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bolder;
}

.mainFooter .main{
  padding: 45px 0;
}

.mainFooter .main a{
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #777;
}

.mainFooter .main a:hover{
  color: var(--primary);
}

.mainFooter .main .dimg{
  text-align: center;
  margin-right: 35px;
}

.mainFooter .main .dimg p{
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 40px;
}

.finfos .dimg img{
  max-width: 180px;
  width: 100%;
}

.fdhitems{
  min-width: 600px;
}

.fdhitems .item{
  margin-right: 25px;
}

.cinfos .info p{
  color: #333;
  margin-bottom: 5px;
}

.copyright{
  padding: 15px 0;
  font-size: 14px;
  color: #777;
  background-color: #fff;
}

.copyright a{
  color: #777;
}

.copyright a:hover{
  color: var(--primary);
}

.copyright *{
  display: inline-block;
  margin: 0 5px;
}

/*内页开始*/
.ny{
  background-color: rgba(245, 245, 245, 1);
}

.ny-ban img{
  animation: ban 30s infinite linear;
}

/*图片持续缩放*/
@keyframes ban{
  0%   {
    transform: scale(1);
  }
  25%  {
    transform: scale(1.1);
  }
  50%  {
    transform: scale(1.2);
  }
  75%  {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.leftSlider{
  border-radius: 5px;
}

.leftSlider .title{
  text-align: center;
  padding: 25px 0;
  background-color: var(--primary);
  color: #fff;
}

.leftSlider .title p.p1{
  font-size: 40px;
}

.leftSlider .title p.p2{
  color: #f0f0f0;
  font-size: 16px;
  text-transform: uppercase;
}

.leftSlider ul li{
  display: block;
  margin-bottom: 3px;
}

.leftSlider ul li a{
  display: block;
  font-size: 16px;
  color: #1a1a1a;
  transition: all 0.3s;
  padding: 15px 20px;
  background: #fff;
}

.leftSlider ul li a svg{
  width: 15px;
  height: 15px;
  fill: #1a1a1a;
}

.leftSlider ul li a:hover,.leftSlider ul li.on a{
  background-color: #8dc556;
  color: #fff;
}

.leftSlider ul li a:hover svg,.leftSlider ul li.on a svg{
  fill: #fff;
}

.mbxDh{
  background-color: #fff;
  padding: 20px 20px;
  color: #1a1a1a;
  font-size: 14px;
  margin-bottom: 25px;
}

.mbxDh a{
  color: #1a1a1a;
  display: inline-block;
}

.mbxDh span{
  display: inline-block;
  margin: 0 10px;
}

.mbxDh svg{
  width: 20px;
  height: 20px;
  fill: var(--primary);
  display: inline-block;
  margin-right: 6px;
  transform: translateY(-3px);
}

.nrCon{
  padding: 45px 30px;
  background-color: #fff;
}

.nycommonTit{
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.conDetail p{
  margin-bottom: 10px;
  color: #595959;
  line-height: 1.8;
}

.conDetail .div-img{
  margin-top: 15px;
}

.imgItems a.item{
  display: block;
  padding: 5px;
  border:1px solid #eee;
  margin-bottom: 25px;
  cursor: pointer;
}

.imgItems a.item p{
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}

.imgItems a.item:hover .div-img img{
  transform: scale(1.05);
}

.nyproJs{
  padding: 40px;
  background-color: #fff;
  margin-bottom: 15px;
}


.topCon .div-text{
    height: 100%;
}

.topCon .div-text p.title{
   font-size: 24px;
   font-weight: bolder;
   line-height: 2;
   color: #333;
}

.topCon .div-text p.p1{
    font-size: 14px;
    margin-top: 15px;
}

.topCon .div-text p.key{
    font-size: 14px;
}

.topCon .div-text p.des{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}

.topBtn{
    margin-top: 45px;
}

.topBtn a{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
    transition: all .36s ease;
    padding: 15px 45px;
}

.topBtn a:nth-child(1){
    background: #8dc556;
    border: 1px solid #8dc556;
}

.topBtn a:nth-child(2){
    background: #333333;
    border: 1px solid #333333;
}

.topBtn a:nth-child(1):hover{
    background:#fff ;
    color: var(--primary);
    border:1px solid var(--primary);
}

.topBtn a:nth-child(2):hover{
    background:#fff ;
    color: #333333;
    border:1px solid #333333;
}

.proBig{
    border:1px solid #eee;
    margin-bottom: 15px;
}

.proSmall .swiper-button-prev,.proSmall .swiper-button-next{
    padding: 25px 0;
    background-color: #8dc556;
}
.proSmall .swiper-button-prev:after,.proSmall .swiper-button-next:after{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.proSmall .div-img{
    border:1px solid #eee;
}

.nrtit{
    margin-top: 45px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 45px;
    border-bottom: 2px solid #8dc556;
    background-color: var(--primary);
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}

.jsCon{
  background-color: #fff;
}

.jsCon .con{
  font-size: 14px;
  min-height: 250px;
  margin-bottom: 25px;
  padding: 20px 40px 0;
}

.jsCon .con strong{
    font-weight: bolder;
}

.jsCon .con p{
  font-size: 15px;
  color: #333;
  line-height: 2;
}

.jsCon .con p img{
    margin: 10px 0;
}

.jsCon .con .table{
  text-align: center;
  margin: 15px 0;
}

.jsCon .con .table p{
  line-height: 1.2;
  font-size: 14px;
  font-weight: normal;
}

.jsCon .con .table th{
  background-color: #eeeeeec9;
}

.jsCon .con .table th,.jsCon .con .table td{
  padding: 10px 5px;
}

.keywords{
    margin-top: 35px;
    margin-bottom: 45px;
}

.keywords span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 59px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
}

.prev-next{
  margin-top: 45px;
  padding: 30px 40px;
  border-top: 1px solid #dbdbdb;
}

.leftItems>.item{
  margin-top: 35px;
}

.leftItems .item>p.title{
  font-weight: bold;
  font-size: 28px;
  color: #333;
  padding-left: 12px;
  border-left: 4px solid #eb5b38;
  margin-bottom: 15px;
}

.producList2{
  background-color: #fff;
  padding: 15px;
}

.producList2 .item a{
  display: block;
}

.producList2 .item .div-text{
  padding: 15px 15px;
  background-color: #eee;
  text-align: center;
  transition: all .4s ease;
}

.producList2 .item:hover .div-text{
  background-color: var(--primary);
}

.producList2 .item:hover .div-text p{
  color: #fff;
}

.divForm form{
  display: block;
  width: 100%;
}

.divForm .item{
  margin-bottom: 10px;
}

.divForm input,.divForm textarea{
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border:1px solid #eee;
  background-color: #fff;
  outline: none;
}

.divForm button{
  display: block;
  width: 100%;
  text-align: center;
  text-shadow: unset;
  outline: none;
  border:none;
  color: #fff;
  padding: 10px;
  background-color: #8dc556;
  color: #fff;
}

.divForm button:hover{
  background-color: var(--primary);
}

.newsList .item{
  margin-bottom: 25px;
}

.newsList .item a{
  display: block;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  padding: 30px 25px;
  border-radius: 5px;
}

.newsList .item .dtime{
  min-width: 140px;
  background-color: #f5f5f5;
  color: #fff;
  padding: 30px 20px; 
  color: #8dc556;
  text-align: center;
}

.newsList .item .dtime p.p1{
  font-size: 40px;
  font-weight: bolder;
}

.newsList .item .div-text{
  margin: 0 25px;
}

.newsList .item .div-text p.title{
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.newsList .item .div-text p.des{
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.more2 span{
  display: inline-block;
  padding: 15px 35px;
  min-width: 180px;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
}

.relateNews .nitem{
  margin-bottom: 15px;
}

.relateNews .nitem a{
  display: block;
  padding: 30px 20px;
  background-color: #fff;
  color: #1a1a1a;
}

.relateNews .nitem .time{
  color: var(--primary);
  margin-bottom: 5px;
}

.relateNews .nitem:hover a{
  background-color: #8dc556;
  color: #fff;
}

.relateNews .nitem:hover .time{
  color: #fff;
}

.newsTit p.p1{
  font-size: 20px;
  font-weight: bolder;
  color: #333;
  padding: 45px 15px 20px 15px;
  text-align: center;
}

.newsTit .meta{
  padding: 10px 15px;
  border-top: 1px solid #eee;
  font-size: 14px;
}

.newsTit .meta *{
  margin: 0 5px;
  color: #999;
}


.contactInfo .div-text p{
  font-size: 18px;
  color: #4d4d4d;
  margin-top: 15px;
}

 
.divForm.divForm2 input, .divForm.divForm2 textarea{
  background-color: #f5f5f5;
  color: #808080;
}

.cultureList{
  
}
.cultureList .item{
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
}

.cultureList .item .div-text{
  height: 100%;
  padding: 45px 25px;
}

.cultureList .item .div-text p.des{
  font-size: 14px;
  line-height: 1.8;
  color: #999;
}


.cultureList .item .div-text p.title{
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 15px;
}

.cultureList .item:hover .div-img img{
  transform: scale(1.05);
}

.jsCon .table td, .jsCon .table th{
  vertical-align: middle;
}

.jsCon .con h3{
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bolder;
  color: #8dc556;
}

.jsCon .con ul li p{
  padding-left: 15px;
  position: relative;
}

.jsCon .con ul li p:after{
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #333;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

.jsCon .con .div-img{
  margin:15px 0;
}

.pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.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);
}
































