@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');

/*圆圈动画 开始*/
.circle-chart {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.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);
	}
}

.swiper-pagination .swiper-pagination-bullet{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	margin: 0 15px!important;
	position: relative;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  	width: 40px;
	height: 40px;
	vertical-align: bottom;
	display: inline-block;
	background-color: unset;
}

.swiper-pagination .swiper-pagination-bullet svg{
  opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg{
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet i{
	position: absolute;
    top: 8px;
    left: 11px;
    color: #fff;
    opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	opacity: 1;
}

/*圆圈动画 结束*/
.banner .swiper-pagination{
	bottom: 25px;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .div-text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.banner .swiper-slide .div-text .bigtit{
	font-family: siyuan-b;
    font-size: 72px;
    color: #fff;
    padding: 0;
    text-align: center;
}

.banner .swiper-slide .div-text .entit{
	font-size: 24px;
    font-family: pop-r;
    color: #fff;
    margin: 20px 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.banner .swiper-slide .div-text p.des{
	font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    font-family: pingfang-r;
}

.btn-1{
	display: block;
    font-size: 18px;
    text-align: center;
    width: 190px;
    height: 60px;
    line-height: 56px;
    transition: all 0.4s;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    font-family: pop-r;
    color: #fff;
}

.banner .btn-1{
	margin: 60px auto 0;
}

.banner .swiper-slide .div-text .more a:hover{
	color: #fff;
	border-color: var(--primary);
}

/*首页产品模块*/
.sp{
	padding: 65px 0;
}

.commonTit p.p1{
	font-size: 48px;
    color: #1a1a1a;
    line-height: 1;
    font-family: siyuan-b;
}

.commonTit p.p2{
	font-size: 18px;
    line-height: 1;
    font-family: pop-r;
    text-transform: uppercase;
    margin-top: 10px;
}

.commonTit p.des{
	font-size: 15px;
    line-height: 1.8;
    color: #4c4c4c;
    margin-top: 20px;
    max-width: 980px;
}

/*首页产品分类*/
.proSection .flBlock{
  margin-top: 35px;
}

.flBlock .item a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flBlock .item .div-img img{
    width: 100%;
}

.flBlock .item .div-text{
  background-color: #fff;
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  top: 0;
  left: -1px;
  transition: all .5s;
}

.flBlock .item .div-text h2.title{
  font-family: siyuan-m;
  font-size: 28px;
  line-height: 1;
  color: #1a1a1a;
  transition: all 0.5s;
  text-align: center;
  margin-top: 20px;
}

.flBlock .item .div-text p.entitle{
    font-family: pop-r;
    font-size: 16px;
    line-height: 1;
    color: #666;
    transition: all 0.5s;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.flBlock .row>div:nth-child(odd) .item .div-text{
  background-color: #f5f5f5;
}

.flBlock .row>div:nth-child(even) .item .div-text{
  background-color: #e6e6e6;
}

.flBlock .item:hover .div-text{
  background-color: rgba(0,0,0,.5)!important;
}

.flBlock .item:hover h2.title{
  color: #fff;
}

.flBlock .item:hover p.entitle{
  color: #fff;
}

.flBlock .item .tb img{
  transition: all .6s;
}

.flBlock .item:hover .tb img{
  transform: rotateY(180deg);
}

.flBlock .item:hover a{
  color: #fff;
}

.flBlock .item .jh{
  margin-top: 20px;
}

.flBlock .item .jh svg{
  fill: #595959;
  width: 26px;
  height: 26px;
  transition: all .3s;
}

.flBlock .item:hover .jh svg{
  fill: #fff;
  transform: rotate(90deg);
}

/*关于我们*/
.abSection{
  background-image: url(../images/aboutBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.abSection .main{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    transition: 0.5s;
}

.abSection .more{
  margin-top: 25px;
}

.abSection .div-img:hover img{
  transform: scale(1.1);
}

.more2{
  width: 160px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  overflow: hidden;
  margin-top: 25px;
}

.more2 a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #82a414;
  position: relative;
  z-index: 10;
  font-size: 14px;
  border-radius: 2px;
  overflow: hidden;
}

.more2 a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e11500;
  transform: scale(0);
  transition: all 0.2s;
  z-index: -1;
}

.more2 a:hover:before{
   transform: scale(1);
}


.abSection .div-text{
  padding: 20px 50px;
}

.abSection .commonTit p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/*新闻资讯*/
.swiperList{
  overflow: hidden;
}

.swiper-pagination1{
  margin-top: 25px;
}

.swiper-pagination1 .swiper-pagination-bullet{
  background-color: rgba(0,0,0,.3);
  width: 12px;
  height: 12px;
  margin: 0 10px;
}

.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--main);
}

.newsSection .swiperList{
  margin-top: 35px;
  position: relative;
}

.listBlock .item{
  display: block;
}

.listBlock .item .div-text{
  background: #fff;
  padding: 20px;
  position: relative;
  transform: translate(20px,-30px);
  width: calc(100% - 40px);
  transition: all 0.4s;
}

.listBlock .item p.title{
  font-size: 22px;
  line-height: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: all 0.4s;
  font-family: siyuan-r;
  display: block;
} 

.listBlock .item p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  margin: 10px 0 20px;
  transition: all 0.4s;
}

.listBlock .item .time svg{
  display: inline-block;
  margin-right: 5px;
  fill: var(--main);
}

.listBlock .item .time span{
    font-size: 18px;
    line-height: 1;
    font-family: got-r;
    color: #82a414;
    transition: all 0.4s;
    vertical-align: middle;
}

.listBlock .item:hover .div-text{
  background: #82a414;
  transform: translate(20px,-40px);
}

.listBlock .item:hover p.title{
  color: #fff;
}

.listBlock .item:hover p.des{
  color: #fff;
}

.listBlock .item:hover .time span{
  color: #fff;
}

.listBlock .item:hover .time svg{
  fill: #fff;
}

.listBlock .item:hover .div-img img{
  transform: scale(1.1);
}

/*内页开始*/
.pageTit{
  min-height: 375px;
  background-image: url(../images/nyBan.jpg);
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.pageTit .div-text{
 padding: 18% 0 10% 0;
 text-align: center;
}

.pageTit .commonTit p.des,.pageTit .commonTit p.p1,.pageTit .commonTit p.p2{
  color: #fff;
  min-width: 100%;
}

/*面包屑*/
.mbxDh{
  height: 75px;
  line-height: 75px;
  /*padding: 25px 0;*/
}

.mbxDh a:last-child{
  color: var(--main);
  
}

.mbxDh svg{
  display: inline-block;
  vertical-align: middle;
}

.mbxDh i{
  display: inline-block;
  margin: 0 5px;
}


.nyContent{
  background-color: rgba(245, 245, 245, 1);
}

.mcateBtn{
  padding: 15px 15px;
  color: #fff;
  background-color: var(--main);
}

.mcateBtn svg{
  display: inline-block;
  margin-left: 5px;
}


.mCates{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateX(-100%);
  transition: all .4s;
}

.mCates>div{
  height: 100%;
}

.mCates .d1{
   background-color: var(--primary);
}

.mCates .d1 span{
  display: block;
  text-align: center;
  padding: 10px 25px;
  min-width: 45px;
  background-color: var(--main);
}

.mCates .d2{
  background-color: #fff;
}

.mCates .d2 dl{
  background: none;
  line-height: 56px;
  border: 1px solid #dbdbdb;
  border-bottom: none;
}

.mCates .d2 dl dt{
  font-size: 18px;
  color: #1a1a1a;
  padding: 0 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  font-family: sy-n;
  border-bottom: 1px solid #dbdbdb;
  transition: all 0.5s;
  background: #f5f5f5;
}

.mCates .d2 dl dd{
  transition: all 0.5s;
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 0px;
  line-height: 60px;
  position: relative;
}

.mCates .d2 dl dd span{
  position: absolute;
  right: 15px;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.sliTit{
    text-align: left;
    padding-left: 13px;
    border-left: 3px solid #82a414;
}

.sliTit .p1{
    font-size: 36px;
    font-family: siyuan-b;
    line-height: 1;
    color: #1a1a1a;
}

.sliTit .p2{
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: pop-r;
}

.nySlider ul{
  margin-top: 25px;
}

.nySlider ul li{
  display: block;
  position: relative;
  background: #fff;
  margin-bottom: 2px;
}

.nySlider ul li a{
  display: block;
    font-size: 16px;
    color: #1a1a1a;
    padding: 20px 0 20px 20px;
    transition: all 0.4s;
}

.nySlider ul li span{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.nySlider ul li:hover,.nySlider ul li.on{
  background-color: var(--main);
}

.nySlider ul li:hover a,.nySlider ul li.on a{
  color: #fff;
}

.nySlider ul li:hover span svg,.nySlider ul li.on span svg{
  fill: #fff;
}

.nySlider .sliInfo{
  margin-top: 25px;
  background: #fff;
  padding: 30px;
  border-top: 3px solid var(--main);
}

.nySlider .sliInfo .div-img{ 
  border-bottom: 1px solid #dbdbdb;
}

.nySlider .sliInfo .div-img p{
    display: block;
    font-size: 15px;
    color: #333;
    text-align: center;
    margin: 10px 0;
}

.nySlider .sliInfo .tel{
  display: block;
  color: var(--primary);
  font-size: 28px;
  font-family: got-b;
  text-align: center;
}

.nySlider .sliInfo .conBtn a{
    display: block;
    width: 100%;
    line-height: 45px;
    font-size: 15px;
    text-align: center;
    background: var(--main);
    transition: all 0.5s;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
}

.nySlider .sliInfo .conBtn a:hover{
  background: var(--primary);
}

.nyPlists a.item{
  display: block;
  margin-bottom: 25px;
}

.nyPlists a.item .div-img img{
  width: 100%;
}

.nyPlists a.item p.tit{
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  z-index: 1;
  background: #fff;
  border-top: 1px solid #dbdbdb;
}

.nyPlists a.item p.tit:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #82a414;
  z-index: -1;
  transform-origin: top;
  transform: perspective(300px) rotateX(-90deg);
  transition: all 0.5s;
}

.nyPlists a.item:hover p.tit:before{
  transform: perspective(300px) rotateX(0deg);
}

.nyPlists a.item:hover p.tit{
  color: #fff;
}

/*图片集*/
.div-imgs .big-imgs{
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.div-imgs .big-imgs img{
  width: 100%;
   aspect-ratio: 1 / .9;
  object-fit: cover;
  object-position: 50% 50%;
}

.div-imgs{
  margin-top: 10px;
/*  padding: 0 35px;*/
  position: relative;
}

.div-imgs .swiper-slide img{
  width: 100%;

}

.div-imgs .pro-btn{
  position: absolute;
  top: 0;
  background-color: #f5f5f5;
  color: var(--primary);
  width: 30px;
  height: 100%;
  text-align: center;
  font-size: 28px;
  font-family: 'DINPRO';
  z-index: 99;
}

.div-imgs .pro-btn>div{
  position: relative;
  height: 100%;
  width: 100%;
}

.div-imgs .pro-btn span{
/*  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;*/
}

.div-imgs .pro-btn.swiper-button-disabled{
  opacity: .6;
}

.div-imgs .pro-btn.pro-prev{
  left: 0;
} 

.div-imgs .pro-btn.pro-next{
  right: 0;
}

.small-imgs{
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}

.small-imgs .proSmall{
  overflow: hidden;
}

.small-imgs{
  padding: 0 35px;
}

.small-imgs .swiper-slide img{
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
}

.proSmall .swiper-slide-thumb-active{
  border:1px solid var(--primary);
}

.product_info{
    padding: 40px;
    background: #fff;
}

.product_info .div-text p.title{
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.product_info .div-text p.subTit{
    font-size: 18px;
    color: #82a414; 
}

.product_info .div-text p.des{
  font-size: 14px;
  color: #333;
  line-height: 22px;
  text-align: justify;
  margin-top: 16px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.product_info .div-text .backcontact a{
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
  color: #fff;
  transition: all 0.4s;
}

.product_info .div-text .backcontact a.a1{
    background: #333;
    border: 1px solid #333;
}

.product_info .div-text .backcontact a.a2{
    background: var(--main);
    border: 1px solid var(--main);
}
.product_info .div-text .backcontact a:hover{
  background-color: #fff;
}

.product_info .div-text .backcontact a.a1:hover{
  color: #333;
}

.product_info .div-text .backcontact a.a2:hover{
  color: var(--main);
}

.product_info .hlabel{
  margin-top: 20px;
  display: block;
  font-size: 14px;
  color: #666;
}

.product_info .tel a{
    display: block;
    font-size: 32px;
    color: var(--primary);
    line-height: 1;
    font-family: got-b;
}

.product_content{
  margin-top: 20px;
  background-color: #fff;
}

.product_content .bTit{

}

.product_content .bTit span{
    display: inline-block;
        padding: 0 20px;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: var(--main);
}

.product_content .condes{
  border-top: 1px solid #d9d9d9;
  padding: 20px 40px 30px;
  color: #4c4c4c;
}

.product_content .condes p{
  font-size: 15px;
  color: #4c4c4c;
  text-align: justify;
  line-height: 1.6;
  text-indent: 30px;
  margin-top: 10px;
}

.product_content .condes h2{
  font-size: 18px;
  line-height: 1;
  color: #e11500;
  font-weight: bold;
  margin-top: 10px;
}

.product_content .condes h3{
  font-size: 16px;
  line-height: 1;
  color: #82a414;
  font-weight: bold;
  margin-top: 20px;
}

table {
    background-color: transparent;
}

.product_content table{
  margin-top: 15px;
}

.product_content table tr td{
  text-align: left !important;
  padding: 10px 20px !important;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  color: #333;
}

.product_content table tr:first-child td {
    background: #82a414 !important;
    color: #fff;
}

.product_content table tr:nth-child(2n+1) td {
    background: #f7f9ef;
}


.prev-next{
  padding: 20px 40px 40px;
  border-top: 1px solid #dbdbdb;
}

.div-form input,.div-form textarea{
  display: block;
  width: 100%;
  padding: 15px 15px;
  background: #fff;
  color: #333;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  font-size: 14px;
}

.div-form textarea{
  min-height: 160px;
}

.div-form .div-btn button{
  border-radius: 0;
  background-color: var(--main);
  border: 0px;
  width: 100%;
  height: 55px;
  transition: 0.5s;
  font-size: 16px;
  color: #fff;
}

.div-form .div-btn button:hover{
  background-color: var(--primary);
}

.nyMsg{
  background-image: url(../images/messageBg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.nyMsg .commonTit p.p1{
  color: #fff;
}

.nyMsg .commonTit p.des{
  color: #ccc;
  max-width: 100%;
  margin-bottom: 20px;
}

.nyMsg .nyMsg .commonTit{
  margin-bottom: 25px;
}

.relateLists{
  background-color: rgba(245, 245, 245, 1);
}

.listBlock2{
  margin-top: 25px;
}

.listBlock2 .title{
  height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    color: #333;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding: 0 20px;
    border-top: 1px solid #ede9e9;
}

.listBlock2 a.item:hover .div-img img{
  transform: scale(1.1);
}

.listBlock2 a.item:hover .title{
  background-color: var(--main);
  color: #fff;
}

.singleContent{
    padding: 40px;
    background-color: #fff;
}

.singleContent h2.title{
    margin: 0 0 25px;
    font-weight: bold;
    padding: 0 0 20px 0;
    font-size: 32px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    color: #262626;
}

.singleContent p{
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    color: #333;
    padding: 5px 0;
    text-indent: 2rem;
}

.singleContent p img{
  margin-left: -2rem;
}

.singleContent h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #e11500;
    margin: 16px 0 10px;
}

.sbImg{
  margin-top: 10px;
  margin-bottom: 15px;
}

.sbImg .div-img{
  margin-bottom: 10px;
  padding: 4px;
  border:1px solid #eee;
}

.sbImg .div-img img{
  width: 100%;
}

.singleContent .item:nth-child(odd) .row{
  flex-direction: row-reverse;
}

.cultureItems .item{
  background: #fff;
  font-size: 0;
  position: relative;
}

.cultureItems .item .div-text{
  position: relative;
  padding: 20px;
}

.cultureItems .item .div-text:before{
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    top: 0;
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: 100%;
    border-top: 2px solid #82a414;
    border-bottom: 2px solid #82a414;
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 20;
}

.cultureItems .item .div-text:after{
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    top: 0;
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: 100%;
    border-right: 2px solid #82a414;
    border-left: 2px solid #82a414;
    transform: scale(1,0);
    transform-origin: 100% 0;
    z-index: 20;
}

.cultureItems .item:hover .div-text:before,.cultureItems .item:hover .div-text:after{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}

.cultureItems .item p{
  font-size: 18px;
  line-height: 1.6;
  color: #4c4c4c;
  font-family: siyuan-r;
  margin: 10px auto 20px;
  text-align: center;
  text-indent: 0;
}

.cultureItems .item i{
  display: block;
  width: 40px;
  height: 2px;
  background: #e11500;
  margin: 0 auto;
}

.cultureItems .item h4{
  font-size: 30;
  line-height: 1;
  color: #1a1a1a;
  font-family: siyuan-m;
}

.manual h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #e11500;
    margin: 16px 0 10px;
}

.manual p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-top: 8px;
    text-align: justify;
    text-indent: 2rem;
}

.manual table {
    margin-top: 10px;
}

.manual table td {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    color: #1a1a1a;
}

.manual .table1 tr:nth-child(1) td {
    background: #82a414;
    color: #fff;
}

.manual .table1 tr:nth-child(2n) td {
    background: #fff;
}

.manual .table1 td {
    background: #f7f9ef;
    text-align: left !important;
    padding: 10px 20px !important;
}

.manual .table2 tr td.on {
    width: 100px;
    background: #82a414 !important;
    color: #fff;
    padding: 10px;
    text-align: center !important;
}

.manual .table2 td {
    background: #f7f9ef;
    text-align: justify;
    padding: 10px 20px;
}

.manual .table2 tr:nth-child(2n) td {
    background: #fff;
}

.nyNews{
  background-color: rgba(245, 245, 245, 1);
}

.nyLists a.item{
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.nyLists a.item .div-img img{
  width: 100%;
}

.nyLists a.item .content{
  position: relative;
}

.nyLists a.item .div-text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  background-color: #fff;
  transition: all .6s;
}

.nyLists a.item .time span.s1{
  display: inline-block;
  font-family: got-b;
  font-size: 36px;
  margin-right: 5px;
  transition: all .5s ease;
  color: #82a414;
}

.nyLists a.item .time span.s2{
  display: inline-block;
  font-size: 18px;
  font-family: got-r;
  transition: all .5s ease;
}

.nyLists a.item .title{
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
  color: #1a1a1a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s ease;
  display: block;
  font-family: siyuan-r;
}

.nyLists a.item p.des{
  width: 100%;
  color: #474747;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  transition: all .5s ease;
  text-align: justify;
  line-height: 24px;
  font-size: 14px;
}

.nyLists a.item .readD{
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  background-color: #fff;
  padding: 0 30px;
  border-top: 2px solid rgba(217,217,217,1);
  position: relative;
  color: #333;
}

.nyLists a.item .readD:after{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  top: -2px;
  left: 0;
  background-color: var(--main);
  transition: all .6s;
}

.nyLists a.item:hover .readD:after{
  width: 100%;
}

.nyLists a.item:hover .div-text{
  background-color: rgba(0,0,0,.6);
}

.nyLists a.item:hover .div-img img{
  transform: scale(1.1);
}

.nyLists a.item:hover .content *{
  color: #fff!important;
}


.nySlider2 .sliTit2{
  padding: 24px 0;
  background-color: var(--main);
  color: #fff;
}

.nySlider2 .sliTit2 p.p1{
  font-size: 36px;
  line-height: 36px;
  font-family: siyuan-b;
}

.nySlider2 .sliTit2 p.p2{
  font-size: 16px;
  font-family: pop-r;
  margin-top: 8px;
  text-transform: uppercase;
}

.nySlider2 .newsR{
  padding: 20px;
  background-color: #fff;
}

.nySlider2 a.item p.title{
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  font-family: siyuan-r;
}

.nySlider2 a.item p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  color: #666;
  margin: 10px 0;
}

.nySlider2 a.item .div-img{
  margin-bottom: 15px;
}

.nySlider2 a.item .time{
  padding-top: 10px;
  color: #666;
}

.nySlider2 a.item .time svg{
  fill: var(--main);
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.nySlider2 a.item:hover p.title{
  color: var(--main);
}

.nySlider2 a.item:hover .div-img img{
  transform: scale(1.1);
}

.nySlider2 ul li a{
  display: block;
  margin-top: 2px;
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.nySlider2 ul li a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  top: -2px;
  left: 0;
  background-color: var(--main);
  transition: all .6s; 
}

.nySlider2 ul li a:hover:after{
  width: 100%;
}

.nySlider2 ul li a .time{
  color: var(--main)!important;
  margin-bottom: 10px;
} 

.singleContent .content{
  margin-bottom: 35px;
}

.relateLists2{
  background-image: url(../images/proBg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/*.swiperList2 .swiper-pagination1 .swiper-pagination-bullet{
    background-color: rgba(0,0,0,.6);
}*/

.relateLists2 .swiperList2 .swiper-pagination1 .swiper-pagination-bullet{
  background-color: rgba(255,255,255,.6);
}

.relateLists2 .sliTit .p1,.relateLists2 .sliTit .p2{
  color: #fff;
}

.singleContent .meta{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.singleContent .meta a{
  color: #707070;
  display: inline-block;
  margin-right: 10px;
}

.cfl a{
    display: inline-block;
    height: 75px;
    line-height: 75px;
    color: #333;
    padding: 0 30px;
    transition: all .5s;
}

.cfl a:last-child{
  color: #333;
}

.cfl a.on,.cfl a:hover{
  background-color: var(--main);
  color: #fff;
}

.infoItems{
  margin-top: 35px;
}

.infoItems .item{
  height: 100%;
  background-color: #fff;
  padding: 30px 20px;
  border-bottom: 25px solid #f5f5f5;
}

.infoItems .item .title{
  font-size: 18px;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.infoItems .item .title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background-color: var(--main);
  left: 0;
  bottom: 0;
}

.infoItems .item .des p{
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #4c4c4c;
}

.infoItems .item p span:nth-child(1){
  display: inline-block;
  min-width: 70px;
  text-align:justify;
  text-justify:distribute-all-lines;
  text-align-last: justify;
  margin-right: 3px;
}

.conMsg .div-form{
  margin-top: 35px;
}
/*内页结束*/

/*职位*/
.jobLists{
  margin-top: 35px;
  color: #fff;
}
.jobLists .top{
  background-color: var(--main);
  padding: 15px 20px;
  padding-right: 30px !important;
  border: 1px #eaeaea solid;
  transition: all 0.5s;
  cursor: pointer;
}

.jobLists .top p.p1{
  white-space: nowrap;
  overflow: hidden;
  font-size: 24px;
  color: #fff;
  transition: all 0.3s;
  font-family: siyuan-m;
}

.jobLists .top p.p2 i{
  display: inline-block;
  margin: 0 3px;
}

.jobLists .bottom {
  font-size: 0.875rem;
  background: #f5f5f5;
  /*display: none;*/
  padding-bottom: 40px;
  color: #595959;
}

.jobLists .bottom .content-top{
  padding: 20px 30px;
  line-height: 1.8;
  border-bottom: 2px solid #fff;
}

.jobLists .bottom .content-bottom{
  padding: 20px 30px;
} 

.jobLists .bottom .content-bottom b{
    font-size: 22px;
    color: #1a1a1a;
    line-height: 1;
    display: block;
    margin: 10px 0;
    font-family: siyuan-m;
    font-weight: normal;
}

.jobLists .bottom .content-bottom .job-summry{
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.jobLists .bottom .job_l a{
  display: block;
  background: #e11500;
  border: 1px solid #e11500;
  font-size: 14px;
  line-height: 42px;
  margin-left: 30px;
  width: 130px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  transition: all 0.5s;
}

.jobLists .bottom .job_l a:hover{
  border-radius: 25px;
}

.pagination{
  margin-top: 60px;
  justify-content: center;
}
.pagination a{
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border:1px solid #dbdbdb;
  background-color: #333;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  border-radius: 2px;
  font-size: 16px;
}

.pagination a.page-item:first-child{
  transform: rotateY(180deg);
}

.pagination a.page-num.page-num-current,
.pagination a:hover{
  border-color: var(--primary) !important;
  background: var(--primary);
  color: #fff;
}
.pagination a.page-item:hover svg path{
  fill: #fff;
}

.table .thead-light th{
  background-color: var(--main);
  color: #fff;
}

.searchLists .table tbody tr{
  background: #f5f5f5;
  border-top: 3px solid #ffffff;
}

.singleContent table {
    margin-top: 10px;
}

.singleContent table td {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    color: #1a1a1a;
}

.singleContent .table1 tr:nth-child(1) td {
    background: #82a414;
    color: #fff;
}

.singleContent .table1 tr:nth-child(2n) td {
    background: #fff;
}

.singleContent .table1 td {
    background: #f7f9ef;
    text-align: left !important;
    padding: 10px 20px !important;
}


.table2 tr td.on {
    width: 100px;
    background: #82a414 !important;
    color: #fff;
    padding: 10px;
    text-align: center !important;
}

.table2 td {
    background: #f7f9ef;
    text-align: justify;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    color: #1a1a1a;
}

.table2 tr:nth-child(2n) td {
    background: #fff;
}

.contentNews h3{
  color: var(--main);
}





