@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	position: relative;
	z-index: 1;
}
.n-banner > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.n-banner .n-typename{
	max-width: 94%;
	font-family: 'FuturaStd-Bold';
	text-transform: uppercase;
	padding: 40px;
	background: rgba(36, 183, 188, .38);
	font-weight: bolder;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.n-banner .n-typename h1,
.n-banner .n-typename h2{
	white-space: nowrap;
}
.n-banner .n-typename1{
	max-width: 94%;
	box-sizing: border-box;
	position: absolute;
	left: 3%;
	bottom: 20%;
	padding: 40px;
	background: rgba(36, 183, 188, .38);
	overflow: hidden;
}
.n-banner .n-typename1 h1{
	font-weight: bolder;
	text-transform: uppercase;
}
.n-banner .n-typename1 h3{
	line-height: 24px;
}
.n-banner .n-typename2{
	max-width: 94%;
	box-sizing: border-box;
	position: absolute;
	right: 3%;
	top: 9%;
	text-align: right;
	overflow: hidden;
}
@media (max-width: 1280px) {
	.n-banner{
		height: 480px;
	}
	.n-banner .n-typename{
		padding: 4%;
	}
	.n-banner .n-typename1{
		padding: 4%;
	}
}
@media (max-width: 992px) {
	.n-banner{
		height: 420px;
	}
}
@media (max-width: 750px) {
	.n-banner{
		height: 320px;
	}
	.n-banner .n-typename{
		padding: 8% 4%;
	}
}

/* 分类 */
.n-type{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-type li{
	margin: 0 10px;
	display: inline-block;
}
.n-type a{
	padding: 0 30px;
	display: block;
	background: #000;
	color: #fff;
}
.n-type li.active a{
	background: #24b7bc;
}
@media (max-width: 1280px) {
	.n-type li{
		margin: 0 5px;
	}
	.n-type a{
		line-height: 28px;
		padding: 0 10px;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* 关于 */
.n-about{
	width: 100%;
	overflow: hidden;
}
.n-about .about-box1,
.n-about .about-box2,
.n-about .about-box3,
.n-about .about-box4{
	overflow: hidden;
}
.n-about .about-box2,
.n-about .about-box4{
	width: 100%;
	background: #73bdbe;
}
.n-about .about-box1 .box1{
	width: 100%;
	padding-left: 90px;
	padding-right: 90px;
	box-sizing: border-box;
	background: url('../images/about-bg1.jpg') no-repeat top left;
	overflow: hidden;
}
.n-about .about-box1 .box1 .title{
	text-transform: uppercase;
	font-weight: lighter;
	font-family: 'FuturaStd-Bold';
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.n-about .about-box1 .box1 .title .line{
	width: 100px;
	height: 1px;
	background: #565656;
	margin-right: 20px;
}
.n-about .about-box1 .box1 .content{
	display: flex;
	justify-content: space-between;
}
.n-about .about-box1 .box1 .content .box-left{
	width: 66%;
}
.n-about .about-box1 .box1 .content .box-right{
	width: 30%;
}
.n-about .about-box1 .box1 .content .box-right img{
	width: 100%;
	display: block;
}
.n-about .about-box1 .box2{
	width: 100%;
	background: url('../images/about-bg2.jpg') no-repeat top right;
	padding-right: 90px;
	padding-left: 90px;
	box-sizing: border-box;
	overflow: hidden;
}
.n-about .about-box1 .box2 .title{
	text-transform: uppercase;
	font-weight: lighter;
	font-family: 'FuturaStd-Bold';
	display: flex;
	align-items: center;
	color: #73bdbe;
}
.n-about .about-box1 .box2 .title .line{
	width: 100px;
	height: 1px;
	background: #565656;
	margin-left: 20px;
}
.n-about .about-box1 .box2 .content{
	width: 100%;
	overflow: hidden;
}
.n-about .about-box1 .box2 .content ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.n-about .about-box1 .box2 .content li{
	width: 32%;
	margin: 5px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.n-about .about-box1 .box2 .content .image{
	width: 100%;
}
.n-about .about-box1 .box2 .content .image img{
	width: 100%;
	display: block;
}
.n-about .about-box1 .box2 .content .word{
	text-align: center;
	padding: 40px;
}
.n-about .about-box1 .box2 .content .word h1{
	font-weight: bolder;
}
.n-about .about-box2{
	display: flex;
	align-items: stretch;
}
.n-about .about-box2 > div{
	width: 50%;
	box-sizing: border-box;
}
.n-about .about-box2 .box-left li{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.n-about .about-box2 .box-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.n-about .about-box2 .box-left .swiper-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.n-about .about-box2 .box-left .swiper-pagination .swiper-pagination-bullet{
	width: 10px; 
	height: 10px; 
	display: 
	inline-block;
	margin: 0 5px; 
	background: #ffffff; 
	*display: inline; 
	zoom: 1;
	border-radius: 0;
	opacity: 1;
	outline: none;
}
.n-about .about-box2 .box-left .swiper-pagination .swiper-pagination-bullet-active{
	background: #73bdbe;
}
.n-about .about-box2 .box-right .box1{
	padding: 100px 0 100px 100px;
	padding-right: 34%;
}
.n-about .about-box2 .box-right .box1 h1{
	font-family: 'FuturaStd-Bold';
}
.n-about .about-box2 .box-right .box1 h2{
	font-weight: bolder;
}
.n-about .about-box2 .box-right .box2{
	margin-top: -60px;
}
.n-about .about-box2 .box-right .box2 .div1{
    margin: 0 34% 0 100px;
    position: relative;
    z-index: 2;
}
.n-about .about-box2 .box-right .box2 .div1 .word{
   background: #999999;
   padding: 20px;
   font-size: 12px;
   line-height: 20px;
}
.n-about .about-box2 .box-right .box2 .div1 .arrow img{
    display: block;
}
.n-about .about-box2 .box-right .box2 .div2{
	margin-top: -60px;
	padding: 90px 0 100px 100px;
    padding-right: 6%;
	background: #f0f0f0;
	position: relative;
    z-index: 1;
}
.n-about .about-box2 .box-right .box2 .div2 h2{
	font-size: 13px;
}
.n-about .about-box3 .box1,
.n-about .about-box3 .box2{
	width: 100%;
	overflow: hidden;
}
.n-about .about-box3 .box1 ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.n-about .about-box3 .box1 li{
	width: 32%;
	padding: 4%;
	text-align: center;
	border: 1px #f1f1f1 solid;
	box-sizing: border-box;
}
.n-about .about-box3 .box1 li h1{
	color: #73bdbe;
}
.n-about .about-box3 .box2{
	background: #f0f0f0;
	padding: 50px 80px 80px 80px;
	box-sizing: border-box;
	overflow: hidden;
}
.n-about .about-box3 .box2 .title{
	text-transform: uppercase;
	font-weight: lighter;
	font-family: 'FuturaStd-Bold';
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.n-about .about-box3 .box2 .title .line{
	width: 100px;
	height: 1px;
	background: #565656;
	margin-right: 20px;
}
.n-about .about-box3 .box2 .content{
	width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
}
.n-about .about-box3 .box2 .content .box-left{
	width: 28%;
	overflow: hidden;
}
.n-about .about-box3 .box2 .content .box-left img{
	width: 100%;
	display: block;
}
.n-about .about-box3 .box2 .content .box-right{
	width: 68%;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}
.n-about .about-box3 .box2 .content .box-right li{
	border: 1px #c2c2c2 solid;
	box-sizing: border-box;
}
.n-about .about-box3 .box2 .content .box-right li img{
    width: 100%;
    display: block;
}
.n-about .about-box4 .title{
	text-align: center;
}
.n-about .about-box4 .title h1{
	font-family: 'FuturaStd-Bold';
}
.n-about .about-box4 .title h2{
	font-weight: bolder;
}
.n-about .about-box4 .content .main-box{
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.n-about .about-box4 .content .main-box:after{
	content: "";
	width: auto;
	width: calc(100% - 80px);
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.n-about .about-box4 .content .main-box .swiper-button-prev:after,
.n-about .about-box4 .content .main-box .swiper-button-next:after{
    display: none;
}
.n-about .about-box4 .content .main-box .swiper-button-prev,
.n-about .about-box4 .content .main-box .swiper-button-next{
	width: 27px;
	height: 27px;
	top: 50%;
	margin-top: -14px;
	outline: none;
}
.n-about .about-box4 .content .main-box .swiper-button-prev{
	left: 0;
	background: url('../images/left.png') no-repeat;
}
.n-about .about-box4 .content .main-box .swiper-button-next{
	right: 0;
	background: url('../images/right.png') no-repeat;
}
.n-about .about-box4 .content .date-box{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.n-about .about-box4 .content .date-box .text2{
	font-family: 'FuturaStd-Bold';
}
.n-about .about-box4 .content .main-box li{
	cursor: pointer;
}
.n-about .about-box4 .content .main-box li .date{
    font-family: 'FuturaStd-Bold';
    height: 30px;
}
.n-about .about-box4 .content .main-box li .icon{
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
}
.n-about .about-box4 .content .main-box li .icon:before{
	content: "";
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 225, .3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.n-about .about-box4 .content .main-box li.swiper-slide-active .icon:before{
	width: 40px;
	height: 40px;
}
.n-about .about-box4 .content .main-box li .icon:after{
	content: "";
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 225, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.n-about .about-box4 .content .main-box li.swiper-slide-active .icon:after{
	width: 26px;
	height: 26px;
}
.n-about .about-box4 .content .main-box li .word{
	height: 32px;
	opacity: 0;
	visibility: hidden;
    overflow: hidden;
}
.n-about .about-box4 .content .text-box{
	text-align: center;
}
.n-about .about-box4 .content .text-box h1{
	font-size: 24px;
	font-family: 'FuturaStd-Bold';
}
.n-about .about-box4 .content .text-box h2{
	margin-top: 10px;
}
@media (max-width: 1440px) {
	.n-about .about-box2 .box-right .box1{
		padding-right: 6%;
	}
	.n-about .about-box2 .box-right .box2 .div1{
	    margin-right: 6%;
	}
}
@media (max-width: 1280px) {
	.n-about .about-box1 .box1{
		padding-left: 9%;
		padding-right: 9%;
	}
	.n-about .about-box1 .box2{
		padding-left: 9%;
		padding-right: 9%;
	}
	.n-about .about-box2 .box-right .box1{
		padding: 10% 6% 100px 6%;
	}
	.n-about .about-box2 .box-right .box2 .div1{
	    margin: 0 6%;
	}
	.n-about .about-box2 .box-right .box2 .div2{
		padding: 100px 6% 10% 6%;
	}
	.n-about .about-box3 .box2{
		padding: 4%;
	}
	.n-about .about-box4 .content .text-box h1{
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.n-about .about-box1 .box1,
	.n-about .about-box1 .box2{
		padding: 0;
	}
	.n-about .about-box1 .box1 .content{
		display: block;
	}
	.n-about .about-box1 .box1 .content .box-left,
	.n-about .about-box1 .box1 .content .box-right{
		width: 100%;
		box-sizing: border-box;
	}
	.n-about .about-box1 .box1 .content .box-right{
		margin-top: 6%;
	}
	.n-about .about-box1 .box2 .content ul{
		display: block;
	}
	.n-about .about-box1 .box2 .content li{
		width: 99%;
		margin: 5px auto;
		margin-top: 4%;
	}
	.n-about .about-box1 .box2 .content li:first-child{
		margin-top: 5px;
	}
	.n-about .about-box1 .box2 .content .word{
		padding: 4%;
	}
	.n-about .about-box2{
		display: block;
	}
	.n-about .about-box2 .box-left,
	.n-about .about-box2 .box-right{
		width: 100%;
	}
	.n-about .about-box2 .box-right .box1{
		padding: 10% 6% 80px 6%;
	}
	.n-about .about-box2 .box-right .box2 .div2{
		padding: 80px 6% 10% 6%;
	}
	.n-about .about-box3 .box2 .content{
		display: block;
	}
	.n-about .about-box3 .box2 .content .box-left,
	.n-about .about-box3 .box2 .content .box-right{
		width: 100%;
	}
	.n-about .about-box3 .box2 .content .box-right{
		margin-top: 6%;
	}
}
@media (max-width: 750px) {
	.n-about .about-box1 .box1,
	.n-about .about-box1 .box2{
		background-size: 30%;
	}
	.n-about .about-box1 .box1 .title .line{
		width: 80px;
		margin-right: 10px;
	}
	.n-about .about-box1 .box2 .title .line{
		width: 80px;
		margin-left: 10px;
	}
	.n-about .about-box3 .box1 ul{
		display: block;
	}
	.n-about .about-box3 .box1 li{
		width: 100%;
		margin-top: 4%;
	}
	.n-about .about-box3 .box1 li:nth-child(1){
		margin-top: 0;
	}
	.n-about .about-box3 .box2{
		padding: 4%;
	}
	.n-about .about-box3 .box2 .title .line{
		width: 80px;
		margin-right: 10px;
	}
	.n-about .about-box4 .content .main-box li .icon{
		width: 30px;
		height: 30px;
	}
	.n-about .about-box4 .content .main-box li .icon:before{
	    width: 20px;
	    height: 20px;
	}
	.n-about .about-box4 .content .main-box li.swiper-slide-active .icon:before{
		width: 30px;
		height: 30px;
	}
	.n-about .about-box4 .content .main-box li .icon:after{
	    width: 14px;
	    height: 14px;
	}
	.n-about .about-box4 .content .main-box li.swiper-slide-active .icon:after{
		width: 18px;
		height: 18px;
	}
}

/* 产品 */
.products-bg{
	background: url('../images/prodcuts-bg.jpg') #5cc5ca no-repeat center bottom;
	background-size: 100%;
}
.n-products{
	overflow: hidden;
}
.n-products .products-index{
	width: 100%;
	overflow: hidden;
}
.n-products .products-index .title{
	text-align: center;
	color: #fff;
}
.n-products .products-index .title h1{
	font-family: 'FuturaStd-Bold';
}
.n-products .products-index .title h2{
	margin-top: 10px;
}
.n-products .products-index .content li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 4%;
}
.n-products .products-index .content li:nth-child(4n){
	margin-right: 0;
}
.n-products .products-index .content a{
	margin: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	display: block;
	position: relative;
	overflow: hidden;
}
.n-products .products-index .content img{
	width: 100%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
	display: block;
}
.n-products .products-index .content a:hover img{
	transform: scale(1.2);
}
.n-products .products-index .content .wordbox{
	width: 92%;
	padding: 4%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: stretch;
}
.n-products .products-index .content .wordbox .box-left{
	width: auto;
	width: calc(100% - 64px);
}
.n-products .products-index .content .wordbox .box-right{
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-products .products-index .content .wordbox .box-right span{
	width: 64px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	background: #73bdbe;
	font-size: 14px;
}
.n-products .products-list{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list .products-left{
	width: 23%;
}
.n-products .products-list .products-left .title{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list .products-left .title h1{
	font-family: 'FuturaStd-Bold';
}
.n-products .products-list .products-left .title h2 i{
	display: none;
}
.n-products .products-list .products-left .content{
    width: 100%;
    margin: 20px 0;
    padding: 40px 0;
    border-top: 2px #979797 solid;
    border-bottom: 2px #979797 solid;
    overflow: hidden;
}
.n-products .products-list .products-left .content li{
	padding-bottom: 30px;
}
.n-products .products-list .products-left .content li:last-child{
	padding-bottom: 0;
}
.n-products .products-list .products-left .content li a{
	line-height: 24px;
	display: block;
}
.n-products .products-list .products-left .content li.active a{
	color: #808080;
}
.n-products .products-list .products-left .code{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list .products-left .code li{
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
}
.n-products .products-list .products-left .code li img{
	width: 100%;
	display: block;
}
.n-products .products-list .products-right{
	width: 72%;
}
.n-products .products-list .products-right .title{
	width: 100%;
	border-bottom: 2px #979797 solid;
	padding-top: 14px;
	padding-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
.n-products .products-list .products-right .title .title-left{
	background: url('../images/dot.png') no-repeat center left;
	padding-left: 14px;
	display: flex;
	align-items: center;
}
.n-products .products-list .products-right .title .title-right{
	width: 242px;
	border: 1px #606060 solid;
	height: 40px;
}
.n-products .products-list .products-right .title .title-right input{
	width: 182px;
	height: 40px;
	padding: 0 10px;
	background: none;
	border: none;
	outline: none;
	float: left;
}
.n-products .products-list .products-right .title .title-right button{
	width: 40px;
	height: 40px;
	background: #00b9be;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	float: right;
}
.n-products .products-list .products-right .content{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list .products-right .content li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}
.n-products .products-list .products-right .content li:nth-child(4n){
	margin-right: 0;
}
.n-products .products-list .products-right .content a{
	display: block;
	position: relative;
}
.n-products .products-list .products-right .content .info{
	position: relative;
}
.n-products .products-list .products-right .content .info .image{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list .products-right .content .info .image img{
	width: 100%;
	display: block;
}
.n-products .products-list .products-right .content .info .name{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 10px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .products-list .products-right .content .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(36, 183, 188, .6);
	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 .products-right .content a:hover .mask{
	opacity: 1;
	visibility: visible;
}
.n-products .products-list .products-right .content .mask .box{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.n-products .products-list .products-right .content .mask .box span{
	padding: 0 10px;
	background: rgba(255, 255, 255, .3);
	color: #fff;
}
.n-products .products-position{
	width: 100%;
	background: url('../images/dot.png') no-repeat center left;
	padding-left: 14px;
	box-sizing: border-box;
	overflow: hidden;
}
.n-products .products-detail{
	width: 100%;
	padding: 57px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.n-products .products-detail .box1,
.n-products .products-detail .box2{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .box1 .box-left{
	width: 554px;
}
.n-products .products-detail .box1 .box-left img{
	width: 100%;
	display: block;
}
.n-products .products-detail .box1 .box-right{
	width: 599px;
}
.n-products .products-detail .box1 .box-right .title h1{
	color: #5db6bc;
	font-weight: bolder;
}
.n-products .products-detail .box1 .box-right .content img{
	max-width: 100%;
	height: auto;
}
.n-products .products-detail .box2 img{
	max-width: 100%;
	height: auto;
}
.n-products .products-relate{
	text-align: center;
}
.n-products .products-relate .title h1{
	font-family: 'FuturaStd-Bold';
	text-transform: uppercase;
}
.n-products .products-relate .content{
	width: 100%;
	overflow: hidden;
}
.n-products .products-relate .content a{
	display: block;
	position: relative;
}
.n-products .products-relate .content img{
	width: 100%;
	display: block;
}
.n-products .products-relate .content .name{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 10px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .products-relate .content{
	width: 100%;
	padding: 0 60px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.n-products .products-relate .content .swiper-button-prev:after,
.n-products .products-relate .content .swiper-button-next:after{
	display: none;
}
.n-products .products-relate .content .swiper-button-prev{
	left: 0;
	outline: none;
}
.n-products .products-relate .content .swiper-button-next{
	right: 0;
	outline: none;
}
.n-products .products-relate .content .swiper-button-prev i,
.n-products .products-relate .content .swiper-button-next i{
	font-size: 60px;
	color: #cecece;
}
@media (max-width: 1480px){
	.n-products .products-detail .box1 .box-left,
	.n-products .products-detail .box1 .box-right{
		width: 48%;
	}
}
@media (max-width: 1280px) {
	.n-products .products-index .content li{
		width: 49%;
		margin-right: 0;
	}
	.n-products .products-index .content li:nth-child(2n){
		float: right;
	}
	.n-products .products-list .products-left,
	.n-products .products-list .products-right{
		width: 100%;
		overflow: hidden;
	}
	.n-products .products-list .products-left .code{
		display: none;
	}
	.n-products .products-list .products-left .title{
		border: 1px #979797 solid;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
	}
	.n-products .products-list .products-left .title h1{
        display: none;
	}
	.n-products .products-list .products-left .title h2 i{
		display: block;
	}
	.n-products .products-list .products-left .content{
		margin: 0;
		padding: 4px 10px 10px 10px;
		border: 1px #979797 solid;
		border-top: none;
		background: #fff;
		box-sizing: border-box;
		display: none;
	}
	.n-products .products-list .products-left .content li{
		padding: 6px 0;
		border-bottom: 1px #979797 solid;
	}
	.n-products .products-list .products-left .content li:last-child{
		padding: 6px 0;
	}
	.n-products .products-list .products-left .content li.active a{
		color: #555;
	}
	.n-products .products-list .products-right .title{
		display: none;
	}
	.n-products .products-detail{
		padding: 5%;
	}
	.n-products .products-detail .box1 .box-left,
	.n-products .products-detail .box1 .box-right{
		width: 100%;
	}
	.n-products .products-detail .box1 .box-right{
		margin-top: 6%;
	}
	.n-products .products-relate .content{
		padding: 0 40px;
	}
	.n-products .products-relate .content .swiper-button-prev i,
	.n-products .products-relate .content .swiper-button-next i{
		font-size: 40px;
	}
}
@media (max-width: 992px) {
	.n-products .products-list .products-right .content li{
		width: 49%;
		margin-right: 0;
	}
	.n-products .products-list .products-right .content li:nth-child(2n){
		float: right;
	}
}
@media (max-width: 750px) {
}

/* 媒体 */
.n-news{
	overflow: hidden;
}
.n-news .news-list{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list li{
	width: 100%;
	float: left;
	margin-bottom: 6%;
	position: relative;
}
.n-news .news-list li .pic{
	width: 80%;
	float: left;
	overflow: hidden;
}
.n-news .news-list li .pic img{
	width: 100%;
	display: block;
}
.n-news .news-list li a{
	width: 40%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.n-news .news-list li:nth-child(2n) .pic{
	float: right;
}
.n-news .news-list li .pic img{
	transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
}
.n-news .news-list li:hover .pic img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.n-news .news-list li:nth-child(2n) a{
	right: auto;
	left: 0;
}
.n-news .news-list a .word{
	padding: 40px;
	overflow: hidden;
}
.n-news .news-list a .word .date{
	color: #999;
	font-size: 12px;
	line-height: 24px;
}
.n-news .news-list a .word .title{
	margin: 10px 0;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-list a .word .summary{
	line-height: 26px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.n-news .news-page,
.n-news .news-detail{
	width: 100%;
	overflow: hidden;
}
.n-news .news-page ul{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.n-news .news-detail .date{
	color: #999;
	text-align: center;
}
.n-news .news-detail .title{
	text-align: center;
	font-weight: bolder;
}
.n-news .news-detail .content{
	width: 780px;
	margin: 0 auto;
}
.n-news .news-detail .content img{
	max-width: 100% !important;
	height: auto !important;
}
.n-news .download-list{
	padding: 15px 30px;
	border: 1px #bfbfbf solid;
	overflow: hidden;
}
.n-news .download-list li{
	width: 48%;
	border-right: 1px #bfbfbf solid;
	margin: 15px 0;
	float: left;
	padding-right: 2%;
	box-sizing: border-box;
}
.n-news .download-list li:nth-child(2n){
	padding-right: 0;
	padding-left: 2%;
	float: right;
	border-right: none;
}
.n-news .download-list a{
	display: block;
}
.n-news .download-list .pic{
	width: 180px;
	height: 250px;
	float: left;
	border: 1px #000000 solid;
	background: #bfbfbf;
}
.n-news .download-list .word{
	width: auto;
	width: calc(100% - 200px);
	height: 250px;
	position: relative;
	float: right;
	font-size: 14px;
	line-height: 28px;
}
.n-news .download-list .word .blue{
	color: #24b7bc;
}
.n-news .download-list .word .blue i{
	font-size: 14px;
}
.n-news .download-list .word .button{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #24b7bc;
	color: #fff;
	padding: 4px 20px;
}
@media (max-width: 1280px) {
	.n-news .news-list li .pic{
		width: 60%;
		float: left;
		overflow: hidden;
	}
	.n-news .news-list li a{
		width: 50%;
	}
	.n-news .news-list a .word{
		padding: 30px;
	}
	.n-news .news-detail .content{
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 992px) {
	.n-news .download-list li{
		width: 100%;
		padding: 0;
		padding-bottom: 30px;
		border: none;
		border-bottom: 1px #bfbfbf solid;
	}
	.n-news .download-list li:nth-child(2n){
		padding: 0;
		padding-bottom: 30px;
	}
	.n-news .download-list li:last-child{
		border: none;
		padding-bottom: 0;
	}
}
@media (max-width: 750px) {
	.n-news .news-list li .pic{
		width: 100%;
	}
	.n-news .news-list li a{
		width: 100%;
		position: static;
		transform: none;
	}
	.n-news .news-list a .word{
		padding: 20px;
	}
	.n-news .download-list{
		padding: 10px 20px;
	}
	.n-news .download-list li{
		margin: 10px 0;
		padding-bottom: 20px;
	}
	.n-news .download-list li:nth-child(2n){
		padding-bottom: 20px;
	}
}

/* 服务 */
.n-service{
	overflow: hidden;
}
.n-service .service-box{
	width: 100%;
	overflow: hidden;
}
.n-service .service-box .title{
	text-align: center;
	line-height: 40px;
}
.n-service .service-box .content{
	width: 100%;
	overflow: hidden;
}
.n-service .service-box .content ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.n-service .service-box .content li{
	width: 19.2%;
	background: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.n-service .service-box .content li:nth-child(2n){
	flex-direction: column-reverse;
}
.n-service .service-box .content .picbox{
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.n-service .service-box .content .picbox img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.n-service .service-box .content .wordbox{
	padding: 20px 40px;
}
.n-service .form-box{
	width: 100%;
	overflow: hidden;
}
.n-service .form-box .box{
	margin: 3px;
	padding: 60px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	overflow: hidden;
}
.n-service .form-box .title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.n-service .form-box .content .box1,
.n-service .form-box .content .box2{
	width: 100%;
	overflow: hidden;
}
.n-service .form-box .content .box1 li{
    width: 100%;
    float: left;
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.n-service .form-box .content .box1 li label{
	width: 180px;
	text-align: right;
}
.n-service .form-box .content .box1 li .input-box{
	width: auto;
	width: calc(100% - 220px);
	border: 1px #8c8c8c solid;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.n-service .form-box .content .box1 li .input-box input{
    border: none;
	outline: none;
	height: 56px;
}
.n-service .form-box .content .box1 li:nth-child(1) .input-box input{
	width: 100%;
}
.n-service .form-box .content .box1 li:nth-child(2) .input-box input{
	width: auto;
	width: calc(100% - 100px);
}
.n-service .form-box .content .box1 li .text-box{
	width: 100px;
	padding-left: 10px;
	cursor: pointer;
}
.n-service .form-box .content .box1 li button{
	width: 200px;
	height: 48px;
	background: #24b7bc;
	border: none;
	outline: none;
	color: #fff;
	display: block;
	margin: 0 auto;
	border-radius: 24px;
	cursor: pointer;
	pointer-events: none;
}
.n-service .form-box .content .box2 h1{
	color: #24b7bc;
}
.n-service .form-box .content .box2 h1 i{
	font-size: 18px;
}
@media (max-width: 1280px) {
	.n-service .form-box .box{
		padding: 6%;
	}
}
@media (max-width: 992px) {
	.n-service .service-box .content ul{
		display: block;
	}
	.n-service .service-box .content li{
		width: 100%;
		display: block;
	}
}
@media (max-width: 750px) {
	.n-service .form-box .content .box1 li label{
		width: 100px;
	}
	.n-service .form-box .content .box1 li .input-box{
		width: calc(100% - 100px);
	}
	.n-service .form-box .content .box1 li .text-box{
		display: none;
	}
}

/* 联系 */
.n-contact{
	width: 100%;
	background: url('../images/contact-bg.jpg') no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.n-contact > div{
	display: flex;
	justify-content: space-between;
}
.n-contact .contact-left{
	width: 26%;
	color: #fff;
}
.n-contact .contact-left .title h1{
	font-family: 'FuturaStd-Bold';
}
.n-contact .contact-left .title h2{
	font-weight: bolder;
}
.n-contact .contact-left .image{
   width: 100%;
   overflow: hidden;
}
.n-contact .contact-left .image img{
	width: 100%;
	display: block;
}
.n-contact .contact-left .image .my-map{
	width: 100%;
	height: 242px;
	display: block;
	overflow: hidden;
}
.n-contact .contact-right{
	width: 55%;
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
	border-radius: 16px;
	overflow: hidden;
}
.n-contact .contact-right .title{
	text-align: center;
}
.n-contact .contact-right .title h1{
	font-family: 'FuturaStd-Bold';
}
.n-contact .contact-right .content li{
	width: 100%;
	float: left;
	margin-bottom: 14px;
	overflow: hidden;
}
.n-contact .contact-right .content li:last-child{
	margin-bottom: 0;
}
.n-contact .contact-right .content li input{
	width: 100%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	background: #e6e6e6;
	outline: none;
	border: none;
}
.n-contact .contact-right .content li.half input{
	width: 49%;
	float: left;
}
.n-contact .contact-right .content li.half input:nth-child(2n){
	float: right;
}
.n-contact .contact-right .content li textarea{
	width: 100%;
	padding: 10px;
	height: 76px;
	box-sizing: border-box;
	background: #e6e6e6;
	outline: none;
	border: none;
	resize: none;
	display: block;
}
.n-contact .contact-right .content li textarea.textbox{
	height: 250px;
}
.n-contact .contact-right .content li button{
	width: 160px;
	height: 40px;
	outline: none;
	border: none;
	background: #73bdbe;
	color: #fff;
	display: block;
	border-radius: 6px;
	margin: 0 auto;
	cursor: pointer;
}
@media (max-width: 1280px) {
	.n-contact > div{
		display: block;
	}
	.n-contact .contact-left,
	.n-contact .contact-right{
		width: 100%;
		box-sizing: border-box;
	}
	.n-contact .contact-right{
		margin-top: 6%;
		padding: 6%;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* 页码 */
.page{
	width: 100%;
	overflow: hidden;
}
.page ul{
	text-align: center;
}
.page li{
	display: inline-block;
}
.page a{
	line-height: 36px;
    padding: 0 16px;
	background: #fff;
	border: 1px #a6a6a6 solid;
	display: block;
	margin: 0 5px;
}
.page li.active a, .page li:hover a{
	color: #fff;
	background: #24b7bc;
}
.page li.page-first a, .page li.disabled a{
	background: #eee;
	color: #555;
	pointer-events: none;
}
@media (max-width: 1280px) {
	.page a{
		line-height: 32px;
	    padding: 0 12px;
	}
}
@media (max-width: 992px) {
	.page a{
		line-height: 28px;
	    padding: 0 10px;
	}
}
@media (max-width: 750px) {
}