@charset "utf-8";
.n-banner{
	overflow: hidden;
}
.n-banner img{
	width: 100%;
	margin-top: 20px;
	display: block;
}
.n-path{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #888;
    overflow: hidden;
}  
.n-path a{
	color: #888;
	text-decoration: underline;
}
.n-path a:last-child{
	color: #00468c;
}
@media (max-width: 1280px) {
	.n-banner img{
		margin-top: 10px;
	}
	.n-path{
		margin-top: 10px;
		margin-bottom: 10px;
	}  
}
@media (max-width: 992px) {}
@media (max-width: 750px) {}

.n-y{
	position: relative;
	overflow: hidden;
}
.n-y .n-left{
	width: 260px;
	float: left;
	overflow: hidden;
}
.n-y .n-left.fixed{
	position: fixed;
	top:178px;
}
.n-y .n-left .title{
	width: 100%;
	background: #00468c;
	color: #fff;
	padding:10px 15px;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 16px;
}
.n-y .n-left .content{
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.n-y .n-left .content > ul > li{
    border-bottom: 1px #ddd solid;
}
.n-y .n-left .content > ul > li:last-child{
	border-bottom: none;
}
.n-y .n-left .content > ul > li > a{
	display: block;
	padding:10px 15px;
	font-weight: bolder;
}
.n-y .n-left .content > ul > li.current > a{
	color: #00468c;
}
.n-y .n-left .content > ul > li > ul{
    margin: 0 0 10px 0;
}
.n-y .n-left .content > ul > li > ul > li > a{
	display: block;
	line-height: 28px;
	padding:0 25px;
}
.n-y .n-left .content > ul > li > ul > li.on > a{
	text-decoration: underline;
	color: #00468c;
}
.n-y .n-right{
	width: 900px;
	float: right;
	overflow: hidden;
}
@media (max-width: 1280px) {
	.n-y .n-left{
		width: 100%;
	}
	.n-y .n-left.fixed{
		position: static;
	}
	.n-y .n-left .title{
		width: 100%;
		background: #00468c;
		color: #fff;
		padding:10px 15px;
		text-transform: uppercase;
		font-weight: bolder;
		font-size: 16px;
	}
	.n-y .n-right{
		width: 100%;
		margin-top: 4%;
	}
}
@media (max-width: 992px) {
	.n-y .n-left .title{
		padding:6px 15px;
		font-size: 14px;
	}
	.n-y .n-left .content > ul > li > a{
		padding:6px 15px;
	}
}
@media (max-width: 750px) {}

.n-y .n-right1{
	width: 100%;
	overflow: hidden;
}

.n-y .n-title{
	font-weight: bolder;
	color: #00468c;
	text-transform: uppercase;
}

.n-y .n-about{
	width: 100%;
	overflow: hidden;
}
.n-y .n-about.line{
	border-top: 10px #00468c solid;
	padding-top: 60px;
	margin-top: 60px;
}
.n-y .n-about .title{
	text-transform: uppercase;
	color: #00468c;
	font-weight: bold;
}
.n-y .n-about img{
	max-width: 100% !important;
	height: auto !important;
}
@media (max-width: 1280px) {
	.n-y .n-about.line{
		padding-top: 6%;
		margin-top: 6%;
	}
}
@media (max-width: 992px) {}
@media (max-width: 750px) {}

/*图片*/
.n-pic{
	width: 100%;
	overflow: hidden;
}
.n-pic .pic-list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 4%;
	float: left;
	border:1px #eee solid;
	padding:6px;
	box-sizing: border-box;
	overflow: hidden;
}
.n-pic .pic-list li:nth-child(3n){
	margin-right: 0;
}
.n-pic .pic-list a{
	display: block;
	position: relative;
}
.n-pic .pic-list a .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-pic .pic-list a .mask i{
	font-size: 32px;
}
.n-pic .pic-list a:hover .mask{
	opacity: 1;
	visibility: visible;
}
.n-pic .pic-list .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-pic .pic-list .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	overflow: hidden;
}
.n-pic .pic-list .pic .box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.n-pic .pic-list .title{
	margin-top: 6px;
	border-top: 1px #eee solid;
	padding-top: 6px;
	text-align: center;
	line-height: 40px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1280px) {}
@media (max-width: 992px) {}
@media (max-width: 750px) {}

/* 产品 */
.n-products{
	width: 100%;
	overflow: hidden;
}
.n-products .products-list li{
	width: 23.5%;
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.n-products .products-list li:nth-child(4n){
	margin-right: 0;
}
.n-products .products-list a{
	display: block;
	padding: 10px 3% 0 3%;
	border: 1px #eee solid;
}
.n-products .products-list .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.n-products .products-list .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.n-products .products-list .pic .box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.n-products .products-list li:hover .pic img{
	transform: scale(1.1);
}
.n-products .products-list .title{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 2px #eee solid;
	float: none;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 50px;
    text-align: center;
	position: relative;
	z-index: 1;
}
.n-products .products-list li:before{
	content: "";
	width: 94%;
	height: 2px;
	position: absolute;
	z-index: 2;
	background: #2b57a0;
	left:3%;
	bottom: 52px;
	transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-products .products-list li:hover:before{
	transform-origin: left;
    transform: scale(1);
}
@media (max-width: 1280px) {
	.n-products .products-list li{
		width: 32%;
	}
	.n-products .products-list li:nth-child(4n){
		margin-right: 2%;
	}
	.n-products .products-list li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.n-products .products-list li{
		width: 49%;
	}
	.n-products .products-list li:nth-child(3n){
		margin-right: 2%;
	}
	.n-products .products-list li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	.n-products .products-list .title{
		height: 40px;
		line-height: 40px;
	}
	.n-products .products-list li:before{
		bottom: 42px;
	}
}

.n-productsdetail{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .box1,
.n-productsdetail .box2{
	width: 100%;
	overflow: hidden;
}
.n-productsdetail .box1{
    position: relative;
}
.n-productsdetail .box1 img{
	max-width: 100%;
	width: 740px;
	display: block;
}
.n-productsdetail .box1 .page-btn{
    position: absolute;
    width: 24px;
    height: 40px;
    z-index: 1;
    top:50%;
    margin-top: -20px;
}
.n-productsdetail .box1 .page-btn.right{
    right: 0;
}
.n-productsdetail .box1 .page-btn a{
    width: 24px;
    height: 40px;
    color: #fff;
    font-family: '宋体';
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-productsdetail .box2{
}
.n-productsdetail .box2 .title{
	font-weight: bolder;
	font-size: 16px;
}
.n-productsdetail .box2 .content{
	margin-top: 10px;
}
.n-productsdetail .box2 .div1 .content > div,
.n-productsdetail .box2 .div1 .content > p{
	text-decoration: underline;
	line-height: 30px;
}
.n-productsdetail .box2 .div2{
	margin-top: 30px;
}
.n-productsdetail .box2 img,
.n-productsdetail .box2 table{
	max-width: 100% !important;
	height: auto !important;
}
.n-productsdetail .box2 table{
	width: 100% !important;
	border:1px #000 solid;
}
.n-productsdetail .box2 table tr,
.n-productsdetail .box2 table td,
.n-productsdetail .box2 table th{
	width: auto !important;
	height: auto !important;
	border:1px #000 solid;
	text-align: center;
	word-wrap:break-word;
	word-break:break-all;
}
.n-productsdetail .box2 table tr:nth-child(2n) td{
	background: #fff;
}
.n-productsdetail .box2 table tr:nth-child(2n+1) td{
	background: #bdd7ee;
}
.n-productsdetail .box2 table.table tr:nth-child(2n+1) td{
	background: #fff;
}
.n-productsdetail .box2 table tr:nth-child(1) td,
.n-productsdetail .box2 table.table tr:nth-child(1) td{
	background: #00468c;
	color: #fff;
	font-weight: bolder;
}
@media (max-width: 1280px) {}
@media (max-width: 992px) {}
@media (max-width: 750px) {}

/* 新闻 */
.n-news{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list{
	width: 100%;
	overflow: hidden;
}
.n-news .news-list li{
	width: 100%;
	padding:6px;
    margin-bottom: 2%;
    box-sizing: border-box;
}
.n-news .news-list li a{
	display: flex;
	align-items: stretch;
	background: #eee;
	border: 1px solid transparent;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.n-news .news-list li a:hover {
    border: 1px solid #efefef;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .08);
}
.n-news .news-list li a .image{
	width: 230px;
    padding:15px;
    float: left;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    box-sizing: border-box;
}
.n-news .news-list li a:hover .image{
	background: #ccc;
}
.n-news .news-list li a .image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.n-news .news-list li a .word{
	width: auto;
	width: calc(100% - 230px);
	box-sizing: border-box;
	padding:28px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.n-news .news-list li a:hover .word{
	padding-left: 56px;
}
.n-news .news-list li a .word > div{
	width: 100%;
}
.n-news .news-list li a .word .title{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.n-news .news-list li a .word .title .text{
	width: auto;
	width: calc(100% - 90px);
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-list li a .word .title .time{
	width: 90px;
	text-align: right;
	color: #999;
}
.n-news .news-list li a .word .summary{
	display: block;
	color: #555;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-list li a .word .button .text{
	width: 90px;
	height: 32px;
	line-height: 32px;
	float: right;
	border:1px #ccc solid;
	text-align: center;
	border-radius: 18px;
	color: #999;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.n-news .news-list li a:hover .word .button .text{
	background: #ccc;
	color: #333;
}
@media (max-width: 1280px) {}
@media (max-width: 992px) {}
@media (max-width: 750px) {
	.n-news .news-list li a .image{
		width: 120px;
	}
	.n-news .news-list li a .word{
		width: calc(100% - 120px);
		padding:10px;
	}
	.n-news .news-list li a:hover .word{
		padding-left: 26px;
	}
}

/*新闻详情*/
.n-newsdetail{
	width: 100%;
	overflow: hidden;
}
.n-newsdetail .box1,
.n-newsdetail .box2,
.n-newsdetail .box3{
	width: 100%;
	overflow: hidden;
}
.n-newsdetail .box1{
	text-align: center;
}
.n-newsdetail .box1 h1{
	font-weight: bolder;
}
.n-newsdetail .box1 h2{
	margin-top: 6px;
}
.n-newsdetail .box2{
	margin:20px 0;
	padding:20px 0;
	overflow: hidden;
	border-top:1px #eee solid;
	border-bottom: 1px #eee solid;
}
@media (max-width: 1280px) {
	.n-newsdetail .box2{
		margin:10px 0;
		padding:10px 0;
	}
}
@media (max-width: 992px) {}
@media (max-width: 750px) {}

/*联系*/
.n-contact{
	width: 100%;
	overflow: hidden;
}
.n-contact .contact-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.n-contact .contact-box .content-box{
	width: 49%;
	background: #f2f2f2;
	padding:40px;
	box-sizing: border-box;
}
.n-contact .contact-box .content-box dt{
	font-size: 30px;
	font-weight: bolder;
	line-height: 36px;
}
.n-contact .contact-box .content-box dd{
	margin-top: 10px;
}
.n-contact .contact-box .map-box{
	width: 49%;
	height: 420px;
	position: relative;
	overflow: hidden;
}
.n-contact .contact-box .map-box .my-map{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.n-contact .feedback-box{
	width: 100%;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px #eee solid;
	position: relative;
	overflow: hidden;
}
.n-contact .feedback-box{
	width: 100%;
	overflow: hidden;
}
.n-contact .feedback-box .title{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
}
.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: #eeeeee;
	border-radius: 12px;
	border: 1px #ccc 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: #eeeeee;
	border-radius: 12px;
	border: 1px #ccc 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: #eeeeee;
	border-radius: 12px;
	border: 1px #ccc 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: #00468c;
	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 .content-box{
		padding:4%;
	}
	.n-contact .contact-box .content-box dt{
		font-size: 18px;
		line-height: 24px;
	}
	.n-contact .feedback-box{
		margin-top: 5%;
		padding-top: 5%;
	}
	.n-contact .feedback-box .title{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.n-contact .feedback-box li{
		margin-bottom: 10px;
	}
	.n-contact .feedback-box label i{
		width: 24px;
		height: 24px;
		font-size: 16px;
	}
}
@media (max-width: 992px) {}
@media (max-width: 750px) {
	.n-contact .contact-box {
	    flex-direction: column;
	}
	.n-contact .contact-box .content-box,
	.n-contact .contact-box .map-box{
	    width: 100%;
	}
	.n-contact .feedback-box .half {
	    width: 100%;
	}
}

/*内容留言*/
.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: #ddd;
	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: #ddd;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 20px;
	resize:none;
	box-sizing: border-box;
}
.message-form .f button{
	width: 280px;
    height: 50px;
    background: #2b57a0;
    cursor: pointer;
    border-radius: 40px;
    margin: 20px 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: 10px;
	}
	.message-form .f{
		margin-top: 10px;
	}
	.message-form .f button{
	    margin: 10px auto 0;
	}
}
@media (max-width: 992px) {}
@media (max-width: 750px) {
	.message-form .h{
		width: 100%;
	}
	.message-form .h input{
		height: 40px;
		padding: 0 10px;
	}
	.message-form .f textarea{
		padding: 10px;
	}
	.message-form .f button{
	    height: 40px;
	    border-radius: 20px;
	}
}

/* 分页 */
.page{
	width: 100%;
	overflow: hidden;
}
.page ul{
	text-align: center;
}
.page li{
	display: inline-block;
}
.page a{
    padding: 4px 10px;
	background: #fff;
	border: 1px #eee solid;
	display: block;
	margin: 0 2px;
}
.page li.active a, .page li:hover a{
	color: #fff;
	background: #2b57a0;
}
.page li.page-first a, .page li.disabled a{
	background: #eee;
	color: #555;
	pointer-events: none;
}
@media (max-width: 1280px) {}
@media (max-width: 992px) {}
@media (max-width: 750px) {
	.page li.first,
	.page li.prev,
	.page li.next,
	.page li.last{
		display: none;
	}
	.page a{
	    padding: 2px 6px;
	}
}

/* 无数据 */
.no-data{
	width: 100%;
	text-align: center;
	color: #999;
	overflow: hidden;
}
.no-data i{
	font-size: 92px;
	line-height: 92px;
}
.no-data h2{
	margin-top: 10px;
}
@media (max-width: 1280px) {}
@media (max-width: 992px) {}
@media (max-width: 750px) {}