@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	position: relative;
	z-index: 1;
}
.n-banner img{
	width: 100%;
	display: block;
}

.n-type{
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	line-height: 70px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.n-type .right li{
	float: left;
	margin-left: 40px;
}
.n-type .right a{
	display: block;
	position: relative;
}
.n-type .right a:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #0093dd;
	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 .right li.on a,
.n-type .right li:hover a{
	color: #0093dd;
}
.n-type .right li.on a:after,
.n-type .right li:hover a:after{
	transform-origin: center;
    transform: scale(1);
}

.n-page{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px #e5e5e5 solid;
}
.n-page ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-page li{
	margin:0 6px 0 0;
	border: 1px #e5e5e5 solid;
	padding:4px 10px;
}
.n-page .prev,
.n-page .next{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: '宋体';
}
.n-page li a{
	display: block;
}
.n-page li.active a{
	color: #0093dd;
}
.n-page li:hover,
.n-page li.active{
	border-color: #0093dd;
	background: #0093dd;
}
.n-page li:hover a,
.n-page li.active a{
	color: #fff;
}
.n-page .first,
.n-page .last,
.n-page .disabled{
    display: none;
}

.n-single{
	width: 100%;
	line-height: 26px;
	overflow: hidden;
}
.n-single img{
	max-width: 100% !important;
	height: auto !important;
}

.n-about{
	line-height: 26px;
}
.n-about img{
	max-width: 100% !important;
	height: auto !important;
}
.n-about .box1{
	display: flex;
	justify-content: space-between;
}
.n-about .box1 > div{
	width: 32%;
	margin-right: 2%;
}
.n-about .box1 > div:last-child{
	margin-right: 0;
}
.n-about .box1 .center{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.n-about .box1 .center .word{
	position: relative;
}
.n-about .box1 .center .word:after{
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
}
.n-about .box1 .center img{
	width: 120px !important;
}
.n-about .box1 .right li{
	background: url(../images/about-img3.png) no-repeat left 8px;
	padding-left: 24px;
	margin-top: 6px;
}
.n-about .box3 .content{
	display: flex;
	justify-content: space-between;
}
.n-about .box3 .content li{
	background: url(../images/about-img2.png) no-repeat center left;
	padding-left: 24px;
	margin-top: 6px;
}
.n-about .box3 .content li:first-child{
	margin-top: 0;
}

.n-products{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list{
	width: 100%;
	margin-bottom: 2%;
	overflow: hidden;
}
.n-products .products-list li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.n-products .products-list li:nth-child(4n){
	margin-right: 0;
}
.n-products .products-list a{
	display: block;
	border:1px #e5e5e5 solid;
}
.n-products .products-list .image{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list .image img{
	width: 100%;
	display: block;
}
.n-products .products-list .word{
	margin:0 15px;
	border-top: 1px #e5e5e5 solid;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
}
.n-products .products-list .word .left{
	width: calc(100% -20px);
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-products .products-detail{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .box1,
.n-products .products-detail .box2{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .box1{
	display: flex;
	justify-content: space-between;
}
.n-products .products-detail .box1 .imagebox{
	width: 40%;
	border:1px #e5e5e5 solid;
}
.n-products .products-detail .box1 .wordbox{
	width: 56%;
}
.n-products .products-detail .box1 .wordbox li{
	width: 100%;
	float: left;
}
.n-products .products-detail .box2 .title{
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 10px;
}
.n-products .products-detail .box2 .content{
	width: 100%;
	overflow: hidden;
}
.n-products .products-detail .box2 .content img,
.n-products .products-detail .box2 .content table{
	max-width: 100% !important;
	height: auto !important;
}
.n-products .products-detail .box2 .content table{
	border:1px #e5e5e5 solid;
}
.n-products .products-detail .box2 .content table tr{
	height: auto !important;
}
.n-products .products-detail .box2 .content table td{
	width: auto !important;
	height: auto !important;
	padding: 8px 16px;
	border:1px #e5e5e5 solid;
	white-space:nowrap;
}
.n-products .products-detail .box2 .content table tr:nth-child(2n){
	background: #eee;
}
.n-products .products-detail .box2 .content table tr:nth-child(2n+1){
	background: #fff;
}
.n-products .products-detail .box2 .content table tr:first-child{
	background: #0093dd;
}
.n-products .products-detail .box2 .content table tr:first-child td{
    color: #fff;
}

.n-news{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list{
	width: 100%;
	margin-bottom: 2%;
	overflow: hidden;
}
.n-news .news-list li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.n-news .news-list li:nth-child(4n){
	margin-right: 0;
}
.n-news .news-list a{
	width: 100%;
	display: block;
}
.n-news .news-list .image{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list .image img{
	width: 100%;
	display: block;
}
.n-news .news-list .word .t{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-list .word .c{
	color: #999;
	height: 72px;
	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 .news-list .word .m{
	width: 120px;
	height: 40px;
    border:1px #999999 solid;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-news .news-list a:hover .m{
	background: #0093dd;
	border-color: #0093dd;
	color: #fff;
}
.n-news .news-detail{
	width: 100%;
	overflow: hidden;
}
.n-news .news-detail .title{
	text-align: center;
}
.n-news .news-detail .date{
	text-align: center;
	color: #999;
	font-size: 14px;
}
.n-news .news-detail .content{
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
}

.n-contact{
	width: 100%;
	overflow: hidden;
}
.n-contact .box1,
.n-contact .box2{
	width: 100%;
	overflow: hidden;
}
.n-contact .box1{
	display: flex;
	line-height: 26px;
	justify-content: space-between;
}
.n-contact .box1 .left{
	width: 50%;
}
.n-contact .box1 .right{
	width: 46%;
}
.n-contact .box1 .left li{
	margin-bottom: 10px;
}
.n-contact .box1 .left li:last-child{
	margin-bottom: 0;
}
.n-contact .box1 .right .my-map{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.n-contact .box2{
	border-top: 1px #e5e5e5 solid;
}
.n-contact .box2 li{
	width: 100%;
	margin-bottom: 2%;
	float: left;
}
.n-contact .box2 li:last-child{
	margin-bottom: 0;
}
.n-contact .box2 li.h{
	width: 32%;
	margin-right: 2%;
}
.n-contact .box2 li.h:nth-child(3n){
	margin-right: 0;
}
.n-contact .box2 li input{
	width: 100%;
	border:1px #e5e5e5 solid;
	padding:0 14px;
	height: 48px;
	outline: none;
}
.n-contact .box2 li textarea{
	width: 100%;
    padding:14px;
    border:1px #e5e5e5 solid;
    outline: none;
    resize: none;
    height: 160px;
}
.n-contact .box2 li button{
	float: right;
	background: #0093dd;
	color: #fff;
	cursor: pointer;
	border:none;
	outline: none;
	height: 48px;
	width: 160px;
}