@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	position: relative;
	z-index: 1;
}
.n-banner > img{
	width: 100%;
	display: block;
}
.n-banner .n-path{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.n-banner .n-path > div{
	display: flex;
	align-items: center;
	padding:0 15px;
	height: 60px;
	background: -moz-linear-gradient(left, rgba(215, 45, 33, .9) 0%, rgba(215, 45, 33, .1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(215, 45, 33, .9)), color-stop(100%,rgba(215, 45, 33, .1)));
    background: -webkit-linear-gradient(left, rgba(215, 45, 33, .9) 0%,rgba(215, 45, 33, .1) 100%);
    background: -o-linear-gradient(left, rgba(215, 45, 33, .9) 0%,rgba(215, 45, 33, .1) 100%);
    background: -ms-linear-gradient(left, rgba(215, 45, 33, .9) 0%,rgba(215, 45, 33, .1) 100%);
    background: linear-gradient(to right, rgba(215, 45, 33, .9) 0%,rgba(215, 45, 33, .1) 100%);
}
.n-banner .n-path .icon-dizhi{
	margin-right: 4px;
}
.n-banner .n-path .icon-jiantou1{
	margin:0 2px;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
	.n-banner .n-path > div{
		height: 50px;
	}
}
@media (max-width: 750px) {
	.n-banner .n-path{
		display: none;
	}
}

.n-type{
	width: 100%;
	border-bottom: 1px #eee solid;
}
.n-type li{

}
.n-type a{
	font-size: 16px;
	line-height: 70px;
	text-align: center;
	display: block;
	position: relative;
}
.n-type a:before{
	content: "";
	width: 1px;
	height: 16px;
	background: #eee;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -8px;
}
.n-type a:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #d72d21;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: none;
}
.n-type li:last-child a:before{
	display: none;
}
.n-type li.on a{
	color: #d72d21;
}
.n-type li.on a:after{
	display: block;
}
@media (max-width: 1280px) {
	.n-type a{
		font-size: 14px;
		line-height: 50px;
	}
	.n-type a:before{
		height: 12px;
		margin-top: -6px;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-type a{
		line-height: 44px;
	}
	.n-type a:before{
		height: 10px;
		margin-top: -5px;
	}
}

.n-y{
	width: 100%;
	overflow: hidden;
}
.n-y img{
	max-width: 100%;
	height: auto;
}
.no-data{
	width: 100%;
	color: #999;
	text-align: center;
}
.n-page{
	width: 100%;
	border-top: 1px #eee solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.n-page .pagetext{
	color: #888;
}
.n-page ul{
	display: flex;
}
.n-page li{
	border:1px #eee solid;
	margin-right: 4px;
}
.n-page li:last-child{
	margin-right: 0;
}
.n-page a{
	padding:4px 10px;
	display: block;
}
.n-page li.disabled{
	background:#eee;
	pointer-events: none;
}
.n-page li.active{
	background: #d72d21;
}
.n-page li.active a{
	color: #fff;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-page .pagetext,
	.n-page li.first,
	.n-page li.last,
	.n-page li.prev,
	.n-page li.next{
		display: none;
	}
	.n-page ul{
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.n-page li{
		margin-right: 2px;
	}
	.n-page a{
		padding:2px 8px;
	}
}

.n-title{
	width: 100%;
	text-align: center;
}
.n-title h1{
	line-height: 36px;
	font-weight: bolder;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.n-title h1:before,
.n-title h1:after{
	content: "";
	width: 40px;
	height: 4px;
	background: #d8180e;
	position: absolute;
	bottom: 0;
	margin-left: 4px;
}
.n-title.white h1:before,
.n-title.white h1:after{
	background: #fff;
}
.n-title h1:before{
	left: 50%;
}
.n-title h1:after{
	right: 50%;
	margin-right: 4px;
}
.n-title.white h2{
	color: rgba(255, 255, 255, .5);
}
@media (max-width:1280px) {
	.n-title h1{
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 14px;
	}
	.n-title h1:before,
	.n-title h1:after{
		width: 30px;
		height: 4px;
		margin-left: 2px;
	}
	.n-title h1:after{
		margin-right: 2px;
	}
}
@media (max-width:992px) {
}
@media (max-width:750px) {
	.n-title h1{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 8px;
	}
	.n-title h1:before,
	.n-title h1:after{
		width: 20px;
		height: 2px;
	}
}

.n-about{
	width:100%;
	overflow: hidden;
}
.n-about .about-box{
	width:100%;
	background: url(../images/bg-1.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .about-box > div{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.n-about .about-box .left,
.n-about .about-box .right{
	width:47%;
}
.n-about .about-box .left img{
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.n-about .story-box{
	overflow: hidden;
}
.n-about .story-box .content{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.n-about .story-box .content .left{
	width:calc(94% - 150px);
}
.n-about .story-box .content .left ul{
	width:100%;
	overflow: hidden;
}
.n-about .story-box .content .left li{
	width:23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.n-about .story-box .content .left li img{
	width:100%;
	display: block;
}
.n-about .story-box .content .left li:nth-child(4n){
	margin-right: 0;
}
.n-about .story-box .content .left .word{
	margin-top: 2%;
}
.n-about .story-box .content .right{
	width: 150px;
}
.n-about .story-box .content .right img{
	float: right;
}
.n-about .culture-box{
	width:100%;
	background: url(../images/bg-2.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .culture-box .swiper-slide{
	overflow: hidden;
}
.n-about .culture-box .swiper-slide a{
	width: 100%;
	height: 100%;
	border: 3px #fff solid;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.n-about .culture-box .swiper-slide a img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.n-about .culture-box .swiper-slide a .mask{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-about .culture-box .swiper-slide a .mask i{
	color: #fff;
	font-size: 36px;
}
.n-about .culture-box .swiper-slide a:hover .mask{
	opacity: 1;
	visibility: visible;
}
.n-about .culture-box .swiper-button-next,
.n-about .culture-box .swiper-button-prev,
.n-about .culture-box .swiper-pagination{
	position: static;
	outline: none;
}
.n-about .culture-box .swiper-button-next:after,
.n-about .culture-box .swiper-button-prev:after{
	font-size: 18px;
	color: #000;
}
.n-about .culture-box .swiper-control{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	overflow: hidden;
}
.n-about .culture-box .swiper-control .swiper-button-next,
.n-about .culture-box .swiper-control .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
}
.n-about .culture-box .swiper-control .swiper-button-next:after,
.n-about .culture-box .swiper-control .swiper-button-prev:after{
	font-size: 16px;
}
.n-about .culture-box .swiper-control .swiper-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.n-about .culture-box .swiper-control .swiper-pagination .swiper-pagination-bullet{
	margin: 0 5px;
	background: #fff;
}
.n-about .culture-box .swiper-control .swiper-pagination .swiper-pagination-bullet-active{
	
}
.n-about .history-box{
	overflow: hidden;
}
.n-about .history-box .content{
	width: 100%;
	overflow: hidden;
}
.n-about .history-box .content .main-box{
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.n-about .history-box .content .main-box:after{
	content: "";
	width: auto;
	width: calc(100% - 80px);
	height: 1px;
	background: #bbb;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.n-about .history-box .content .main-box .swiper-button-prev:after,
.n-about .history-box .content .main-box .swiper-button-next:after{
    display: none;
}
.n-about .history-box .content .main-box .swiper-button-prev,
.n-about .history-box .content .main-box .swiper-button-next{
	width: 27px;
	height: 27px;
	top: 50%;
	margin-top: -14px;
	outline: none;
}
.n-about .history-box .content .main-box .swiper-button-prev{
	left: 0;
	background: url('../images/left.png') no-repeat;
}
.n-about .history-box .content .main-box .swiper-button-next{
	right: 0;
	background: url('../images/right.png') no-repeat;
}
.n-about .history-box .content .date-box{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.n-about .history-box .content .date-box .text1{
	margin-right: 20px;
}
.n-about .history-box .content .date-box .text2{
	line-height: 50px;
}
.n-about .history-box .content .main-box li{
	cursor: pointer;
}
.n-about .history-box .content .main-box li .date{
    height: 30px;
}
.n-about .history-box .content .main-box li .icon{
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
}
.n-about .history-box .content .main-box li .icon:before{
	content: "";
    width: 22px;
    height: 22px;
    background: rgba(201, 21, 30, .3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.n-about .history-box .content .main-box li.swiper-slide-active .icon:before{
	width: 40px;
	height: 40px;
}
.n-about .history-box .content .main-box li .icon:after{
	content: "";
    width: 16px;
    height: 16px;
    background: rgba(201, 21, 30, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.n-about .history-box .content .main-box li.swiper-slide-active .icon:after{
	width: 26px;
	height: 26px;
}
.n-about .history-box .content .main-box li .date{
	width: 40px;
	text-align: center;
}
.n-about .history-box .content .main-box li .word{
	height: 32px;
	opacity: 0;
	visibility: hidden;
    overflow: hidden;
}
.n-about .history-box .content .text-box{
	text-align: center;
}
.n-about .history-box .content .text-box p{
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-about .history-box .content .text-box p img{
	width: 280px;
	height: auto;
	margin-right: 20px;
}
.n-about .honor-box{
	width:100%;
	background: url(../images/bg-3.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .honor-box .content{
	position: relative;
}
.n-about .honor-box .swiper-container {
	padding-bottom: 60px;
}
.n-about .honor-box .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.n-about .honor-box .swiper-slide img{
	width:100%;
    display:block;
}
.n-about .honor-box .swiper-slide p {
    line-height: 60px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
.n-about .honor-box .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.n-about .honor-box .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 16px;
    height: 16px;
    opacity: 1;
}
.n-about .honor-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 16px;
    height: 16px;
    border-color: #c9151e;
    background-color: #fff;
}
.n-about .honor-box .swiper-button-prev:after,
.n-about .honor-box .swiper-button-next:after{
	display: none;
}
.n-about .honor-box .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.n-about .honor-box .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}
.n-about .honor-box .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}
.n-about .honor-box .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}
.n-about .group-box{
	overflow: hidden;
}
@media (max-width: 1280px) {
	.n-about .about-box > div{
		flex-direction: column;
	}
	.n-about .about-box .left,
	.n-about .about-box .right{
		width:100%;
	}
	.n-about .about-box .right{
		margin-top: 4%;
	}
	.n-about .story-box .content .left{
		width:100%;
	}
	.n-about .story-box .content .left li{
		width:23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
		float: left;
	}
	.n-about .story-box .content .left li img{
		width:100%;
		display: block;
	}
	.n-about .story-box .content .left li:nth-child(4n){
		margin-right: 0;
	}
	.n-about .story-box .content .right{
		display: none;
	}
	.n-about .history-box .content .date-box .text1{
		margin-right: 10px;
	}
	.n-about .history-box .content .date-box .text2{
		line-height: 40px;
	}
	.n-about .honor-box .swiper-button-prev,
	.n-about .honor-box .swiper-button-next{
		display: none;
	}
}
@media (max-width: 992px) {
	.n-about .history-box .content .date-box .text2{
		line-height: 36px;
	}
	.n-about .honor-box .swiper-slide {
	    width: 438px;
	    height: 341px;
	}
	.n-about .honor-box .swiper-slide p {
	    line-height: 48px;
	}
}
@media (max-width: 750px) {
	.n-about .story-box .content .left li{
		width:49%;
	}
	.n-about .story-box .content .left li:nth-child(4n){
		margin-right: 2%;
	}
	.n-about .story-box .content .left li:nth-child(2n){
		margin-right: 0;
	}
	.n-about .culture-box .swiper-control .swiper-button-next, 
	.n-about .culture-box .swiper-control .swiper-button-prev {
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	}
	.n-about .culture-box .swiper-control .swiper-button-next:after,
	.n-about .culture-box .swiper-control .swiper-button-prev:after{
		font-size: 12px;
	}
	.n-about .culture-box .swiper-control .swiper-pagination .swiper-pagination-bullet{
		margin: 0 3px;
	}
	.n-about .history-box .content .text-box p img{
		width: 140px;
		margin-right: 10px;
	}
	.n-about .history-box .content .main-box li.swiper-slide-active .icon:before {
	    width: 30px;
	    height: 30px;
	}
	.n-about .history-box .content .main-box li.swiper-slide-active .icon:after {
	    width: 20px;
	    height: 20px;
	}
	.n-about .honor-box .swiper-slide {
	    width: 288px;
	    height: 229px;
	}
	.n-about .honor-box .swiper-slide p {
	    line-height: 36px;
	}
	.n-about .honor-box .swiper-pagination-bullets .swiper-pagination-bullet,
	.n-about .honor-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
	    width: 12px;
	    height: 12px;
	}
}

.n-products{
	overflow: hidden;
}
.n-products.flex{
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.n-products .products-left{
    width: calc(96% - 268px);
}
.n-products .products-right{
	width: 268px;
	border:1px #eee solid;
}
.n-products .products-right .title{
	display: flex;
	justify-content: space-between;
	background: #d72d21;
	color: #fff;
	padding:15px;
}
.n-products .products-right .title .l{
}
.n-products .products-right .title .r{
	display: none;
}
.n-products .products-right .content a{
	display: block;
}
.n-products .products-right .content i{
	font-size: 14px;
}
.n-products .products-right .content > ul > li{
}
.n-products .products-right .content > ul > li > a{
    padding:10px 15px;
    border-bottom: 1px #eee solid;
}
.n-products .products-right .content > ul > li > ul{
	background: #eee;
	padding:5px 0;
}
.n-products .products-right .content > ul > li > ul > li > a{
	padding:5px 15px;
	font-size: 14px;
}
.n-products .productslist{
	width:100%;
	overflow: hidden;
}
.n-products .productslist li{
	width:23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.n-products .productslist li:nth-child(4n){
	margin-right: 0;
}
.n-products .productslist a{
	border:1px #eee solid;
	display: block;
}
.n-products .productslist .image{
	width:100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-products .productslist .image .box{
	width:100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	overflow: hidden;
}
.n-products .productslist .image .box img{
	width:100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.n-products .productslist .title{
	padding:20px 0;
	text-align: center;
}
.n-products .productslist .title h1{
	padding:0 10px;
	font-weight: bolder;
	display:block;           /*  内联对象需加  */
    word-break:keep-all;    /* 不换行 */
    white-space:nowrap;     /* 不换行 */
    overflow:hidden;       /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis; 
}
.n-products .productslist .title h2{
	margin:0 auto;
	margin-top: 10px;
	width:120px;
	height: 36px;
	border:1px #000 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .productslist a:hover .title h2{
	background: #d72d21;
	border-color: #d72d21;
	color: #fff;
}
@media (max-width: 1280px) {
	.n-products.flex{
		flex-direction: column-reverse;
	}
	.n-products .products-left{
		width: 100%;
		margin-top: 6%;
	}
	.n-products .products-right{
		width: 100%;
	}
	.n-products .products-right .title{
		cursor: pointer;
	}
	.n-products .products-right .title .l{
		font-size: 14px;
	}
	.n-products .products-right .title .r{
		display: block;
	}
	.n-products .products-right .title .r i{
		font-size: 14px;
	}
	.n-products .products-right .content{
		display: none;
	}
	.n-products .productslist li{
		width:32%;
	}
	.n-products .productslist li:nth-child(4n){
		margin-right: 2%;
	}
	.n-products .productslist li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.n-products .productslist .title h2{
		width:100px;
		height: 32px;
		border-radius: 16px;
	}
}
@media (max-width: 750px) {
	.n-products .products-right .title{
		padding:10px 15px;
	}
	.n-products .productslist li{
		width:49%;
	}
	.n-products .productslist li:nth-child(3n){
		margin-right: 2%;
	}
	.n-products .productslist li:nth-child(2n){
		margin-right: 0;
	}
}

.n-products .products-detail{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .picbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.n-products .products-detail .picbox .left{
	width: 44%;
}
.n-products .products-detail .picbox .left img{
	width: 100%;
	display: block;
}
.n-products .products-detail .picbox .left .bigImg{
	width: 100%;
	border:1px #eee solid;
	overflow: hidden;
}
.n-products .products-detail .picbox .left .bigImg img{
	width: 100%;
	display: block;
}
.n-products .products-detail .picbox .left .smImg{
	margin-top: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n-products .products-detail .picbox .left .smImg .swiper-button-prev,
.n-products .products-detail .picbox .left .smImg .swiper-button-next{
	width: 10px;
	position: static;
	margin:0;
}
.n-products .products-detail .picbox .left .smImg .swiper-button-prev:after,
.n-products .products-detail .picbox .left .smImg .swiper-button-next:after{
	font-size: 20px;
	color: #2b2b2b;
}
.n-products .products-detail .picbox .left .smImg .swiper-button-prev{
	left: 0;
	justify-content: flex-start;
}
.n-products .products-detail .picbox .left .smImg .swiper-button-next{
	right: 0;
	justify-content: flex-end;
}
.n-products .products-detail .picbox .left .smImg .swiper-container{
	width: calc(100% - 40px);
}
.n-products .products-detail .picbox .left .smImg li{
	cursor: pointer;
	border:1px #eee solid;
}
.n-products .products-detail .picbox .left .smImg li img{
	width: 100%;
	display: block;
}
.n-products .products-detail .picbox .right{
	width: 50%;
}
.n-products .products-detail .picbox .right .content .t{
	color: #d72d21;
	font-weight: bolder;
}
.n-products .products-detail .picbox .right .content .c li{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}
.n-products .products-detail .picbox .right .content .c .icon{
	width:60px;
}
.n-products .products-detail .picbox .right .content .c .word{
	width: calc(100% - 60px);
	padding-left: 15px;
}
.n-products .products-detail .picbox .right .content .c .word h1{
	font-weight: bolder;
}
.n-products .products-detail .tit, 
.n-products .products-detail .tit{
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 20px;
}
.n-products .products-detail .products-nav{
	width: 100%;
	border:1px #e5e5e5 solid;
	overflow: hidden;
}
.n-products .products-detail .products-nav, 
.n-products .products-detail .products-nav a{
	color: #666;
}
.n-products .products-detail .products-nav a:hover{
	color: #0067ac;
}
.n-products .products-detail .products-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-products .products-detail .products-nav .nav-right a{
	display: block;
	background: #e5e5e5;
}
.n-products .products-detail .products-nav .nav-right a:hover{
	background: #0067ac;
	color: #fff;
}
.n-products .products-detail .products-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-products .products-detail .products-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .products-detail .products-relate{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .products-relate li{
	width:23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.n-products .products-detail .products-relate li:nth-child(4n){
	margin-right: 0;
}
.n-products .products-detail .products-relate a{
	border:1px #eee solid;
	display: block;
}
.n-products .products-detail .products-relate .image{
	width:100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-products .products-detail .products-relate .image .box{
	width:100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	overflow: hidden;
}
.n-products .products-detail .products-relate .image .box img{
	width:100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.n-products .products-detail .products-relate .title{
	padding:20px 0;
	text-align: center;
}
.n-products .products-detail .products-relate .title h1{
	padding:0 10px;
	font-weight: bolder;
	display:block;           /*  内联对象需加  */
    word-break:keep-all;    /* 不换行 */
    white-space:nowrap;     /* 不换行 */
    overflow:hidden;       /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis; 
}
.n-products .products-detail .products-relate .title h2{
	margin:0 auto;
	margin-top: 10px;
	width:120px;
	height: 36px;
	border:1px #000 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .products-detail .products-relate a:hover .title h2{
	background: #d72d21;
	border-color: #d72d21;
	color: #fff;
}
@media (max-width: 1280px) {
	.n-products .products-detail .tit{
		padding-bottom: 10px;
	}
	.n-products .products-detail .products-nav .nav-right{
		width: 100px;
		height: 70px;
		line-height: 70px;
	}
	.n-products .products-detail .products-nav .nav-left{
		margin-right: 100px;
		height: 70px;
	}
	.n-products .products-detail .products-relate li{
		width:32%;
	}
	.n-products .products-detail .products-relate li:nth-child(4n){
		margin-right: 2%;
	}
	.n-products .products-detail .products-relate li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.n-products .products-detail .picbox{
		flex-direction: column;
	}
	.n-products .products-detail .picbox .left,
	.n-products .products-detail .picbox .right{
		width: 100%;
	}
	.n-products .products-detail .picbox .right{
		margin-top: 4%;
		border-top: 1px #eee solid;
		padding-top: 4%;
	}
	.n-products .products-detail .products-relate .title h2{
		width:100px;
		height: 32px;
		border-radius: 16px;
	}
}
@media (max-width: 750px) {
	.n-products .products-detail .picbox .left .smImg .swiper-button-prev:after,
	.n-products .products-detail .picbox .left .smImg .swiper-button-next:after{
		font-size: 14px;
	}
	.n-products .products-detail .products-nav{
		display: flex;
		flex-direction: column-reverse;
	}
	.n-products .products-detail .products-nav .nav-right{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.n-products .products-detail .products-nav .nav-left{
		width: 100%;
		float: left;
		margin-right: 0;
		padding:4%;
		height: auto;
	}
	.n-products .products-detail .products-relate li{
		width:49%;
	}
	.n-products .products-detail .products-relate li:nth-child(3n){
		margin-right: 2%;
	}
	.n-products .products-detail .products-relate li:nth-child(2n){
		margin-right: 0;
	}
}

.n-piclist{
	overflow: hidden;
}
.n-piclist .piclist{
	width: 100%;
	overflow: hidden;
}
.n-piclist .piclist li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.n-piclist .piclist li:nth-child(3n){
	margin-right: 0;
}
.n-piclist .piclist a{
	margin:6px;
	border:1px #eee solid;
	display: block;
}
.n-piclist .piclist a:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, .15);
}
.n-piclist .piclist .image{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.n-piclist .piclist .image 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-piclist .piclist a:hover .image img{
	transform: scale(1.1);
}
.n-piclist .piclist .image i{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, .6);
	font-size: 80px;
}
.n-piclist .piclist .title{
	padding:0 14px;
	height: 50px;
	line-height: 50px;
	position: relative;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-align: center;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
	.n-piclist .piclist li{
		width: 49%;
	}
	.n-piclist .piclist li:nth-child(3n){
		margin-right: 2%;
	}
	.n-piclist .piclist li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	.n-piclist .piclist .title{
		height: 40px;
		line-height: 40px;
	}
}

.n-honorlist{
	overflow: hidden;
}
.n-honorlist .honorlist{
	width: 100%;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	overflow: hidden;
}
.n-honorlist .honorlist li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.n-honorlist .honorlist li:nth-child(3n){
	margin-right: 0;
}
.n-honorlist .honorlist a{
	border:1px #eee solid;
	display: flex;
	align-items: center;
	padding:40px;
}
.n-honorlist .honorlist .image i{
	font-size: 80px;
	line-height: 80px;
	color: #666;
}
.n-honorlist .honorlist .image{
	margin-right: 20px;
}
.n-honorlist .honorlist .title h1{
	font-weight: bolder;
}
.n-honorlist .honorlist .title h2{
	color: #888;
}
.n-honorlist .honorlist .title h2 i{
	border:1px #eee solid;
	padding:4px 12px;
	border-radius: 8px;
	margin-left: 6px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-honorlist .honorlist a:hover .title h2 i{
	background: #d72d21;
	border-color: #d72d21;
	color: #fff;
}
@media (max-width: 1280px) {
	.n-honorlist .honorlist a{
		padding:30px;
	}
	.n-honorlist .honorlist .image{
		margin-right: 10px;
	}
	.n-honorlist .honorlist .image i{
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width: 992px) {
	.n-honorlist .honorlist li{
		width: 49%;
	}
	.n-honorlist .honorlist li:nth-child(3n){
		margin-right: 2%;
	}
	.n-honorlist .honorlist li:nth-child(2n){
		margin-right: 0;
	}
	.n-honorlist .honorlist a{
		padding:20px;
	}
	.n-honorlist .honorlist .image i{
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 750px) {
	.n-honorlist .honorlist li{
		width: 100%;
		margin-right:0;
	}
	.n-honorlist .honorlist li:nth-child(3n){
		margin-right: 0;
	}
	.n-honorlist .honorlist a{
		padding:10px;
	}
	.n-honorlist .honorlist .image i{
		font-size: 40px;
		line-height: 40px;
	}
	.n-honorlist .honorlist .title h2{
		margin-top: 4px;
	}
	.n-honorlist .honorlist .title h2 i{
		padding:4px;
		border-radius: 8px;
		margin-left: 4px;
	}
}

.n-case{
	overflow: hidden;
}
.n-case .caselist{
	width: 100%;
	overflow: hidden;
}
.n-case .caselist li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.n-case .caselist li:nth-child(3n){
	margin-right: 0;
}
.n-case .caselist a{
	margin:6px;
	border:1px #eee solid;
	display: block;
}
.n-case .caselist a:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, .15);
}
.n-case .caselist .image{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.n-case .caselist .image 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-case .caselist a:hover .image img{
	transform: scale(1.1);
}
.n-case .caselist .image i{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, .6);
	font-size: 80px;
}
.n-case .caselist .title{
	padding:0 14px;
	height: 60px;
	line-height: 60px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.n-case .caselist .title .left{
	width: calc(100% - 20px);
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-case .caselist .title .right{
	width: 20px;
	text-align: right;
}
@media (max-width: 1280px) {
	.n-case .caselist .title{
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 992px) {
	.n-case .caselist li{
		width: 49%;
	}
	.n-case .caselist li:nth-child(3n){
		margin-right: 2%;
	}
	.n-case .caselist li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	.n-case .caselist .title{
		height: 40px;
		line-height: 40px;
	}
}

.n-case .casedetail{
	overflow: hidden;
}
.n-case .casedetail{
	overflow: hidden;
}
.n-case .casedetail .case-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-case .casedetail .case-tools{
	width: 100%;
	text-align: center;
	color: #999;
	padding:10px 0 20px 0;
	border-bottom: 1px #e5e5e5 solid;
	overflow: hidden;
}
.n-case .casedetail .case-content{
	width: 100%;
	overflow: hidden;
}
.n-case .casedetail .case-content img{
	max-width: 100%;
	height: auto;
}
.n-case .casedetail .case-nav{
	width: 100%;
	border:1px #e5e5e5 solid;
	overflow: hidden;
}
.n-case .casedetail .case-nav, .n-case .casedetail .case-nav a{
	color: #666;
}
.n-case .casedetail .case-nav a:hover{
	color: #d72d21;
}
.n-case .casedetail .case-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-case .casedetail .case-nav .nav-right a{
	display: block;
	background: #e5e5e5;
}
.n-case .casedetail .case-nav .nav-right a:hover{
	background: #d72d21;
	color: #fff;
}
.n-case .casedetail .case-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-case .casedetail .case-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-case .casedetail .case-relate, 
.n-case .casedetail .case-message{
	width: 100%;
	overflow: hidden;
}
.n-case .casedetail .case-relate .tit, 
.n-case .casedetail .case-message .tit{
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 20px;
}
.n-case .casedetail .case-relate .tit i, 
.n-case .casedetail .case-message .tit i{
	font-size: 20px;
	color: #888;
}
.n-case .casedetail .case-relate .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.n-case .casedetail .case-relate .con li{
	width: 32%;
	margin-right:2%;
	margin-top: 2%;
	float: left;
	border:1px #e5e5e5 solid;
	padding:2%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-case .casedetail .case-relate .con li:nth-child(3n){
	margin-right: 0;
}
.n-case .casedetail .case-relate .con li:hover{
	background: #d72d21;
}
.n-case .casedetail .case-relate .con li a{
	display: block;
}
.n-case .casedetail .case-relate .con li .rt{
	width: 16px;
}
.n-case .casedetail .case-relate .con li .box{
	display: block;
	margin-right: 32px;
}
.n-case .casedetail .case-relate .con li .box .t{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n-case .casedetail .case-relate .con li .box .s{
	margin-top: 10px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n-case .casedetail .case-relate .con li:hover a, 
.n-case .casedetail .case-relate .con li:hover .box .s{
	color: #fff;
}
@media (max-width: 1280px) {
	.n-case .casedetail .case-nav .nav-right{
		width: 100px;
		height: 70px;
		line-height: 70px;
	}
	.n-case .casedetail .case-nav .nav-left{
		margin-right: 100px;
		height: 70px;
	}
	.n-case .casedetail .case-relate .tit, .n-case .casedetail .case-message .tit{
		padding-bottom: 10px;
	}
	.n-case .casedetail .case-relate .con li{
		width: 49%;
	}
	.n-case .casedetail .case-relate .con li:nth-child(3n){
		margin-right: 2%;
	}
	.n-case .casedetail .case-relate .con li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-case .casedetail .case-tools{
		padding:10px 0;
	}
	.n-case .casedetail .case-nav{
		display: flex;
		flex-direction: column-reverse;
	}
	.n-case .casedetail .case-nav .nav-right{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.n-case .casedetail .case-nav .nav-left{
		width: 100%;
		float: left;
		margin-right: 0;
		padding:4%;
		height: auto;
	}
	.n-case .casedetail .case-relate .con li{
		width: 100%;
		margin-top: 4%;
		padding:4%;
		margin-right: 0;
	}
	.n-case .casedetail .case-relate .con li:nth-child(3n){
		margin-right: 0;
	}
}

.n-contact{
	width: 100%;
	overflow: hidden;
}
.n-contact .contact-box{
	overflow: hidden;
}
.n-contact .contact-box ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.n-contact .contact-box li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	text-align: center;
}
.n-contact .contact-box li:nth-child(4){
	margin-right: 0;
}
.n-contact .contact-box .icon{
	width: 120px;
	height: 120px;
	background: #d72d21;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color:#fff;
}
.n-contact .contact-box .icon em{
	font-size: 48px;
}
.n-contact .contact-box h2{
	word-break:break-all; 
}
.n-contact .map-box{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.n-contact .map-box .my-map{
	width: 100%;
	height: 640px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.n-contact .feedback-box{
	width: 100%;
	overflow: hidden;
}
.n-contact .feedback-box .title{
	display: flex;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 1px #eee solid;
}
.n-contact .feedback-box .title .right i{
	font-size: 36px;
	color: #888;
}
.n-contact .feedback-box input, 
.n-contact .feedback-box textarea, 
.n-contact .feedback-box button{
	border: none;
	outline: none;
	background: none;
}
.n-contact .feedback-box li{
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.n-contact .feedback-box li:last-child{
	margin-bottom: 0;
}
.n-contact .feedback-box .half{
	width: 49%;
}
.n-contact .feedback-box .half:nth-child(2n){
	float: right;
}
.n-contact .feedback-box .half label{
	width: 100%;
	height: 54px;
	line-height: 52px;
	padding: 0 15px;
	background: #eeeeee;
	border-radius: 12px;
	border: 1px #ccc solid;
	display: block;
	box-sizing: border-box;
}
.n-contact .feedback-box .half label input{
    width: 100%;
    float: left;
    height: 52px;
}
.n-contact .feedback-box .textarea, 
.n-contact .feedback-box .code, 
.n-contact .feedback-box .submit{
	width: 100%;
}
.n-contact .feedback-box .textarea label{
	width: 100%;
	height: 180px;
	padding: 15px;
	background: #eeeeee;
	border-radius: 12px;
	border: 1px #ccc solid;
	display: block;
	box-sizing: border-box;
}
.n-contact .feedback-box .textarea label textarea{
	width: 100%;
    float: left;
    height: 100%;
    resize: none;
}
.n-contact .feedback-box button{
	width: 100%;
	height: 54px;
	background: #d72d21;
	border-radius: 12px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-contact .feedback-box button:hover{
	background:#141114;
}
@media (max-width: 1280px) {
	.n-contact .contact-box .mt20{
		margin-top: 20px;
	}
	.n-contact .contact-box li{
		width: 49%;
	}
	.n-contact .contact-box li:nth-child(2){
		margin-right: 0;
	}
	.n-contact .contact-box li:nth-child(3){
		margin-top: 4%;
	}
	.n-contact .contact-box li:nth-child(4){
		margin-top: 4%;
	}
	.n-contact .map-box .my-map{
		height: 540px;
	}
	.n-contact .feedback-box .title{
		padding-bottom: 14px;
	}
	.n-contact .feedback-box .title .left{
		font-size: 28px;
	}
	.n-contact .feedback-box .title .right i {
	    font-size: 28px;
	}
}
@media (max-width: 992px) {
	.n-contact .contact-box .icon{
		width: 100px;
		height: 100px;
	}
	.n-contact .contact-box .icon em{
		font-size: 36px;
	}
	.n-contact .feedback-box .title .left{
		font-size: 24px;
	}
	.n-contact .feedback-box .title .right i {
	    font-size: 24px;
	}
}
@media (max-width: 750px) {
	.n-contact .contact-box .mt20{
		margin-top: 10px;
	}
	.n-contact .contact-box .mt10{
		margin-top: 0;
	}
	.n-contact .contact-box .icon{
		width: 80px;
		height: 80px;
	}
	.n-contact .contact-box .icon em{
		font-size: 28px;
	}
	.n-contact .contact-box .word{
		font-size: 14px;
	}
	.n-contact .contact-box .word h1{
		font-weight: bolder;
	}
	.n-contact .feedback-box .title{
		padding-bottom: 6px;
	}
	.n-contact .feedback-box .title .left{
		font-size: 18px;
	}
	.n-contact .feedback-box .title .right i {
	    font-size: 18px;
	}
	.n-contact .feedback-box .half{
		width: 100%;
	}
	.n-contact .feedback-box li {
	    margin-bottom: 10px;
	}
	.n-contact .feedback-box .half label {
	    height: 48px;
	    line-height: 46px;
	}
	.n-contact .feedback-box .half label input {
	    height: 46px;
	}
	.n-contact .feedback-box button {
	    height: 48px;
	    line-height: 48px;
	}
}

/*内容留言*/
.message-form .h{
	width: 49%;
	float: left;
	margin-top: 20px;
}
.message-form .h:nth-child(2n){
	float: right;
}
.message-form .h input{
	width: 100%;
	height: 60px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 0 20px;
	box-sizing: border-box;
}
.message-form .f{
	width: 100%;
	margin-top: 20px;
	float: left;
}
.message-form .f textarea{
	width: 100%;
	height: 232px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 20px;
	resize:none;
	box-sizing: border-box;
	display: block;
}
.message-form .f button{
	width: 280px;
    height: 50px;
    background: #d72d21;
    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 .f button:hover{
	background: #dc271c;
}
@media (max-width: 1280px) {
	.message-form .h{
		margin-top: 2%;
	}
	.message-form .h input{
		height: 54px;
	}
	.message-form .f{
		margin-top: 2%;
	}
	.message-form .f textarea{
		height: 212px;
	}
	.message-form .f button{
	    margin: 4% auto 0;
	    width: 240px;
        height: 42px;
	}
}
@media (max-width: 992px) {
	.message-form .h{
		width: 100%;
		margin-right: 0;
	}
	.message-form .h input{
		height: 48px;
		padding:0 15px;
	}
	.message-form .f textarea{
		height: 192px;
		padding:15px;
	}
}
@media (max-width: 750px) {
	.message-form .f textarea{
		height: 162px;
	}
}