.nyAbout .commonTit{
	background-image: unset;
	padding: 0;
}

.nyAbout{
	padding-top: 85px;
}

.nyAbout .aboutContent{
	margin-top: 35px;
}

.nyaboutContent{
	position: relative;
	padding-top: 65px;
}

.nyaboutContent .div-img{
	opacity: .2;
}

.nyAbout{
	background-image: url(../images/nyaboutBg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.nyaboutContent .div-text{
	padding-bottom: 165px;
}

.nyaboutContent .div-text p{
	color: #888;
	font-size: 20px;
	line-height: 36px;
    font-family: 'Swis721 BT Bold';
	text-align: left;
}

.pageTit{
	position: relative;
}

.pageTit .div-text{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	text-align: center;
}

.pageTit .div-text h4{
	font-size: 46px;
	font-family: 'Square721 BT Bold';
	color: #fff;
}


.nyContact{
	/*background-image: url(../images/contactBg.jpg);*/
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.nyContact .main{
	background-color: var(--primary);
	padding: 45px 35px;
}

.nyContact .div-info .infoItems{
	border:1px solid var(--primary);
	padding: 35px;
	border-radius: 5px;
	background-color: #ffffff36;
	color: #fff;
}

.nyContact .div-info .infoItems .d1{
	min-width: 25px;
	width: 25px;
	margin-right: 15px;
}

.nyContact .div-info .infoItems .d1 svg{
	fill: #fff;
}

.nyContact .div-info .infoItems .item{
	margin-bottom: 15px;
}

.nyContact .div-info p.p1{
	font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.nyContact .div-info p.p2{
	font-weight: 700;
    color: #fff;
    font-size: 34px;
    margin-top: 15px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: 'Swis721 BT Bold';
}

.conright{
	background-size: cover;
	background-position: center;
	height: 100%;
}


.nyProduct{
	background-color: #f5f5f5;
}

.nyProduct .proLists .item{
	margin-bottom: 25px;
}


.newsDetail .meta{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.newsDetail .content{
	padding: 25px 0;
	min-height: 250px;
}

.prev-next{
	color: #888;
	margin-top: 25px;
}

.prev-next a{
	color: #111;
}

.newsDetail .commonTit .tit{
	word-wrap: break-word;
    line-height: 1;
    margin-bottom: 15px; 
    letter-spacing: 0;
}

.newsDetail .meta{
	color: #888;
}

.newsDetail .meta span{
	display: inline-block;
	margin: 0 10px;
}


.productDetail .meta{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.productDetail .content{
	padding: 25px 0;
	min-height: 250px;
}

.productDetail .commonTit .tit{
	word-wrap: break-word;
    line-height: 1;
    margin-bottom: 15px; 
}

.productDetail .meta{
	color: #888;
}

.productDetail .meta span{
	display: inline-block;
	margin: 0 10px;
}

.mainSlider{
	display: block;
	border-radius: 5px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
	/*position: sticky;*/
	top: 125px;
}

.mainSlider .title{
	color: #fff;
	font-size: 30px;
	font-family: 'Square721 BT Bold';
	padding:45px 25px;
	background-color: var(--primary);
	margin-bottom: 2px; 
}

	/*.mainSlider ul{
		display: block;
		padding: 30px 25px 30px 30px;
	}

	.mainSlider ul li a{
		display: block;
		position: relative;
		color: #888;
		padding: 0 20px; 
	}

	.mainSlider ul li{
		margin-bottom: 15px;
	}

	.mainSlider ul li a:after{
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border:1px solid #888;
		left: 0;
		bottom: 7px;
	}

	.mainSlider ul li.on a,.mainSlider ul li:hover a{
		color: var(--primary);
	}

	.mainSlider ul li.on a:after{
		background-color: var(--primary);
		border:1px solid var(--primary);
	}*/

ul.xlcates{
  background-color: #fff;
  padding-left: 0;
}

ul.xlcates>li{
  display: block;
  cursor: pointer;
}

ul.xlcates>li a{
	color: #888;
}

ul.xlcates>li .cate{
  border-bottom: 1px solid #eee;
}

ul.xlcates>li .cate .d1 a{
  display: block;
}

ul.xlcates>li .cate .d2 span{
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transform-origin: center;
}

ul.xlcates>li .cate .d2 span svg{
  width: 12px;
  height: 12px;
  margin-right: 15px;
  fill: #888;
}

ul.xlcates>li .d1 a{
  display: block;
  line-height: 1;
  padding: 25px 20px 25px 45px;
  font-size: 18px;
  position: relative;
}

ul.xlcates>li .d1 a:after{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #888;
    left: 20px;
    top: calc(50% - 5px);
    
}

ul.xlcates>li .sub{
  display: none;
}

ul.xlcates>li .sub>a,.cate2>a{
  display: block;
  padding: 15px 15px 15px 40px;
  position: relative;
  margin-top: 5px;
  transition: all .3s;
  font-size: 14px;
}

ul.xlcates>li .sub>a:after,.cate2>a:after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  left: 20px;
  top: calc(50% - 4px);
}

/*ul.xlcates>li .cate:hover .d1 a{
	color: var(--primary);
}

ul.xlcates>li .cate:hover .d1 a:after{
	border: 1px solid var(--primary);
}*/

ul.xlcates>li .sub a:hover,ul.xlcates>li .sub a.cur{
 /* background-color: var(--primary);*/
  color: #ff2708;
}

ul.xlcates>li .sub a:hover:after,ul.xlcates>li .sub a.cur:after{
  background-color:var(--primary);
}

ul.xlcates>li.active .cate,ul.xlcates>li.on .cate{
  background-color: #eee;
}

ul.xlcates>li.active .cate .d1 a,ul.xlcates>li.on .cate .d1 a{
	color: #111;
}

ul.xlcates>li.active .cate .d1 a:after,ul.xlcates>li.on .cate .d1 a:after{
	border: 1px solid #111;
	/*background-color: #111;*/
}



ul.xlcates>li .d2 span svg{
  transition: all .4s;
}

ul.xlcates>li.active .d2 span svg{
  transform: rotate(90deg);
  fill: #111;
}

ul.xlcates>li.active .sub{
  display: block!important;
}

ul.xlcates .sub2{
  display: none;
}

ul.xlcates .sub2.active2{
  display: block;
}

ul.xlcates .sub2 a{
  display: block;
  padding: 10px 15px 10px 40px;
  position: relative;
  font-size: 14px;
}

ul.xlcates .sub2 a:after{
	position: absolute;
	/*content: "→";*/
	left: 20px;
	height: 0;
	top: 8px;
}

ul.xlcates .cate2 span svg{
  width: 12px;
  height: 12px;
  margin-right: 15px;
  fill: #333;
  transition: all .3s ease;
}

ul.xlcates .cate2.active3 span svg{
  transform: rotate(90deg);
}


ul.xlcates .sub3{
  position: absolute;
  left: 100%; 
  top: 0;
  width: max-content;
  background: #f2f2f2;
  z-index: 6;
  transform: scaleY(.5);
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;

}

ul.xlcates .sub3 a{
  color:#5f5f5f;
  display: block;
  width:100%;
  min-width: 100%;
  transition: all .4s ease;

}

ul.xlcates .sub3 a:not(:last-child){
  border-bottom: 1px solid #e6e6e6;
}

ul.xlcates .sub3 a:hover{
  color: #000!important;
  background-color: #eee;
}

.proImgs{
	max-width: 800px;
}

.proImgs .d1{
	min-width: calc(100% - 210px);
	width: calc(100% - 210px);
	max-width: calc(100% - 210px);
	overflow: hidden;
	position: relative;
}

.proImgs .d1 img{
	max-width: 100%;
	max-height: 100%;
}

.proImgs .d1 .divImg{
	text-align: center;
	height: 100%;
	max-width: 100%;
}


.bImgs .swiper .swiper-slide{
	border:1px solid #ccc;
}

.bImgs .divImg{
	position: relative;
}

.bImgs .divImg p.cname{
	position: absolute;
    bottom: 5px;
    left: 0;
    background-color: var(--main);
    color: #fff;
    padding: 8px 25px;
}

.proImgs .d2{
	min-width: 150px;
	width: 150px;
	margin-top: 20px;
}

.sImgs .swiper .swiper-wrapper{
	min-height: 413px;
	height: 413px;
}

.sImgs .swiper .swiper-slide{
	min-width: 100%;
    overflow: hidden;
    border:1px solid #ccc;
}

.sImgs .swiper .swiper-slide.swiper-slide-thumb-active{
	border:1px solid var(--primary);
}

.sImgs .swiper .swiper-slide .divImg{
	
	text-align: center;
	height: 100%;
}

.sImgs .swiper .swiper-slide img{
	max-height: 100%;
	width: auto;
}

.sImgs{
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}
.sImgs .sbtn:after{
	font-size: 14px;
    color: #fff;   
    width: 100%;
    text-align: center;
} 

.sImgs .sbtn{
	left: 0;
	right: 0;
	width: 100%;
	background-color: var(--primary);
	height: 35px;
}

.sImgs .sbtn.swiper-button-prev{
	top: 0;
}
 
.sImgs .sbtn.swiper-button-prev:after{
	transform: rotate(90deg);
}

.sImgs .sbtn.swiper-button-next{
	top: 100%;
}
 
.sImgs .sbtn.swiper-button-next:after{
	transform: rotate(90deg);
}

/**/
.zlrz{
	position: absolute;
    z-index: 1;
    max-width: 100%;
    top: 10px;
    left: 10px;
}

.zlrz>.div-img>img{
	/*max-height: 55px;*/
	max-width: 86%;
}

.proContent{
	color: #595757;
	font-size: 14px;
}

.proContent .cs{
	margin-top: 35px;

}

.proContent p{
	margin-top: 10px;
	line-height: 26px;
}

.proContent h2.title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
	color: #111;
}

.proContent h2.title:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--primary);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.proContent table{
	color: #717070;
	font-size: 14px;
}

.proContent table td{
	vertical-align: middle;
}

.proContent table th{
	vertical-align: middle;
}

.proContent table.table1{
	font-size: 14px;
	text-align: center;
}

.proContent table.table1 th.bt1{
	background-color: var(--primary);
	color: #fff;
	text-align: left;
	max-width: 180px;
}

.proContent table.table1 tr{
	background-color: #fefefe;
}

.proContent table.table1 tr:nth-child(odd){
	background-color: #fae8ea;
}

.proContent .bgTit{
	font-size: 18px;
	color: #111;
	margin-bottom: 15px;
}

.proContent table.table2{
	text-align: center;
}

.proContent table.table2 tr td{
	background-color: #dcdddd;
}

.proContent table.table2 tr:nth-child(1) td{
	background-color: var(--primary);
	color: #fff;
	min-width: 140px;
}

.proContent table.table2.table-bordered td, .proContent table.table2.table-bordered th{
	border:2px solid #fff;
}

.proContent .lb p{
	padding-left: 15px;
	position: relative;
}

.proContent .lb p:after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border:1px solid var(--primary);
	border-radius: 50%;
	left: 0;
	top: 8px;
}

.proContent .lb1{
	margin-right: 25px;
}

.proContent .lb2{
	margin-left: 25px;
}


.inproLists a.item{
  display: block;
  width: 100%;
  color: #212121;
  margin-bottom: 25px;
  box-shadow: 0 0 15px rgba(0,0,0,.02);
  text-align: center;
}

.inproLists a.item p.title{
  padding: 15px;
  background-color: #fff;
  transition: all .3s;
}

.inproLists a.item .div-img{
  position: relative;
}

.inproLists a.item .div-img .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;
}

.inproLists a.item .div-img .mask span{
  display: inline-block;
  transition: all .3s .1s;
  opacity: 0;
  transform: translateY(100%);
}

.inproLists a.item .div-img .mask span svg{
  width: 45px;
  height: 45px;
  fill: #fff;
}

.inproLists a.item:hover .mask{
  opacity: 1;
}

.inproLists a.item:hover .mask span{
  opacity: 1;
  transform: translateY(0);
}

.inproLists a.item:hover .div-img img{
  transform: scale(1.1);
}

.inproLists a.item:hover p.title{
  background-color: var(--primary);
  color: #fff;
}


.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);
}

.divSearch{
	font-size: 14px;
}

.divSearch .d1 input{
	display: block;
	padding: 0 25px;
	height: 45px;
	line-height: 45px;
	min-width: 250px;
}

.divSearch .d2 button{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	color: #fff;
	background-color: var(--primary);
	box-shadow: unset;
	border: none;
}

@media (max-width: 1299.98px) { 

}
@media (max-width: 1199.98px) { 

}

@media (max-width: 1099.98px) { 

}

@media (max-width: 991.98px) { 
	.pageTit .div-text h4{
		font-size: 20px;
	}

	.nyAbout{
		padding-top: 45px;
	}

	.nyaboutContent{
		padding-top: 45px;
	}


	.nyaboutContent .div-text p{
		font-size: 14px;
		line-height: 1.5;
	}

	.proImgs{
		max-width: 100%;
	}

	.proImgs .d1{
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	.proContent h2.title{
		font-size: 20px;
	}

	.proContent p{
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}


	.proContent table.table1{
		font-size: 12px;
	}

	.proContent .div-img{
		margin: 25px auto;
	}

	.proContent .zlrz .div-img{
		margin: auto;
	}

	.productDetail .commonTit .tit{
		font-size: 20px;
		margin-bottom: 0;
	}

	.proContent .bgTit{
		margin-top: 15px;
	}

	.mainFooter .commonTit .tit{
		font-size: 22px;
		letter-spacing: 0;
	}

	.proContent .lb1{
		margin-right: 0;
	}

	.proContent .lb2{
		margin-left: 0;
	}

}

@media (max-width: 767.98px) { 
	.proContent h2.title{
		font-size: 16px;
	}

	.proContent table td{
		min-width: 180px;
	}

	.proContent .bgTit{
		font-size: 16px;
	}

	.proContent p{
		font-size: 12px;
	}

	.commonTit .d1 font{
		font-size: 20px;
	}

	.nyaboutContent{
		padding-top: 0;
	}


	.nyaboutContent .div-text{
		/*top: 25px;*/
	}





}

@media (max-width: 575.98px) { 
	.nyaboutContent .div-img{
		padding-top: 125px;
	}

	.nyaboutContent .div-text p{
		font-size: 12px;
		line-height: 1.8;
	}


	.moHeader .div-logo, .moNav .div-logo{
		width: 100px;
	}


	.proContent table td{
		min-width: 100px;
	}

	.proContent table.table1 th.bt1{
		min-width: 140px;
	}

	.table td, .table th{
		font-size: 11px;
	}

	.divSearch{
		transform: translateY(-50%);
		font-size: 12px;
	}

	.divSearch .d1 input{
		height: 35px;
		line-height: 35px;
	}

	.divSearch .d2 button{
		height: 35px;
		line-height: 35px;
	}


	.zlrz>.div-img>img{
		max-width: 90%;
	}


}



