@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	height: 480px;
	position: relative;
	z-index: 1;
}
.n-banner .wrap{
	height: 100%;
	position: relative;
}
.n-banner .n-typename{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.n-banner .n-typename h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.n-banner .n-typename h1:after{
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
}
@media (max-width: 992px) {
	.n-banner{
		height: 360px;
	}
}
@media (max-width: 750px) {
	.n-banner{
		height: 240px;
	}
}

/*分类*/
.n-type{
	width: 100%;
	position: relative;
	z-index: 2;
}
.n-type .box1, .n-type .box2{
	width: 100%;
	background: #eeeeee;
	border-bottom: 1px #e5e5e5 solid;
}
.n-type .box1{
	position: relative;
}
.n-type .box1 .title {
    position: absolute;
    width: 240px;
    height: 70px;
    bottom: 0px;
    border-radius: 10px 10px 0 0;
    line-height: 70px;
    background-color: #132a87;
    color: #fff;
    text-align: center;
}
.n-type .box1 .bread-link {
    padding-left: 265px;
    height: 50px;
    line-height: 50px;
    color: #666;
}
.n-type .box1 .bread-link a{
	color: #666;
}
.n-type .box1 .bread-link i{
	font-size: 14px;
}
.n-type .box2 .n-nav{
	text-align: center;
}
.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
	width: 20px;
	position: static;
	line-height: 40px;
	background: none;
	margin:20px 0;
	color: #343434;
	outline: none;
}
.n-type .box2 .n-nav .swiper-button-next:after, .n-type .box2 .n-nav .swiper-button-prev:after {
    display: none;
}
.n-type .box2 .n-nav .swiper-button-prev i, .n-type .box2 .n-nav .swiper-button-next i{
	font-size: 24px;
}
.n-type .box2 .n-nav .swiper-button-prev.swiper-button-disabled, 
.n-type .box2 .n-nav .swiper-button-next.swiper-button-disabled{
	display: none;
}
.n-type .box2 .n-nav .swiper-button-prev{
	float: left;
	text-align: left;
}
.n-type .box2 .n-nav .swiper-button-next{
	float: right;
	text-align: right;
}
.n-type .box2 .n-nav .swiper-container{
	margin:0 20px;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper{
	text-align: center;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide{
	position: relative;
    display: inline-block;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
	display: block;
    margin:20px 10px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    background: #e5e5e5;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide.on a{
	background: #132a87;
	color: #fff;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide ul{
	display: none;
}
.secondType{
	display: none;
	text-align: center;
	position: relative;
	z-index: 1;
}
.secondType .tit{
	width:100%;
	height: 48px;
	border:1px #e5e5e5 solid;
	margin-top: 50px;
	line-height: 48px;
	text-align: left;
	padding:0 15px;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
}
.secondType ul{
	margin-top: 50px;
}
.secondType li{
	display: inline-block;
	margin:10px 10px 0 10px;
}
.secondType a{
	border:1px #e5e5e5 solid;
	padding:10px 20px;
	display: block;
}
.secondType li.on a, .secondType li:hover a{
	border-color: #132a87;
	background: #132a87;
	color: #fff;
}
.secondType li.on a{
    font-weight: bolder;
}
@media (max-width: 1280px) {
	.n-type .box1 .title {
	    position: absolute;
	    width: 180px;
	}
	.n-type .box1 .bread-link {
	    padding-left: 205px;
	}
	.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
		display: block;
	}
	.n-type .box2 .n-nav .swiper-container{
		margin:0 30px;
	}
	.n-type .box2 .n-nav .swiper-container .swiper-wrapper{
	   display: flex;
	}
	.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
		margin:20px 6px;
	}
	.secondType .tit{
		display: block;
		margin-top: 5%;
	}
	.secondType ul{
		width: 100%;
		margin-top: 0;
		display: none;
		background: #fff;
		border:1px #e5e5e5 solid;
		box-sizing: border-box;
		overflow: hidden;
	}
	.secondType li{
		width: 100%;
		margin:0;
		float: left;
	}
	.secondType a{
		border:none;
		border-radius: 0;
		padding:10px 0;
		border-bottom: 1px #e5e5e5 solid;
	}
	.secondType li:last-child a{
		border-bottom: none;
	}
	.secondType li.on a{
		border-color: #e5e5e5;
		background: none;
		color: #555;
	}
	.secondType li.on a{
	    font-weight: lighter;
	}
	.secondType li:hover a{
		border-color: #132a87;
		background: #132a87;
		color: #fff;
	}
}
@media (max-width: 992px) {
	.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
		margin:10px 0;
	}
	.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
		margin:	10px 6px;
	}
}
@media (max-width: 750px) {
	.n-type .box1{
	    display: none;
	}
	.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
		line-height: 36px;
	}
	.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
		line-height: 36px;
		font-size: 14px;
	}
	.n-type .box2 .n-nav .swiper-button-prev i, .n-type .box2 .n-nav .swiper-button-next i{
		font-size: 16px;
	}
}

/* 内页公共 */
.n-y{
	width: 100%;
	overflow: hidden;
}
@media (max-width: 1280px){}
@media (max-width: 992px){}
@media (max-width: 750px){}

/* 关于 */
.n-about{
	width: 100%;
	overflow: hidden;
}
.n-about img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media (max-width: 1280px){
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

/* 图片 */
.n-pic{
	width: 100%;
	overflow: hidden;
}
.n-pic .pic-list li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 4%;
}
.n-pic .pic-list li:nth-child(3n){
	margin-right: 0;
}
.n-pic .pic-list a{
	display: block;
	border: 3px #eee solid;
}
.n-pic .pic-list .image{
	width: 100%;
	position: relative;
}
.n-pic .pic-list .image img{
	width: 100%;
	display: block;
}
.n-pic .pic-list .image .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(19, 42, 135, .5);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-pic .pic-list .image .mask i{
	font-size: 24px;
}
.n-pic .pic-list a:hover .image .mask{
	opacity: 1;
	visibility: visible;
}
.n-pic .pic-list .title{
	padding: 0 10px;
	text-align: center;
	line-height: 50px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* 产品 */
.n-products{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list li{
	width: 32%;
	float: left;
	margin-bottom: 4%;
	margin-right: 2%;
	background: #fff;
	overflow: hidden;
}
.n-products .products-list li:nth-child(3n){
	margin-right: 0;
}
.n-products .products-list a{
	display: block;
	border: 1px #eee solid;
}
.n-products .products-list .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-products .products-list .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.n-products .products-list .pic .box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-products .products-list li:hover .pic img{
	transform: scale(1.1);
}
.n-products .products-list .title{
	width: 92%;
	height: 60px;
	margin: 0 auto;
	border-top: 2px #eee solid;
	position: relative;
}
.n-products .products-list .title:before{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #132a87;
	left:0;
	top: -2px;
	transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-products .products-list li:hover .title:before{
	transform-origin: left;
    transform: scale(1);
}
.n-products .products-list .title .right{
	width: 16px;
	line-height: 60px;
	text-align: right;
}
.n-products .products-list .title .left{
	float: none;
	margin-right: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 60px;
}
@media (max-width: 750px) {
	.n-products .products-list li{
		width: 49%;
	}
	.n-products .products-list li:nth-child(4n){
		margin-right: 2%;
	}
	.n-products .products-list li:nth-child(3n){
		margin-right: 2%;
	}
	.n-products .products-list li:nth-child(2n){
		margin-right: 0;
	}
	.n-products .products-list .title{
		height: 40px;
	}
	.n-products .products-list .title .right{
		line-height: 40px;
	}
	.n-products .products-list .title .left{
	    line-height: 40px;
	}
}

/* 产品详情 */
.n-productsdetail{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .products-picbox, .n-productsdetail .products-content, .n-productsdetail .products-relate, .n-productsdetail .products-message{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .tit{
	border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
}
.n-productsdetail .products-picbox .lt{
	width: 40%;
}
.n-productsdetail .products-picbox .rt{
    width: 56%;
}
.n-productsdetail .products-picbox .lt{
	position: relative;
	overflow: hidden;
}
.n-productsdetail .products-picbox .lt i{
	position: absolute;
	top:20px;
	right:20px;
	z-index: 1;
	font-size: 20px;
}
.n-productsdetail .products-picbox .lt .sp-wrap{
	width: 100%;
	border:1px #eee solid;
	box-sizing: border-box;
}
.n-productsdetail .products-picbox .lt .sp-wrap > a{
	display: block;
}
.n-productsdetail .products-picbox .lt .sp-wrap a > img{
	display: block;
	margin:0 auto;
}
.n-productsdetail .products-picbox .rt h1{
	font-weight: bolder;
}
.n-productsdetail .products-picbox .rt h2{
	margin-top: 10px;
	margin-bottom: 20px;
}
.n-productsdetail .products-picbox .rt h3, .n-productsdetail .products-picbox .rt h4{
	margin:10px 0 0 0;
}
.n-productsdetail .products-content > ul{
	width: 100%;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}
.n-productsdetail .products-content > ul > li{
	float: left;
	margin-right: 4px;
}
.n-productsdetail .products-content > ul > li > a{
	line-height: 48px;
	background: #5d5b5d;
	display: block;
	min-width: 100px;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}
.n-productsdetail .products-content > ul > li > a > i{
	display: none;
}
.n-productsdetail .products-content > ul > li.on > a{
	background: #132a87;
}
.n-productsdetail .products-content > ul > li > ul{
	display: none;
}
.n-productsdetail .products-content img{
	max-width: 100%;
	height: auto;
}
.n-productsdetail .products-content table{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.n-productsdetail .products-content table, .n-productsdetail .products-content table th, .n-productsdetail .products-content table td{
    border:1px #ccc solid;
}
.n-productsdetail .products-content table th, .n-productsdetail .products-content table td{
	padding:10px 20px;
	word-break:break-all;
}
.n-productsdetail .products-content table tr:first-child td{
	background: #eee;
	font-weight: bolder;
}
.n-productsdetail .products-nav{
	width: 100%;
	border:1px #ccc solid;
	background: #eee;
	overflow: hidden;
}
.n-productsdetail .products-nav, .n-productsdetail .products-nav a{
	color: #666;
}
.n-productsdetail .products-nav a:hover{
	color: #132a87;
}
.n-productsdetail .products-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-productsdetail .products-nav .nav-right a{
	display: block;
	background: #132a87;
	color: #fff;
}
.n-productsdetail .products-nav .nav-right a:hover{
	background: #141114;
}
.n-productsdetail .products-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-productsdetail .products-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-productsdetail .products-relate li{
	width: 32%;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	background: #fff;
	overflow: hidden;
}
.n-productsdetail .products-relate li:nth-child(3n){
	margin-right: 0;
}
.n-productsdetail .products-relate a{
	display: block;
	border: 1px #eee solid;
}
.n-productsdetail .products-relate .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-productsdetail .products-relate .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.n-productsdetail .products-relate .pic .box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-productsdetail .products-relate li:hover .pic img{
	transform: scale(1.1);
}
.n-productsdetail .products-relate .title{
	width: 92%;
	height: 60px;
	margin: 0 auto;
	border-top: 2px #eee solid;
	position: relative;
}
.n-productsdetail .products-relate .title:before{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #132a87;
	left:0;
	top: -2px;
	transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-productsdetail .products-relate li:hover .title:before{
	transform-origin: left;
    transform: scale(1);
}
.n-productsdetail .products-relate .title .right{
	width: 16px;
	line-height: 60px;
	text-align: right;
}
.n-productsdetail .products-relate .title .left{
	float: none;
	margin-right: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 60px;
}
@media (max-width: 1280px){
	.n-productsdetail .tit{
		padding-bottom: 10px;
	}
	.n-productsdetail .products-content-box{
		display: none;
	}
	.n-productsdetail .products-content > ul{
		border-bottom: none;
	}
	.n-productsdetail .products-content > ul > li{
		width: 100%;
		margin: 2px 0;
	}
	.n-productsdetail .products-content > ul > li > a{
		text-align: left;
		margin: 0;
	}
	.n-productsdetail .products-content > ul > li > a > i{
		display: block;
	}
	.n-productsdetail .products-content > ul > li.on > ul{
		display: block;
		padding-bottom: 3%;
	}
	.n-productsdetail .products-content > ul > li.on:last-child > ul{
		padding-bottom: 0;
	}
	.n-productsdetail .products-content table th, .n-productsdetail .products-content table td{
		padding:2%;
	}
	.n-productsdetail .products-nav .nav-right{
		width: 100px;
		height: 70px;
		line-height: 70px;
	}
	.n-productsdetail .products-nav .nav-left{
		margin-right: 100px;
		height: 70px;
	}
}
@media (max-width: 992px) {
	.n-productsdetail .products-picbox .lt, .n-productsdetail .products-picbox .rt{
	    width: 100%;
	}
	.n-productsdetail .products-picbox .rt{
		margin-top: 4%;
	}
}
@media (max-width: 750px) {
	.n-productsdetail .products-content > ul > li > a{
		line-height: 42px;
	}
	.n-productsdetail .products-nav{
		display: flex;
		flex-direction: column-reverse;
	}
	.n-productsdetail .products-nav .nav-right{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.n-productsdetail .products-nav .nav-left{
		width: 100%;
		float: left;
		margin-right: 0;
		padding:4%;
		height: auto;
	}
	.n-productsdetail .products-relate li{
		width: 49%;
	}
	.n-productsdetail .products-relate li:nth-child(3n){
		margin-right: 2%;
	}
	.n-productsdetail .products-relate li:nth-child(2n){
		margin-right: 0;
	}
}

/* 新闻 */
.n-news{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list li{
	width:100%;
	float:left;
	border-bottom:#ededed solid 1px;
	padding:40px 0;
}
.n-news .news-list li:first-child{
    padding-top: 0;
}
.n-news .news-list li a{
	float:left;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-news .news-list li a .news-img{
	float:left;
	width:368px;
	height: 210px;
	border: 1px #eee solid;
	position:relative;
	overflow:hidden;
}
.n-news .news-list li a .news-img img{
	display:block;
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}
.n-news .news-list li:hover a .news-img img{
   -webkit-transform:scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.n-news .news-list li a .news-img .news-date{
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:48px;
	background:#f5f5f5;
	padding:16px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.n-news .news-list li a .news-img .news-date span{
	display:block;
	width:100%;
	font-size:40px;
	color:#8f8f8f;
	line-height:40px;
	text-align:center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.n-news .news-list li a .news-img .news-date p{
	width:100%;
	font-size:12px;
	color:#8f8f8f;
	line-height:20px;
	text-align:center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.n-news .news-list li:hover a .news-img .news-date{background:#132a87;}
.n-news .news-list li:hover a .news-img .news-date span{color:#fff;}
.n-news .news-list li:hover a .news-img .news-date p{color:#fff;}
.n-news .news-list li a .news-more{
	float:right;
	width:80px;
	height:80px;
	border-left:#ededed solid 1px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.n-news .news-list li a .news-more .icon{
	float:right;
	width:48px;
	height:48px;
	border:#dcdcdc solid 1px;
	border-radius:50%;
	background:url(../images/icon-right01.png) no-repeat center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.n-news .news-list li:hover a .news-more .icon{
	border:#132a87 solid 1px;
	background:#132a87 url(../images/icon-right01-1.png) no-repeat center;
}
.n-news .news-list li a .news-txt{
	float:left;
	width:calc(100% - 551px);
	padding:0 50px;
}
.n-news .news-list li a .news-txt h5{
	width:100%;
	font-size:18px;
	color:#333;
	line-height:28px;
	height:28px;
	margin-bottom:20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: block; 
	white-space: nowrap;
}
.n-news .news-list li a .news-txt p{
	width:100%;
	font-size:14px;
	color:#757575;
	line-height:24px;
	height:48px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2;
}
.n-news .news-list li:hover a .news-txt h5{
	color:#132a87;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
	.n-news .news-list{margin:0 auto;}
	.n-news .news-list li{padding:20px 0;}
	.n-news .news-list li a .news-img{
		width:30%;
		height: 168px;
	}
	.n-news .news-list li a .news-img .news-date{width:60px;height:42px;padding:8px 0;}
	.n-news .news-list li a .news-img .news-date span{font-size:28px;line-height:28px;}
	.n-news .news-list li a .news-txt{
		width: auto;
		width: calc(60% - 51px);
		padding: 0 5%;
	}
	.n-news .news-list li a .news-txt h5{
		font-size:16px;
		line-height:28px;
		height:28px;
		margin-bottom:20px;
	}
	.n-news .news-list li a .news-txt p{
		font-size:12px;
		line-height:20px;
		height:40px;
	}
	.n-news .news-list li a .news-more {
	    width: 50px;
	    height: 50px;
	}
	.n-news .news-list li a .news-more .icon {
	    width: 36px;
	    height: 36px;
	}
}
@media (max-width: 750px) {
	.n-news .news-list li a .news-img{
		height: 100px;
	}
    .n-news .news-list li a .news-img .news-date{display:none;width:48px;height:30px;padding:8px 0;}
    .n-news .news-list li a .news-img .news-date span{font-size:18px;line-height:18px;}
    .n-news .news-list li a .news-img .news-date p{font-size:10px;line-height:14px;}
    .n-news .news-list li a .news-txt{
		width: calc(60% - 41px);
	}
    .n-news .news-list li a .news-txt h5{font-size:16px;line-height:24px;height:24px;margin-bottom:6px;}
    .n-news .news-list li a .news-more {
	    width: 40px;
	    height: 40px;
	}
	.n-news .news-list li a .news-more .icon {
	    width: 30px;
	    height: 30px;
	}
}

/* 新闻详情 */
.n-newsdetail{
	overflow: hidden;
}
.n-newsdetail .news-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-newsdetail .news-tools{
	width: 100%;
	text-align: center;
	color: #999;
	padding:10px 0;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}
.n-newsdetail .news-content{
	width: 100%;
	overflow: hidden;
}
.n-newsdetail .news-content img{
	max-width: 100%;
	height: auto;
}
.n-newsdetail .news-nav{
	width: 100%;
	border:1px #ccc solid;
	background: #eeeeee;
	overflow: hidden;
}
.n-newsdetail .news-nav, .n-newsdetail .news-nav a{
	color: #666;
}
.n-newsdetail .news-nav a:hover{
	color: #132a87;
}
.n-newsdetail .news-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-newsdetail .news-nav .nav-right a{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	background: #132a87;
	color: #fff;
}
.n-newsdetail .news-nav .nav-right a:hover{
	background: #141114;
	color: #fff;
}
.n-newsdetail .news-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.n-newsdetail .news-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-newsdetail .news-relate, .n-newsdetail .news-message{
	width: 100%;
	overflow: hidden;
}
.n-newsdetail .news-relate .tit, .n-newsdetail .news-message .tit{
	border-bottom: 1px #cccccc solid;
	padding-bottom: 20px;
}
.n-newsdetail .news-relate .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.n-newsdetail .news-relate .con li{
	width: 23.5%;
	margin-right:2%;
	margin-top: 2%;
	float: left;
	border:1px #cccccc solid;
	background: #eeeeee;
	padding:2%;
	box-sizing: border-box;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newsdetail .news-relate .con li:nth-child(4n){
	margin-right: 0;
}
.n-newsdetail .news-relate .con li:hover{
	background: #132a87;
}
.n-newsdetail .news-relate .con li a{
	display: block;
}
.n-newsdetail .news-relate .con li .rt{
	width: 16px;
}
.n-newsdetail .news-relate .con li .box{
	display: block;
	margin-right: 32px;
}
.n-newsdetail .news-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;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newsdetail .news-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;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newsdetail .news-relate .con li:hover a, .n-newsdetail .news-relate .con li:hover .box .s{
	color: #fff;
}
@media (max-width: 1480px) {
	.n-newsdetail .news-nav .nav-right{
		width: 100px;
		height: 70px;
		line-height: 70px;
	}
	.n-newsdetail .news-nav .nav-left{
		margin-right: 100px;
		height: 70px;
	}
	.n-newsdetail .news-relate .tit, .n-newsdetail .news-message .tit{
		padding-bottom: 10px;
	}
	.n-newsdetail .news-relate .con li{
		width: 32%;
	}
	.n-newsdetail .news-relate .con li:nth-child(4n){
		margin-right: 2%;
	}
	.n-newsdetail .news-relate .con li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.n-newsdetail .news-relate .con li{
		width: 49%;
	}
	.n-newsdetail .news-relate .con li:nth-child(4n){
		margin-right: 2%;
	}
	.n-newsdetail .news-relate .con li:nth-child(3n){
		margin-right: 2%;
	}
	.n-newsdetail .news-relate .con li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	.n-newsdetail .news-nav{
		display: flex;
		flex-direction: column-reverse;
	}
	.n-newsdetail .news-nav .nav-right{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.n-newsdetail .news-nav .nav-left{
		width: 100%;
		float: left;
		margin-right: 0;
		padding:4%;
		height: auto;
		box-sizing: border-box;
	}
	.n-newsdetail .news-relate .con li{
		width: 100%;
		margin-top: 4%;
		padding:4%;
		margin-right: 0;
	}
	.n-newsdetail .news-relate .con li:nth-child(4n){
		margin-right: 0;
	}
	.n-newsdetail .news-relate .con li:nth-child(3n){
		margin-right: 0;
	}
}

/* 品质 */
.n-quality{
	width: 100%;
	overflow: hidden;
}
.n-quality li{
	width: 100%;
	float: left;
	margin-bottom: 6%;
}
.n-quality li:last-child{
	margin-bottom: 0;
}
.n-quality .image{
	width: 44%;
    overflow: hidden;
}
.n-quality li:nth-child(2n+1) .image{
	float: left;
	padding: 2% 2% 0 0;
	background: url(../images/bg1.png) no-repeat top right;
}
.n-quality li:nth-child(2n) .image{
	float: right;
	padding: 2% 0 0 2%;
	background: url(../images/bg1.png) no-repeat top left;
}
.n-quality .image img{
	max-width: 100%;
	display: block;
}
.n-quality li:nth-child(2n+1) .image img{
	border-bottom-left-radius: 999px;
    border-top-left-radius: 999px;
}
.n-quality li:nth-child(2n) .image img{
	border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
}
.n-quality .word{
	width: 50%;
}
.n-quality li:nth-child(2n+1)  .word{
	float: right;
}
.n-quality li:nth-child(2n)  .word{
	float: left;
}
.n-quality .word .title{
	font-weight: bolder;
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1280px){}
@media (max-width: 992px){
	.n-quality .image{
		width: 98%;
	}
	.n-quality .word{
		width: 100%;
	}
	.n-quality .word{
		margin-top: 4%;
	}
}
@media (max-width: 750px){}

/* 联系 */
.n-contact{
	width: 100%;
	overflow: hidden;
}
.n-contact .contact-title {
  line-height: 1;
  font-size: 22px;
}
.n-contact .contact-title .text-title {
  padding-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.n-contact .contact-addrss {
  font-size: 16px;
  color: #666666;
  border-top: 1px solid #d8d7d7;
  border-bottom: 1px solid #d8d7d7;
  overflow: hidden;
}
.n-contact .contact-addrss .left {
  width: 66%;
}
.n-contact .contact-addrss .right {
  width: 30%;
}
.n-contact .contact-addrss .right img{
  max-width: 100%;
  height: auto;
  display: block;
  float: right;
}
.n-contact .contact-map{
  height: 450px;
  position: relative;
}
.n-contact .contact-map .my-map {
  height: 450px;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-contact .contact-addrss .left,
	.n-contact .contact-addrss .right {
	  width: 100%;
	}
	.n-contact .contact-addrss .right{
		margin-top: 4%;
	}
	.n-contact .contact-addrss .right img{
	  float: none;
	  margin: 0 auto;
	}
}

/*内容留言*/
.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;
}
.message-form .f button{
	width: 280px;
    height: 50px;
    background: #132a87;
    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:focus, .message-form .f button:hover{
	background: #141114;
}
@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 10px;
	}
	.message-form .f textarea{
		height: 192px;
		padding:10px;
	}
}
@media (max-width: 750px) {
	.message-form .f textarea{
		height: 162px;
	}
}

/* 分页 */
.page{
	width: 100%;
	overflow: hidden;
}
.page ul{
	text-align: center;
}
.page li{
	display: inline-block;
}
.page a{
    padding: 4px 10px;
	background: #fff;
	border: 1px #eee solid;
	display: block;
	margin: 0 2px;
}
.page li.active a, .page li:hover a{
	color: #fff;
	background: #132a87;
}
.page li.page-first a, .page li.disabled a{
	background: #eee;
	color: #555;
	pointer-events: none;
}
@media (max-width: 750px) {
	.page li.page-first{
		display: none;
	}
	.page a{
        padding: 2px 6px;
	}
}

/* 无数据 */
.no-data{
	width: 100%;
	text-align: center;
	color: #999;
	overflow: hidden;
}
.no-data i{
	font-size: 92px;
	line-height: 92px;
}
.no-data h2{
	margin-top: 10px;
}
@media (max-width: 750px) {
	.no-data h2{
		margin-top: 2%;
	}
}