@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.n-banner img{
	width: 100%;
	display: block;
}

/*内页公共*/
.n-y{
	width: 100%;
	overflow:hidden;
}
.page{
	width: 100%;
	text-align: center;
}
.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: #414141;
}
.page li.page-first a, .page li.disabled a{
	background: #eee;
	color: #555;
	pointer-events: none;
}
.no-data{
	width: 100%;
	text-align: center;
}
.n-path{
	overflow: hidden;
}
.n-path.line{
	border-bottom: 2px #cac8c9 solid
}
.n-path i{
    font-size: 12px;
}
@media (max-width: 1280px){
	.n-path.line{
		border-bottom: 1px #eee solid;
		border-top: 1px #eee solid;
	}
}

/*产品*/
.n-products{
	width: 100%;
	overflow: hidden;
}
.n-products .type-list{
	overflow: hidden;
}
.n-products .type-list li{
	width: 49%;
	float: left;
	margin-top: 6%;
}
.n-products .type-list li:nth-child(2n){
	float: right;
}
.n-products .type-list li:nth-child(1),
.n-products .type-list li:nth-child(2){
	margin-top: 0;
}
.n-products .type-list a{
	display: block;
}
.n-products .type-list .image{
	width: 100%;
	overflow: hidden;
}
.n-products .type-list .image img{
	width: 100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
	overflow: hidden;
}
.n-products .type-list a:hover .image img{
	transform: scale(1.1);
}
.n-products .type-list .word h1,
.n-products .type-list .word h2{
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .type-list .word h1{
	position: relative;
}
.n-products .type-list .word h1:after{
	content: "";
	position: absolute;
	width: 28px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #6c6869;
}
.n-products .products-content{
	overflow: hidden;
}
.n-products .products-content .box{
	width: 700px;
	float: right;
}
.n-products .products-list{
	overflow: hidden;
}
.n-products .products-list a{
	display: block;
	position: relative;
}
.n-products .products-list .mask{
	width: 100%;
	height: 100%;
	padding:4%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-products .products-list a:hover .mask{
	display: flex;
	opacity: 1;
	visibility: visible;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.n-products .products-list .mask h1{
	text-transform: uppercase;
	letter-spacing:8px;
}
.n-products .products-list a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.n-products .products-list .box{
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
.n-products .products-list .box > div{
	width: 50%;
}
.n-products .products-list .box .right > div{
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.n-products .products-list .box a{
	width: 100%;
	height: 100%;
}
.n-products .products-list ul{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list ul li{
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
	float: left;
}
.n-products .products-list ul li:nth-child(4n){
	margin-right: 0;
}
.n-products .prodcutslist-box{
    overflow: hidden;
}
.n-products .prodcutslist-box .productslist-list{
    width: 100%;
    overflow: hidden;
}
.n-products .prodcutslist-box .productslist-list li{
    width: 49%;
    margin-bottom: 6%;
    float: left;
}
.n-products .prodcutslist-box .productslist-list li:nth-child(2n){
    float: right;
}
.n-products .prodcutslist-box .productslist-list a{
	display: block;
}
.n-products .prodcutslist-box .productslist-list .image{
	width: 100%;
	overflow: hidden;
}
.n-products .prodcutslist-box .productslist-list .image img{
	width: 100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
	overflow: hidden;
}
.n-products .prodcutslist-box .productslist-list a:hover .image img{
	transform: scale(1.1);
}
.n-products .prodcutslist-box .productslist-list .word h1,
.n-products .prodcutslist-box .productslist-list .word h2{
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .prodcutslist-box .productslist-list .word h1{
	position: relative;
}
.n-products .prodcutslist-box .productslist-list .word h1:after{
	content: "";
	position: absolute;
	width: 28px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #6c6869;
}
.n-products .products-word{
	text-align: center;
	overflow: hidden;
}
.n-products .products-detail{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .detail-imgbox{
	display: flex;
	justify-content: space-between;
}
.n-products .products-detail .detail-imgbox .left{
	width: 50%;
	max-width: 635px;
}
.n-products .products-detail .detail-imgbox .left .zoom{
	width: 100%;
}
.n-products .products-detail .detail-imgbox .left .zoom img{
	width: 100%;
	display: block;
}
.n-products .products-detail .detail-imgbox .left .details-thumbnails{
	width: 100%;
	position: relative;
}
.n-products .products-detail .detail-imgbox .left .details-thumbnails img{
	width: 100%;
}
.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-container{
	width: calc(100% - 116px);
	margin:0 auto;
}
.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-slide{
	opacity: .5;
}
.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-slide-active{
	opacity: 1;
}
.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-button-prev{
	width: 18px;
	left: 0;
}
.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-button-next{
	width: 18px;
	right: 0;
}
.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-button-prev:after,
.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-button-next:after{
	font-size: 18px;
	color: #7d7b7c;
}
.n-products .products-detail .detail-imgbox .right{
	width: 46%;
	font-size: 16px !important;
	line-height: 26px !important;
}
.n-products .products-detail .detail-imgbox .right p,
.n-products .products-detail .detail-imgbox .right span,
.n-products .products-detail .detail-imgbox .right h1,
.n-products .products-detail .detail-imgbox .right h2,
.n-products .products-detail .detail-imgbox .right h3,
.n-products .products-detail .detail-imgbox .right h4,
.n-products .products-detail .detail-imgbox .right h5,
.n-products .products-detail .detail-imgbox .right h6{
	font-size: 16px !important;
	font-style: normal !important;
	font-family: 'Fontsstyle', 'Arial', "Microsoft YaHei", sans-serif !important;
}
.n-products .products-detail .detail-imgbox .right strong,
.n-products .products-detail .detail-imgbox .right b{
	display: block;
	font-size: 20px !important;
	margin-bottom: 8px;
}
.n-products .products-detail .detail-imgbox .right table{
	width: 100%;
}
.n-products .products-detail .detail-imgbox .right table td{
	padding:4px 0;
}
.n-products .products-detail .detail-imgbox .right img,
.n-products .products-detail .detail-contentbox img{
	max-width: 100%;
	height: auto !important;
	display: block;
}
@media (max-width: 1480px){
	.n-products .products-list ul li{
		width: 32%;
	}
	.n-products .products-list ul li:nth-child(4n){
		margin-right: 2%;
	}
	.n-products .products-list ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 1280px){
	.n-products .products-content .box{
		width: 100%;
		float: right;
	}
}
@media (max-width: 992px){
	.n-products .products-detail .detail-imgbox {
	    flex-direction: column;
	}
	.n-products .products-detail .detail-imgbox .left,
	.n-products .products-detail .detail-imgbox .right{
		max-width: 100%;
		width: 100%;
	}
	.n-products .products-detail .detail-imgbox .right{
		margin-top: 8%;
	}
}
@media (max-width: 750px){
	.n-products .type-list li{
		width: 100%;
	}
	.n-products .type-list li:nth-child(2){
		margin-top: 6%;
	}
	.n-products .products-list .box{
		flex-direction: column;
	}
	.n-products .products-list .box > div{
		width: 100%;
	}
	.n-products .products-list ul li{
		width: 49%;
		margin-right: 0;
	}
	.n-products .products-list ul li:nth-child(4n){
		margin-right: 0;
	}
	.n-products .products-list ul li:nth-child(2n){
		float: right;
	}
	.n-products .prodcutslist-box .productslist-list li{
        width: 100%;
    }
	.n-products .products-detail .detail-imgbox .right{
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.n-products .products-detail .detail-imgbox .right p,
	.n-products .products-detail .detail-imgbox .right span,
	.n-products .products-detail .detail-imgbox .right h1,
	.n-products .products-detail .detail-imgbox .right h2,
	.n-products .products-detail .detail-imgbox .right h3,
	.n-products .products-detail .detail-imgbox .right h4,
	.n-products .products-detail .detail-imgbox .right h5,
	.n-products .products-detail .detail-imgbox .right h6{
		font-size: 14px !important;
	}
	.n-products .products-detail .detail-imgbox .right strong,
	.n-products .products-detail .detail-imgbox .right b{
		font-size: 16px !important;
		margin-bottom: 4px;
	}
	.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-button-prev:after,
	.n-products .products-detail .detail-imgbox .left .details-thumbnails .swiper-button-next:after{
		font-size: 14px;
	}
}

/*关于*/
.n-about{
	background:#fff;
	overflow: hidden;
}
.n-about img{
	max-width: 100% !important;
	height: auto !important;
}
.n-about .type-list{
	border-bottom: 1px #d1d1d1 solid;
	overflow: hidden;
}
.n-about .type-list .swiper-slide{
	position: relative;
}
.n-about .type-list .swiper-slide:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	top:33px;
	right: 0;
	background: #acacac;
}
.n-about .type-list .swiper-slide:last-child:after{
	display: none;
}
.n-about .type-list .swiper-slide a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #898989;
}
.n-about .type-list .swiper-slide a span{
	line-height: 80px;
	position: relative;
}
.n-about .type-list .swiper-slide a span:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #484848;
	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-about .type-list .swiper-slide:hover a,
.n-about .type-list .swiper-slide.on a{
	color: #000;
}
.n-about .type-list .swiper-slide:hover a span:after,
.n-about .type-list .swiper-slide.on a span:after{
	transform-origin: center;
    transform: scale(1);
}
.n-about .about-box{
	overflow: hidden;
}
.n-about .about-box > div{
	overflow: hidden;
}
.n-about .about-box img{
	max-width: 100%;
}
.n-about .leader-box{
	overflow: hidden;
}
.n-about .leader-box > div{
	overflow: hidden;
}
.n-about .leader-box .image img{
	float: right;
	display: block;
	max-width: 100%;
}
.n-about .power-box{
	overflow: hidden;
}
.n-about .power-box img{
	width: 100%;
	display: block;
}
.n-about .power-box > div{
	overflow: hidden;
}
.n-about .power-box .box2 .title{
	border-bottom: 1px #adadad solid;
}
.n-about .power-box .box9 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.n-about .power-box .box9 li{
	width: 49.6%;
}
.n-about .power-box .box9 img{
	height: 100% !important;
    object-fit: cover;
}
.n-about .team-box{
	overflow: hidden;
}
.n-about .team-box > div{
	overflow: hidden;
}
.n-about .team-box img{
	width: 100%;
	display: block;
}
.n-about .team-box .box2 .title{
	border-bottom: 1px #adadad solid;
}
.n-about .team-box .box2 img{
	width: auto;
}
.n-about .pic-box{
	width: 100%;
	padding:0 3%;
	overflow: hidden;
}
.n-about .pic-box .pic-list{
	width: 100%;
	overflow: hidden;
}
.n-about .pic-box .pic-list li{
	width: 49%;
	margin-bottom: 6%;
	float: left;
}
.n-about .pic-box .pic-list li:nth-child(2n){
	float: right;
}
.n-about .pic-box .pic-list a{
	display: block;
}
.n-about .pic-box .pic-list .image{
	position: relative;
	overflow: hidden;
}
.n-about .pic-box .pic-list .image img{
	width: 100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-about .pic-box .pic-list a:hover .image img{
	transform: scale(1.1);
}
.n-about .pic-box .pic-list .image i{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, .6);
	font-size: 80px;
}
.n-about .pic-box .pic-list .title{
	position: relative;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-about .pic-box .pic-list .title:after{
	content:"";
	width: 28px;
	height: 1px;
	background: #aaa;
	position: absolute;
	left: 0;
	bottom: 0;
}
.n-about .pic-box .pic-list .summary{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-about .pic-detailbox{
	overflow: hidden;
}
.n-about .pic-detailbox .title{
	text-align: center;
}
.n-about .pic-detailbox .date{
	text-align: center;
}
.n-about .pic-detailbox .content img{
	max-width: 100%;
}
.n-about .media-box{
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.n-about .media-box img{
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-about .media-box:hover img{
	transform: scale(1.1);
}
.n-about .media-box i{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, .6);
	font-size: 100px;
}
@media (max-width: 1280px){}
@media (max-width: 992px){}
@media (max-width: 750px){
	.n-about .type-list .swiper-slide:after{
		top:18px;
	}
	.n-about .type-list .swiper-slide a span{
		line-height: 50px;
	}
	.n-about .leader-box .image{
		margin-top: 8%;
	}
	.n-about .leader-box .image img {
	    float: none;
	    margin:0 auto;
	}
	.n-about .pic-box .pic-list li {
	    width: 100%;
	}
	.n-about .media-box i {
	    font-size: 50px;
	}
	.n-about .pic-box .pic-list .image i {
	    font-size: 40px;
	}
}

/*服务*/
.n-service{
	width: 100%;
	overflow: hidden;
}
.n-service > div{
	overflow: hidden;
}
.n-service .line{
	position: relative;
}
.n-service .line:after{
	content: "";
	position: absolute;
	left:0;
	bottom: 0;
	width: 36px;
	height: 1px;
	background: #999596;
}
.n-service .line.line1:after{
	width: 22px;
}
.n-service .arrow{
	width:0;
	height:0;
	border-right:14px solid transparent;
	border-left:14px solid transparent;
	border-top:14px solid #b2b2b2;
}
.n-service .arrow1{
	width:0;
	height:0;
	border-right:14px solid transparent;
	border-left:14px solid transparent;
	border-bottom:14px solid #b2b2b2;
}
.n-service img{
	width: 100%;
	display: block;
}
.n-service .zoom-img{
	background: #000;
	position: relative;
	cursor: pointer;
}
.n-service .zoom-img img{
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-service .zoom-img img:nth-child(2){
    display: none;
}
.n-service .zoom-img em{
	font-size: 30px;
	position: absolute;
	color: #fff;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.n-service .zoom-img:hover img{
	opacity: .6;
}
.n-service .zoom-img:hover em{
	opacity: 1;
}
.n-service .box2{
	background: #fafbfd;
	display: flex;
	align-items: stretch;
}
.n-service .box2 > div{
	width: 50%;
}
.n-service .box2 .left img{
	height: 100%;
	object-fit: cover;
}
.n-service .box2 .right{
	padding:90px;
}
.n-service .box2 .right > div{
	display: flex;
	flex-direction: column;
}
.n-service .box5{
	background: #fafbfd;
	display: flex;
	align-items: stretch;
}
.n-service .box5 > div{
	width: 50%;
}
.n-service .box5 .left{
	padding:90px;
}
.n-service .box5 .right img{
	height: 100%;
	object-fit: cover;
}
.n-service .box8 > ul > li{
	width: 49%;
	float: left;
}
.n-service .box8 > ul > li:nth-child(2n){
	float: right;
}
.n-service .box8 .word img{
	width: auto;
	max-width: 100%;
}
.n-service .box9{
	background: #f5f5f5;
}
.n-service .box9 .title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-service .box9 .content .div1{
	width: 56%;
	padding-right: 8%;
	float: right;
	position: relative;
	z-index: 2;
}
.n-service .box9 .content .div1 .word{
	width: 50%;
	margin: 0 auto;
}
.n-service .box9 .content .div2{
	width: 50%;
	margin-top: -34%;
	float: left;
}
.n-service .box9 .content .div2 .word{
	width: 58%;
	margin: 0 auto;
}
.n-service .box9 .content .div3{
	width: 38%;
	padding-top: 6%;
	float: right;
}
.n-service .box9 .content .div3 .word{
	width: 54%;
}
.n-service .box9 .content .div4{
	width: 56%;
	padding-left: 8%;
	padding-top: 6%;
	float: left;
}
.n-service .box9 .content .div4 .word{
	width: 54%;
}
@media (max-width: 1280px){
	.n-service .box2 .right {
	    padding: 6%;
	}
	.n-service .box5 .left {
	    padding: 6%;
	}
	.n-service .box9 .title {
	    display: block;
	}
	.n-service .box9 .content .div1,
	.n-service .box9 .content .div2,
	.n-service .box9 .content .div3,
	.n-service .box9 .content .div4 {
	    width: 100%;
	    padding: 0 3%;
	    margin-bottom: 8%;
	}
	.n-service .box9 .content .div2{
		margin-top: 0;
	}
	.n-service .box9 .content .div4{
		margin-bottom: 0;
	}
	.n-service .box9 .content .div1 .word,
	.n-service .box9 .content .div2 .word,
	.n-service .box9 .content .div3 .word,
	.n-service .box9 .content .div4 .word {
	    width: 100%;
	    margin: 0 auto;
	}
}
@media (max-width: 992px){
	.n-service .box2,
	.n-service .box5 {
	   flex-direction: column;
	}
	.n-service .box2 > div,
	.n-service .box5 > div{
		width: 100%;
	}
	.n-service .box8 > ul > li {
	    width: 100%;
	    margin-bottom: 8%;
	}
	.n-service .box8 > ul > li:last-child{
		margin-bottom: 0;
	}
}
@media (max-width: 750px){
	.n-service .arrow {
	    border-right: 8px solid transparent;
	    border-left: 8px solid transparent;
	    border-top: 8px solid #b2b2b2;
	}
	.n-service .arrow1 {
	    border-right: 8px solid transparent;
	    border-left: 8px solid transparent;
	    border-bottom: 8px solid #b2b2b2;
	}
}

/*新闻*/
.n-news{
	overflow: hidden;
}
.n-news .title{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.n-news .title:after{
	content:"";
	width: 148px;
	position: absolute;
	bottom: 0;
	left:0;
	height: 1px;
	background: #585858;
}
.n-news .title h1{
	color: #333333;
}
.n-news .title h2{
	position: relative;
}
.n-news .content{
	width: 100%;
	overflow: hidden;
}
.n-news .content .news-list{
	width: 100%;
	overflow: hidden;
}
.n-news .content .news-list li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 6%;
}
.n-news .content .news-list li:nth-child(3n){
	margin-right: 0;
}
.n-news .content .news-list a{
	display: block;
	background: #fff;
	margin:6px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	padding:14px;
}
.n-news .content .news-list a .image{
	width: 100%;
	overflow: hidden;
}
.n-news .content .news-list a .image img{
	width: 100%;
	display: block;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-news .content .news-list a:hover .image img{
	transform: scale(1.1);
}
.n-news .content .news-list a .biaoti{
	position: relative;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .content .news-list a .biaoti:after{
	content:"";
	width: 28px;
	height: 1px;
	background: #505050;
	position: absolute;
	left: 0;
	bottom: 0;
}
.n-news .content .news-list a .jianjie{
	line-height: 24px;
	color: #787878;
	height: 70px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.n-news .content .news-list a .time{
	text-align: right;
}
.n-newsdetail{
	overflow: hidden;
}
.n-newsdetail .news-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
}
.n-newsdetail .news-tools{
	width: 100%;
	text-align: center;
	color: #999;
	padding:10px 0;
	border-bottom: 1px #eee 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 #eee solid;
	background: #eeeeee;
	overflow: hidden;
}
.n-newsdetail .news-nav, .n-newsdetail .news-nav a{
	color: #666;
}
.n-newsdetail .news-nav a:hover{
	color: #414141;
}
.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: #414141;
	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 #eeeccc solid;
}
.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: 32%;
	margin-right:2%;
	margin-top: 2%;
	float: left;
	border:1px #eeeccc 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(3n){
	margin-right: 0;
}
.n-newsdetail .news-relate .con li:hover{
	background: #414141;
}
.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: 1280px){}
@media (max-width: 992px){
	.n-news .content .news-list li {
	    width: 49%;
	    margin-right: 0;
	}
	.n-news .content .news-list li:nth-child(2n){
		float: right;
	}
	.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-news .content .news-list li {
	    width: 100%;
	}
	.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;
	}
	.n-newsdetail .news-relate .con li{
		width: 100%;
		margin-top: 4%;
		padding:4%;
		margin-right: 0;
	}
}

/*联系*/
.n-contact{
	width: 100%;
	overflow: hidden;
}
.n-contact .contact-box{
	width: 100%;
	background: #fff;
	overflow:hidden;
}
.n-contact .contact-box ul{
    display: flex;
    justify-content: space-between;
}
.n-contact .contact-box em{
	width: 40px;
	height: 40px;
	border:2px #606062 solid;
	color: #606062;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.n-contact .feedback-box{
	width: 100%;
	overflow: hidden;
}
.n-contact .feedback-box .box{
	overflow: hidden;
}
.n-contact .feedback-box .box .title{
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.n-contact .feedback-box .box .title:after{
	content:"";
	width: 34px;
	height: 1px;
	position: absolute;
	left:50%;
	background: #8a8a8a;
	bottom: 0;
	transform: translateX(-50%);
}
.n-contact .feedback-box .box .title h1{
    color: #333333;
}
.n-contact .feedback-box .box .title h2{
	color: #666666;
}
.n-contact .feedback-box .box .content{
	width: 100%;
	overflow: hidden;
}
.n-contact .feedback-box .box .content li{
	width: 100%;
	float: left;
	margin-bottom: 2%;
}
.n-contact .feedback-box .box .content li:last-child{
	margin-bottom: 0;
}
.n-contact .feedback-box .box .content li.h{
	width: 49%;
}
.n-contact .feedback-box .box .content li.h:nth-child(2n){
	float: right;
}
.n-contact .feedback-box .box .content li input{
	width: 100%;
	height: 60px;
	border:none;
	padding:0 14px;
}
.n-contact .feedback-box .box .content li textarea{
	width: 100%;
	border:none;
	height: 150px;
	padding:14px;
	resize: none;
}
.n-contact .feedback-box .box .content li button{
	width: 100%;
	height: 58px;
	background: #212b35;
	color: #fff;
	cursor: pointer;
	border:none;
}
.n-contact .feedback-box .box .content li ::-webkit-input-placeholder {
    font-size: 18px;
}
@media (max-width: 1280px){}
@media (max-width: 992px){}
@media (max-width: 750px){
	.n-contact .contact-box ul{
	    flex-direction: column;
	}
	.n-contact .contact-box li{
		margin-bottom: 5%;
		text-align: center;
	}
	.n-contact .contact-box li:last-child{
		margin-bottom: 0;
	}
	.n-contact .contact-box li em{
		margin:0 auto;
	}
	.n-contact .feedback-box .box .content li.h{
		width: 100%;
	}
	.n-contact .feedback-box .box .content li input{
		height: 48px;
	}
	.n-contact .feedback-box .box .content li button{
		height: 48px;
	}
	.n-contact .feedback-box .box .content li ::-webkit-input-placeholder {
	    font-size: 14px;
	}
}

/*搜索*/
.search-box{
	overflow: hidden;
}
.search-box .search-list{
	width: 100%;
	margin-bottom: 4%;
	overflow: hidden;
}
.search-box .search-list li{
	width: 18.4%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.search-box .search-list li:nth-child(5n){
	margin-right: 0;
}
.search-box .search-list img{
	width: 100%;
}
@media (max-width: 1480px) {
	.search-box .search-list li{
		width: 23.5%;
	}
	.search-box .search-list li:nth-child(5n){
		margin-right: 2%;
	}
	.search-box .search-list li:nth-child(4n){
		margin-right: 0;
	}
}
@media (max-width: 1280px) {
	.search-box .search-list li{
		width: 32%;
	}
	.search-box .search-list li:nth-child(4n){
		margin-right: 2%;
	}
	.search-box .search-list li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 992px) {}
@media (max-width: 750px) {
	.search-box .search-list li{
		width: 49%;
	}
	.search-box .search-list li:nth-child(3n){
		margin-right: 2%;
	}
	.search-box .search-list li:nth-child(2n){
		margin-right: 0;
	}
}

/*内容留言*/
.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: #414141;
    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;
	}
}