@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	height: 460px;
	position: relative;
	overflow: hidden;
}
.n-banner > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.n-banner .n-typename{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.n-banner .n-typename > div{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.n-banner .n-typename h1{
	margin-bottom: 10px;
}
@media (max-width: 1280px) {
	.n-banner{
		height: 400px;
	}
}
@media (max-width: 992px) {
	.n-banner{
		height: 360px;
	}
}
@media (max-width: 750px) {
	.n-banner{
		height: 240px;
	}
}

/* 内页公共 */
.n-type{
	width: 100%;
	border-bottom: 1px #eee solid;
}
.n-type .swiper-slide{
	text-align: center;
	position: relative;
}
.n-type .swiper-slide:after{
	content: "";
	width: 1px;
	height: 12px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.n-type .swiper-slide:last-child:after{
	display: none;
}
.n-type .swiper-slide > ul{
	display: none;
}
.n-type .swiper-slide > a{
	display: block;
	padding: 16px 0;
	font-size: 16px;
}
.n-type .swiper-slide:hover > a, 
.n-type .swiper-slide.current > a{
	color: #de1712;
}
.n-type .swiper-slide > a:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #de1712;
	position: absolute;
	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-type .swiper-slide:hover > a:after, 
.n-type .swiper-slide.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
.n-type .swiper-button-next:after,
.n-type .swiper-button-prev:after{
    display: none;
}
.n-type .swiper-button-next, .n-type .swiper-button-prev{
	width: 16px;
	color: #555;
	outline: none;
}
.n-type .swiper-button-next{
	right: 0;
}
.n-type .swiper-button-prev{
	left: 0;
}
.n-type .swiper-button-disabled{
	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:6px 20px;
	display: block;
	font-size: 15px;
}
.secondType li.on a, .secondType li:hover a{
	border-color: #de1712;
	background: #de1712;
	color: #fff;
}
.secondType li.on a{
    font-weight: bolder;
}
@media (max-width: 1280px) {
	.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) {
}
@media (max-width: 750px) {
}

.n-y{
	width: 100%;
	overflow: hidden;
}

.n-y .n-tit{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	overflow: hidden;
}
.n-y .n-tit .font36{
	color: #303030;
}
.n-y .n-tit.white .font36{
	color: #fff;
}
.n-y .n-tit .line-box{
	width: 21px;
	margin: 0 auto;
	margin-top: 16px;
}
.n-y .n-tit .line{
    height: 2px;
	background: #de1712;
	margin-top: 3px;
}
.n-y .n-tit.white .line{
	background: #fff;
}
.n-y .n-tit .line-01{
	width: 21px;
}
.n-y .n-tit .line-02{
	width: 14px;
}
.n-y .n-tit .line-03{
	width: 16px;
}

/* 内页关于 */
.n-about{
	width: 100%;
	overflow: hidden;
}
.n-about .about-box{
	width: 100%;
	overflow: hidden;
}
.n-about .about-box .con{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.n-about .about-box .con > div{
	width: 48%;
	font-size: 15px;
	line-height: 28px;
}
.n-about .about-box .con .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n-about .honor-box{
	background: url('../images/in-bg1.jpg') repeat-x center top;
	overflow: hidden;
}
.n-about .honor-box .swiper-slide a{
	border: 1px #eee solid;
	height: 202px;
	display: block;
	position: relative;
}
.n-about .honor-box .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.n-about .honor-box .swiper-slide a .title{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	height: 36px;
	line-height: 36px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-about .honor-box .swiper-button-next:after,
.n-about .honor-box .swiper-button-prev:after{
	display: none;
}
.n-about .honor-box .swiper-button-next,
.n-about .honor-box .swiper-button-prev{
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
}
.n-about .honor-box .swiper-button-next{
	right: 0;
}
.n-about .honor-box .swiper-button-prev{
	left: 0;
}
.n-about .culture-box{
	width: 100%;
	background: url('../images/d_bg01.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .culture-box ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.n-about .culture-box ul li{
	float: left;
	margin-right: 2%;
	margin-top: 4%;
	padding:30px;
	flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23.5%;
    flex: 1 0 23.5%;
    background: #fff;
    overflow: hidden;
}
.n-about .culture-box ul li:nth-child(4){
	margin-right: 0;
}
.n-about .culture-box ul li .title{
	text-align: center;
	font-weight: bolder;
	color: #303030;
	padding-bottom: 18px;
	position: relative;
}
.n-about .culture-box ul li .title:after{
	content: "";
	width: 30px;
	height: 2px;
	background: #de1712;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.n-about .culture-box ul li .content dt{
	font-weight: bolder;
}
.n-about .culture-box ul li .content dd{
	margin-bottom: 10px;
}
.n-about .culture-box ul li .content dd:last-child{
	margin-bottom: 0;
}
.n-about .develop-box{
	width: 100%;
	background: url('../images/index_cnt_m_about.png') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .develop-box ul{
	display: flex;
	justify-content: space-between;
}
.n-about .develop-box li{
	width: 18%;
	margin: 3px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	text-align: left;
	font-weight: 500;
}
.n-about .develop-box li:nth-child(1){
	margin-top: 200px;
}
.n-about .develop-box li:nth-child(2){
	margin-top: 150px;
}
.n-about .develop-box li:nth-child(3){
	margin-top: 100px;
}
.n-about .develop-box li:nth-child(4){
	margin-top: 50px;
}
.n-about .develop-box li .image h1{
	text-align: center;
	background: #eee;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0;
}
.n-about .develop-box li .image h2,
.n-about .develop-box li .image h2 img{
	width: 100%;
	display: block;
}
.n-about .develop-box li .word{
    padding: 15px;
}
.n-about .history-box{
	width: 100%;
	overflow: hidden;
}
.n-about .history-box .history-time{
	height: 92px;
	display: flex;
	overflow: hidden;
}
.n-about .history-box .swiper-button-next:after,
.n-about .history-box .swiper-button-prev:after{
	display: none;
}
.n-about .history-box .swiper-button-next i,
.n-about .history-box .swiper-button-prev i{
	font-size: 30px;
}
.n-about .history-box .swiper-button-next,
.n-about .history-box .swiper-button-prev{
	position: static;
	color: #303030;
	display: block;
	width: 24px;
	height: 92px;
	line-height: 92px;
	margin: 0;
	outline: none;
}
.n-about .history-box .swiper-button-next{
	float: right;
	text-align: right;
}
.n-about .history-box .swiper-button-prev{
	float: left;
	text-align: left;
}
.n-about .history-box .swiper-container{
    margin: 0 20px;
}
.n-about .history-box .swiper-container .line{
	width: 100%;
	height: 1px;
	background: #303030;
	position: absolute;
	left: 0;
	top: 46px;
}
.n-about .history-box .swiper-container .swiper-slide .date{
    height: 36px;
    text-align: center;
}
.n-about .history-box .swiper-container .swiper-slide-active .date{
	color: #de1712;
}
.n-about .history-box .swiper-container .swiper-slide .dot{
	width: 20px;
	height: 20px;
	border: 6px #4c4c4c solid;
	border-radius: 50%;
	margin: 0 auto;
}
.n-about .history-box .swiper-container .swiper-slide-active .dot{
	border-color: #de1712;
}
.n-about .history-box .swiper-container .swiper-slide .content{
	display: none;
}
.n-about .history-box .history-content{
    padding: 0 44px;
}
.n-about .history-box .history-content p{
	background: url('../images/in-img1.gif') no-repeat left 8px;
	padding-left: 16px;
	font-size: 15px;
}
.n-about .picture-box{
	overflow: hidden;
}
.n-about .picture-box .hd{
	text-align: center;
}
.n-about .picture-box .hd li{
	display: inline-block;
	cursor: pointer;
	background: #eee;
	line-height: 40px;
	padding: 0 30px;
	margin: 0 10px;
}
.n-about .picture-box .hd li.cur{
	background: #de1712;
	color: #fff;
}
.n-about .picture-box .swiper-button-next:after,
.n-about .picture-box .swiper-button-prev:after{
	display: none;
}
.n-about .picture-box .bd .swiper-slide{
	padding: 3px;
}
.n-about .picture-box .bd .swiper-slide a{
	border: 1px #eee solid;
	display: block;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: relative;
}
.n-about .picture-box .bd .swiper-slide .mask{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-about .picture-box .bd .swiper-slide .mask i{
	font-size:28px;
}
.n-about .picture-box .bd .swiper-slide a:hover .mask{
    visibility: visible;
    opacity: 1;
}
.n-about .picture-box .bd .swiper-slide .image{
	width: 100%;
	overflow: hidden;
}
.n-about .picture-box .bd .swiper-slide .image img{
	width: 100%;
	display: block;
}
.n-about .picture-box .bd .swiper-slide .title{
	text-align: center;
	line-height: 50px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-about .picture-box .bd .swiper-button-next,
.n-about .picture-box .bd .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
}
.n-about .picture-box .bd .swiper-button-next{
	right: 0;
}
.n-about .picture-box .bd .swiper-button-prev{
	left: 0;
}
.n-about .picture-box .bd .swiper-pagination{
	position: static;
}
.n-about .picture-box .bd .swiper-pagination .swiper-pagination-bullet{
	outline: none;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.n-about .picture-box .bd .swiper-pagination .swiper-pagination-bullet-active{
    background: #de1712;
}
@media (max-width: 1280px) {
	.n-about .culture-box ul li{
	    -ms-flex: 1 0 49%;
	    flex: 1 0 49%;
	    padding: 4%;
	}
	.n-about .culture-box ul li:nth-child(4){
		margin-right: 2%;
	}
	.n-about .culture-box ul li:nth-child(2n){
		margin-right: 0;
	}
	.n-about .develop-box ul{
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	    align-items: stretch;
	}
	.n-about .develop-box li:nth-child(1),
	.n-about .develop-box li:nth-child(2),
	.n-about .develop-box li:nth-child(3),
	.n-about .develop-box li:nth-child(4){
		margin-top: 3px;
	}
	.n-about .develop-box li{
		flex-basis: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
        flex: 1 0 48%;
		margin: 0 1%;
		margin-bottom: 2%;
	}
	.n-about .develop-box li:last-child{
		margin-bottom: 3px;
	}
}
@media (max-width: 992px) {
	.n-about .about-box .con{
		display: block;
	}
	.n-about .about-box .con > div{
		width: 100%;
	}
	.n-about .about-box .con .image{
		margin-bottom: 4%;
	}
}
@media (max-width: 750px) {
	.n-about .culture-box ul li{
	    -ms-flex: 1 0 100%;
	    flex: 1 0 100%;
	    margin-right: 0;
	}
	.n-about .culture-box ul li:nth-child(4){
		margin-right: 0;
	}
	.n-about .develop-box li{
        -ms-flex: 1 0 98%;
        flex: 1 0 98%;
	}
}

/* 内页产品 */
.n-productslist{
	overflow: hidden;
}
.n-productslist ul li{
	width: 32%;
	float: left;
	margin-bottom: 4%;
	margin-right: 2%;
	padding: 3px;
	background: #fff;
	overflow: hidden;
}
.n-productslist ul li:nth-child(3n){
	margin-right: 0;
}
.n-productslist ul a{
	border: 1px #eeeeee solid;
	display: block;
}
.n-productslist ul a:hover{
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.n-productslist ul .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-productslist ul .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.n-productslist ul .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-productslist ul li:hover .pic img{
	transform: scale(1.1);
}
.n-productslist ul .title{
	width: 92%;
	height: 60px;
	margin: 0 auto;
	border-top: 2px #eee solid;
	position: relative;
}
.n-productslist ul .title:before{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #de1712;
	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-productslist ul li:hover .title:before{
	transform-origin: left;
    transform: scale(1);
}
.n-productslist ul .title .right{
	width: 16px;
	line-height: 60px;
	text-align: right;
}
.n-productslist ul .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-productslist ul li{
		width: 49%;
		margin-right: 0;
	}
	.n-productslist ul li:nth-child(2n){
		float: right;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

.n-productsdetail{
	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 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;
    white-space:nowrap;
}
.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: #de1712;
}
.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: #de1712;
	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{
	overflow: hidden;
}
.n-productsdetail .products-relate li{
	width: 32%;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	padding: 3px;
	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 a:hover{
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.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: #de1712;
	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 .products-relate li{
		width: 49%;
		margin-right: 0;
	}
	.n-productsdetail .products-relate li:nth-child(2n){
		float: right;
	}
	.n-productsdetail .tit{
		padding-bottom: 10px;
	}
	.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-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-caselist{
	overflow: hidden;
}
.n-caselist li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 4%;
	float: left;
}
.n-caselist li:nth-child(3n){
	margin-right: 0;
}
.n-caselist li a{
	display: block;
	border-bottom: 1px #eee solid;
	overflow: hidden;
}
.n-caselist li a:hover{
	border-color: #de1712;
}
.n-caselist li a .image{
	width: 100%;
	overflow: hidden;
}
.n-caselist li 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-caselist li a:hover .image img{
	transform: scale(1.1);
}
.n-caselist li a .word{
	width: 100%;
	padding: 15px 0;
	line-height: 26px;
	overflow: hidden;
}
.n-caselist li a .word .arrow{
    width: 42px;
    height: 26px;
    position: relative;
}
.n-caselist li a .word .arrow i{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-caselist li a:hover .word .arrow{
	border-left: 1px #eee solid;
}
.n-caselist li a:hover .word .arrow i{
    left: auto;
    right: 0;
    transform: none;
}
.n-caselist li a .word .title{
	width: auto;
	width: calc(100% - 42px);
	height: 26px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1280px) {
	.n-caselist li{
		width: 49%;
		margin-right: 0;
	}
	.n-caselist li:nth-child(2n){
		float: right;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

.n-casedetail{
	overflow: hidden;
}
.n-casedetail .case-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-casedetail .case-tools{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-casedetail .case-tools img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.n-casedetail .case-content{
	width: 100%;
	overflow: hidden;
}
.n-casedetail .case-content .tit{
	border-bottom: 1px #eeeeee solid;
	padding-bottom: 20px;
}
.n-casedetail .case-content img{
	max-width: 100%;
	height: auto;
}
.n-casedetail .case-nav{
	width: 100%;
	border:1px #eeeeee solid;
	background: #f5f5f5;
	overflow: hidden;
}
.n-casedetail .case-nav, .n-casedetail .case-nav a{
	color: #666;
}
.n-casedetail .case-nav a:hover{
	color: #de1712;
}
.n-casedetail .case-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.n-casedetail .case-nav .nav-right a{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	background: #de1712;
	color: #fff;
}
.n-casedetail .case-nav .nav-right a:hover{
	background: #141114;
	color: #fff;
}
.n-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-casedetail .case-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-casedetail .case-relate, .n-casedetail .case-message{
	width: 100%;
	overflow: hidden;
}
.n-casedetail .case-relate .tit, .n-casedetail .case-message .tit{
	border-bottom: 1px #eeeeee solid;
	padding-bottom: 20px;
}
.n-casedetail .case-relate li{
	width: 32%;
	margin-right: 2%;
	margin-top: 4%;
	float: left;
}
.n-casedetail .case-relate li:nth-child(3n){
	margin-right: 0;
}
.n-casedetail .case-relate li a{
	display: block;
	border-bottom: 1px #eee solid;
	overflow: hidden;
}
.n-casedetail .case-relate li a:hover{
	border-color: #de1712;
}
.n-casedetail .case-relate li a .image{
	width: 100%;
	overflow: hidden;
}
.n-casedetail .case-relate li 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-casedetail .case-relate li a:hover .image img{
	transform: scale(1.1);
}
.n-casedetail .case-relate li a .word{
	width: 100%;
	padding: 15px 0;
	line-height: 26px;
	overflow: hidden;
}
.n-casedetail .case-relate li a .word .arrow{
    width: 42px;
    height: 26px;
    position: relative;
}
.n-casedetail .case-relate li a .word .arrow i{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-casedetail .case-relate li a:hover .word .arrow{
	border-left: 1px #eee solid;
}
.n-casedetail .case-relate li a:hover .word .arrow i{
    left: auto;
    right: 0;
    transform: none;
}
.n-casedetail .case-relate li a .word .title{
	width: auto;
	width: calc(100% - 42px);
	height: 26px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1280px) {
	.n-casedetail .case-nav .nav-right{
		width: 100px;
		height: 70px;
		line-height: 70px;
	}
	.n-casedetail .case-nav .nav-left{
		margin-right: 100px;
		height: 70px;
	}
	.n-casedetail .case-content .tit, .n-casedetail .case-relate .tit, .n-casedetail .case-message .tit{
		padding-bottom: 10px;
	}
	.n-casedetail .case-relate li{
		width: 49%;
		margin-right: 0;
	}
	.n-casedetail .case-relate li:nth-child(2n){
		float: right;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-casedetail .case-nav{
		display: flex;
		flex-direction: column-reverse;
	}
	.n-casedetail .case-nav .nav-right{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.n-casedetail .case-nav .nav-left{
		width: 100%;
		float: left;
		margin-right: 0;
		padding:4%;
		height: auto;
	}
}

/* 内页新闻 */
.n-newslist{
	overflow: hidden;
}
.n-newslist li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 4%;
	padding: 3px;
}
.n-newslist li:last-child{
	margin-right: 0;
}
.n-newslist li a{
	display: block;
	border: 1px #e5e5e5 solid;
}
.n-newslist li a:hover{
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.n-newslist li a .image{
	width: 100%;
}
.n-newslist li a .image img{
	width: 100%;
	display: block;
}
.n-newslist li a .word{
	width: 100%;
	padding: 20px;
	overflow: hidden;
}
.n-newslist li a .word h1{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-newslist li a .word h2{
	width: 100%;
	height: 66px;
	margin: 10px 0 18px 0;
	color: #888;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 22px;
	overflow: hidden;
}
.n-newslist li a .word h3{
	width: 160px;
	height: 36px;
	border: 1px #e5e5e5 solid;
	border-radius: 18px;
	text-align: center;
	line-height: 34px;
	color: #888;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-newslist li a .word h3 i{
	margin-left: 20px;
}
.n-newslist li a:hover .word h3{
	background: #de1712;
	border-color: #de1712;
	color: #fff;
}
@media (max-width: 1280px) {
	.n-newslist li a .word{
		padding: 14px;
	}
	.n-newslist li{
		width: 49%;
		margin-right: 0;
	}
	.n-newslist li:nth-child(2n){
		float: right;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-newslist li a .word{
		padding: 4%;
	}
	.n-newslist li{
		width: 100%;
	}
	.n-newslist li a .word h3{
		margin: 0 auto;
	}
}

.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 #eeeeee 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 #eeeeee solid;
	background: #f5f5f5;
	overflow: hidden;
}
.n-newsdetail .news-nav, .n-newsdetail .news-nav a{
	color: #666;
}
.n-newsdetail .news-nav a:hover{
	color: #de1712;
}
.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: #de1712;
	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 #eeeeee 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: 32%;
	margin-right:2%;
	margin-top: 2%;
	float: left;
	border:1px #eeeeee solid;
	background: #f5f5f5;
	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: #de1712;
}
.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) {
	.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;
	}
}
@media (max-width: 992px) {
	.n-newsdetail .news-relate .con li{
		width: 49%;
	}
	.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;
	}
	.n-newsdetail .news-relate .con li{
		width: 100%;
		margin-top: 4%;
		padding:4%;
		margin-right: 0;
	}
	.n-newsdetail .news-relate .con li:nth-child(3n){
		margin-right: 0;
	}
}

/* 研发 */
.table{
	width: 100%;
	border: 1px #ddd solid;
}
.table.white{
	background: #fff;
}
.table th,
.table td{
	padding: 10px;
	text-align: center;
	border: 1px #ddd solid;
}
.table th{
	font-weight: 600;
	background: #eee;
}
.table.white th{
	background: #fff;
}
.n-research{
	width: 100%;
	overflow: hidden;
}
.n-research .box1{
	overflow: hidden;
}
.n-research .box1 .box-left{
	width: 100%;
}
.n-research .box1 .box-right{
	width: 100%;
	margin-top: 4%;
	font-weight: 600;
	text-align: center;
}
.n-research .box1 .box-left img{
	width: 100%;
	height: auto;
	display: block;
}
.n-research .box2{
	width: 100%;
	background: #000;
	overflow: hidden;
}
.n-research .box2 .title{
	text-align: center;
	font-weight: bolder;
	color: #222;
}
.n-research .box2 .content{
	width: 100%;
	overflow: hidden;
}
.n-research .box2 .content .box-left{
	width: 48%;
	float: left;
}
.n-research .box2 .content .box-right{
	width: 48%;
	float: right;
}
.n-research .box2 .content .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-research .box3{
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.n-research .box3 .title{
	text-align: center;
	font-weight: bolder;
	color: #222;
}
.n-research .box3 .content{
	width: 100%;
	overflow: hidden;
}
.n-research .box4,
.n-research .box4 .content{
	overflow: hidden;
}
.n-research .box4 .content .box-top{
	width: 100%;
	overflow: hidden;
}
.n-research .box4 .content .box-top .box-left{
	width: 48%;
	float: left;
}
.n-research .box4 .content .box-top .box-right{
	width: 48%;
	float: right;
}
.n-research .box4 .content .box-top .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-research .box4 .content .box-bot img{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1280px) {
	.n-research .box2 .content .box-left,
	.n-research .box2 .content .box-right{
		width: 100%;
		float: right;
	}
	.n-research .box2 .content .box-right{
		margin-top: 4%;
	}
	.n-research .box4 .content .box-top .box-left,
	.n-research .box4 .content .box-top .box-right{
		width: 100%;
	}
	.n-research .box4 .content .box-top .box-right{
		margin-top: 6%;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* 生产 */
.n-production{
	width: 100%;
	overflow: hidden;
}
.n-production .box1{
	overflow: hidden;
}
.n-production .box1 .box-left{
	width: 48%;
	float: left;
}
.n-production .box1 .box-right{
	width: 46%;
	float: right;
}
.n-production .box1 .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box2{
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.n-production .box2 .box-left{
	width: 48%;
	float: left;
}
.n-production .box2 .box-left .box-top{
	width: 100%;
	font-weight: bolder;
	overflow: hidden;
}
.n-production .box2 .box-left .box-bot{
	width: 100%;
	margin-top: 6%;
	overflow: hidden;
}
.n-production .box2 .box-left .box-bot img{
	max-width: 100%;
	float: right;
	display: block;
}
.n-production .box2 .box-right{
	width: 46%;
	float: right;
}
.n-production .box2 .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box3{
	overflow: hidden;
}
.n-production .box3 .box-left{
	width: 48%;
	float: left;
}
.n-production .box3 .box-left .box-top{
	font-weight: bolder;
}
.n-production .box3 .box-left .box-bot{
	margin-top: 6%;
}
.n-production .box3 .box-left .box-bot img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box3 .box-right{
	width: 46%;
	float: right;
}
.n-production .box3 .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box4{
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.n-production .box4 .box-left{
	width: 48%;
	font-weight: bolder;
	float: left;
}
.n-production .box4 .box-right{
	width: 46%;
	float: right;
}
.n-production .box4 .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box5{
	overflow: hidden;
}
.n-production .box5 .box-left{
	width: 48%;
	float: left;
}
.n-production .box5 .box-left .box-top{
	width: 100%;
	font-weight: bolder;
	overflow: hidden;
}
.n-production .box5 .box-left .box-bot{
	width: 100%;
	margin-top: 6%;
	overflow: hidden;
}
.n-production .box5 .box-left .box-bot img{
	max-width: 100%;
	float: right;
	display: block;
}
.n-production .box5 .box-right{
	width: 46%;
	float: right;
}
.n-production .box5 .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box6{
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.n-production .box6 .box-left{
	width: 48%;
	float: left;
}
.n-production .box6 .box-left .box-top{
	font-weight: bolder;
}
.n-production .box6 .box-left .box-bot{
	margin-top: 6%;
}
.n-production .box6 .box-left .box-bot img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box6 .box-right{
	width: 46%;
	float: right;
}
.n-production .box6 .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box7{
	overflow: hidden;
}
.n-production .box7 .box-left{
	width: 48%;
	float: left;
}
.n-production .box7 .box-left .box-top{
	font-weight: bolder;
}
.n-production .box7 .box-left .box-bot{
	margin-top: 6%;
}
.n-production .box7 .box-left .box-bot img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box7 .box-right{
	width: 46%;
	float: right;
}
.n-production .box7 .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box8{
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.n-production .box8 .box-left{
	width: 48%;
	font-weight: bolder;
	float: left;
}
.n-production .box8 .box-left .box-top{
	font-weight: bolder;
}
.n-production .box8 .box-left .box-bot{
	margin-top: 6%;
}
.n-production .box8 .box-left .box-bot img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box8 .box-right{
	width: 46%;
	float: right;
}
.n-production .box8 .box-right img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box9{
	overflow: hidden;
}
.n-production .box9 .box-top{
	width: 100%;
	overflow: hidden;
}
.n-production .box9 .box-top img{
	width: 100%;
	height: auto;
	display: block;
}
.n-production .box9 .box-bot{
	margin-top: 6%;
	text-align: center;
	font-weight: bolder;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
	.n-production .box1 .box-left{
		width: 100%;
	}
	.n-production .box1 .box-right{
		width: 100%;
		margin-top: 6%;
	}
	.n-production .box2 .box-left{
		width: 100%;
	}
	.n-production .box2 .box-left .box-bot img {
	    width: 100%;
	    height: auto;
	}
	.n-production .box2 .box-right{
		width: 100%;
		margin-top: 6%;
	}
	.n-production .box3 .box-left{
		width: 100%;
	}
	.n-production .box3 .box-right{
		width: 100%;
		margin-top: 6%;
	}
	.n-production .box4 .box-left{
		width: 100%;
	}
	.n-production .box4 .box-right{
		width: 100%;
		margin-top: 6%;
	}
	.n-production .box5 .box-left{
		width: 100%;
	}
	.n-production .box5 .box-right{
		width: 100%;
		margin-top: 6%;
	}
	.n-production .box6 .box-left{
		width: 100%;
	}
	.n-production .box6 .box-right{
		width: 100%;
		margin-top: 6%;
	}
	.n-production .box7 .box-left{
		width: 100%;
	}
	.n-production .box7 .box-right{
		width: 100%;
		margin-top: 6%;
	}
	.n-production .box8 .box-left{
		width: 100%;
	}
	.n-production .box8 .box-right{
		width: 100%;
		margin-top: 6%;
	}
}
@media (max-width: 750px) {
}

/* 营销网络 */
.n-network{
  width: 100%;
  font-size: 15px;
  overflow: hidden;
}
.n-network .box1{
  overflow: hidden;
}
.n-network .box1 p:first-child{
  line-height: 36px;
  font-weight: bolder;
  color: #303030;
}
.n-network .box2{
  width: 100%;
  background: url('../images/wangluo.jpg') no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.n-network .box2 .tabC{
  width: 100%;
  overflow: hidden;
}
.n-network .box2 .tabC li{
	width: 100%;
    float: left;
    display: none;
}
.n-network .box2 .tabC li.cur{
  display: block;
}
.n-network .box2 .tabC img{
	max-width: 100% !important;
	height: auto;
	display: block;
}
.n-network .box2 .tabH{
  text-align: center;
}
.n-network .box2 .tabH li{
  width: 162px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  margin: 0 10px;
  border: 1px #fff solid;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-network .box2 .tabH li:hover, .n-network .box2 .tabH li.cur{
  background: #fff;
  font-weight: bolder;
  color: #de1712;
}
.n-network .box3{
  overflow: hidden;
}
.n-network .box3 h1{
  font-weight: bolder;
  color: #303030;
}
/* .n-network .box3 .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
} */
.n-network .box3 .con li{
	width: 19.2%;
	margin-right: 1%;
	margin-top: 1%;
	height: 160px;
	float: left;
	background: #fff;
	padding: 1%;
	border: 1px #eee solid;
}
.n-network .box3 .con li:nth-child(5n){
	margin-right: 0;
}
.n-network .box3 .con li img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
@media (max-width: 1280px) {
    .n-network .box3 .con li{
		width: 24.25%;
	}
	.n-network .box3 .con li:nth-child(5n){
		margin-right: 1%;
	}
	.n-network .box3 .con li:nth-child(4n){
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.n-network .box3 .con li{
		height: 120px;
	}
}
@media (max-width: 750px) {
	.n-network{
      font-size: 14px;
    }
    .n-network .box1 p{
      text-align: center;
    }
    .n-network .box2 .tabH li{
      width: 132px;
      height: 36px;
      line-height: 36px;
    }
    .n-network .box3 .tit{
    	text-align: center;
    }
    .n-network .box3 .con li{
		width: 32.33333333%;
		height: 80px;
	}
	.n-network .box3 .con li:nth-child(4n){
		margin-right: 1%;
	}
	.n-network .box3 .con li:nth-child(3n){
		margin-right: 0;
	}
	.n-network .box3 .con li{
		height: 80px;
	}
}

/* 内页联系 */
.n-contact{
	width: 100%;
	overflow: hidden;
}
.n-contact .contact-box{
	width: 100%;
	overflow: hidden;
}
.n-contact .contact-box .con{
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-direction: row-reverse;
	overflow: hidden;
}
.n-contact .contact-box .left, .n-contact .contact-box .right{
	width: 48%;
	overflow: hidden;
}
.n-contact .contact-box .left .box1{
	border-bottom: 1px #000 dotted;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-weight: bolder;
}
.n-contact .contact-box .left .box1 h1{
    color: #de1712;
    margin-bottom: 10px;
}
.n-contact .contact-box .left .box1 h2{
	color: #555;
}
.n-contact .contact-box .left .box2 dt{
	font-weight: bolder;
	font-size: 16px;
}
.n-contact .contact-box .left .box2 dt:nth-child(2){
	margin-bottom: 20px;
}
.n-contact .contact-box .left .box2 dd{
	margin: 10px 0;
}
.n-contact .contact-box .left .box2 dd em{
	float: left;
}
.n-contact .contact-box .left .box2 dd div{
    margin-left: 24px;
}
.n-contact .contact-box .right{
	margin-left: 4%;
}
.n-contact .contact-box .right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n-contact .map-box{
	width: 100%;
	overflow: hidden;
}
.n-contact .feedback-box{
	width: 100%;
	overflow: hidden;
}
.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 label i{
	width: 36px;
	height: 46px;
	color: #999;
	font-size: 24px;
	float: left;
}
.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: 48px;
	line-height: 46px;
	padding: 0 15px;
	background: #f5f5f5;
	border-radius: 12px;
	border: 1px #eeeeee solid;
	display: block;
	box-sizing: border-box;
}
.n-contact .feedback-box .half label input{
    width: 90%;
    width: calc(100% - 36px);
    float: left;
    height: 46px;
}
.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: #f5f5f5;
	border-radius: 12px;
	border: 1px #eeeeee solid;
	display: block;
	box-sizing: border-box;
}
.n-contact .feedback-box .textarea label textarea{
	width: 90%;
    width: calc(100% - 36px);
    float: left;
    height: 100%;
    resize: none;
}
.n-contact .feedback-box .code label{
	width: 40%;
	height: 48px;
	line-height: 46px;
	padding: 0 15px;
	background: #f5f5f5;
	border-radius: 12px;
	border: 1px #eeeeee solid;
	display: block;
	box-sizing: border-box;
	float: left;
}
.n-contact .feedback-box .code label input{
    width: 90%;
    width: calc(100% - 36px);
    float: left;
    height: 46px;
    text-transform: uppercase;
}
.n-contact .feedback-box .code label input::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.n-contact .feedback-box .code label input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.n-contact .feedback-box .code label input::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.n-contact .feedback-box .code label input:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
.n-contact .feedback-box .code img{
	cursor: pointer;
	margin-top: 11px;
	margin-left: 10px;
	float: left;
}
.n-contact .feedback-box button{
	width: 100%;
	height: 48px;
	background: #de1712;
	border-radius: 12px;
	text-align: center;
	line-height: 48px;
	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 .left .box1{
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	.n-contact .contact-box .left .box1 h1{
	    margin-bottom: 2%;
	}
	.n-contact .contact-box .left .box1 h2{
	    line-height: 20px;
	}
	.n-contact .contact-box .left .box2 dt{
		margin-bottom: 2%;
	}
	.n-contact .contact-box .left .box2 dd{
		margin: 2% 0;
	}
	.n-contact .feedback-box li{
		margin-bottom: 2%;
	}
}
@media (max-width: 992px) {
	.n-contact .contact-box .con{
		display: block;
	}
	.n-contact .contact-box .con .left, .n-contact .contact-box .con .right{
		width: 100%;
		margin: 0;
	}
	.n-contact .contact-box .con .right{
		margin-bottom: 4%;
	}
}
@media (max-width: 750px) {
	.n-contact .feedback-box li{
		margin-bottom: 3%;
	}
	.n-contact .feedback-box .half{
		width: 100%;
	}
	.n-contact .feedback-box .code label{
		width: 60%;
	}
}

/*内容留言*/
.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: #f5f5f5;
	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: #f5f5f5;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 20px;
	resize:none;
	box-sizing: border-box;
}
.message-form .f button{
	width: 280px;
    height: 50px;
    background: #de1712;
    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{
	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;
	border-color: #de1712;
	background: #de1712;
}
.page li.page-first a, .page li.disabled a{
	background: #eee;
	color: #555;
	pointer-events: none;
}
.page li.page-first:hover a, .page li.disabled:hover a{
	color: #555;
	border-color: #eee;
	background: #eee;
}
@media (max-width: 750px) {
	.page li.page-first{
		display: none;
	}
	.page a{
        padding: 2px 6px;
	}
}

/* 无数据 */
.no-data{
	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%;
	}
}