@charset "utf-8";
.n-banner{
	width:100%;
	position:relative;
	overflow:hidden;
}
.n-banner > img{
	width:100%;
	display:block;
}
.n-banner .word{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.n-banner .word .wrap{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#fff;
}
.n-banner .word .title{
    font-size:48px;
    line-height:48px;
    font-weight:400;
}
.n-banner .word .path{
	display:flex;
}
.n-banner .word .path a{
	color:#fff;
}
@media (max-width: 1480px) {
	.n-banner .word .title{
	    font-size:42px;
	    line-height:42px;
	}
}
@media (max-width: 1280px) {
	.n-banner .word .title{
	    font-size:36px;
	    line-height:36px;
	}
}
@media (max-width: 992px) {
	.n-banner .word .title{
	    font-size:32px;
	    line-height:32px;
	}
}
@media (max-width: 750px) {
	.n-banner .word .title{
	    font-size:24px;
	    line-height:24px;
	}
	.n-banner .word .path{
		font-size:12px;
	}
	.n-banner .word .path i{
		font-size:12px;
	}
}

.n-page{
	width:100%;
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
}
.n-page a,
.n-page span{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 50px;
}
.n-page .first,
.n-page .last,
.n-page .prev,
.n-page .next{
  display: none;
}
.n-page a:hover,
.n-page span:hover,
.n-page a.active,
.n-page span.active{
  background: #1e88dc;
  color: #fff;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-page a,
	.n-page span{
	    width:30px;
	    height: 30px;
	}
}

.n-about{
	width: 100%;
	background: #ffffff;
	overflow: hidden;
}
.n-about .b{
	font-weight:700;
}
.n-about .public-title{
	line-height: 60px;
	position: relative;
}
.n-about .public-title:after{
	content: "";
	width: 70px;
	height: 2px;
	background: #1e88dc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.n-about img{
	max-width: 100%;
	height: auto;
}
.n-about .font32{
	line-height: 40px;
}
.n-about .box1{
	width: 100%;
	background: url(../images/about-bg1.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.n-about .box1 .box{
	width: 50%;
}
.n-about .box1 .box h1{
	line-height: 80px;
}
.n-about .box1 .box h4{
	line-height: 32px;
}
.n-about .box2{
	overflow: hidden;
}
.n-about .box2 .content ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.n-about .box2 .content li{
	width:calc(50% - 10px);
	border:1px #eee solid;
	display:flex;
	align-items:center;
	padding:20px;
	padding-left:0;
}
.n-about .box2 .content .image{
	width:150px;
}
.n-about .box2 .content .image img{
	width:100%;
	display:block;
}
.n-about .box2 .content .word{
	width:calc(100% - 150px);
}
.n-about .box2 .content .word .word-1{
	font-size:24px;
	line-height:24px;
}
.n-about .box3{
	width: 100%;
	background: url(../images/about-img3.jpg) no-repeat center top;
	background-size:cover;
	overflow: hidden;
}
.n-about .box3 .div1{
	width: 52%;
	display: flex;
	justify-content: space-between;
}
.n-about .box3 .div1 .left{
	width: 28%;
}
.n-about .box3 .div1 .right{
	width: 60%;
}
.n-about .box3 .div2{
	width: 72%;
}
.n-about .box3 .div2 dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.n-about .box3 .div2 dl h1{
	height: 60px;
}
.n-about .box4{
	width: 100%;
	background: #fafafa;
    overflow: hidden;
}
.n-about .box4 .content{
	display: flex;
	justify-content: space-between;
}
.n-about .box4 .content .left{
	width: 34%;
}
.n-about .box4 .content .right{
	width: 66%;
}
@media (max-width: 1280px) {
	.n-about .public-title{
		line-height: 48px;
	}
	.n-about .box1 .box{
		width: 100%;
	}
	.n-about .box1 .box h1{
		line-height: 48px;
	}	
	.n-about .box1 .box h4{
		line-height: 28px;
	}
	.n-about .box2 .content .image{
		width:100px;
	}
	.n-about .box2 .content .word{
		width:calc(100% - 100px);
	}
	.n-about .box2 .content .word .word-1{
		font-size:18px;
	}
	.n-about .box3 .div1{
		width: 100%;
		flex-direction: column;
	}
	.n-about .box3 .div1 .left{
		width: 100%;
	}
	.n-about .box3 .div1 .right{
		width: 100%;
		margin-top: 6%;
	}
	.n-about .box3 .div2{
		width: 100%;
	}
	.n-about .box3 .div2 dl:nth-child(2){
		justify-content: center;
	}
	.n-about .box3 .div2 dl h1{
		height: 50px;
	}
	.n-about .box3 .div2 dl dd{
		margin-left: 4%;
		margin-right: 4%;
		text-align: center;
	}
	.n-about .box3 .div2 dl dd:first-child{
		margin-left: 0;
	}
	.n-about .box3 .div2 dl dd:last-child{
		margin-right: 0;
	}
	.n-about .box4 .content .left,
	.n-about .box4 .content .right{
		width: 48%;
	}
}
@media (max-width: 992px) {
	.n-about .public-title{
		line-height: 42px;
	}
	.n-about .box1 .box h1{
		line-height: 42px;
	}	
	.n-about .box1 .box h4{
		line-height: 26px;
	}
	.n-about .box3 .div2 dl h1{
		height: 40px;
	}
	.n-about .box4 .content{
		flex-direction: column;
	}
	.n-about .box4 .content .left,
	.n-about .box4 .content .right{
		width: 100%;
	}
	.n-about .box4 .content .right{
		margin-top: 6%;
	}
}
@media (max-width: 750px) {
	.n-about .public-title{
		line-height: 36px;
		padding-bottom: 3%;
	}
	.n-about .font32{
		line-height: 24px;
	}
	.n-about .font36{
		font-size: 20px;
	}
	.n-about .font32,
	.n-about .font24{
		font-size: 16px;
	}
	.n-about .font18{
		font-size: 14px;
	}
	.n-about .font58,
	.n-about .font54,
	.n-about .font52{
		font-size: 24px;
	}
	.n-about .box1 .box h1{
		line-height: 36px;
	}	
	.n-about .box1 .box h4{
		line-height: 24px;
	}
	.n-about .box2 .content li{
		width:100%;
		flex-direction:column;
	}
	.n-about .box2 .content .image{
		width:80px;
	}
	.n-about .box2 .content .word{
		width:100%;
		text-align:center;
		padding:0 20px;
	}
	.n-about .box2 .content .word .word-1{
		font-size:16px;
	}
	.n-about .box3 .div2 dl h1{
		height: 24px;
		font-size: 24px;
	}
}

.n-video{
	padding:100px 0;
	overflow:hidden;
}
.n-video .video-ul{
	display:flex;
	flex-wrap:wrap;
}
.n-video .video-ul li{
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	padding:10px;
}
.n-video .video-ul li:nth-child(3n){
	margin-right:0;
}
.n-video .video-ul a{
	display:block;
	background:#fff;
}
.n-video .video-ul a:hover{
	box-shadow:0 0 10px rgba(0, 0, 0, .3);
}
.n-video .video-ul .image{
	width:100%;
	position:relative;
	overflow:hidden;
}
.n-video .video-ul .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-video .video-ul a:hover .image img{
	transform:scale(1.08);
}
.n-video .video-ul .image .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	justify-content:center;
	align-items:center;
	background:rgba(0, 0, 0, .3);
}
.n-video .video-ul .image .mask i{
	font-size:60px;
	color:#fff;
}
.n-video .video-ul .word{
	height:50px;
	padding:0 15px;
	display:flex;
	align-items:center;
	justify-content:center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1280px) {
	.n-video{
		padding:10% 0;
	}
	.n-video .video-ul li{
		width:49%;
	}
	.n-video .video-ul li:nth-child(3n){
		margin-right:2%;
	}
	.n-video .video-ul li:nth-child(2n){
		margin-right:0;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.n-video .video-ul li{
		width:100%;
		margin-right:0;
	}
	.n-video .video-ul li:nth-child(3n){
		margin-right:0;
	}
}


.n-download{
  padding:100px 0;
  overflow:hidden;
}
.n-download .download-ul{
  display:flex;
  flex-wrap:wrap;
}
.n-download .download-ul li{
  width:49%;
  margin-right:2%;
  margin-bottom:2%;
  background:#fff;
  border:1px #ddd solid;
  padding:20px;
  display:flex;
  justify-content:space-between;
}
.n-download .download-ul li:nth-child(2n){
  margin-right:0;
}
.n-download .download-ul .image{
  width:34%;
  background:#082e9d;
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-download .download-ul .image img{
  width:100%;
  display:block;
}
.n-download .download-ul .word{
  width:62%;
}
.n-download .download-ul .word .word-1{
  font-size:24px;
  font-weight:700;
}
.n-download .download-ul .word .word-2{
  margin-top:10px;
}
.n-download .download-ul .word .word-3{
  margin-top:40px;
  display:flex;
}
.n-download .download-ul .word .word-3 a{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  width:120px;
  height:40px;
  margin-right:20px;
  background:#000;
  font-size:16px;
}
.n-download .download-ul .word .word-3 i{
  font-size:20px;
  display:block;
  margin-right:5px;
}
.n-download .download-ul .word .word-3 a:hover{
  background:#1e88dc;
}
@media (max-width: 1600px) {
  .n-download .download-ul .word .word-1{
    font-size:20px;
  }
}
@media (max-width: 1280px) {
  .n-download{
    padding:10% 0;
  }
  .n-download .download-ul li{
    justify-content:flex-start;
    flex-direction:column;
    padding:2%;
  }
  .n-download .download-ul .image,
  .n-download .download-ul .word{
    width:100%;
  }
  .n-download .download-ul .word .word-1{
    margin-top:2%;
    font-size:18px;
  }
  .n-download .download-ul .word .word-2{
    margin-top:2%;
  }
  .n-download .download-ul .word .word-3{
    margin-top:4%;
    font-size:14px;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .n-download .download-ul li{
    width:100%;
    margin-right:0;
    padding:4%;
  }
  .n-download .download-ul .word .word-1{
    font-size:16px;
  }
  .n-download .download-ul .word .word-3{
    font-size:12px;
  }
  .n-download .download-ul .word .word-3 a{
    width:100px;
    height:30px;
  }
  .n-download .download-ul .word .word-3 i{
    font-size:16px;
  }
}

.n-contact{
	padding:100px 0;
	overflow:hidden;
}
.n-contact .contact-box1{
	background:#fff;
	padding:50px;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
}
.n-contact .contact-box1 .left,
.n-contact .contact-box1 .right{
	width:46%;
}
.n-contact .contact-box1 .right img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.n-contact .contact-box1 .left .title{
	position:relative;
	display:flex;
}
.n-contact .contact-box1 .left .title:before{
	content:"";
	width:100%;
	height:1px;
	background:#ddd;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.n-contact .contact-box1 .left .title span{
    display:block;
    font-size:48px;
    line-height:48px;
    font-weight:600;
    background:#fff;
    padding-right:30px;
    position:relative;
    z-index:1;
}
.n-contact .contact-box1 .left .content .box1{
	margin-top:40px;
}
.n-contact .contact-box1 .left .content .box1 .div1{
	font-size:36px;
	line-height:36px;
}
.n-contact .contact-box1 .left .content .box1 .div2{
	display:flex;
}
.n-contact .contact-box1 .left .content .box1 .div2 em{
	display:block;
	margin-right:10px;
	color:#1e88dc;
}
.n-contact .contact-box1 .left .content .box2{
    margin-top:60px;
}
.n-contact .contact-box1 .left .content .box2 .div1{
	font-weight:500;
	font-size:24px;
}
.n-contact .contact-box1 .left .content .box2 .div2{
	margin-top:10px;
}
.n-contact .contact-box1 .left .content .box2 .div2 li{
	padding:10px 0;
	display:flex;
	border-bottom:1px #eee solid;
}
.n-contact .contact-box1 .left .content .box2 .div2 em{
	display:block;
	margin-right:10px;
	color:#1e88dc;
}
.n-contact .contact-box1 .left .content .box3{
    margin-top:60px;
}
.n-contact .contact-box2{
	margin-top:100px;
	width:100%;
	overflow:hidden;
}
.n-contact .contact-box2 .my-map{
	height:640px;
}
.n-contact .contact-box3{
	margin-top:100px;
	overflow:hidden;
}
.n-contact .contact-box3 .title{
	text-align:center;
}
.n-contact .contact-box3 .title h1{
	font-size:48px;
	line-height:48px;
	font-weight:400;
}
.n-contact .contact-box3 .content{
	margin-top:20px;
}
.n-contact .contact-box3 .content ul{
	display:flex;
	flex-wrap:wrap;
}
.n-contact .contact-box3 .content li{
	width:32%;
	margin-right:2%;
	margin-top:2%;
}
.n-contact .contact-box3 .content li:nth-child(3n){
	margin-right:0;
}
.n-contact .contact-box3 .content li.wid-100{
	width:100%;
	margin-right:0;
}
.n-contact .contact-box3 .content input,
.n-contact .contact-box3 .content textarea{
	width:100%;
	display:block;
	background:#fff;
	border:1px #ddd solid;
	padding:0 15px;
	display:block;
}
.n-contact .contact-box3 .content input{
	height:50px;
}
.n-contact .contact-box3 .content textarea{
	resize:none;
	padding:15px;
	height:300px;
}
.n-contact .contact-box3 .content .button{
	display:flex;
	justify-content:center;
	align-items:center;
}
.n-contact .contact-box3 .content .button button{
	background:#1e88dc;
	border:none;
	cursor:pointer;
	color:#fff;
	height:50px;
	padding:0 50px;
}
@media (max-width: 1480px) {
	.n-contact .contact-box1 .left .title span{
	    font-size:42px;
	    line-height:42px;
	}
	.n-contact .contact-box1 .left .content .box1 .div1{
		font-size:32px;
		line-height:32px;
	}
	.n-contact .contact-box1 .left .content .box2 .div1{
		font-size:20px;
	}
    .n-contact .contact-box3 .title h1{
		font-size:42px;
		line-height:42px;
	}
}
@media (max-width: 1280px) {
	.n-contact{
		padding:10% 0;
	}
	.n-contact .contact-box1{
		padding:5%;
	}
	.n-contact .contact-box1 .right{
		display:none;
	}
	.n-contact .contact-box1 .left{
		width:100%;
	}
	.n-contact .contact-box1 .left .title span{
	    font-size:36px;
	    line-height:36px;
	    padding-right:20px;
	}
	.n-contact .contact-box1 .left .content .box1{
		margin-top:4%;
	}
	.n-contact .contact-box1 .left .content .box1 .div1{
		font-size:28px;
		line-height:28px;
	}
	.n-contact .contact-box1 .left .content .box2{
	    margin-top:6%;
	}
	.n-contact .contact-box1 .left .content .box2 .div1{
		font-size:18px;
	}
	.n-contact .contact-box1 .left .content .box2 .div2{
		margin-top:0;
	}
	.n-contact .contact-box1 .left .content .box3{
	    margin-top:6%;
	}
	.n-contact .contact-box2{
		margin-top:10%;
	}
	.n-contact .contact-box2 .my-map{
		height:560px;
	}
	.n-contact .contact-box3{
		margin-top:10%;
	}
	.n-contact .contact-box3 .title h1{
		font-size:36px;
		line-height:36px;
	}
	.n-contact .contact-box3 .content{
		margin-top:6%;
	}
	.n-contact .contact-box3 .content li{
		width:100%;
		margin-right:0;
	}
}
@media (max-width: 992px) {
	.n-contact .contact-box1 .left .title span{
	    font-size:28px;
	    line-height:28px;
	    padding-right:10px;
	}
	.n-contact .contact-box1 .left .content .box1 .div1{
		font-size:24px;
		line-height:24px;
	}
	.n-contact .contact-box1 .left .content .box1 .div2 em{
		margin-right:5px;
	}
	.n-contact .contact-box1 .left .content .box2 .div1{
		font-size:16px;
	}
	.n-contact .contact-box1 .left .content .box2 .div2 em{
		margin-right:5px;
	}
	.n-contact .contact-box2 .my-map{
		height:480px;
	}
	.n-contact .contact-box3 .title h1{
		font-size:32px;
		line-height:32px;
	}
}
@media (max-width: 750px) {
	.n-contact .contact-box1 .left .title span{
	    font-size:24px;
	    line-height:24px;
	}
	.n-contact .contact-box1 .left .content .box1 .div1{
		font-size:20px;
	}
	.n-contact .contact-box2 .my-map{
		height:400px;
	}
	.n-contact .contact-box3 .title h1{
		font-size:24px;
		line-height:24px;
	}
}