/* body {
	font-family: 'Microsoft YaHei', "Open Sans", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
} */

input,
select,
textarea {					
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
a{
	text-decoration: none !important;
	color: #000000 !important;
	cursor: pointer;
}
.icon{
	font-size: 18px !important;
}
/* 水平处置居中 */
.pt-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* 新头部样式-------------------------------*/
#tou{
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	z-index: 10;
}
/* logo */
.Hlogo{
	width: 20%;
	height: 90px;
	display: flex;
	align-items: center;
	padding-left: 40px;

}
.Hlogo  img{
	width: 50px;
}
/* 导航 */
.Hnav{
	width: 60%;
	height: auto;
	display: flex;
	align-items: center;
}
.Hnav .Nul{
	width: 100%;
	height: 90px;
	display: flex;
}
.Hnav .Nul .Nli{
	width: 120px;
	height: auto;
	margin-right: 20px;
	display: flex;
	align-items: center;
	position: relative;
	
}
.Hnav .Nul .Nli >a{
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}
.Hnav .Nul .Nli >a:hover{
	border-bottom: 2px solid red;
}

.Hnav .Nul .Nli .Nuls{
	width: 120px;
	position: absolute;
	top: 80px;
	left: 30px;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: #fff;
	display: none;
}
.Hnav .Nul .Nli .Nuls .Nlis{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.Hnav .Nul .Nli .Nuls .Nlis .NlisA{
	display: inline-block;
	width: 100%;
}
.Hnav .Nul .Nli .Nuls .Nlis .NlisA .iconfont{
	display: none;
}
.Hnav .Nul .Nli .Nuls .Nlis:hover{
	background-color: red;
}
.Hnav .Nul .Nli .Nuls .Nlis:hover .NlisA{
	color: #fff !important;
}

.Hnav .Nul .Nli:hover .Nuls{
	display: block;
}

.Hright{
	width: 20%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Hright1{
	display: block;
	font-size: 20px;
}
.Hright2{
	display: none;
	font-size: 20px;
}
.Hright2 .icon{
	display: none;
}
/* 头部样式结束 --------------------------------------------------------------------------------*/
			
/* index网站首页样式 开始*/
.swiper-container-top {
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-wrapper {
	background-position: center;
	background-size: cover;
}
.swiper-container .swiper-wrapper img {
	width: 100%;
}
/* 新闻中心样式 */
#newsCenter {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: rgba(243, 242, 237, 1);
}

#newsCenter .newsTop {
	width: 100%;
	height: 40px;
	padding: 30px 0;
}

#newsCenter .newsTop .nTopcenter {
	width: 100%;
	margin: auto;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#newsCenter .newsTop .nTopcenter .nchongfu {
	width: 100px;
	height: 3px;
	background-color: #520f0f;
}

#newsCenter .newsTop .nTopcenter .nTopcenterCenter {
	font-size: 30px;
	margin: 0 30px;
}

/* 新闻图片li图区 */

#newsCenter .newsbox {
	width: 100%;
	max-width: 1240px;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#newsCenter .newsbox .newList .newListTop {
	display: flex;
	margin: 0;
	width: inherit;
	height: auto;
	padding: 0;
	overflow: hidden;
	flex-wrap: wrap;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles {
	width: calc((100% - 0px)/3);
	min-width: 0;
	display: inline-block;
	height: auto;
	min-width: 320px;
	padding: 15px 20px;
	overflow: hidden;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	transition: all .5s ease;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .look {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}


#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .look .a-pic_box {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 60%;
	/* overflow: hidden; */
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .look .a-pic_box .a-pic {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	transition: all 1s ease;

}
#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .look:hover #newsImg {
	transform: scale(1.1);
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox {
	width: 90%;
	padding: 24px 24px 10px;
	top: -24px;
	position: relative;
	background-color: white;
	box-shadow: 0px 4px 0 0px #fb1106;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .newsdata {
	background: #fb1106;
	font-size: 16px;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .newlook {
	display: block;
	width: 100%;
	height: auto;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .newlook .newsTitle {
	width: 100%;
	margin: 26px 0 16px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: black;
	min-height: 60px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .newlook .summry {
	font-size: 1em;
	color: #777;
	line-height: 2em;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	width: 100%;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more {
	float: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	padding: 10px 5px;
	font-size: 14px;
	margin: 1.5em 0 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more .more_link {
	color: red;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more::before {
	left: 0px;
	top: 0px;

}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more::after {
	left: 50%;
	top: 0px;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more::before,
.more::after {
	content: '';
	position: absolute;
	width: 26%;
	height: 0px;
	background: #fb1106;
	z-index: -1;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more:hover .more_link {
	color: #ffffff;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more:hover::before {
	height: 100%;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more:hover:after {
	height: 100%;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more .more_link::before {
	left: 25%;
	bottom: 0px;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more .more_link::after {
	left: 75%;
	bottom: 0px;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more .more_link::before,
.more_link::after {
	content: '';
	position: absolute;
	width: 26%;
	height: 0px;
	background: #fb1106;
	z-index: -1;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more:hover .more_link::before {
	height: 100%;
}

#newsCenter .newsbox .newList .newListTop .newLiArticles .newLiList .newsContentBox .more:hover .more_link::after {
	height: 100%;
}

#qyxw-ez2 {
	width: 40px;
	margin: auto;
	height: auto;
	display: flex;
	justify-content: center;
}



/* 视频区域 */
#VcdBox {
	width: 100%;
	margin: auto;
	height: auto;
}

.VcdTop {
	width: 70%;
	margin: auto;
	height: auto;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.VcdTop .Vcdlr {
	width: 100%;
	height: auto;
	margin: 0 20px;
	padding: 0 20px;
	overflow: hidden;
}

.VcdTop .VcdT-left .i-video {
	width: 100%;
}

.VcdTop .VcdT-right .hOne {
	text-align: center;
	font-size: 35px;
	color: #333333;
}

.VcdTop .VcdT-right .VcdText {
	margin-bottom: 30px;
}

.VcdTop .VcdT-right .VcdText p {
	text-indent: 3em;
	line-height: 2;

}

.VcdTop .VcdT-right .Vcdtz .VcdBtn {
	width: 30%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #E60012;
	border-radius: 10px;
	font-size: 16px;
	color: #ffffff;
}

.VcdTop .VcdT-right .VcdBtn:hover {
	background-color: rgba(16, 48, 132, 1);
}

.Vcdbotm {
	width: 60%;
	height: auto;
	margin: auto;
	overflow: hidden;
}

.Vcdbotm .Vcdbotm-Li {
	width: 33%;
	float: left;
	height: auto;
	padding-left: 2vw;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
	border-left: 1px solid #ccc;
	position: relative;
}

.Vcdbotm .Vcdbotm-Li::before {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 30%;
	background: #c52730;
	z-index: 1;
}

.Vcdbotm .Vcdbotm-Li div strong {
	font-size: 30px;
	margin-right: 10px;
}

.Vcdbotm .Vcdbotm-Li div span {
	font-size: 16px;
	color: red;
}

.Vcdbotm .Vcdbotm-Li p {
	color: #999;
}

/* 走进尊龙时凯人生就是搏官网z6mg */
#hantai {
	width: 100%;
	height: auto;
	background-image: url(/image/DSC_1663-222199_1.png);
	background-attachment: fixed;
}

.htTop {
	width: 100%;
	height: 40px;
	padding: 30px 0;
}

.htTop .nTopcenter {
	width: 30%;
	margin: auto;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.htTop .nTopcenter .nchongfu {
	width: 22%;
	height: 3px;
	background-color: #520f0f;
}

.htTop .nTopcenter .nTopcenterCenter {
	font-size: 30px;
}

.htBtom {
	width: 60%;
	margin: auto;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.htBtom .htBtomLi {
	width: 33%;
	height: auto;
	margin: 0 5px;
}

.htBtom .htBtomLi .htBtomLiBox {
	width: 100%;
	max-width: none;
	height: auto;
	max-height: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: inherit;
	overflow: hidden;
}

.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.htBtom .htBtomLi:hover #htImg {
	transform: scale(1.1);
}

.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; */
	background-color: rgba(0, 0, 0, 0.5);
}


.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-top {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);

}

.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-heng {
	width: 10%;
	height: 4px;
	background-color: #ffffff;
	border-radius: 3px;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
}

.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-text {
	padding: 0 5%;
	position: absolute;
	top: 40%;

}

.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-text p {
	color: #ffffff;
	font-size: 16px;
	text-indent: 2em;
}

.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-btm {
	width: 30%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff !important;
	border: 2px solid #ffffff;
	transition: 1s all;
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);

}

.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-btm:hover {
	background-color: rgba(230, 0, 18, 1);
	border: 2px solid #f4bd18;
}

/* 生产基地 */
#idxSC {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.idxSC-T {
	width: 100%;
	margin: auto;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.idxSC-T .idxSC-heng {
	width: 100px;
	height: 3px;
	background-color: #520f0f;
}

.idxSC-T .idxSc-text {
	font-size: 30px;
	margin: 0 30px;
}

/* 成产基地轮播 */
#products {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1rem;
}

#products .sc-lis {
	position: relative;
	width: 100%;
	height: auto;
}

#swiper-container-btom {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#swiper-container-btom .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 25%;
}


#swiper-container-btom .swiper-slide img {
	width: 100%;
	height: 100%;
}

#swiper-container-btom .swiper-slide p {
	text-align: center;
}

/* 走进尊龙时凯人生就是搏官网z6mg */
#jingpin {
	width: 100%;
	height: auto;
	background-image: url(/image/dsfdw-222199_1.png);
	background-attachment: fixed;
}

#jingpin .jingpinTop {
	background-color: #fff;
	padding-bottom: 30px;
}

#Jpbox {
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	width: 100%;
	padding: 20px 15px;
	background: rgba(0, 0, 0, 0) center center no-repeat;
	overflow: hidden;
	
}

#Jpbox .jpauto {
	display: block;
	height: auto;
	background: rgba(0, 0, 0, .3);
}

#swiper-container-jp {
	width: 100%;
	height: auto;
}

#swiper-container-jp .swiper-slide {
	background-position: center;
	width: 25%;
	height: auto;
	padding: 10px;
}

#swiper-container-jp .swiper-slide .jpautoLi {
	width: 100%;
	height: auto;
	/* border: 1px solid steelblue; */
	padding: 0px;
	transition: 0.5s all;
}

#swiper-container-jp .swiper-slide .jpautoLi .jpautoLiez {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	padding: 10px;
	transition: 0.5s all;
}

#swiper-container-jp .swiper-slide .jpautoLi:hover {
	padding: 10px;
}

#swiper-container-jp .swiper-slide .jpautoLi:hover #newjpautoLiez {
	background-color: #cccc;
}


#swiper-container-jp .swiper-slide .jpautoLi .jpautoLiimg {
	width: 100%;
}

#swiper-container-jp .swiper-slide .jpautoLi .jpautoLiimg img {
	width: 100%;
}

#swiper-container-jp .swiper-slide .jpautoLi .jpautoLiTitle {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#swiper-container-jp .swiper-slide .jpautoLi .jpautoLiTitle .jpautoLiTitle-h {
	font-size: 16px;
	color: #fff;
}

#swiper-container-jp .swiper-slide .jpautoLi .jpautoLiTitle .jpautoLiTitle-heng {
	height: 1px;
	width: 10%;
	background-color: #fff;
	transition: 2s all;
}

#swiper-container-jp .swiper-slide .jpautoLi:hover .jpautoLiTitle-heng {
	width: 100%;
}


/* index网站首页样式 结束 */

			/* 局部banner图 --------------------------------------*/
			#i-banner{
				padding: 0 !important; 
				width: 100%;
				/* margin-top: 90px !important; */
			}
			#i-banner  img{
				padding: 0 !important;
				width: 100%;  
			}


			/* 页面局部导航菜单 ----------------------------------------*/
			#i-daohang{
				width: 100%;
				height: auto;
				background-color: #f7f7f7;
				overflow: hidden;
				display: flex;
				justify-content: space-between;
			
			}	
			#i-daohang .daohangLeft{
				width: 70%;
				background-color: #f7f7f7;
			}
			#i-daohang .daohangLeft  .daohangUl li{
				width: 100px;
				height: 60px;
				line-height: 60px;
				text-align: center;
				margin: 0 20px;
			}
			#i-daohang .daohangLeft  .daohangUl li a{
				display: inline-block;
				width: 100%;
				height: 100%;
				font-size: 16px;
			}
			
			 .daihangRigth{
				 width: 20%;
				float: right;
				line-height: 60px;
			}
			
			 .daihangRigth span{
				height: 30px;
				font-size: 14px;
				color: #555;
			}
		
			 .daihangRigth span a{
				color: #555;
			}
	
			 .daihangRigth span a:hover{
				color: #8a6d3b;
			}
		
			 .daihangRigth .sz-tb{
				font-size: 18px;
				color: #dc751e;
			}

			/* 产品中心相关样式----------------------------------------------------------------------------- */
			#jn-content {
				width: 100%;
				height: auto;
				margin-top: 50px;
			}
	
			#jn-content .jn-center {
				margin: auto;
				width: 100%;
				text-align: center;
			}
	
			#jn-content .jn-top1 span {
				font-size: 50px;
				color: #000000;
			}
	
			#jn-content .jn-top2 {
				margin: 30px 0;
			}
	
			#jn-content .jn-top2 span {
				font-size: 40px;
				color: #bf9b5d;
			}
	
			#jn-content .jn-top3 span {
				text-align: center;
				font-size: 16px;
				color: #333;
				letter-spacing: 10px;
				margin-bottom: 15px;
			}
	
			#jn-content .jn-fenlei {
				width: 100%;
				overflow: hidden;
				margin-top: 30px;
				display: flex;
				justify-content: center;
			}
	
			#jn-content .jn-fenlei .jn-fenlei-li {
				width: 15%;
				height: 40px;
				line-height: 40px;
				text-align: center;
				border: 1px solid #333333;
				font-size: 16px;
				margin: 0 20px;
			}
	
			#jn-content .jn-fenlei .jn-fenlei-li:hover {
				color: #FFFFFF;
				background-color: #454545;
				transition: all 0.5
			}
	
			#jn-content .proBox {
				width: 100%;
				height: auto;
				overflow: hidden;
			}
	
			#jn-content .proBox .proContainer {
				max-width: 1500px !important;
				width: 100%;
				height: auto;
				margin: 1rem auto;
				padding: 0 1rem;
				overflow: hidden !important;
				white-space: normal;
				display: flex;
				justify-content: center;
	
			}
	
			#jn-content .proBox .proContainer .proLi {
				/* float: left; */
				width: calc(100% / 3);
				margin: 1rem 0;
				position: relative;
				overflow: hidden;
				/* padding: 1px; */
				height: auto;
			}
	
			#jn-content .proBox .proContainer .proLi .proLink {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				overflow: hidden;
				transition: all 0.5s ease;
				border: 1px solid rgba(243, 243, 243, 1);
			}
	
			#jn-content .proBox .proContainer .proLi .proLink .proTitle {
				position: relative;
				text-align: center;
				padding: 0 20%;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				color: #3a3a3a;
				font-size: 16px;
				height: 70px;
				line-height: 70px;
				transition: all .5s ease;
			}
	
			#jn-content .proBox .proContainer .proLi .proLink .proImgBox {
				position: relative;
				width: 100%;
				height: 0px;
				padding-bottom: 80%;
				overflow: hidden;
			}
	
			#jn-content .proBox .proContainer .proLi .proLink .proImgBox .proImg {
				width: 100%;
				transform: scale(1);
				transition: all 0.5s ease;
				vertical-align: middle;
				border: 0;
			}
	
			#jn-content .proBox .proContainer .proLi:hover #proImgBox-img {
				transform: scale(1.1);
			}
	
			#jn-content .proBox .proContainer .proLi .proLink .proSummry {
				padding: 20px 30px 0;
				display: none;
			}
	
			#jn-content .proBox .proContainer .proLi .proLink .proSummry .sum {
				display: -webkit-box;
				overflow: hidden;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				text-overflow: ellipsis;
				line-height: 1.5;
				color: #000;
			}
	
			#jn-content .proBox .proContainer .proLi .proLink .lookMore {
				width: 100%;
				text-align: center;
				font-size: 14px;
				color: #bb7919;
				font-family: Oswald;
			}
			/* 新闻中心-------------------------------------------------------------------------------------------- */
			#qyxw {
				width: 100%;
			}
	
			#qyxw-ez {
				width: 100%;
				max-width: 1700px;
				min-width: 0px;
				height: auto;
				max-height: none;
				min-height: 0px;
				margin-top: 3%;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 0px;
				padding-top: 0px;
				padding-left: 3%;
				padding-right: 3%;
				padding-bottom: 0px;
				overflow: hidden;
			}
	
			#qyxw-sz {
				width: 80%;
				height: auto;
				margin: auto;
				overflow: hidden;
			}
	
			#qyxw-sz .qySzli {
				padding: 10px;
				width: calc((100% - 0px)/3);
				float: left;
				overflow: hidden;
				height: 362px;
			}
	
			#qyxw-sz .qySzli .qySzliBox {
				width: 100%;
				height: 100%;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop {
				position: relative;
				width: 100%;
				height: 260px;
				overflow: hidden;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop .newPicBox {
				position: relative;
				width: 100%;
				height: 100%;
				overflow: hidden;
				transition: 0.5s all;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop .newPicBox .newPic {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				height: 100%;
				width: auto;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop .Topcontent {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100%;
				padding: 0 30px 0;
				background-color: rgba(243, 243, 243, 1);
				transition: all .5s ease;
				transition: 1s all;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop .Topcontent .newTimeBox {
				margin-top: 50px;
				transition: 0.5s all;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop .Topcontent .newTimeBox span:nth-child(1) {
				color: #787878;
				font-size: 28px;
				ransition: all .5s ease;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop .Topcontent .newTimeBox span:nth-child(2) {
				color: #787878;
				font-size: 16px;
				transition: all .5s ease;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop .Topcontent .bottomLink {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				overflow: hidden;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliTop .Topcontent .bottomLink .newTitle {
				width: 100%;
				margin: 12px 0 10px;
				font-size: 16px;
				color: rgb(99, 99, 99);
				text-overflow: ellipsis;
				overflow: hidden;
				white-space: nowrap;
				transition: .5s all;
			}
	
			/* ================================== */
			#qyxw-sz .qySzli .qySzliBox .lineBox {
				position: relative;
				width: 100%;
				height: 2px;
				overflow: hidden;
				background-color: rgba(243, 243, 243, 1);
			}
	
			#qyxw-sz .qySzli .qySzliBox .lineBox .line {
				position: relative;
				width: 90%;
				height: 100%;
				margin: 0 auto;
				background-color: rgba(217, 217, 217, 1);
				transition: all .5s ease;
			}
	
			#qyxw-sz .qySzli .qySzliBox .lineBox .line::before {
				content: '';
				position: absolute;
				left: 0px;
				width: 0px;
				height: 100%;
				background: #333;
				transition: .5s all;
			}
	
			/* ===================================== */
			#qyxw-sz .qySzli .qySzliBox .qySzliBtm {
				display: block;
				width: 100%;
				height: 80px;
				padding: 0 2rem;
				background-color: rgba(243, 243, 243, 1);
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliBtm .BtmLink {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				overflow: hidden;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliBtm .BtmLink .detai {
				position: relative;
				display: inline-block;
				height: 80px;
				float: none;
				padding: 0;
				line-height: 80px;
				color: rgb(125, 125, 125);
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliBtm .BtmLink .iconBox {
				position: absolute;
				top: 50%;
				right: -44px;
				transform: translateY(-50%);
				width: 44px;
				height: 44px;
				border: 1px solid rgb(196, 196, 196);
				border-radius: 50%;
				overflow: hidden;
				transition: all .5s ease;
			}
	
			#qyxw-sz .qySzli .qySzliBox .qySzliBtm .BtmLink .iconBox img {
				width: 100%;
				height: 100%;
			}
	
			#qyxw-sz .qySzli .qySzliBox:hover #topZZ {
				background-color: rgba(0, 0, 0, 0.3);
			}
	
			#qyxw-sz .qySzli .qySzliBox:hover #newline::before {
				width: 100%;
			}
	
			#qyxw-sz .qySzli .qySzliBox:hover #newiconBox {
				right: 0px;
	
			}
	
			#qyxw-sz .qySzli .qySzliBox:hover #TopPicBox {
				transform: scale(1.1);
	
			}
	
			#qyxw-sz .qySzli .qySzliBox:hover #topZZ-TimeBox {
				margin-top: 15px;
				color: #fff;
			}
	
			#qyxw-sz .qySzli .qySzliBox:hover #changeColor {
				color: #fff;
			}
	
			#qyxw-ez2 {
				width: 40px;
				margin: auto;
				height: auto;
				display: flex;
				justify-content: center;
			}
	
		
			/* 底页脚 样式开始-------------------------------------------------------------------------------*/
			#i-footer{
				bottom: 0;
				width: 100%;
				height: auto;
				background-color: rgba(242, 244, 246, 1);
				margin-bottom: 0;
				
			}
			#i-footer .i-footer-list{
				width: 80%;
				height:auto;
				margin: auto;
				overflow: hidden;
				/* isplay: flex;
				justify-content: space-between; */
			}
			#i-footer .i-footer-list .ifi{
				width: 33%;
				float: left;
			}
			#i-footer .i-footer-list .ifi .l-box{
				width: 80%;
				margin: auto;
			}
			
			#i-footer .i-footer-list .ifi .l-box div   {
				margin: 20px 0;
			}
		
			#i-footer .i-footer-list .ifi .l-box div:nth-child(1) span{
				font-size: 18px
			}
			#i-footer .i-footer-list .ifi .l-box .l-text  span{
				font-size: 14px
			}
			
			/* #i-footer .i-footer-list .i-footer-list-r{
				background-color: #564610;
			} */ 
			#i-footer .i-footer-list .i-footer-list-r .l-box .l-text{
				width: 80%;
			}
			#i-footer .i-footer-list .i-footer-list-r .l-box .l-text .l-text-btn {
				width: 100%;
				height: 38px;
				border-radius: 5px;
				border: none;
				color: white;
				background-color: #c58a62;
			}
			
			#i-footer .footer-btm{
				min-height: 40px;
				line-height: 40px;
				margin-bottom: 0;
				background-color: red;
				text-align: center;
				
			}
			#i-footer .footer-btm p{
				font-size: 14px;
				color: #fff;
				margin: 0 !important;
			}
			/* 底页脚样式结束 */
			/* 左侧回到顶部 */
				/* 左侧 */
		.wyz {
			position: fixed;
			right: 2px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
			padding: 50px 0;
			border-right: 1px solid #fb1106;
			height: 482px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			z-index: 99;
		}

		.wyz .transition {
			transition-duration: .8s;
		}

		.wyz .wyz-cul {
			width: 156px;
			background-color: transparent;
			background-color: red;
			color: #fff;
		}

		.wyz-item-block {
			position: absolute;
			right: 0;
			width: 70px;
			height: 70px;
			background-color: rgba(0, 0, 0, 0.5);
			border: 1px solid #fb1106;
			border-right: none;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.wyzT {
			position: absolute;
			right: 0;
			width: 70px;
			height: 70px;
			background-color: rgba(0, 0, 0, 0.5);
			border: 1px solid #fb1106;
			border-right: none;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* .wyz .transition .wyz-in::before {
			content: "";
			background-color: red;
			position: absolute;
			height: 100%;
			width: 100%;
			-webkit-transition: all .8s ease;
			-o-transition: all .8s ease;
			-moz-transition: all .8s ease;
			transition: all .8s ease;
		} */

		.wyz .wyz-qq {
			top: 50px;
		}

		.wyz .wyz-a {
			max-width: 100%;
			outline: 0 none;
			text-decoration: none;
			color: #333;
		}

		.wyz .wyz-item {
			display: block;
			width: 100%;
			height: 100%;
		}

		.wyz .flex-col {

			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}

		.wyz .wyz-item-p {
			color: #fff;
			font-size: 12px;
			margin-top: 5px;
		}

		.wyz .wyz-item-in {
			height: 100%;
			display: none;
			position: relative;
			z-index: 1;
			overflow: hidden;
		}

		.wyz .wyz-item-in .wyz-item-in-p {
			color: #fff;
			text-align: center;
			line-height: 68px;
			height: 68px;
			white-space: nowrap;
		}


		.wyz .wyz-tel {
			top: 128px;
		}

		.wyz .wyz-wx {
			top: 206px;
		}

		.wyz-wx .wyz-qr-show {
			position: absolute;
			border: 1px solid red;
			top: -44px;
			left: -144px;
			display: none;
			transition: 2s all;
		}

		.wyz .wyz-wx:hover .wyz-qr-show {
			display: block;
			transition: 2s all;
		}


		.wyz-item-block:hover .wyz-item,
		.flex-col {
			display: none;
		}

		.wyz-item-block:hover .wyz-item-in {
			display: block;
		}


		/* 回到顶部 */
		.wyz-top {
			display: none;
			cursor: pointer;
			width: 46px;
			height: 46px;
			line-height: 46px;
			text-align: center;
			top: 480px;
		}

		.wyz-top span {
			color: #FFF;
			font-size: 30px;
		}


/* 媒体查询-------------------------------------------------------------------------------------- */
@media only screen and (max-width: 750px) {
	

}

@media only screen and (max-width: 1000px) {
	/* 新头部 */
	.Hnav{
		position: fixed;
		top: 90px;
		left: -100%;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		display: flex;
		align-items: flex-start;
		
	}
	.Hnav .Nul{
		width: 100%;
		margin-top: 30px;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.Hnav .Nul .Nli{
		width: 100%;
		padding: 0 20px;
		border-bottom: 1px solid #cccccc;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.Hnav .Nul .Nli >a{
		display: inline-block;
		width: 120px;
		height: 60px;
		line-height: 60px;
		text-align: left;
		font-size: 16px;
		color: #fff !important;
	}
	.Hnav .Nul .Nli >a:hover{
		border-bottom: none;
	}

	.Hnav .Nul .Nli .Nuls{
		width: 120px;
		position: static;
		background-color: rgba(0, 0, 0, -0.5);
	}
	.Hnav .Nul .Nli .Nuls .Nlis .NlisA{
		display: flex;
		justify-content: flex-start;
		color: #fff !important;
	}
	.Hnav .Nul .Nli .Nuls .Nlis .NlisA .iconfont{
		display: block !important;
	}

	.Hright1{
		display: none;
		font-size: 20px;
	}
	.Hright2{
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.Hright2 >i{
		font-size: 30px;
		
	}
	/* index首页媒体查询 开始*/
		/* 首页轮播 */
		#swiper-container-top {
			margin-top: 90px;
		}

		/* 首页新闻中心 */
		#newsCenter .newsbox .newList .newListTop .newLiArticles {
			width: 100%;
			min-width: 0;
			display: inline-block;
			height: auto;
			min-width: 320px;
			padding: 15px 20px;
			overflow: hidden;
		}

		/* 视频区域 */
		.VcdTop {
			width: 100%;
			height: auto;
			margin-top: 30px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			overflow: hidden;
		}

		.VcdTop .Vcdlr {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0 20px;
			overflow: hidden;
		}

		.Vcdbotm {
			width: 100%;
			height: auto;
		}

		.Vcdbotm .Vcdbotm-Li {
			width: 50%;
			height: auto;
			padding-left: 2vw;
			margin-bottom: 15px;
			margin-top: 15px;
			text-align: left;
			border-left: 1px solid #ccc;
			position: relative;
		}

		/* 走进尊龙时凯人生就是搏官网z6mg */
		.htBtom {
			width: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			overflow: hidden;
			padding: 0 20px;
		}

		.htBtom .htBtomLi {
			width: 100%;
			height: auto;
			margin: 0 5px;
		}

		.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-top {
			top: 20%;
		}

		.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-heng {
			top: 35%;
		}

		.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-text {
			width: 55%;
			padding-left: 10px;
			top: 40%;
		}

		.htBtom .htBtomLi .htBtomLiBox .htBtomLiBoxLi .htImgConter .htct-btm {
			left: 70%;
			top: 45%;
		}

		/* 精品展示 */
		#swiper-container-jp .swiper-slide {
			width: 100%;
		}

		/* 生产基地 */

		#swiper-container-btom .swiper-slide {
			width: 50%;
		}


	/* index首页媒体查询 结束*/


	/* 底部--------------------------------------------------- */
	#i-footer .i-footer-list .ifi{
		width: 100% !important;
	}
	#i-footer .i-footer-list .ifi:nth-child(2){
		display: none;
	}
	#i-footer .i-footer-list .ifi:nth-child(3){
		display: none;
	}
	/* banner区域----------------------------------------- */
	#i-banner{
		margin-top: 90px !important;
	}
	/* 局部菜单导航 */
	#i-daohang{
		display: flex;
		flex-direction: column;
	}	
	#i-daohang .daohangLeft{
		width: 90%;
		background-color: #f7f7f7;
		border-bottom: 1px solid #cccccc;
	}
	#i-daohang .daihangRigth{
		width: 100%;
		background-color: #f7f7f7;
		margin-left: 20px;
	}

	/* 3-1产品媒体查询样式 */
	#jn-content .jn-top1 span {
		font-size: 30px;
	}

	#jn-content .jn-top2 span {
		font-size: 30px;
	}

	#jn-content .jn-top3 {
		display: flex;
		flex-direction: column;
	}

	#jn-content .jn-top3 span {
		font-size: 14px;
	}

	/* 分类 */
	#jn-content .jn-fenlei .jn-fenlei-li {
		width: 33%;
		border-radius: 10px;
		background-color: #333;
		color: #fff;
		font-size: 14px;
	}
		/* 图片 */

		#jn-content .proBox .proContainer .proLi {
			width: calc(100% / 2);
		}
	
		#jn-content .proBox .proContainer .proLi .proLink .proTitle {
			height: 40px;
			line-height: 40px;
		}
		/* -------------3-1几年结束-------------- */
		/* 新闻页面样式 */
		#qyxw-sz {
			width: 100%;
			height: auto;
			margin: auto;
			overflow: hidden;
		}
		
		#qyxw-sz .qySzli {
			padding: 0;
			width: 100%;
			float: left;
			overflow: hidden;
			height: 362px;
		}

}

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 750px) {
	
}<!--0.00023198127746582-->