@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.n-banner > img{
	width: 100%;
	display: block;
}
.n-banner .word{
	position: absolute;
	width: 100%;
	height: calc(100% - 90px);
	left: 0;
	bottom: 0;
}
.n-banner .word .wrap{
	height: 100%;
}
.n-banner .word .box1{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.n-banner .word .box1 h1,
.n-banner .word .box2 h1{
	position: relative;
	line-height: 58px;
	text-transform: uppercase;
}
.n-banner .word .box1 h1:after{
	content: "";
	width: 156px;
	height: 2px;
	background: #ffcc00;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.n-banner .word .box2 h1:after{
	content: "";
	width: 156px;
	height: 2px;
	background: #ffcc00;
	position: absolute;
	bottom: 0;
	left: 0;
}
.n-banner .word .box2 h2{
	width: 380px;
	line-height: 32px;
}
@media (max-width: 1280px) {
	.n-banner > img{
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
		z-index: 1;
	}
	.n-banner .word{
		position: relative;
		height: auto;
		margin-top: 70px;
		padding:16% 0 20% 0;
		z-index: 2;
	}
	.n-banner .word .box1 h1{
		line-height: 48px;
	}
	.n-banner .word .box1 h1:after{
		width: 126px;
	}
	.n-banner .word .box2{
		margin-top: 0;
	}
	.n-banner .word .box2 h1{
		line-height: 48px;
		margin-top: 0;
	}
	.n-banner .word .box2 h1:after{
		width: 126px;
	}
}
@media (max-width: 992px) {
	.n-banner .word{
		margin-top: 60px;
	}
	.n-banner .word .box1 h1{
		line-height: 42px;
	}
	.n-banner .word .box1 h1:after{
		width: 96px;
	}
	.n-banner .word .box1 h2{
		line-height: 42px;
	}
	.n-banner .word .box1 h2:after{
		width: 96px;
	}
}
@media (max-width: 750px) {
	.n-banner .word{
		margin-top: 50px;
	}
	.n-banner .word .box1 h1{
		font-size: 24px;
		line-height: 32px;
	}
	.n-banner .word .box1 h1:after{
		width: 76px;
	}
	.n-banner .word .box2 h1{
		font-size: 24px;
		line-height: 32px;
	}
	.n-banner .word .box2 h1:after{
		width: 76px;
	}
	.n-banner .word .mt20{
		margin-top: 10px;
	}
	.n-banner .word .box2 h2{
		width: 100%;
		line-height: 24px;
	}
}

.n-y{
	width: 100%;
	overflow: hidden;
}
.n-y1{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.n-path{
	overflow: hidden;
}
.n-page{
	width: 100%;
	overflow: hidden;
}
.n-page ul{
	display: flex;
	justify-content: center;
}
.n-page li{
	margin:0 20px;
}
.n-page li.first,
.n-page li.last{
	display: none;
}
.n-page li.prev,
.n-page li.next{
	font-family: '宋体';
}
.n-page li.active a{
	color: #ffcc02;
}
.n-page li.prev{
	margin-right: 200px;
}
.n-page li.next{
	margin-left: 200px;
}
@media (max-width: 1280px) {
	.n-page li.prev{
		margin-right:0;
	}
	.n-page li.next{
		margin-left: 0;
	}
	.n-page li{
		margin:0 10px;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-path{
		display: none;
	}
}

.n-about{
	width: 100%;
	background: #ffffff;
	overflow: hidden;
}
.n-about .public-title{
	line-height: 60px;
	position: relative;
}
.n-about .public-title:after{
	content: "";
	width: 70px;
	height: 2px;
	background: #ffcc00;
	position: absolute;
	bottom: 0;
	left: 0;
}
.n-about .b{
	font-weight: 700;
}
.n-about img{
	max-width: 100%;
	height: auto;
}
.n-about .font32{
	line-height: 40px;
}
.n-about .box1{
	width: 100%;
	background: url(../images/about-img1.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .box1 .box{
	width: 50%;
}
.n-about .box1 .box h1{
	line-height: 80px;
}
.n-about .box1 .box h4{
	line-height: 32px;
}
.n-about .box2{
	overflow: hidden;
}
.n-about .box2 .content ul{
	display: flex;
	align-items: stretch;
}
.n-about .box2 .content li{
	width: 25%;
}
.n-about .box2 .content .top,
.n-about .box2 .content .bottom{
	width: 54%;
}
.n-about .box2 .content .top{
	height: 360px;
}
.n-about .box2 .content .top{
	display: flex;
	align-items: flex-end;
}
.n-about .box2 .content .bottom{
	margin-left: 46%;
}
.n-about .box2 .content .center{
	width: 100%;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-about .box2 .content .top .box,
.n-about .box2 .content .bottom .box{
	border-left: 1px #bababa solid;
	padding-left: 20px;
}
.n-about .box2 .content li:nth-child(1) .center{
	background: #ffcc00;
}
.n-about .box2 .content li:nth-child(2) .center{
	background: #ffdc4c;
}
.n-about .box2 .content li:nth-child(3) .center{
	background: #ffe67f;
}
.n-about .box2 .content li:nth-child(4) .center{
	background: #ffeb9a;
}
.n-about .box3{
	width: 100%;
	background: #000000;
	overflow: hidden;
}
.n-about .box3 .content{
	width: 100%;
	overflow: hidden;
}
.n-about .box3 .content li{
	width: 100%;
	float: left;
}
.n-about .box3 .content .box52{
	width: 52%;
}
.n-about .box4{
    overflow: hidden;
}
.n-about .box4 .content{
	display: flex;
	justify-content: space-between;
}
.n-about .box4 .content .left{
	width: 32%;
}
.n-about .box4 .content .right{
	width: 60%;
}
.n-about .box5{
	width: 100%;
	background: #000000;
	overflow: hidden;
}
.n-about .box5 .content{
	display: flex;
	justify-content: space-between;
}
.n-about .box5 .content .left{
	width: 28%;
}
.n-about .box5 .content .right{
	width: 62%;
}
.n-about .box6{
    overflow: hidden;
}
.n-about .box6 .content{
	display: flex;
	justify-content: space-between;
}
.n-about .box6 .content .left{
	width: 28%;
}
.n-about .box6 .content .right{
	width: 68%;
}
.n-about .box7{
	width: 100%;
	height: 1205px;
	background: url(../images/about-img2.jpg) no-repeat center top;
	background-size:cover;
	overflow: hidden;
}
.n-about .box7 .wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.n-about .box7 .top h1{
	line-height: 150px;
}
.n-about .box7 .bottom .content{
	width: 42%;
}
.n-about .box8{
	width: 100%;
	background: #fafafa;
    overflow: hidden;
}
.n-about .box8 .content{
	display: flex;
	justify-content: space-between;
}
.n-about .box8 .content .left{
	width: 34%;
}
.n-about .box8 .content .right{
	width: 66%;
}
.n-about .box9{
	width: 100%;
	background: url(../images/about-img3.jpg) no-repeat center top;
	background-size:cover;
	overflow: hidden;
}
.n-about .box9 .div1{
	width: 52%;
	display: flex;
	justify-content: space-between;
}
.n-about .box9 .div1 .left{
	width: 28%;
}
.n-about .box9 .div1 .right{
	width: 60%;
}
.n-about .box9 .div2{
	width: 72%;
}
.n-about .box9 .div2 dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.n-about .box9 .div2 dl h1{
	height: 60px;
}
.n-about .box10{
	position: relative;
	overflow: hidden;
}
.n-about .box10 .title{
	width: 100%;
	position: absolute;
	left: 0;
	top:0;
}
@media (max-width: 1480px) {
	.n-about .box9 .div1 .left{
		width: 38%;
	}
	.n-about .box9 .div1 .right{
		width: 50%;
	}
}
@media (max-width: 1280px) {
	.n-about .public-title{
		line-height: 48px;
	}
	.n-about .box1 .box{
		width: 100%;
	}
	.n-about .box1 .box h1{
		line-height: 48px;
	}	
	.n-about .box1 .box h4{
		line-height: 28px;
	}
	.n-about .box3 .content .box52{
		width: 100%;
	}
	.n-about .box4 .content .left,
	.n-about .box4 .content .right{
		width: 48%;
	}
	.n-about .box5 .content .left,
	.n-about .box5 .content .right{
		width: 48%;
	}
	.n-about .box6 .content .left,
	.n-about .box6 .content .right{
		width: 48%;
	}
	.n-about .box8 .content .left,
	.n-about .box8 .content .right{
		width: 48%;
	}
	.n-about .box7{
		height: auto;
	}
	.n-about .box7 .top h1{
		line-height: 48px;
	}
	.n-about .box7 .bottom{
		margin-top: 20%;
	}
	.n-about .box7 .bottom .content{
		width: 100%;
	}
	.n-about .box9 .div1{
		width: 100%;
		flex-direction: column;
	}
	.n-about .box9 .div1 .left{
		width: 100%;
	}
	.n-about .box9 .div1 .right{
		width: 100%;
		margin-top: 6%;
	}
	.n-about .box9 .div2{
		width: 100%;
	}
	.n-about .box9 .div2 dl:nth-child(2){
		justify-content: center;
	}
	.n-about .box9 .div2 dl h1{
		height: 50px;
	}
	.n-about .box9 .div2 dl dd{
		margin-left: 4%;
		margin-right: 4%;
		text-align: center;
	}
	.n-about .box9 .div2 dl dd:first-child{
		margin-left: 0;
	}
	.n-about .box9 .div2 dl dd:last-child{
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.n-about .public-title{
		line-height: 42px;
	}
	.n-about .box1 .box h1{
		line-height: 42px;
	}	
	.n-about .box1 .box h4{
		line-height: 26px;
	}
	.n-about .box2 .content ul{
		flex-direction: column;
	}
	.n-about .box2 .content li{
		width: 100%;
		margin-top: 4%;
	}
	.n-about .box2 .content li:first-child{
		margin-top: 0;
	}
	.n-about .box2 .content .top{
		height: auto;
	}
	.n-about .box2 .content .top .box{
		padding-bottom: 8%;
	}
	.n-about .box2 .content .bottom .box{
		padding-top: 8%;
	}
	.n-about .box4 .content{
		flex-direction: column;
	}
	.n-about .box4 .content .left,
	.n-about .box4 .content .right{
		width: 100%;
	}
	.n-about .box4 .content .right{
		margin-top: 6%;
	}
	.n-about .box5 .content{
		flex-direction: column;
	}
	.n-about .box5 .content .left,
	.n-about .box5 .content .right{
		width: 100%;
	}
	.n-about .box5 .content .right{
		margin-top: 6%;
	}
	.n-about .box6 .content{
		flex-direction: column;
	}
	.n-about .box6 .content .left,
	.n-about .box6 .content .right{
		width: 100%;
	}
	.n-about .box6 .content .right{
		margin-top: 6%;
	}
	.n-about .box7 .top h1{
		line-height: 42px;
	}
	.n-about .box8 .content{
		flex-direction: column;
	}
	.n-about .box8 .content .left,
	.n-about .box8 .content .right{
		width: 100%;
	}
	.n-about .box8 .content .right{
		margin-top: 6%;
	}
	.n-about .box9 .div2 dl h1{
		height: 40px;
	}
}
@media (max-width: 750px) {
	.n-about .public-title{
		line-height: 36px;
		padding-bottom: 3%;
	}
	.n-about .font32{
		line-height: 24px;
	}
	.n-about .font36{
		font-size: 20px;
	}
	.n-about .font32,
	.n-about .font24{
		font-size: 16px;
	}
	.n-about .font18{
		font-size: 14px;
	}
	.n-about .font58,
	.n-about .font54,
	.n-about .font52{
		font-size: 24px;
	}
	.n-about .box1 .box h1{
		line-height: 36px;
	}	
	.n-about .box1 .box h4{
		line-height: 24px;
	}
	.n-about .box2 .content .top .box,
	.n-about .box2 .content .bottom .box{
		padding-left: 10px;
	}
	.n-about .box2 .content .box h2{
		margin-top: 0;
	}
	.n-about .box7 .top h1{
		line-height: 36px;
	}
	.n-about .box9 .div2 dl h1{
		height: 24px;
		font-size: 24px;
	}
}

.n-products{
	overflow: hidden;
}
.n-products .products-type{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}
.n-products .products-type li{
	margin-left: 40px;
}
.n-products .products-type li a{
	display: block;
	position: relative;
	line-height: 40px;
}
.n-products .products-type li a:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #2b2b2b;
	bottom: 0;
	left:0;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-products .products-type li:hover a:after,
.n-products .products-type li.active a:after{
	transform-origin: center;
    transform: scale(1);
}
.n-products .products-list{
	width: 100%;
	margin:0 auto;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
}
.n-products .products-list li{
	width: 32%;
	margin-right: 2%;
	float: left;
}
.n-products .products-list li:nth-child(3n){
	margin-right: 0;
}
.n-products .products-list a{
	display: block;
}
.n-products .products-list .pic{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list .pic img{
	width: 100%;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
	display: block;
}
.n-products .products-list a:hover .pic img{
	transform: scale(1.1);
}
.n-products .products-list .word{
	font-weight: 700;
}
@media (max-width: 1280px) {
	.n-products .products-type li{
		margin-left: 20px;
	}
}
@media (max-width: 992px) {
	.n-products .products-list li{
		width: 49%;
	}
	.n-products .products-list li:nth-child(3n){
		margin-right: 2%;
	}
	.n-products .products-list li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	.n-products .products-type{
		justify-content: center;
	}
	.n-products .products-type li{
		margin:0 10px;
	}
	.n-products .products-type a{
		font-size: 14px;
	}
	.n-products .products-list li{
		width: 100%;
		margin-right: 0;
	}
	.n-products .products-list li:nth-child(3n){
		margin-right: 0;
	}
}

.n-productsdetail{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.n-productsdetail .banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.n-productsdetail .banner img{
	width: 100%;
	display: block;
}
.n-productsdetail .banner .word{
	position: absolute;
	width: 100%;
	height: calc(100% - 90px);
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-productsdetail .banner .word .wrap{
	max-width: 862px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.n-productsdetail .banner .word .wrap h1{
	line-height: 60px;
	position: relative;
}
.n-productsdetail .banner .word .wrap h1:after{
	content: "";
	width: 156px;
	height: 2px;
	background: #ffcc00;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.n-productsdetail .banner .word .wrap h2{
	line-height: 36px;
}
.n-productsdetail .picbox{
	display: flex;
	justify-content: space-between;
}
.n-productsdetail .picbox .left{
	width: 634px;
}
.n-productsdetail .picbox .left img{
	width: 100%;
	display: block;
}
.n-productsdetail .picbox .left .bigImg{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .picbox .left .bigImg img{
	width: 100%;
	display: block;
}
.n-productsdetail .picbox .left .smImg{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n-productsdetail .picbox .left .smImg .swiper-button-prev,
.n-productsdetail .picbox .left .smImg .swiper-button-next{
	width: 10px;
	position: static;
	margin:0;
}
.n-productsdetail .picbox .left .smImg .swiper-button-prev:after,
.n-productsdetail .picbox .left .smImg .swiper-button-next:after{
	font-size: 20px;
	color: #2b2b2b;
}
.n-productsdetail .picbox .left .smImg .swiper-button-prev{
	left: 0;
	justify-content: flex-start;
}
.n-productsdetail .picbox .left .smImg .swiper-button-next{
	right: 0;
	justify-content: flex-end;
}
.n-productsdetail .picbox .left .smImg .swiper-container{
	width: calc(100% - 104px);
}
.n-productsdetail .picbox .left .smImg li{
	cursor: pointer;
}
.n-productsdetail .picbox .left .smImg li img{
	width: 100%;
	display: block;
}
.n-productsdetail .picbox .right{
	width: calc(93% - 634px);
}
.n-productsdetail .picbox .right .word1{
	position: relative;
}
.n-productsdetail .picbox .right .word1:before{
	content: "";
	width: 60px;
	height: 3px;
	background: #ffcc00;
	position: absolute;
	left: 0;
	bottom: 0;
}
.n-productsdetail .picbox .right .word1:after{
	content: "";
	width: 60px;
	height: 3px;
	background: #808080;
	position: absolute;
	left: 60px;
	bottom: 0;
}
.n-productsdetail .picbox .right .word1 h1{
	font-weight: 700;
	line-height: 30px;
}
.n-productsdetail .picbox .right .word2 .title{
	font-weight: 700;
}
.n-productsdetail .picbox .right .word2 .content li h1{
    font-weight: 700;
}
.n-productsdetail .contentBox{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .contentBox .public-title{
	position: relative;
}
.n-productsdetail .contentBox .public-title:after{
	content: "";
	width: 74px;
	height: 2px;
	background: #ffcc00;
	position: absolute;
	left: 0;
	bottom: 0;
}
.n-productsdetail .contentBox .word42{
	width: 42%;
	line-height: 36px;
}
.n-productsdetail .contentBox .imgBox{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .contentBox .imgBox.jdlb-1{
	height: 1300px;
	background: url(../images/jdlb-2.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jdlb-2{
	height: 1206px;
	background: url(../images/jdlb-3.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jdlb-3{
	background: url(../images/jdlb-4.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jdlb-4{
	background: url(../images/jdlb-5.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jdlb-5{
	height: 879px;
	background: url(../images/jdlb-6.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.xpg-1{
	height: 1031px;
	background: url(../images/xpg-1.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.xpg-2{
	background: url(../images/xpg-2.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.xpg-3{
	height: 879px;
	background: url(../images/xpg-3.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jhg-1{
	height: 1206px;
	background: url(../images/jhg-1.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jhg-2{
	height: 1035px;
	background: url(../images/jhg-3.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jwg-1{
	height: 1205px;
	background: url(../images/jwg-1.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jmrv-1{
	height: 917px;
	background: url(../images/jmrv-1.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jmrv-2{
	background: url(../images/jmrv-2.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jmrv-3{
	height: 879px;
	background: url(../images/jmrv-3.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.jmrv-4{
	background: url(../images/jmrv-4.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.udl-1{
	height: 1034px;
	background: url(../images/udl-1.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.udl-2{
	height: 880px;
	background: url(../images/udl-2.jpg) no-repeat center top;
	background-size: cover;
}
.n-productsdetail .contentBox .imgBox.bgF{
	background-attachment:fixed;
}
.n-productsdetail .contentBox .imgBox .wrap{
	height: 100%;
}
.n-productsdetail .contentBox .imgBox .wordTB{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.n-productsdetail .contentBox .imgBox .wordTB .wordT{
}
.n-productsdetail .contentBox .imgBox .wordTB .wordB{
}
.n-productsdetail .contentBox .imgBox .wordTB .title.line{
	position: relative;
}
.n-productsdetail .contentBox .imgBox .wordTB .title.line:after{
	content: "";
	width: 74px;
	position: absolute;
	height: 2px;
	background: #ffcc00;
	left: 0;
	bottom: 0;
}
.n-productsdetail .contentBox .imgBox .fc{
	border:2px #4d4d4d solid;
	padding:10px;
}
.n-productsdetail .contentBox .imgBox .word ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.n-productsdetail .contentBox .imgBox .word li{
	width: 46%;
	float: left;
	margin-right: 8%;
	line-height: 36px;
}
.n-productsdetail .contentBox .imgBox .word li:nth-child(2n){
	margin-right: 0;
}
.n-productsdetail .contentBox .imgBox .word li .font58{
	line-height: 58px;
}
.n-productsdetail .contentBox .b{
	font-weight: 700;
}
.n-productsdetail .contentBox .wordBox{
	overflow: hidden;
}
.n-productsdetail .contentBox .wordBox.gray{
	background: #f2f2f2;
}
.n-productsdetail .contentBox .wordBox .title.line{
	position: relative;
}
.n-productsdetail .contentBox .wordBox .title.line:after{
	content: "";
	width: 300px;
	position: absolute;
	height: 2px;
	background: #ffcc00;
	left: 0;
	bottom: 0;
}
.n-productsdetail .contentBox .wordBox .content{
}
.n-productsdetail .contentBox .wordBox .img img,
.n-productsdetail .contentBox .wordBox .content img{
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.n-productsdetail .contentBox .wordBox .word ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.n-productsdetail .contentBox .wordBox .word li{
	width: 46%;
	float: left;
	margin-right: 8%;
	line-height: 36px;
}
.n-productsdetail .contentBox .wordBox .word li:nth-child(2n){
	margin-right: 0;
}
.n-productsdetail .contentBox .wordBox .word li .font58{
	line-height: 58px;
}
.n-productsdetail .contentBox img{
	max-width: 100%;
	height: auto;
}
.n-productsdetail .contentBox sub{
	font-size: 12px;
}
.n-productsdetail .downloadBox{
	text-align: center;
	background: url(../images/downBg.jpg) no-repeat center top;
}
.n-productsdetail .downloadBox a{
	color: #4d4d4d;
	text-decoration: underline;
}
@media (max-width: 1280px) {
	.n-productsdetail .banner img{
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
		z-index: 1;
	}
	.n-productsdetail .banner .word{
		position: relative;
		height: auto;
		margin-top: 70px;
		padding:16% 0 20% 0;
		z-index: 2;
	}
	.n-productsdetail .banner .word .wrap h1{
		line-height: 48px;
	}
	.n-productsdetail .banner .word .wrap h1:after{
		width: 126px;
	}
	.n-productsdetail .banner .word .wrap h2{
		line-height: 30px;
	}
	.n-productsdetail .picbox .left .smImg .swiper-container{
		width: calc(100% - 80px);
	}
	.n-productsdetail .picbox .left{
		width: 400px;
	}
	.n-productsdetail .picbox .right{
		width: calc(94% - 400px);
	}
	.n-productsdetail .contentBox .public-title{
		padding-bottom: 4%;
	}
	.n-productsdetail .contentBox .public-title:after{
		width: 64px;
	}
	.n-productsdetail .contentBox .word42{
		width: 100%;
		line-height: 28px;
	}
	.n-productsdetail .contentBox .imgBox{
		padding:16% 0;
	}
	.n-productsdetail .contentBox .imgBox.jdlb-1,
	.n-productsdetail .contentBox .imgBox.jdlb-2,
	.n-productsdetail .contentBox .imgBox.jdlb-3,
	.n-productsdetail .contentBox .imgBox.jdlb-4,
	.n-productsdetail .contentBox .imgBox.jdlb-5,
	.n-productsdetail .contentBox .imgBox.xpg-1,
	.n-productsdetail .contentBox .imgBox.xpg-2,
	.n-productsdetail .contentBox .imgBox.xpg-3,
	.n-productsdetail .contentBox .imgBox.jhg-1,
	.n-productsdetail .contentBox .imgBox.jhg-2,
	.n-productsdetail .contentBox .imgBox.jwg-1,
	.n-productsdetail .contentBox .imgBox.jmrv-1,
	.n-productsdetail .contentBox .imgBox.jmrv-2,
	.n-productsdetail .contentBox .imgBox.jmrv-3,
	.n-productsdetail .contentBox .imgBox.jmrv-4,
	.n-productsdetail .contentBox .imgBox.udl-1,
	.n-productsdetail .contentBox .imgBox.udl-2{
		height: auto;
	}
	.n-productsdetail .contentBox .imgBox .wrap{
		height: auto;
	}
	.n-productsdetail .contentBox .imgBox .wordTB .wordB{
		margin-top: 30%;
	}
	.n-productsdetail .contentBox .imgBox .wordTB .title.line:after{
		width: 64px;
	}
	.n-productsdetail .contentBox .imgBox .word li{
		width: 48%;
		margin-right: 4%;
		line-height: 32px;
	}
	.n-productsdetail .contentBox .imgBox .word li .font58{
		line-height: 48px;
	}
	.n-productsdetail .contentBox .wordBox .title.line:after{
		width: 240px;
	}
	.n-productsdetail .contentBox .wordBox .word li{
		width: 48%;
		margin-right: 4%;
		line-height: 32px;
	}
	.n-productsdetail .contentBox .wordBox .word li .font58{
		line-height: 48px;
	}
}
@media (max-width: 992px) {
	.n-productsdetail .banner .word{
		margin-top: 60px;
	}
	.n-productsdetail .banner .word .wrap h1{
		line-height: 42px;
	}
	.n-productsdetail .banner .word .wrap h1:after{
		width: 96px;
	}
	.n-productsdetail .banner .word .wrap h2{
		line-height: 26px;
	}
	.n-productsdetail .picbox .left .smImg .swiper-container{
		width: calc(100% - 60px);
	}
	.n-productsdetail .picbox{
		flex-direction: column;
	}
	.n-productsdetail .picbox .left,
	.n-productsdetail .picbox .right{
		width: 100%;
	}
	.n-productsdetail .picbox .right{
		margin-top: 4%;
	}
	.n-productsdetail .contentBox .public-title:after{
		width: 54px;
	}
	.n-productsdetail .contentBox .imgBox .wordTB .title.line:after{
		width: 54px;
	}
	.n-productsdetail .contentBox .wordBox .title.line:after{
		width: 180px;
	}
	.n-productsdetail .contentBox .imgBox .fc{
		padding:6px;
		font-size: 16px;
	}
	.n-productsdetail .contentBox .imgBox .word li{
		width: 100%;
		margin-right: 0;
		line-height: 30px;
	}
	.n-productsdetail .contentBox .imgBox .word li .font58{
		line-height: 42px;
	}
	.n-productsdetail .contentBox .wordBox .word li{
		width: 100%;
		margin-right: 0;
		line-height: 30px;
	}
	.n-productsdetail .contentBox .wordBox .word li .font58{
		line-height: 42px;
	}
}
@media (max-width: 750px) {
	.n-productsdetail .banner .word{
		margin-top: 50px;
	}
	.n-productsdetail .banner .word .wrap h1{
		font-size: 24px;
		line-height: 32px;
	}
	.n-productsdetail .banner .word .wrap h1:after{
		width: 76px;
	}
	.n-productsdetail .banner .word .font24{
		font-size: 14px;
	}
	.n-productsdetail .banner .word .mt20{
		margin-top: 0;
	}
	.n-productsdetail .banner .word .wrap h2{
		font-size: 14px;
		line-height: 24px;
	}
	.n-productsdetail .contentBox .public-title,
	.n-productsdetail .font28,
	.n-productsdetail .font36,
	.n-productsdetail .font42,
	.n-productsdetail .font48{
		font-size: 20px;
	}
	.n-productsdetail .font20,
	.n-productsdetail .font18{
		font-size: 14px;
    }
	.n-productsdetail .contentBox .public-title:after{
		width: 24px;
	}
	.n-productsdetail .contentBox .word42{
		line-height: 24px;
	}
	.n-productsdetail .contentBox .imgBox .wordTB .title.line:after{
		width: 44px;
	}
	.n-productsdetail .contentBox .wordBox .title.line:after{
		width: 120px;
	}
	.n-productsdetail .contentBox .imgBox .fc{
		padding:4px;
		font-size: 14px;
	}
	.n-productsdetail .contentBox .imgBox .word li{
		line-height: 24px;
	}
	.n-productsdetail .contentBox .imgBox .word li .font58{
		font-size: 16px;
		line-height: 24px;
	}
	.n-productsdetail .contentBox .wordBox .word li{
		line-height: 24px;
	}
	.n-productsdetail .contentBox .wordBox .word li .font58{
		font-size: 16px;
		line-height: 24px;
	}
}

.n-advantage{
	width: 100%;
	overflow: hidden;
}
.n-advantage .box1{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.n-advantage .box1 img{
	width: 100%;
	display: block;
}
.n-advantage .box1 .word{
	position: absolute;
	width: 100%;
	height: calc(100% - 90px);
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-advantage .box1 .word .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.n-advantage .box1 .word .wrap h1{
	line-height: 58px;
	position: relative;
}
.n-advantage .box1 .word .wrap h1:after{
	content: "";
	width: 156px;
	height: 2px;
	background: #ffcc00;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.n-advantage .title{
	position: relative;
}
.n-advantage .title:before{
	content: "";
	width: 124px;
	height: 2px;
	background: #ffcc00;
	position: absolute;
	left: 0;
	top: 0;
}
.n-advantage .title span{
	font-weight: 700;
}
.n-advantage .box2{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.n-advantage .box2 img{
	width: 100%;
	display: block;
}
.n-advantage .box2 .word{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.n-advantage .box3{
	overflow: hidden;
}
.n-advantage .box3 img{
	width: 100%;
	display: block;
}
@media (max-width: 1280px) {
	.n-advantage .box1 img{
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
		z-index: 1;
	}
	.n-advantage .box1 .word{
		position: relative;
		height: auto;
		margin-top: 70px;
		padding:16% 0 20% 0;
		z-index: 2;
	}
	.n-advantage .box1 .word .wrap h1{
		line-height: 48px;
	}
	.n-advantage .box1 .word .wrap h1:after{
		width: 126px;
	}
	.n-advantage .title:before{
		width: 94px;
	}
}
@media (max-width: 992px) {
	.n-advantage .box1 .word{
		margin-top: 60px;
	}
	.n-advantage .box1 .word .wrap h1{
		line-height: 42px;
	}
	.n-advantage .box1 .word .wrap h1:after{
		width: 96px;
	}
	.n-advantage .title:before{
		width: 84px;
	}
}
@media (max-width: 750px) {
	.n-advantage .box1 .word{
		margin-top: 50px;
	}
	.n-advantage .box1 .word .wrap h1{
		font-size: 24px;
		line-height: 32px;
	}
	.n-advantage .box1 .word .wrap h1:after{
		width: 76px;
	}
	.n-advantage .box1 .word .font24{
		font-size: 14px;
	}
	.n-advantage .box1 .word .mt20{
		margin-top: 0;
	}
	.n-advantage .title:before{
		width: 74px;
	}
	.n-advantage .title{
		font-size: 20px;
	}
}

.n-news{
	overflow: hidden;
}
.n-news .news-list{
	width: 100%;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
}
.n-news .news-list li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.n-news .news-list li:nth-child(4n){
	margin-right: 0;
}
.n-news .news-list a{
	display: block;
}
.n-news .news-list .pic{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list .pic img{
	width: 100%;
	display: block;
}
.n-news .news-list .word{
	width: 100%;
	padding:30px;
	background: #fff;
	overflow: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-news .news-list li:hover .word{
	box-shadow: 0 0 6px rgba(0, 0, 0, .15);
}
.n-news .news-list .word .s{
	font-size: 14px;
}
.n-news .news-list .word .m{
	color: #a06b59;
}
.n-news .news-list .word .i a{
	background: none;
	padding-left: 0 !important;
	margin-right: 0;
	margin-left: 0;
	text-decoration: none;
}
.n-news .news-detail{
	width: 100%;
	overflow: hidden;
}
.n-news .news-detail .title,
.n-news .news-detail .date{
	text-align: center;
}
.n-news .news-detail .content{
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
@media (max-width: 1280px) {
	.n-news .news-list .word{
		padding:20px;
	}
}
@media (max-width: 992px) {
	.n-news .news-list li{
	    width: 49%;
	}
	.n-news .news-list li:nth-child(4n){
		margin-right: 2%;
	}
	.n-news .news-list li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	.n-news .news-list li{
	    width: 100%;
	    margin-right: 0;
	}
	.n-news .news-list li:nth-child(4n){
		margin-right: 0;
	}
}

.n-download{
	overflow: hidden;
}
.n-download .download-list{
	width: 100%;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
}
.n-download .download-list li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.n-download .download-list li:nth-child(4n){
	margin-right: 0;
}
.n-download .download-list a{
	display: block;
}
.n-download .download-list .pic{
	width: 100%;
	overflow: hidden;
}
.n-download .download-list .pic img{
	width: 100%;
	display: block;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-download .download-list li:hover .pic img{
	transform: scale(1.05);
}
.n-download .download-list .word{
	width: 100%;
	overflow: hidden;
}
.n-download .download-list .word .t{
	font-weight: 700;
}
@media (max-width: 1280px) {
	.n-download .download-list .word{
		padding:20px;
	}
}
@media (max-width: 992px) {
	.n-download .download-list li{
	    width: 49%;
	}
	.n-download .download-list li:nth-child(4n){
		margin-right: 2%;
	}
	.n-download .download-list li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	.n-download .download-list li{
	    width: 100%;
	    margin-right: 0;
	}
	.n-download .download-list li:nth-child(4n){
		margin-right: 0;
	}
}

.n-video{
	overflow: hidden;
}
.wrap1306{
	width: 1310px;
	margin:0 auto;
}
.n-video .video-list{
	width: 100%;
	overflow: hidden;
}
.n-video .video-list li{
	width: 49%;
	float: left;
}
.n-video .video-list li:nth-child(2n){
	float: right;
}
.n-video .video-list a{
	display: block;
}
.n-video .video-list .pic{
	width: 100%;
	overflow: hidden;
}
.n-video .video-list .pic img{
	width: 100%;
	display: block;
}
.n-video .video-list .word{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1480px) {
	.wrap1306{
		width: 94%;
	}
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

.n-contact{
	border-top: 6px #ffcc00 solid;
	overflow: hidden;
} 
.n-contact .box{
	width: 78%;
	margin:40px auto 0;
}
.n-contact .box .content > ul{
	width: 100%;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
}
.n-contact .box .content > ul > li{
	width: 44%;
	margin-right: 12%;
	float: left;
}
.n-contact .box .content > ul > li:nth-child(2n){
    margin-right: 0;
}
.n-contact .box .content .t{
	font-weight: 700;
	border-bottom: 1px #eaeaea solid;
}
.n-contact .box .content .c li{
	float: left;
	margin-right: 20px;
}
.n-contact .box .content .c li img{
	max-width: 90px;
	display: block;
}
@media (max-width: 1280px) {
	.n-contact .box{
		width: 100%;
		margin:4% auto 0;
	}
	.n-contact .box .content > ul > li{
		width: 47%;
		margin-right: 6%;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-contact .box .content > ul > li{
		width: 100%;
		margin-right: 0;
	}
}

.message-form{
	width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 1003;
    display: none;
}
.message-form form{
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 100px 50px;
    overflow: hidden;
}
.message-form .close-tc{
	width: 80px;
	height: 80px;
	position: absolute;
	top:-40px;
	right: -40px;
	background: #000;
	cursor: pointer;
	color: #fff;
	border-radius: 50%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.message-form .close-tc i{
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	left:16px;
	top:50px;
}
.message-form .close-tc:hover{
	background: #ffcc02;
}
.message-form li{
	width: 49%;
	margin-bottom: 2%;
	float: left;
}
.message-form li:nth-child(2n){
	float: right;
}
.message-form li input{
	width: 100%;
	height: 60px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 0 20px;
}
.message-form .submit{
	width: 100%;
	float: left;
	margin-bottom: 0;
}
.message-form .submit button{
	width: 280px;
    height: 50px;
    background-image: -webkit-linear-gradient(left,#f6e087,#ffcc02);
    background-image: -o-linear-gradient(right,#f6e087,#ffcc02);
    background-image: -moz-linear-gradient(right,#f6e087,#ffcc02);
    background-image: linear-gradient(to right,#f6e087,#ffcc02);
    cursor: pointer;
    border-radius: 40px;
    margin: 40px auto 0;
    color: #fff;
    display: block;
    border:none;
    outline: none;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.message-form .submit button:focus, .message-form .submit button:hover{
	background-image: -webkit-linear-gradient(left,#ffcc02,#f6e087);
    background-image: -o-linear-gradient(right,#ffcc02,#f6e087);
    background-image: -moz-linear-gradient(right,#ffcc02,#f6e087);
    background-image: linear-gradient(to right,#ffcc02,#f6e087);
}
@media (max-width: 1480px) {
    .message-form form{
    	width: 80%;
    }
}
@media (max-width: 1280px) {
	.message-form form{
    	padding:10% 5%;
    }
	.message-form li input{
		height: 54px;
	}
	.message-form .submit button{
	    width: 240px;
        height: 48px;
        margin:4% auto 0;
	}
}
@media (max-width: 992px) {
	.message-form form{
    	width: 94%;
    }
	.message-form li{
		width: 100%;
		margin-right: 0;
	}
	.message-form li input{
		height: 48px;
		padding:0 14px;
	}
}
@media (max-width: 750px) {
	.message-form .close-tc{
		width: 50px;
		height: 50px;
		top:-25px;
		right: -25px;
	}
	.message-form .close-tc i{
		width: 16px;
		height: 16px;
		line-height: 16px;
		left:8px;
		top:28px;
		font-size: 14px;
	}
	.message-form li input{
		height: 42px;
	}
	.message-form .submit button{
	    width: 100%;
	    height: 42px;
	}
}