.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;
}

.nyaboutContent .div-text{

}

.nyaboutContent .div-text p{
	color: #888;
	font-size: 20px;
	line-height: 36px;
}


.nyAbout .comT{
	color: #333;
}

.nyAbout .titdes{
	color: #666;
}

.nyAbout .div-text .des p{
	color: #666;
}

.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(--main);
	padding: 45px 35px;
	background-size: cover;
	background-attachment: fixed;
}

.nyContact .div-info .infoItems{
	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';
}

.nyContact .divLy .divMsg{
	padding: 35px;
	background-color: #9093962e;
	color: #595857;
}

.nyContact .divLy .tit{
	color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 47px;
}

.nyContact .divLy input,.nyContact .divLy textarea{
	display: block;
	background: rgba(255, 255, 255, 1);
    border: none;
    padding: 10px 26px 10px;
    color: #595857;
    width: 100%;
    margin-bottom: 30px;
}

.nyContact .divLy button{
	border: none;
    width: 100%;
    padding: 18px 0;
    border-radius: 5px;
    background-color: var(--main);
    color: #fff;
}


.nyContact .divLy button:hover{
	background-color: var(--primary);
}

.wxin{
	margin-top: 45px;
}

.wxin img{
	max-width: 180px;
}


.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;
	word-break: break-all;
}

.newsDetail .content p{
	word-break: break-all;
}

.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; 
}

.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; 
    font-size: 30px;
}

.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);
}

.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{
	width: 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: 350px;
	height: 350px;
}

.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: 240px;
    top: 10px;
    left: 10px;
}

.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;
}

.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;
}

.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: 50%;
	transform: translateY(-50%);
}

.proContent .lb1{
	margin-right: 25px;
}

.proContent .lb2{
	margin-left: 25px;
}

.Catalog .item{
	font-size: 26px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}


.sliderLeft{
	display: block;
}

.sliderLeft .item{
	padding: 45px 25px;
	margin-bottom: 25px;
	box-shadow: 0 0 25px #dededef5;
}

.sliderLeft .item p.p1{
	font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-family: 'SourceHanSansCN-Bold';
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.sliderLeft .item p.p1:after{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	left: 0;
	top: 4px;
	background-color: var(--primary);
}

.sliderLeft .item .fls li{
	display: block;
	margin-bottom: 5px;
}

.sliderLeft .item .fls a{
	background-color: #f3f3f3;
	color: #888;
	border: 1px solid #dddddd;
	padding: 10px 15px;
	align-items: center;
	transition: all .4s ease;
	font-size: 12px;
} 


.sliderLeft .item .fls a i{
	font-size: 12px;
}

.sliderLeft .item .fls li.on a,.sliderLeft .item .fls li:hover a{
	color: #fff;
	background-color: var(--primary);
	border: 1px solid var(--primary);
}

.nyProlists .item a{
	border: 1px solid #eee;
}

.proLists.nyProlists .item .div-text p.p1{
	font-size: 16px;
}

.nyProlists .item .div-img{
	position: relative;
}

.nyProlists .item .div-img .mask{
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.75);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .6s ease;
}

.nyProlists .item .div-img .mask svg{
	width: 26px;
	fill: #fff;
	transition: all .8s ease;
	transform: translateX(120px);
}

.proLists.nyProlists .item .div-text{
	padding: 15px 15px 15px 15px;
    text-align: center;
}

.proLists.nyProlists .item:hover .mask{
	width: 100%;
	opacity: 1;
}

.proLists.nyProlists .item:hover .mask svg{
	transform: translateX(0);
}

.conItem{
	padding: 65px 25px;
	background-image: url(../images/conItemBg.png);
	background-size: cover;
	background-position: center;
	color: #fff;
}

.conItem .tb{
	display: inline-block;
	padding: 10px;
	border: 2px solid var(--primary);
	border-radius: 50%;
	margin-bottom: 15px;
}

.conItem .tb span{
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: var(--primary);
	border-radius: 50%;
}

.conItem .tb span svg{
	fill: #fff;
	width: 55%;
}

.conItem .p1{
	font-size: 18px;
	margin-top: 25px;
}

.conItem .p2{
	font-size: 32px;
	font-family: 'SourceHanSansCN-Bold';
	margin-bottom: 10px;
}

.conItem .email{
	margin-bottom: 25px;
}

.conItem .email .s1{
	width: 20px;
	margin-right: 10px;	
}

.conItem .email .s1 svg{
	fill: var(--primary);
}

.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);
}

.honorLists .item{
	margin-bottom: 25px;
	padding: 5px;
	background-color: #eee;
	cursor: pointer;
}


@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;
	}

	.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;
	}

}



