@charset "utf-8";
.n-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.n-banner > img {
  width: 100%;
  display: block;
}
.n-banner .word {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 70px;
}
@media (max-width: 1280px) {
  .n-banner {
    height: 50vh;
  }
  .n-banner > img {
    height: 100%;
    object-fit: cover;
  }
  .n-banner .word {
    font-size: 36px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .n-banner {
    height: 32vh;
  }
  .n-banner .word {
    font-size: 24px;
  }
}

.n-type {
  width: 100%;
  position: relative;
  z-index: 2;
}
.n-type .wrap {
  background: #fff;
  box-shadow: 1.5px 2.598px 7px 0px rgba(6, 0, 1, 0.1);
  margin-top: -71px;
}
.n-type .navHead {
  padding: 0 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.n-type .navHead .mbx {
  font-size: 16px;
}
.n-type .navHead .mbx i.icon-jiantou {
  font-size: 12px;
  color: #1380e3;
  margin-right: 8px;
  vertical-align: middle;
}
.n-type .navHead .mbx a {
  color: #9ba4ad;
  transition: 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.n-type .navHead .mbx a:hover {
  color: #1380e3;
}
.n-type .navHead .page-search {
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  align-items: center;
}
.n-type .navHead .page-search input {
  outline: none;
  border: none;
  font-size: 16px;
  background: none;
}
.n-type .navHead .page-search .inpt3 {
  padding-left: 25px;
}
.n-type .navHead .page-search .inpt4 {
  width: 60px;
  font-family: "iconfont";
  font-size: 20px;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  cursor: pointer;
}
.n-type ul.list {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}
.n-type ul.list li {
  min-width: 120px;
  flex: 1;
}
.n-type ul.list li a {
  display: block;
  text-align: center;
  padding: 15px 10px;
  transition: 0.36s background-color;
  position: relative;
  height: 100%;
}
.n-type ul.list li:not(:last-child) a::after {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.n-type ul.list li a h3 {
  font-size: 18px;
  font-weight: bold;
  transition: 0.36s;
  margin-bottom: 3px;
}
.n-type ul.list li a .namemark {
  text-transform: uppercase;
  font-size: 14px;
  color: #9ba4ad;
  transition: 0.36s;
  max-width: none;
}
.n-type ul.list li.active a,
.n-type ul.list li:hover a {
  background: #1380e3;
}
.n-type ul.list li.active a h3,
.n-type ul.list li.active a .namemark,
.n-type ul.list li:hover a h3,
.n-type ul.list li:hover a .namemark {
  color: #fff;
}
@media (max-width: 1280px) {
  .n-type .wrap {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
  }
  .n-type .navHead {
    display: none;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .n-type ul.list li a {
    padding: 10px;
  }
  .n-type ul.list li a h3 {
    font-size: 15px;
  }
}

.n-page {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 2%;
  user-select: none;
}
.n-page,
.n-page a {
  display: inline-block;
  vertical-align: middle;
}
.n-page a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #f3f3f3;
  margin: 4px 5px;
  font-size: 16px;
  color: #666;
  transition: all 0.4s ease;
  border-radius: 22px;
  background-color: #fff;
}
.n-page a.first,
.n-page a.last {
  display: none;
}
.n-page a.prev,
.n-page a.next {
  width: 100px;
}
.n-page a:hover,
.n-page a.active,
.n-page a.on {
  border-color: #1380e3;
  background-color: #1380e3;
  color: #fff;
}
.n-page a.disable {
  pointer-events: none;
}
@media (max-width: 1280px) {
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .n-page a {
    margin: 4px 2px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
    font-size: 14px;
  }
  .n-page a.prev,
  .n-page a.next {
    width: 64px;
  }
}

.n-y {
  width: 100%;
  position: relative;
  padding: 80px 0 120px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .n-y {
    padding: 8% 0 12% 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

.n-about {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.n-about .about-box1{
	padding:80px;
	background: #fff;
	overflow: hidden;
}
.n-about .about-box1 .box1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.n-about .about-box1 .box1 .left-box,
.n-about .about-box1 .box1 .right-box{
	width:48%;
}
.n-about .about-box1 .box1 .left-box .title{
	font-size: 24px;
	font-weight: 900;
}
.n-about .about-box1 .box1 .left-box .content{
	margin-top: 20px;
}
.n-about .about-box1 .box1 .right-box video{
	width: 100%;
	display: block;
}
.n-about .about-box1 .box2{
	border-top: 1px #eee solid;
	padding-top: 60px;
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
}
.n-about .about-box1 .box2 ul {
  display: flex;
  justify-content: space-between;
}
.n-about .about-box1 .box2 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.n-about .about-box1 .box2 .word1 {
  display: flex;
  align-items: flex-start;
}
.n-about .about-box1 .box2 .word1 .number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-right: 10px;
}
.n-about .about-box2{
	width: 100%;
	background: url(../images/img-6.jpg) no-repeat center bottom;
	background-size: cover;
	margin-top: 80px;
	padding:80px 0;
}
.n-about .about-box2 .title{
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	text-align: center;
}
.n-about .about-box2 .content{
	text-align: center;
	margin-top: 40px;
}
.n-about .about-box2 .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n-about .about-box2 .list li{
	width: 49%;
	margin-top: 40px;
	overflow: hidden;
}
.n-about .about-box2 .list img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.n-about .about-box2 .list li:hover img{
	transform: scale(1.05);
}
.n-about .about-box3{
	width: 100%;
	background: url(../images/img-10.jpg) no-repeat center bottom;
	background-size: cover;
	padding:80px 0;
	color: #fff;
}
.n-about .about-box3 .title{
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	text-align: center;
}
.n-about .about-box3 .content{
	text-align: center;
	margin-top: 40px;
}
.n-about .about-box3 .list{
	margin-top: 40px;
}
.n-about .about-box3 .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n-about .about-box3 .list li{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.n-about .about-box3 .list li:nth-child(2){
    flex-direction: column-reverse;
}
.n-about .about-box3 .list .img img{
    width: 100%;
    display: block;
}
.n-about .about-box3 .list .txt{
    padding:20px;
    transform: translateY(-20%);
}
.n-about .about-box3 .list li:nth-child(2) .txt{
    transform: translateY(20%);
}
.n-about .about-box3 .list .txt .xg{
    display: flex;
}
.n-about .about-box3 .list .txt .xg:before,
.n-about .about-box3 .list .txt .xg:after{
    content: "";
    width: 5px;
    height: 15px;
    background-color: #fff;
    transform: skew(-20deg);
    display: block;
}
.n-about .about-box3 .list .txt .xg:after{
    margin-left: 4px;
}
.n-about .about-box3 .list .txt .h1{
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
}
.n-about .about-box3 .list li:nth-child(2) .txt .h1{
    margin-top: 0;
}
.n-about .about-box3 .list .txt .h2{
    margin-top: 10px;
}
.n-about .about-box3 .list li:nth-child(2) .txt .h2{
    margin-bottom: 20px;
}
.n-about .about-box4{
	margin-top: 80px;
	padding:80px;
    background: #fff;
}
.n-about .about-box4 .title{
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	text-align: center;
}
.n-about .about-box4 .content{
	text-align: center;
	margin-top: 40px;
}
.n-about .about-box4 .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n-about .about-box4 .list li{
	width: 49%;
	margin-top: 40px;
	overflow: hidden;
}
.n-about .about-box4 .list img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.n-about .about-box4 .list li:hover img{
	transform: scale(1.05);
}
@media (max-width: 1280px) {
	.n-about .about-box1{
		padding:8% 3%;
	}
	.n-about .about-box1 .box1{
		flex-direction: column;
	}
	.n-about .about-box1 .box1 .left-box,
	.n-about .about-box1 .box1 .right-box{
		width:100%;
	}
	.n-about .about-box1 .box1 .left-box .content{
		margin-top: 10px;
	}
	.n-about .about-box1 .box1 .right-box{
		margin-top: 6%;
	}
	.n-about .about-box1 .box2 {
	  margin-top: 6%;
	  padding-top: 6%;
	}
	.n-about .about-box1 .box2 ul {
	  flex-wrap: wrap;
	}
	.n-about .about-box1 .box2 li {
	  width: 50%;
	}
	.n-about .about-box1 .box2 li:nth-child(n+3) {
	  margin-top: 6%;
	}
	.n-about .about-box1 .box2 .word1 .number {
	  font-size: 48px;
	  line-height: 48px;
	}
	.n-about .about-box2{
		margin-top: 8%;
		padding:8% 0;
	}
	.n-about .about-box3{
		padding:8% 0;
	}
	.n-about .about-box4{
		margin-top: 8%;
		padding:8% 3%;
	}
	.n-about .about-box2 .title,
	.n-about .about-box3 .title,
	.n-about .about-box4 .title{
		font-size: 24px;
		line-height: 24px;
	}
	.n-about .about-box2 .content,
	.n-about .about-box3 .content,
	.n-about .about-box4 .content{
		margin-top: 4%;
	}
	.n-about .about-box2 .list li,
	.n-about .about-box4 .list li{
		margin-top: 4%;
	}
	.n-about .about-box3 .list li{
		width: 49%;
	}
	.n-about .about-box3 .list .txt{
		padding: 10px;
	}
	.n-about .about-box3 .list .txt .h1{
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.n-about .about-box1 .box2 .word1 .number {
	  font-size: 42px;
	  line-height: 42px;
	}
}
@media (max-width: 750px) {
	.n-about .about-box1 .box1 .left-box .title{
		font-size: 16px;
	}
	.n-about .about-box1 .box2 .word1 .number {
	  font-size: 28px;
	  line-height: 28px;
	  margin-right: 0;
	}
	.n-about .about-box2 .title,
	.n-about .about-box3 .title,
	.n-about .about-box4 .title{
		font-size: 20px;
	}
	.n-about .about-box2 .list li,
	.n-about .about-box4 .list li{
		width:100%;
	}
	.n-about .about-box3 .list .txt .h1{
		margin-top: 10px;
	}
	.n-about .about-box3 .list .txt .h1{
		font-size: 16px;
	}
	.n-about .about-box3 .list .txt .h2{
		margin-top: 0;
	}
	.n-about .about-box3 .list li:nth-child(2) .txt .h2{
		margin-bottom: 10px;
	}
}

.n-products {
  overflow: hidden;
}
.n-products .products-ul {
  display: flex;
  flex-wrap: wrap;
}
.n-products .products-ul li {
  width: 23.5%;
  margin-bottom: 2%;
  margin-right: 2%;
  background: #fff;
  text-align: center;
}
.n-products .products-ul li:nth-child(4n) {
  margin-right: 0;
}
.n-products .products-ul a {
  display: block;
}
.n-products .products-ul .image {
  overflow: hidden;
}
.n-products .products-ul .image img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-products .products-ul li:hover .image img {
  transform: scale(1.05);
}
.n-products .products-ul .title {
  font-weight: 700;
  font-size: 20px;
}
.n-products .products-ul .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.n-products .products-ul .button a {
  padding: 0 20px;
  border: 1px #000 solid;
  line-height: 32px;
}
.n-products .products-ul .button a:hover {
  background: #019fe8;
  color: #fff;
}
.n-products .more a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.n-products .more img {
  display: block;
}
.n-products .more p {
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .n-products .products-ul li {
    width: 49%;
  }
  .n-products .products-ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-products .products-ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .n-products .products-ul li {
    width: 100%;
    margin-right: 0;
  }
  .n-products .products-ul li:nth-child(4n) {
    margin-right: 0;
  }
  .n-products .products-ul .title {
    font-size: 16px;
  }
  .n-products .products-ul .button {
    padding: 2% 0 8% 0;
  }
  .n-products .products-ul .button a {
    padding: 0 5px;
    line-height: 24px;
  }
  .n-products .more img {
    width: 36px;
  }
  .n-products .more p {
    margin-top: 5px;
  }
}

.n-productsdetail {
  width: 100%;
  overflow: hidden;
}
.n-productsdetail .detail-box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 50px;
  overflow: hidden;
}
.n-productsdetail .detail-box1 .left {
  width: 36%;
}
.n-productsdetail .detail-box1 .left img {
  width: 100%;
  display: block;
}
.n-productsdetail .detail-box1 .right {
  width: 60%;
}
.n-productsdetail .detail-box1 .right .title {
  font-weight: 600;
  font-size: 24px;
}
.n-productsdetail .detail-box1 .right .content,
.n-productsdetail .detail-box1 .right .typename,
.n-productsdetail .detail-box1 .right .button .c {
  margin-top: 20px;
}
.n-productsdetail .detail-box1 .right .content {
  background: #f2f2f2;
  padding: 30px;
  line-height: 1.5;
}
.n-productsdetail .detail-box1 .right .typename a {
  color: #1380e3;
}
.n-productsdetail .detail-box1 .right .button {
  margin-top: 50px;
}
.n-productsdetail .detail-box1 .right .button .c ul {
  display: flex;
}
.n-productsdetail .detail-box1 .right .button .c li {
  margin-right: 20px;
}
.n-productsdetail .detail-box1 .right .button .c li:last-child {
  margin-right: 0;
}
.n-productsdetail .detail-box1 .right .button .c a {
  display: block;
  background: #1380e3;
  color: #fff;
  border-radius: 16px;
  padding: 5px 20px;
}
.n-productsdetail .detail-title {
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.n-productsdetail .detail-title span {
  width: 5px;
  background: #1380e3;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.n-productsdetail .detail-box2 {
  margin-top: 80px;
  overflow: hidden;
}
.n-productsdetail .detail-box2 .detail-content {
  line-height: 1.5;
}
.n-productsdetail .detail-box2 .detail-content table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.n-productsdetail .detail-box2 .detail-content img {
  display: block;
}
.n-productsdetail .detail-box4 {
  margin-top: 80px;
}
.n-productsdetail .detail-box4 ul {
  display: flex;
  justify-content: space-between;
}
.n-productsdetail .detail-box4 li {
  width: 49%;
  background: #fff;
  padding: 20px;
  display: flex;
}
.n-productsdetail .detail-box4 .left {
  margin-right: 10px;
  color: #999;
}
.n-productsdetail .detail-box4 .right a {
  color: #1380e3;
}
.n-productsdetail .detail-box5 {
  padding: 50px;
  margin-top: 80px;
  background: #fff;
  overflow: hidden;
}
.n-productsdetail .detail-box5 .list li {
  border: 1px #f2f2f2 solid;
}
.n-productsdetail .detail-box5 .list a {
  display: block;
}
.n-productsdetail .detail-box5 .list .image {
  overflow: hidden;
}
.n-productsdetail .detail-box5 .list .image img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-productsdetail .detail-box5 .list li:hover .image img {
  transform: scale(1.05);
}
.n-productsdetail .detail-box5 .list .title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.n-productsdetail .detail-box5 .list .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.n-productsdetail .detail-box5 .list .button a {
  padding: 0 20px;
  border: 1px #000 solid;
  line-height: 32px;
}
.n-productsdetail .detail-box5 .list .button a:hover {
  background: #019fe8;
  color: #fff;
}
.n-productsdetail .detail-box5 .list .swiper-pagination {
  position: static;
  margin-top: 3em;
}
.n-productsdetail
  .detail-box5
  .list
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #1380e3;
}
.n-productsdetail .detail-box6 {
  margin-top: 80px;
  background: #fff;
  padding: 50px;
}
@media (max-width: 1280px) {
  .n-productsdetail .detail-box1 {
    flex-direction: column;
    padding: 5%;
  }
  .n-productsdetail .detail-box1 .left,
  .n-productsdetail .detail-box1 .right {
    width: 100%;
  }
  .n-productsdetail .detail-box1 .right {
    margin-top: 6%;
  }
  .n-productsdetail .detail-box1 .right .title {
    font-size: 18px;
  }
  .n-productsdetail .detail-box1 .right .content {
    padding: 3%;
    font-size: 14px;
  }
  .n-productsdetail .detail-box1 .right .button {
    margin-top: 5%;
  }
  .n-productsdetail .detail-box1 .right .button .c li {
    margin-right: 10px;
  }
  .n-productsdetail .detail-box1 .right .button .c a {
    padding: 5px 15px;
  }
  .n-productsdetail .detail-box1 .right .content,
  .n-productsdetail .detail-box1 .right .typename,
  .n-productsdetail .detail-box1 .right .button {
    font-size: 14px;
  }
  .n-productsdetail .detail-box1 .right .button .c i {
    font-size: 12px;
  }
  .n-productsdetail .detail-box2 {
    margin-top: 8%;
  }
  .n-productsdetail .detail-box2 li {
    width: 100%;
  }
  .n-productsdetail .detail-box2 {
    margin-top: 8%;
  }
  .n-productsdetail .detail-box4 {
    margin-top: 8%;
    font-size: 14px;
  }
  .n-productsdetail .detail-box5 {
    margin-top: 8%;
    padding: 5%;
  }
  .n-productsdetail .detail-box5 .list .word {
    font-size: 16px;
  }
  .n-productsdetail .detail-box6 {
    margin-top: 8%;
  }
}
@media (max-width: 750px) {
  .n-productsdetail .detail-title {
    font-size: 16px;
  }
  .n-productsdetail .detail-box1 .right .title {
    font-size: 16px;
  }
  .n-productsdetail .detail-box4 ul {
    flex-direction: column;
  }
  .n-productsdetail .detail-box4 li {
    width: 100%;
    padding: 10px;
  }
  .n-productsdetail .detail-box4 li:nth-child(2) {
    margin-top: 10px;
  }
  .n-productsdetail .detail-box5 .list .title {
    font-size: 16px;
  }
  .n-productsdetail .detail-box5 .list .button {
    padding: 2% 0 8% 0;
  }
  .n-productsdetail .detail-box5 .list .button a {
    padding: 0 5px;
    line-height: 24px;
  }
  .n-productsdetail .detail-box5 .list .swiper-pagination {
    margin-top: 10px;
  }
  .n-productsdetail .detail-box6 {
    padding: 5%;
  }
}

.n-news {
  overflow: hidden;
}
.n-news .news-ul {
  display: flex;
  flex-wrap: wrap;
}
.n-news .news-ul li {
  display: block;
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
  background: #fff;
  transition: all 0.4s ease;
  position: relative;
}
.n-news .news-ul li:nth-child(3n) {
  margin-right: 0;
}
.n-news .news-ul .news-pic {
  width: 100%;
  overflow: hidden;
}
.n-news .news-ul .news-pic img {
  width: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
  height: 258px;
  display: block;
}
.n-news .news-ul li:hover img {
  transform: scale(1.06);
}
.n-news .news-ul .news-info {
  background: #fff;
  display: flex;
  padding: 34px 30px 41px;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease;
}
.n-news .news-ul li:hover .news-info {
  transform: translateY(-40px);
}
.n-news .news-ul .news-time {
  font-size: 14px;
  color: #888;
  font-family: "Samsung";
  text-align: center;
}
.n-news .news-ul .news-time span {
  font-weight: 700;
  font-size: 36px;
  color: #333;
  display: block;
  width: 60px;
  line-height: 1;
}
.n-news .news-ul .news-txt {
  width: calc(100% - 60px);
  padding-left: 28px;
}
.n-news .news-ul .news-txt-title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n-news .news-ul .news-txt p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #888;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.n-news .news-ul .news-more {
  position: absolute;
  z-index: 0;
  width: 100%;
  background: #1380e3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  left: 0;
  bottom: 0;
  font-size: 16px;
}
.n-news .news-ul .news-more i {
  display: block;
  background: url("../images/arr-r.png") no-repeat center/100%;
  width: 6px;
  height: 10px;
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .n-news .news-ul li {
    width: 49%;
  }
  .n-news .news-ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .n-news .news-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .n-news .news-ul .news-info {
    padding: 20px 15px;
  }
  .n-news .news-ul .news-time {
    font-size: 12px;
  }
  .n-news .news-ul .news-time span {
    font-size: 26px;
  }
  .n-news .news-ul .news-txt {
    padding-left: 15px;
  }
  .n-news .news-ul .news-txt-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .n-news .news-ul li {
    width: 100%;
    margin-right: 0;
  }
  .n-news .news-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .n-news .news-ul .news-txt-title {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.n-newsdetail {
  overflow: hidden;
}
.n-newsdetail .news-box {
  background: #fff;
  padding: 4%;
  border: 1px #eee solid;
}
.n-newsdetail .news-title {
  width: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
}
.n-newsdetail .news-tools {
  width: 100%;
  text-align: center;
  color: #999;
  padding: 10px 0 20px 0;
  border-bottom: 1px #eee solid;
  overflow: hidden;
}
.n-newsdetail .news-content {
  width: 100%;
  margin-top: 2em;
  line-height: 1.5;
  overflow: hidden;
}
.n-newsdetail .news-content img {
  max-width: 100%;
  height: auto;
}
.n-newsdetail .news-nav {
  width: 100%;
  margin-top: 80px;
  border: 1px #eee solid;
  background: #fff;
  overflow: hidden;
}
.n-newsdetail .news-nav,
.n-newsdetail .news-nav a {
  color: #666;
}
.n-newsdetail .news-nav a:hover {
  color: #1380e3;
}
.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;
  background: #eee;
}
.n-newsdetail .news-nav .nav-right a:hover {
  background: #1380e3;
  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%;
  margin-top: 80px;
  background: #fff;
  padding: 50px;
  overflow: hidden;
}
.n-newsdetail .news-relate .title,
.n-newsdetail .news-message .title {
  font-size: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.n-newsdetail .news-relate .title i,
.n-newsdetail .news-message .title i {
  display: block;
  margin-right: 5px;
}
.n-newsdetail .news-relate .content 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 .content li {
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
  float: left;
  border: 1px #eee solid;
  background: #fff;
  padding: 2%;
  line-height: 1.5;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.n-newsdetail .news-relate .content li:nth-child(3n) {
  margin-right: 0;
}
.n-newsdetail .news-relate .content li:hover {
  background: #1380e3;
}
.n-newsdetail .news-relate .content li a {
  display: block;
}
.n-newsdetail .news-relate .content li .rt {
  width: 16px;
}
.n-newsdetail .news-relate .content li .box {
  display: block;
  margin-right: 32px;
}
.n-newsdetail .news-relate .content li .box .t {
  font-weight: 600;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.n-newsdetail .news-relate .content 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;
}
.n-newsdetail .news-relate .content li:hover a,
.n-newsdetail .news-relate .content li:hover .box .s {
  color: #fff;
}
.n-newsdetail .content img {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .n-newsdetail .news-title {
    font-size: 16px;
  }
  .n-newsdetail .news-content {
    margin-top: 2em;
  }
  .n-newsdetail .news-nav {
    margin-top: 8%;
  }
  .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,
  .n-newsdetail .news-message {
    padding: 5%;
    margin-top: 8%;
  }
  .n-newsdetail .news-relate .title,
  .n-newsdetail .news-message .title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .n-newsdetail .news-relate .content li {
    width: 49%;
  }
  .n-newsdetail .news-relate .content li:nth-child(3n) {
    margin-right: 2%;
  }
  .n-newsdetail .news-relate .content li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .n-newsdetail .news-tools {
    padding: 10px 0;
  }
  .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 .title,
  .n-newsdetail .news-message .title {
    font-size: 16px;
  }
  .n-newsdetail .news-relate .content li {
    width: 100%;
    margin-top: 4%;
    padding: 4%;
    margin-right: 0;
  }
  .n-newsdetail .news-relate .content li:nth-child(3n) {
    margin-right: 0;
  }
  .n-newsdetail .news-relate .content li .box {
    margin-right: 20px;
  }
}

.n-services {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.n-services .service-box1 {
  padding: 50px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.n-services .service-box1 .left-box {
  width: 54%;
}
.n-services .service-box1 .left-box .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  padding-bottom: 20px;
  position: relative;
}
.n-services .service-box1 .left-box .title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #1380e3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.n-services .service-box1 .left-box .content {
  margin: 20px 0;
  font-weight: 900;
}
.n-services .service-box1 .left-box .image img {
  width: 100%;
  display: block;
}
.n-services .service-box1 .right-box {
  width: 40%;
  margin-top: 60px;
}
.n-services .service-box1 .right-box li {
  margin-bottom: 30px;
}
.n-services .service-box1 .right-box li:last-child {
  margin-bottom: 0;
}
.n-services .service-box1 .right-box .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.n-services .service-box1 .right-box .title::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 3px #1380e3 solid;
  display: block;
  margin-right: 10px;
}
.n-services .service-box1 .right-box .content {
  margin-top: 5px;
}
.n-services .service-box2 {
  width: 100%;
  background: url("../images/service.jpg") no-repeat center/cover;
  background-attachment: fixed;
  padding: 80px 0;
  margin: 80px 0 0 0;
  color: #fff;
  overflow: hidden;
}
.n-services .service-box2 .left-box {
  width: 50%;
}
.n-services .service-box2 .left-box .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  padding-bottom: 20px;
  position: relative;
}
.n-services .service-box2 .left-box .title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #1380e3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.n-services .service-box2 .left-box .content .text {
  margin-top: 30px;
  font-weight: 900;
  font-size: 20px;
}
.n-services .service-box2 .left-box .content .image em {
  font-size: 60px;
  display: block;
}
.n-services .service-box2 .left-box .content .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n-services .service-box2 .left-box .content .list li {
  width: 48%;
  margin-top: 30px;
}
.n-services .service-box2 .left-box .content .list .t1 {
  font-size: 20px;
  font-weight: 900;
}
.n-services .service-box3 {
  background: #fff;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
.n-services .service-box3 .left-box {
  width: 54%;
}
.n-services .service-box3 .left-box .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  padding-bottom: 20px;
  position: relative;
}
.n-services .service-box3 .left-box .title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #1380e3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.n-services .service-box3 .left-box .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n-services .service-box3 .left-box .list li {
  width: 100%;
  margin-top: 30px;
}
.n-services .service-box3 .left-box .list li .q {
  display: flex;
  align-items: center;
}
.n-services .service-box3 .left-box .list li .q::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1380e3;
  margin-right: 5px;
}
.n-services .service-box3 .right-box {
  width: 44%;
  display: flex;
  justify-content: center;
}
.n-services .service-box3 .right-box img {
  max-width: 100%;
  display: block;
}
@media (max-width: 1280px) {
  .n-services .service-box1 {
    padding: 5%;
    flex-direction: column;
  }
  .n-services .service-box1 .left-box {
    width: 100%;
  }
  .n-services .service-box1 .left-box .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .n-services .service-box1 .right-box {
    width: 100%;
    margin-top: 6%;
  }
  .n-services .service-box1 .right-box li {
    margin-bottom: 3%;
  }
  .n-services .service-box1 .right-box .title {
    font-size: 16px;
  }
  .n-services .service-box2 {
    padding: 8% 0;
    margin: 8% 0 0 0;
  }
  .n-services .service-box2 .left-box {
    width: 100%;
  }
  .n-services .service-box2 .left-box .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .n-services .service-box2 .left-box .content .text {
    margin-top: 3%;
    font-size: 16px;
  }
  .n-services .service-box2 .left-box .content .image em {
    font-size: 48px;
  }
  .n-services .service-box2 .left-box .content .list li {
    margin-top: 3%;
  }
  .n-services .service-box2 .left-box .content .list .t1 {
    font-size: 16px;
  }
  .n-services .service-box3 {
    margin-top: 8%;
    padding: 5%;
    flex-direction: column;
  }
  .n-services .service-box3 .left-box {
    width: 100%;
  }
  .n-services .service-box3 .left-box .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .n-services .service-box3 .left-box .list li {
    margin-top: 3%;
  }
  .n-services .service-box3 .right-box {
    width: 100%;
    margin-top: 6%;
  }
}
@media (max-width: 992px) {
  .n-services .service-box1 .left-box .title {
    font-size: 18px;
  }
  .n-services .service-box2 .left-box .title {
    font-size: 18px;
  }
  .n-services .service-box3 .left-box .title {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .n-services .service-box1 .left-box .title {
    font-size: 16px;
  }
  .n-services .service-box1 .right-box .title {
    font-size: 14px;
  }
  .n-services .service-box1 .right-box .title::before {
    width: 6px;
    height: 6px;
    border: 2px #1380e3 solid;
    margin-right: 5px;
  }
  .n-services .service-box1 .right-box .content {
    margin-top: 0;
  }
  .n-services .service-box2 .left-box .title {
    font-size: 16px;
  }
  .n-services .service-box2 .left-box .content .text {
    font-size: 14px;
  }
  .n-services .service-box2 .left-box .content .image em {
    font-size: 36px;
  }
  .n-services .service-box2 .left-box .content .list li {
    width: 100%;
  }
  .n-services .service-box2 .left-box .content .list .t1 {
    font-size: 14px;
  }
  .n-services .service-box3 {
    flex-direction: column;
  }
  .n-services .service-box3 .left-box .title {
    font-size: 16px;
  }
}

.n-contact {
  overflow: hidden;
}
.n-contact .contact-box1 {
  height: 640px;
  padding: 50px;
  background: #ffffff;
  overflow: hidden;
}
.n-contact .contact-box1 .my-map {
  width: 100%;
  height: 100%;
}
.n-contact .contact-box2 {
  margin-top: 80px;
  padding: 50px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.n-contact .contact-box2 .left-box {
  width: 42%;
}
.n-contact .contact-box2 .left-box img {
  max-width: 100%;
  display: block;
}
.n-contact .contact-box2 .right-box {
  width: 52%;
}
.n-contact .contact-box2 .right-box .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  padding-bottom: 20px;
  position: relative;
}
.n-contact .contact-box2 .right-box .title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #1380e3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.n-contact .contact-box2 .right-box .phone {
  padding: 20px 0;
  border-bottom: 1px #eee solid;
}
.n-contact .contact-box2 .right-box .phone .number {
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
}
.n-contact .contact-box2 .right-box .content {
  margin: 40px 0;
}
.n-contact .contact-box2 .right-box .code {
  width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.n-contact .contact-box2 .right-box .code .image {
  border: 1px #eee solid;
  margin-bottom: 10px;
}
.n-contact .contact-box2 .right-box .code .image img {
  width: 100%;
  display: block;
}
.n-contact .contact-box3 {
  margin-top: 80px;
  padding: 50px;
  background: #ffffff;
  overflow: hidden;
}
.n-contact .contact-box3 .box-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  padding-bottom: 20px;
  position: relative;
}
.n-contact .contact-box3 .box-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #1380e3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.n-contact .contact-box3 .box-content {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .n-contact .contact-box1 {
    height: 540px;
    padding: 5%;
  }
  .n-contact .contact-box2 {
    margin-top: 8%;
    padding: 5%;
    flex-direction: column;
  }
  .n-contact .contact-box2 .left-box,
  .n-contact .contact-box2 .right-box {
    width: 100%;
  }
  .n-contact .contact-box2 .left-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .n-contact .contact-box2 .right-box .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .n-contact .contact-box2 .right-box .phone .number {
    font-size: 32px;
    line-height: 32px;
  }
  .n-contact .contact-box2 .right-box .content {
    margin: 4% 0;
  }
  .n-contact .contact-box3 {
    margin-top: 8%;
    padding: 5%;
  }
  .n-contact .contact-box3 .box-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .n-contact .contact-box3 .box-content {
    margin-top: 4%;
  }
}
@media (max-width: 992px) {
  .n-contact .contact-box1 {
    height: 480px;
  }
  .n-contact .contact-box2 .right-box .title {
    font-size: 18px;
  }
  .n-contact .contact-box2 .right-box .phone {
    padding: 10px 0;
  }
  .n-contact .contact-box2 .right-box .phone .number {
    font-size: 28px;
    line-height: 28px;
  }
  .n-contact .contact-box3 .box-title {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .n-contact .contact-box1 {
    height: 360px;
  }
  .n-contact .contact-box2 .right-box .title {
    font-size: 16px;
  }
  .n-contact .contact-box2 .right-box .phone .number {
    font-size: 24px;
    line-height: 24px;
  }
  .n-contact .contact-box3 .box-title {
    font-size: 16px;
  }
}

.n-message .content {
  width: 100%;
  overflow: hidden;
}
.n-message .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n-message .content li {
  width: 32%;
  float: left;
  margin-bottom: 2%;
}
.n-message .content li.wid-100 {
  width: 100%;
}
.n-message .content li .text {
  font-weight: 600;
  color: #999;
}
.n-message .content input,
.n-message .content textarea {
  width: 100%;
  height: 60px;
  background: #f9f9f9;
  display: block;
  border: none;
  outline: none;
  padding: 0 24px;
}
.n-message .content textarea {
  height: 320px;
  resize: none;
  padding: 24px;
  display: block;
}
.n-message .content li.code {
  display: flex;
  align-items: center;
}
.n-message .content li.code img {
  display: block;
  margin-left: 10px;
}
.n-message .content button {
  width: 200px;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff;
  border: 2px #000 solid;
  height: 60px;
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-message .content button span {
  display: block;
  margin-right: 20px;
}
.n-message .content button:hover {
  background: #1380e3;
  border-color: #1380e3;
  color: #fff;
}
.n-message .content button:hover i {
  animation: aw 1s ease-out infinite;
  position: relative;
}
@media (max-width: 1024px) {
  .n-message .content li .text {
    display: none;
  }
  .n-message .content input,
  .n-message .content textarea {
    height: 48px;
    padding: 0 14px;
  }
  .n-message .content textarea {
    height: 280px;
    padding: 14px;
  }
  .n-message .content button {
    height: 48px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .n-message .content li {
    width: 100%;
  }
  .n-message .content textarea {
    height: 240px;
  }
  .n-message .content button {
    width: 160px;
    height: 40px;
  }
}
