@charset "utf-8";
.n-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.n-banner > img {
  width: 100%;
  display: block;
}
.n-banner .banner-word{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
}
.n-banner .banner-word a{
  color:#fff;
}
.n-banner .banner-word .banner-type{
  font-size:48px;
  font-family: "Poppins-bold";
  text-transform:uppercase;
}
.n-banner .banner-word .banner-path{
  display:flex;
  align-items:center;
}
.n-banner .banner-word .banner-path .icon-jiantou{
  margin:0 5px;
  font-size:12px;
}
.n-page{
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-page a,
.n-page span{
  width:42px;
  height:42px;
  background:#f9f9f9;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:10px;
}
.n-page a.active,
.n-page span.active{
  background:#263c92;
  color:#fff;
}
.n-page a.disable,
.n-page span.disable{
  pointer-events:none;
}
@media (max-width: 1600px) {
  .n-banner .banner-word .banner-type{
    font-size:42px;
  }
}
@media (max-width: 992px) {
  .n-banner .banner-word .banner-type{
    font-size:36px;
  }
  .n-page a,
  .n-page span{
    width:36px;
    height:36px;
  }
}
@media (max-width: 750px) {
  .n-banner .banner-word .banner-type{
    font-size:24px;
  }
  .n-page a,
  .n-page span{
    width:28px;
    height:28px;
  }
}

.n-about{
  width:100%;
  overflow:hidden;
}
.n-about .about-box1{
  padding:110px 0;
  display:flex;
  justify-content:space-between;
  overflow:hidden;
}
.n-about .about-box1 .left{
  width:30%;
}
.n-about .about-box1 .left .title{
  font-size:48px;
  font-family: "Poppins-Bold";
}
.n-about .about-box1 .left .image{
  margin-top:40px;
}
.n-about .about-box1 .left .image img{
  width:100%;
  display:block;
}
.n-about .about-box1 .right{
  width:64%;
}
.n-about .about-box1 .right .title{
  font-size:28px;
  font-family: "Poppins-Bold";
}
.n-about .about-box1 .right .content{
  margin:40px 0;
}
.n-about .about-box1 .right .number ul{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.n-about .about-box1 .right .number li{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
}
.n-about .about-box1 .right .number img{
  display:block;
}
.n-about .about-box1 .right .number .word .word-1{
  margin:10px 0;
}
.n-about .about-box1 .right .number .word .word-2{
  font-size:48px;
}
.n-about .about-box1 .right .number .word .word-2 span{
  font-family: "Poppins-Medium";
  color:#263c92;
}
.n-about .about-box2{
  width:100%;
  padding:110px 0;
  background:#f9f9f9;
  overflow:hidden;
}
.n-about .about-box2 .title{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.n-about .about-box2 .title .left,
.n-about .about-box2 .title .right{
  width:49%;
}
.n-about .about-box2 .title .left{
  font-size:48px;
  font-family: "Poppins-bold";
}
.n-about .about-box2 .content ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.n-about .about-box2 .content li{
  width:32%;
  margin-top:60px;
  background:#fff;
  padding:60px 30px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.n-about .about-box2 .content .word{
  margin-left:20px;
}
.n-about .about-box2 .content .word .word-1{
  font-size:24px;
  font-family: "Poppins-Medium";
}
.n-about .about-box3{
  padding:110px 0;
  overflow:hidden;
}
.n-about .about-box3 .title{
  font-size:48px;
  font-family: "Poppins-bold";
}
.n-about .about-box3 .content{
  margin-top:60px;
}
.n-about .about-box3 .content ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.n-about .about-box3 .content li{
  width:33.333333%;
  padding:30px;
  border:1px #eee solid;
}
.n-about .about-box3 .content li .icon-styled {
    width: fit-content;
    position:relative;
}
.n-about .about-box3 .content li .icon .circlar {
  width: 100px;
  height: 100px;
  margin: 10px;
  -webkit-animation: iqrotation 10s infinite linear;
  -moz-animation: iqrotation 10s infinite linear;
  animation: iqrotation 10s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
}
.n-about .about-box3 .content li .icon .circlar svg {
    display: block;
    overflow: visible;
}
.n-about .about-box3 .content li .icon .circlar path {
    fill: none;
}
.n-about .about-box3 .content li .icon em {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.n-about .about-box3 .content .name{
  font-size:24px;
  font-family: "Poppins-bold";
  margin-top:20px;
  margin-bottom:20px;
}
@-webkit-keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.n-about .about-box4{
  width:100%;
  background:#f9f9f9;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.n-about .about-box4 .left,
.n-about .about-box4 .right{
  width:50%;
}
.n-about .about-box4 .left img{
  width:100%;
  display:block;
}
.n-about .about-box4 .right{
  padding-right:8%;
  padding-left:6%;
}
.n-about .about-box4 .right .title{
  font-size:48px;
  font-family: "Poppins-Bold";
}
.n-about .about-box4 .right .content{
  margin-top:20px;
  overflow:hidden;
}
.n-about .about-box4 .right .content li{
  margin-top:20px;
  display:flex;
}
.n-about .about-box4 .right .content i{
  font-size:24px;
  color:#263c92;
  display:block;
  margin-right:10px;
}
.n-about .about-box5{
  padding:110px 0;
  overflow:hidden;
}
.n-about .about-box5 .title{
  font-size:48px;
  font-family: "Poppins-Bold";
}
.n-about .about-box5 .content{
  margin-top:60px;
}
.n-about .about-box5 .content .image{
  overflow:hidden;
}
.n-about .about-box5 .content .image img{
  width:100%;
  display:block;
}
.n-about .about-box5 .content .word{
  text-align:center;
  font-family: "Poppins-Bold";
  font-size:24px;
  margin-top:10px;
}
.n-about .about-box5 .content .arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:50px;
}
.n-about .about-box5 .content .arrow a{
  width: 50px;
  height: 50px;
  display: block;
  margin:0 15px;
}
.n-about .about-box5 .content .arrow .prev{
  background: url(../images/arrow-left.jpg) no-repeat center;
  background-size: cover;
}
.n-about .about-box5 .content .arrow .next{
  background: url(../images/arrow-right.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .n-about .about-box1 .left .title{
    font-size:42px;
  }
  .n-about .about-box1 .right .title{
    font-size:24px;
  }
  .n-about .about-box1 .right .number .word .word-2{
    font-size:42px;
  }
  .n-about .about-box2 .title .left{
    font-size:42px;
  }
  .n-about .about-box2 .content .word .word-1{
    font-size:20px;
  }
  .n-about .about-box3 .title{
    font-size:42px;
  }
  .n-about .about-box3 .content .name{
    font-size:20px;
  }
  .n-about .about-box4 .right .title{
    font-size:42px;
  }
  .n-about .about-box5 .title{
    font-size:42px;
  }
  .n-about .about-box5 .content .word{
    font-size:20px;
  }
}
@media (max-width: 992px) {
  .n-about .about-box1{
    padding:10% 0;
  }
  .n-about .about-box1{
    flex-direction:column;
  }
  .n-about .about-box1 .left,
  .n-about .about-box1 .right{
    width:100%;
  }
  .n-about .about-box1 .left .title{
    font-size:32px;
  }
  .n-about .about-box1 .right .title{
    font-size:20px;
  }
  .n-about .about-box1 .left .image{
    margin-top:4%;
  }
  .n-about .about-box1 .right{
    margin-top:6%;
  }
  .n-about .about-box1 .right .content{
    margin:4% 0;
  }
  .n-about .about-box1 .right .number li{
    margin:5px 0;
  }
  .n-about .about-box1 .right .number .word .word-2{
    font-size:32px;
  }
  .n-about .about-box2{
    padding:10% 0;
  }
  .n-about .about-box2 .title{
    flex-direction:column;
  }
  .n-about .about-box2 .title .left,
  .n-about .about-box2 .title .right{
    width:100%;
  }
  .n-about .about-box2 .title .left{
    font-size:32px;
  }
  .n-about .about-box2 .title .right{
    margin-top:2%;
  }
  .n-about .about-box2 .content{
    margin-top:4%;
  }
  .n-about .about-box2 .content li{
    width:100%;
    margin-top:2%;
    padding:6% 3%;
  }
  .n-about .about-box2 .content .word .word-1{
    font-size:18px;
  }
  .n-about .about-box3{
    padding:10% 0;
  }
  .n-about .about-box3 .title{
    font-size:32px;
  }
  .n-about .about-box3 .content{
    margin-top:6%;
  }
  .n-about .about-box3 .content li{
    width:50%;
    padding:4%;
  }
  .n-about .about-box3 .content .name{
    font-size:18px;
    margin:2% 0;
  }
  .n-about .about-box5{
    padding:10% 0;
  }
  .n-about .about-box4{
    flex-direction:column;
  }
  .n-about .about-box4 .left,
  .n-about .about-box4 .right{
    width:100%;
  }
  .n-about .about-box4 .right{
    padding:10% 3%;
  }
  .n-about .about-box4 .right .title{
    font-size:32px;
  }
  .n-about .about-box4 .right .content{
    margin-top:2%;
  }
  .n-about .about-box4 .right .content li{
    margin-top:2%;
  }
  .n-about .about-box5 .title{
    font-size:32px;
  }
  .n-about .about-box5 .content{
    margin-top:6%;
  }
  .n-about .about-box5 .content .arrow{
    margin-top:5%;
  }
  .n-about .about-box5 .content .arrow a{
    width:40px;
    height:40px;
    margin:0 10px;
  }
  .n-about .about-box5 .content .word{
    font-size:18px;
  }
}
@media (max-width: 750px) {
  .n-about .about-box1 .left .title{
    font-size:24px;
  }
  .n-about .about-box1 .right .title{
    font-size:16px;
  }
  .n-about .about-box1 .right .number .word .word-2{
    font-size:24px;
  }
  .n-about .about-box1 .right .number ul{
    flex-wrap:wrap;
  }
  .n-about .about-box1 .right .number li{
    width:50%;
  }
  .n-about .about-box1 .right .number img{
    width:50px;
  }
  .n-about .about-box2 .title .left{
    font-size:24px;
  }
  .n-about .about-box2 .content li{
    flex-direction:column;
    align-items:flex-start;
  }
  /*.n-about .about-box2 .content .image img{
    width:60px;
  }*/
  .n-about .about-box2 .content .word{
    margin-left:0;
  }
  .n-about .about-box3 .title{
    font-size:24px;
  }
  .n-about .about-box3 .content li{
    width:100%;
  }
  .n-about .about-box3 .content .name{
    font-size:16px;
  }
  .n-about .about-box4 .right .title{
    font-size:24px;
  }
  .n-about .about-box5 .title{
    font-size:24px;
  }
  .n-about .about-box5 .content .word{
    font-size:16px;
  }
  .n-about .about-box5 .content .arrow a{
    width:30px;
    height:30px;
    margin:0 5px;
  }
}

.n-products{
  width:100%;
  overflow:hidden;
}
.n-products .products-title{
  display:flex;
  justify-content:space-between;
  padding:110px 0;
}
.n-products .products-title .title{
  font-size:48px;
  font-family: "Poppins-Bold";
  width:22%;
}
.n-products .products-title .title .image{
    margin-top:20px;
}
.n-products .products-title .title .image img{
    width:100%;
    display:block;
}
.n-products .products-title .content{
  width:70%;
}
.n-products .products-title .content .type ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.n-products .products-title .content .type li{
    width:49%;
    /*margin-top:40px;*/
}
.n-products .products-title .content .type a{
    display:flex;
    border:1px #eee solid;
    padding:20px;
    justify-content:space-between;
    align-items:center;
    border-radius:10px;
    gap:10px;
}
.n-products .products-title .content .type a:hover{
    background:#263c92;
    color:#fff;
}
.n-products .products-title .content .type .image{
    width:160px;
    height:120px;
    border:1px #f2f2f2 solid;
    padding:10px;
    background:#fff;
}
.n-products .products-title .content .type .image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
}
.n-products .products-list{
  width:100%;
  padding:110px 0;
  background:#f9f9f9;
  overflow:hidden;
}
.n-products .products-list .wrap{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
.n-products .products-list .typelist{
  width:400px;
  background:#fff;
}
.n-products .products-list .typelist > ul > li{
  border-bottom:1px #eee solid;
  position:relative;
}
.n-products .products-list .typelist > ul > li:last-child{
  border-bottom:0;
}
.n-products .products-list .typelist > ul > li > a{
  display:flex;
  justify-content:space-between;
  padding:20px 30px;
  position:relative;
}
.n-products .products-list .typelist > ul > li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #263c92;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.6s;
}
.n-products .products-list .typelist > ul > li > a:hover:after,
.n-products .products-list .typelist > ul > li.active > a:after{
  opacity:1;
}
.n-products .products-list .typelist > ul > li > a:hover,
.n-products .products-list .typelist > ul > li.active > a{
  background:#263c92;
  color:#fff;
}
.n-products .products-list .typelist > ul > li > a.hasChild > i{
  transform:rotate(90deg);
}
.n-products .products-list .typelist > ul > li.active > a.hasChild > i{
  transform:rotate(270deg);
}
.n-products .products-list .typelist > ul > li > ul{
  display:none;
}
.n-products .products-list .typelist > ul > li.active > ul{
  display:block;
}
.n-products .products-list .typelist > ul > li > ul > li{
  padding:15px 30px;
}
.n-products .products-list .typelist > ul > li > ul > li.active > a{
  color:#263c92;
}
.n-products .products-list .prodlist{
  width:calc(96% - 400px);
}
.n-products .products-list .prodlist .products-ul{
  display:flex;
  flex-wrap:wrap;
}
.n-products .products-list .prodlist .products-ul li{
  width:32%;
  margin-bottom:40px;
  margin-right:2%;
  background:#fff;
}
.n-products .products-list .prodlist .products-ul li:nth-child(3n){
  margin-right:0;
}
.n-products .products-list .prodlist .products-ul .image{
  width:100%;
  padding-bottom:100%;
  position:relative;
  overflow:hidden;
}
.n-products .products-list .prodlist .products-ul .image .box{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  padding:20px;
}
.n-products .products-list .prodlist .products-ul .image .box1{
    padding:60px;
}
.n-products .products-list .prodlist .products-ul .image .box img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-products .products-list .prodlist .products-ul a:hover .image .box img{
  transform:scale(1.05);
}
.n-products .products-list .prodlist .products-ul .info{
  padding:20px;
}
.n-products .products-list .prodlist .products-ul .info .title{
  font-family: "Poppins-Medium";
  font-size:20px;
}
.n-products .products-list .prodlist .products-ul .info .subtitle{
  font-size:16px;
  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-products .products-list .prodlist .products-ul .info .more{
  margin-top:20px;
  padding-top:20px;
  border-top:1px #eee solid;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.n-products .products-list .prodlist .products-ul .info .more a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(50% - 5px);
  font-size:16px;
  border:1px #eee solid;
  border-radius:50px;
  line-height:40px;
}
.n-products .products-list .prodlist .products-ul .info .more a:hover{
  background:#263c92;
  color:#fff;
}
.n-products .products-hot{
  padding:110px 0;
}
.n-products .products-hot .title{
  font-family: "Poppins-Bold";
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #263c92;
}
.n-products .products-hot .list{
  margin-top: 40px;
  margin-bottom: 40px;
}
.n-products .products-hot .list li{

}
.n-products .products-hot .list a{
  display: block;
  background: #fff;
}
.n-products .products-hot .list .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.n-products .products-hot .list .image .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  padding:10px;
}
.n-products .products-hot .list .image .box.box1{
    padding:40px;
}
.n-products .products-hot .list .image .box img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-products .products-hot .list a:hover .image .box img{
  transform: scale(1.05);
}
.n-products .products-hot .list .word{

}
.n-products .products-hot .list .word .word-1{
  font-size: 20px;
  border-bottom: 1px #eee solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "Poppins-Medium";
}
.n-products .products-hot .list .word .word-2{
  color: #263c92;
  display: flex;
  align-items: center;
}
.n-products .products-hot .list .word .word-2 .text{
  font-family: "Poppins-Medium";
  font-size: 16px;
}
.n-products .products-hot .list .word .word-2 .point{
  width: 16px;
  height: 16px;
  background: #263c92;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left:10px;
}
.n-products .products-hot .list .word .word-2 .point i{
  font-size: 12px;
}
.n-products .products-hot .arrow{
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-products .products-hot .arrow a{
  width: 50px;
  height: 50px;
  display: block;
  margin:0 15px;
}
.n-products .products-hot .arrow .prev{
  background: url(../images/arrow-left.jpg) no-repeat center;
  background-size: cover;
}
.n-products .products-hot .arrow .next{
  background: url(../images/arrow-right.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .n-products .products-title .title{
    font-size:42px;
  }
  .n-products .products-list .prodlist .products-ul .info .subtitle{
    font-size:14px;
  }
  .n-products .products-list .prodlist .products-ul .info .more a{
    font-size:14px;
  }
  .n-products .products-hot .list .word .word-1{
    font-size: 16px;
  }
  .n-products .products-hot .list .word .word-2 .text{
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .n-products .products-title{
    padding:10% 0;
    flex-direction:column;
  }
  .n-products .products-title .title{
    font-size:32px;
    text-align:center;
  }
  .n-products .products-title .title,
  .n-products .products-title .content{
    width:100%;
  }
  .n-products .products-title .content{
    margin-top:2%;
  }
  .n-products .products-list{
    padding:10% 0;
  }
  .n-products .products-list .wrap{
    flex-direction:column;
  }
  .n-products .products-list .typelist,
  .n-products .products-list .prodlist{
    width:100%;
  }
  .n-products .products-list .typelist > ul > li > a{
    padding:10px 20px;
  }
  .n-products .products-list .typelist > ul > li > a:after{
    display:none;
  }
  .n-products .products-list .typelist > ul > li > ul > li{
    padding:10px 20px;
  }
  .n-products .products-list .prodlist{
    margin-top:6%;
  }
  .n-products .products-list .prodlist .products-ul li{
    width:49%;
    margin-bottom:4%;
  }
  .n-products .products-list .prodlist .products-ul li:nth-child(3n){
    margin-right:2%;
  }
  .n-products .products-list .prodlist .products-ul li:nth-child(2n){
    margin-right:0;
  }
  .n-products .products-list .prodlist .products-ul .info .title{
    font-size:18px;
  }
  .n-products .products-list .prodlist .products-ul .info .more{
    margin-top:4%;
    padding-top:4%;
  }
  .n-products .products-hot{
    padding:10% 0;
  }
  .n-products .products-hot .title{
    font-size: 30px;
    line-height: 30px;
  }
  .n-products .products-hot .list{
    margin-top: 4%;
    margin-bottom: 4%;
  }
}
@media (max-width: 750px) {
  .n-products .products-title .title{
    font-size:24px;
  }
  .n-products .products-title .content .type li{
      width:100%;
      margin-top:2%;
  }
  .n-products .products-list .prodlist .products-ul li{
    width:100%;
    margin-right:0;
  }
  .n-products .products-list .prodlist .products-ul li:nth-child(3n){
    margin-right:0;
  }
  .n-products .products-list .prodlist .products-ul .info .title{
    font-size:16px;
  }
  .n-products .products-hot .title{
    font-size: 24px;
    line-height: 24px;
  }
  .n-products .products-hot .arrow a{
    width:30px;
    height:30px;
    margin:0 5px;
  }
}

.n-productsdetail{
  width:100%;
  overflow:hidden;
}
.n-productsdetail .detail-box1{
  width:100%;
  border-bottom:1px #eee solid;
  padding:20px 0;
}
.n-productsdetail .detail-box1 .icon-jiantou{
  margin:0 5px;
  font-size:12px;
}
.n-productsdetail .detail-box2{
  padding:110px 0;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  overflow:hidden;
}
.n-productsdetail .detail-box2 .left{
  width:42%;
}
.n-productsdetail .detail-box2 .left .imageBox{
  border:1px #eee solid;
  width:100%;
  padding-bottom:100%;
  position:relative;
}
.n-productsdetail .detail-box2 .left .imageBox .box{
  width:100%;
  height:100%;
  position:absolute;
  padding:20px;
}
.n-productsdetail .detail-box2 .left .imageBox .box1{
    padding:60px;
}
.n-productsdetail .detail-box2 .left .imageBox .box img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.n-productsdetail .detail-box2 .left .imageList{
  margin-top:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.n-productsdetail .detail-box2 .left .imageList .swiper-button-prev,
.n-productsdetail .detail-box2 .left .imageList .swiper-button-next{
  width:20px;
  height:20px;
  position:static;
  margin:0;
  padding:0;
}
.n-productsdetail .detail-box2 .left .imageList .swiper-button-prev:after,
.n-productsdetail .detail-box2 .left .imageList .swiper-button-next:after{
  font-size:16px;
  color:#263c92;
}
.n-productsdetail .detail-box2 .left .imageList .swiper-container{
  width:calc(100% - 60px);
}
.n-productsdetail .detail-box2 .left .imageList .swiper-slide a{
  padding-bottom:100%;
  cursor:pointer;
  border:1px #eee solid;
  position:relative;
  display:block;
}
.n-productsdetail .detail-box2 .left .imageList .swiper-slide-active a{
  border-color:#263c92;
}
.n-productsdetail .detail-box2 .left .imageList .swiper-slide a .box{
  width:100%;
  height:100%;
  position:absolute;
  padding:20px;
}
.n-productsdetail .detail-box2 .left .imageList .swiper-slide a .box img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.n-productsdetail .detail-box2 .right{
  width:54%;
}
.n-productsdetail .detail-box2 .right .title{
  font-family: "Poppins-Bold";
  font-size:32px;
}
.n-productsdetail .detail-box2 .right .subtitle{
  font-size:24px;
}
.n-productsdetail .detail-box2 .right .typename{
  margin-top:30px;
}
.n-productsdetail .detail-box2 .right .typename a{
  color:#263c92;
  font-family: "Poppins-bold";
}
.n-productsdetail .detail-box2 .right .context{
  margin-top:30px;
}
.n-productsdetail .detail-box2 .right .context img{
  max-width:100%;
}
.n-productsdetail .detail-box2 .right .context table{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
.n-productsdetail .detail-box2 .right .context table th,
.n-productsdetail .detail-box2 .right .context table td{
  width:auto !important;
  padding:0 !important;
}
.n-productsdetail .detail-box2 .right .button{
  margin-top:30px;
  display:flex;
  align-items:center;
}
.n-productsdetail .detail-box2 .right .button a{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#263c92;
  color:#fff;
  line-height:50px;
  padding:0 20px;
  margin-right:15px;
  border-radius:10px;
}
.n-productsdetail .detail-box2 .right .button a i{
  display:block;
  margin-right:10px;
}
.n-productsdetail .detail-box2 .right .share{
  display:flex;
  align-items:center;
  margin-top:30px;
}
.n-productsdetail .detail-box2 .right .share .list ul{
  display:flex;
}
.n-productsdetail .detail-box2 .right .share .list li{
  margin-left:10px;
}
.n-productsdetail .detail-box2 .right .share .list li:last-child{
  margin-right:0;
}
.n-productsdetail .detail-box2 .right .share .list a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  background:#263c92;
  border-radius:50%;
  color:#fff;
}
.n-productsdetail .detail-box3{
  padding:110px 0;
  background:#f9f9f9;
}
.n-productsdetail .detail-box3 .hd{
  background:#fff;
  padding:30px;
  overflow:hidden;
}
.n-productsdetail .detail-box3 .hd-fixed {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.n-productsdetail .detail-box3 .hd ul{
  display:flex;
  align-items:center;
}
.n-productsdetail .detail-box3 .hd-fixed ul{
  justify-content:center;
}
.n-productsdetail .detail-box3 .hd li{
  margin-right:20px;
}
.n-productsdetail .detail-box3 .hd li:last-child{
  margin-right:0;
}
.n-productsdetail .detail-box3 .hd a{
  background:#f9f9f9;
  padding:10px 30px;
  border-radius:50px;
  font-size:20px;
}
.n-productsdetail .detail-box3 .hd li.active a{
  background:#263c92;
  color:#fff;
}
.n-productsdetail .detail-box3 .bd{
  background:#fff;
  padding:60px;
  padding-top:0;
  margin-top:30px;
  overflow:hidden;
}
.n-productsdetail .detail-box3 .bd img{
  max-width:100%;
}
.n-productsdetail .detail-box3 .bd table{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
.n-productsdetail .detail-box3 .bd table th,
.n-productsdetail .detail-box3 .bd table td{
  width:auto !important;
  padding:0 !important;
}
.n-productsdetail .detail-box3 .bd video{
  width:100%;
  display:block;
}
.n-productsdetail .detail-box3 .bd li{
  width:100%;
  padding-top:60px;
  overflow:hidden;
}
.n-productsdetail .detail-box3 .bd .title{
  text-align:center;
  font-size:36px;
  font-family: "Poppins-Medium";
  padding-bottom:10px;
  border-bottom:1px #eee solid;
  position:relative;
}
.n-productsdetail .detail-box3 .bd .title:after{
  content:"";
  width:200px;
  height:1px;
  background:#263c92;
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
}
.n-productsdetail .detail-box3 .bd .content{
  margin-top:30px;
}
.n-productsdetail .detail-box4{
  padding:110px 0;
  background:#263c92;
}
.n-productsdetail .detail-box4 .wrap{
  background:#fff;
  padding:60px;
}
.n-productsdetail .detail-box4 .title{
  text-align:center;
  font-size:36px;
  font-family: "Poppins-Medium";
}
.n-productsdetail .detail-box4 .content{
  margin-top:40px;
}
.n-productsdetail .detail-box4 .content a{
  display: block;
  background: #fff;
}
.n-productsdetail .detail-box4 .content .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow:hidden;
}
.n-productsdetail .detail-box4 .content .image .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  padding:20px;
}
.n-productsdetail .detail-box4 .content .image .box1{
    padding:60px;
}
.n-productsdetail .detail-box4 .content .image .box img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-productsdetail .detail-box4 .content a:hover .image .box img{
  transform: scale(1.05);
}
.n-productsdetail .detail-box4 .content .word{

}
.n-productsdetail .detail-box4 .content .word .word-1{
  font-size: 20px;
  border-bottom: 1px #eee solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "Poppins-Medium";
}
.n-productsdetail .detail-box4 .content .word .word-2{
  color: #263c92;
  display: flex;
  align-items: center;
}
.n-productsdetail .detail-box4 .content .word .word-2 .text{
  font-family: "Poppins-Medium";
  font-size: 16px;
}
.n-productsdetail .detail-box4 .content .word .word-2 .point{
  width: 16px;
  height: 16px;
  background: #263c92;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left:10px;
}
.n-productsdetail .detail-box4 .content .word .word-2 .point i{
  font-size: 12px;
}
.n-productsdetail .detail-box4 .content .swiper-pagination{
  position:static;
  margin-top:20px;
}
.n-productsdetail .detail-box5{
  padding:110px 0;
}
.n-productsdetail .detail-box5 .title{
  font-size:36px;
  font-family: "Poppins-Medium";
  text-align:center;
}
.n-productsdetail .detail-box5 .content{
  margin-top:40px;
}
.n-productsdetail .detail-box5 .content .help-block{
  color:#ff0000;
  font-size:14px;
}
@media (max-width: 1600px) {
  .n-productsdetail .detail-box2 .right .title{
    font-size:28px;
  }
  .n-productsdetail .detail-box2 .right .subtitle{
    font-size:20px;
  }
  .n-productsdetail .detail-box3 .hd a{
    font-size:18px;
  }
  .n-productsdetail .detail-box3 .bd .title{
    font-size:32px;
  }
  .n-productsdetail .detail-box4 .title{
    font-size:32px;
  }
  .n-productsdetail .detail-box5 .title{
    font-size:32px;
  }
}
@media (max-width: 992px) {
  .n-productsdetail .detail-box1{
    padding:3% 0;
  }
  .n-productsdetail .detail-box2{
    padding:10% 0;
    flex-direction:column;
  }
  .n-productsdetail .detail-box2 .left,
  .n-productsdetail .detail-box2 .right{
    width:100%;
  }
  .n-productsdetail .detail-box2 .right{
    margin-top:6%;
  }
  .n-productsdetail .detail-box2 .right .title{
    font-size:24px;
  }
  .n-productsdetail .detail-box2 .right .subtitle{
    font-size:18px;
  }
  .n-productsdetail .detail-box2 .right .typename{
    margin-top:3%;
  }
  .n-productsdetail .detail-box2 .right .context{
    margin-top:3%;
  }
  .n-productsdetail .detail-box2 .right .button{
    margin-top:3%;
  }
  .n-productsdetail .detail-box2 .right .share{
    margin-top:3%;
  }
  .n-productsdetail .detail-box2 .right .share .list a{
    width:32px;
    height:32px;
  }
  .n-productsdetail .detail-box3{
    padding:10% 0;
  }
  .n-productsdetail .detail-box3 .hd{
    padding:3%;
  }
  .n-productsdetail .detail-box3 .hd-fixed{
    top:60px;
  }
  .n-productsdetail .detail-box3 .hd li{
    margin-right:2%;
  }
  .n-productsdetail .detail-box3 .hd a{
    padding:5px 20px;
    font-size:16px;
  }
  .n-productsdetail .detail-box3 .bd{
    padding:6%;
    padding-top:0;
  }
  .n-productsdetail .detail-box3 .bd li{
    padding-top:6%;
  }
  .n-productsdetail .detail-box3 .bd .title{
    font-size:24px;
  }
  .n-productsdetail .detail-box3 .bd .title:after{
    width:150px;
  }
  .n-productsdetail .detail-box3 .bd .content{
    margin-top:4%;
  }
  .n-productsdetail .detail-box4{
    padding:10% 0;
  }
  .n-productsdetail .detail-box4 .wrap{
    padding:6%;
  }
  .n-productsdetail .detail-box4 .title{
    font-size: 28px;
  }
  .n-productsdetail .detail-box4 .list{
    margin-top: 4%;
  }
  .n-productsdetail .detail-box4 .content .swiper-pagination{
    margin-top:2%;
  }
  .n-productsdetail .detail-box5{
    padding:10% 0;
  }
  .n-productsdetail .detail-box5 .title{
    font-size:28px;
  }
  .n-productsdetail .detail-box5 .content{
    margin-top:4%;
  }
}
@media (max-width: 750px) {
  .n-productsdetail .detail-box2 .right .title{
    font-size:20px;
  }
  .n-productsdetail .detail-box2 .right .subtitle{
    font-size:16px;
  }
  .n-productsdetail .detail-box2 .right .button{
    flex-wrap:wrap;
  }
  .n-productsdetail .detail-box2 .right .button a{
    margin:5px 0;
    margin-right:10px;
    padding:0 15px;
    line-height:42px;
  }
  .n-productsdetail .detail-box3 .hd-fixed{
    top:50px;
  }
  .n-productsdetail .detail-box3 .hd a{
    font-size:12px;
    padding:5px 10px;
  }
  .n-productsdetail .detail-box3 .bd .title{
    font-size:20px;
    padding-bottom:5px;
  }
  .n-productsdetail .detail-box3 .bd .title:after{
    width:100px;
  }
  .n-productsdetail .detail-box4 .title{
    font-size: 24px;
  }
  .n-productsdetail .detail-box5 .title{
    font-size:24px;
  }
  .n-productsdetail .detail-box5 .content .help-block{
    font-size:12px;
  }
}

.n-news{
  padding:110px 0;
  display:flex;
  justify-content:space-between;
  overflow:hidden;
}
.n-news .news-left{
  width:calc(96% - 360px);
}
.n-news .news-left .news-ul{

}
.n-news .news-left .news-ul li{
  border-bottom:1px #eee solid;
  padding-bottom:40px;
  margin-bottom:40px;
}
.n-news .news-left .news-ul a{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.n-news .news-left .news-ul .news-pic{
  width:36%;
  overflow:hidden;
}
.n-news .news-left .news-ul .news-pic img{
  width:100%;
  display:block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-news .news-left .news-ul a:hover .news-pic img{
  transform:scale(1.05);
}
.n-news .news-left .news-ul .news-info{
  width:60%;
}
.n-news .news-left .news-ul .news-info .news-title{
  font-size:24px;
  font-family: "Poppins-Bold";
}
.n-news .news-left .news-ul .news-info .news-time{
  font-size:14px;
  color:#999;
}
.n-news .news-left .news-ul .news-info .news-text{
  margin:20px 0;
   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-news .news-left .news-ul .news-info .news-more{
  display:flex;
}
.n-news .news-left .news-ul .news-info .news-more span{
  background:#263c92;
  color:#fff;
  width:200px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-news .news-left .news-ul .news-info .news-more i{
  display:block;
  transform:translateX(10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-news .news-left .news-ul a:hover .news-info .news-more i{
  transform:translateX(20px);
}
.n-news .news-right{
  width:360px;
}
.n-news .news-right.noshow{
  display:none;
}
.n-news .news-right .title{
  font-size:28px;
  font-family: "Poppins-Bold";
  padding-bottom:10px;
  position:relative;
}
.n-news .news-right .title:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:40px;
  height:4px;
  background:#263c92;
}
.n-news .news-right .news-typelist{
  border:4px #eee solid;
  padding:20px;
}
.n-news .news-right .news-typelist .list{
  margin-top:20px;
  overflow:hidden
}
.n-news .news-right .news-typelist .list li{
  margin-top:10px;
  border-bottom:1px #eee solid;
  padding-bottom:10px;
}
.n-news .news-right .news-typelist .list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.n-news .news-right .news-typelist .list li.active a{
  color:#263c92;
  font-family: "Poppins-Bold";
}
.n-news .news-right .news-hotproduct{
  border:4px #eee solid;
  padding:20px;
  margin-top:20px;
}
.n-news .news-right .news-hotproduct .list{
  margin-top:10px;
  overflow:hidden;
}
.n-news .news-right .news-hotproduct .list li{
  border-bottom:1px #eee solid;
  margin-top:10px;
  padding-bottom:10px;
}
.n-news .news-right .news-hotproduct .list li:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.n-news .news-right .news-hotproduct .list a{
  display:block;
}
.n-news .news-right .news-hotproduct .list .image{
  width:100%;
  padding-bottom:100%;
  position:relative;
}
.n-news .news-right .news-hotproduct .list .image .box{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}
.n-news .news-right .news-hotproduct .list .image .box img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.n-news .news-right .news-hotproduct .list .word{
  text-align:center;
}
.n-news .news-right .news-contact{
  border:4px #eee solid;
  padding:20px;
  margin-top:20px;
}
.n-news .news-right .news-contact .list{
  margin-top:10px;
  overflow:hidden;
}
.n-news .news-right .news-contact .list li{
  margin-top:10px;
  display:flex;
}
.n-news .news-right .news-contact .list em{
  margin-right:5px;
}
.n-news .news-right .news-contact .button a{
  display:block;
  background:#263c92;
  color:#fff;
  margin-top:20px;
  text-align:center;
  line-height:50px;
  border-radius:6px;
}
@media (max-width: 992px) {
  .n-news{
    padding:10% 0;
    flex-direction:column;
  }
  .n-news .news-left,
  .n-news .news-right{
    width:100%;
  }
  .n-news .news-right{
    margin-top:6%;
  }
  .n-news .news-right.noshow{
    display:block;
    margin-top:0;
    margin-bottom:6%;
  }
  .n-news .news-left .news-ul li{
    padding-bottom:4%;
    margin-bottom:4%;
  }
  .n-news .news-left .news-ul .news-info .news-title{
    font-size:18px;
  }
  .n-news .news-left .news-ul .news-info .news-text{
    margin:3% 0;
  }
  .n-news .news-left .news-ul .news-info .news-more span{
    width:160px;
    height:40px;
  }
  .n-news .news-right .title{
    font-size:24px;
  }
  .n-news .news-right .title:after{
    width:30px;
    height:3px;
  }
  .n-news .news-right .news-typelist{
    display:none;
  }
  .n-news .news-right.noshow .news-typelist{
    display:block;
  }
  .n-news .news-right .news-typelist{
    padding:4%;
  }
  .n-news .news-right .news-hotproduct{
    padding:4%;
    margin-top:4%;
  }
  .n-news .news-right .news-contact{
    padding:4%;
    margin-top:4%
  }
}
@media (max-width: 750px) {
  .n-news .news-left .news-ul a{
    flex-direction:column;
  }
  .n-news .news-left .news-ul .news-pic,
  .n-news .news-left .news-ul .news-info{
    width:100%;
  }
  .n-news .news-left .news-ul .news-info{
    margin-top:4%;
  }
  .n-news .news-left .news-ul .news-info .news-title{
    font-size:16px;
  }
  .n-news .news-right .title{
    font-size:20px;
    padding-bottom:5px;
  }
  .n-news .news-right .news-contact .button a{
    line-height:40px;
  }
}

.n-newsdetail{
  width:100%;
  overflow:hidden;
}
.n-newsdetail .title{
  font-size:36px;
}
.n-newsdetail .date{
  color:#666;
}
.n-newsdetail .content{
  border-top:1px #eee dashed;
  border-bottom:1px #eee dashed;
  padding:20px 0;
  margin:20px 0;
}
.n-newsdetail .button{
  display:flex;
  justify-content:center;
  margin-top:50px;
}
.n-newsdetail .button a{
  background:#263c92;
  color:#fff;
  padding:10px 30px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-newsdetail .button i{
  display:block;
  margin-right:10px;
}
@media (max-width: 1600px) {
  .n-newsdetail .title{
    font-size:32px;
  }
}
@media (max-width: 992px) {
  .n-newsdetail .title{
    font-size:24px;
  }
  .n-newsdetail .content{
    padding:4% 0;
    margin:4% 0;
  }
  .n-newsdetail .button{
    margin-top:5%;
  }
}
@media (max-width: 750px) {
  .n-newsdetail .title{
    font-size:20px;
  }
}

.n-download{
  padding:110px 0;
  overflow:hidden;
}
.n-download .download-type{
  overflow:hidden;
}
.n-download .download-type .title{
  font-size:48px;
  font-family: "Poppins-Medium";
  text-transform:uppercase;
}
.n-download .download-type .list{
  margin-top:20px;
  display:flex;
  align-items:center;
}
.n-download .download-type .list .select{
  position:relative;
}
.n-download .download-type .list select{
  margin-left:10px;
  width:400px;
  border:1px #ccc solid;
  height:60px;
  padding:0 10px;
  -webkit-appearance: none; /* 针对WebKit内核浏览器 */
  -moz-appearance: none;    /* 针对Firefox */
  appearance: none;         /* 标准语法 */
}
.n-download .download-type .list .select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}
.n-download .download-list{
  margin-top:110px;
}
.n-download .download-list .download-ul{
  display:flex;
  flex-wrap:wrap;
}
.n-download .download-list .download-ul li{
  width:49%;
  margin-right:2%;
  margin-bottom:40px;
  background:#f9f9f9;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.n-download .download-list .download-ul li:nth-child(2n){
  margin-right:0;
}
.n-download .download-list .download-ul .image{
  width:30%;
}
.n-download .download-list .download-ul .image img{
  width:100%;
}
.n-download .download-list .download-ul .info{
  width:66%;
}
.n-download .download-list .download-ul .info .title{
  font-size:20px;
  font-family: "Poppins-bold";
}
.n-download .download-list .download-ul .info .button{
  margin-top:20px;
  display:flex;
}
.n-download .download-list .download-ul .info .button a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:50px;
  background:#263c92;
  color:#fff;
  padding:0 20px;
  margin-right:20px;
}
.n-download .download-list .download-ul .info .button a:last-child{
  margin-right:0;
}
.n-download .download-list .download-ul .info .button i{
  display:block;
  margin-right:10px;
}
@media (max-width: 1600px) {
  .n-download .download-type .title{
    font-size:42px;
  }
}
@media (max-width: 992px) {
  .n-download{
    padding:10% 0;
  }
  .n-download .download-type .title{
    font-size:36px;
  }
  .n-download .download-type .list{
    margin-top:2%;
  }
  .n-download .download-type .list .text{
    display:none;
  }
  .n-download .download-type .list .select{
    width:100%;
    margin-left:0;
  }
  .n-download .download-type .list .select select{
    width:100%;
    margin-left:0;
  }
  .n-download .download-list{
    margin-top:10%;
  }
  .n-download .download-list .download-ul li{
    width:100%;
    margin-bottom:4%;
  }
  .n-download .download-list .download-ul .info .title{
    font-size:18px;
  }
  .n-download .download-list .download-ul .info .button{
    margin-top:2%;
  }
}
@media (max-width: 750px) {
  .n-download .download-type .title{
    font-size:24px;
  }
  .n-download .download-type .list .select select{
    height:42px;
  }
  .n-download .download-list .download-ul li{
    flex-direction:column;
  }
  .n-download .download-list .download-ul .image,
  .n-download .download-list .download-ul .info{
    width:100%;
  }
  .n-download .download-list .download-ul .info{
    margin-top:2%;
  }
  .n-download .download-list .download-ul .info .title{
    font-size:16px;
  }
  .n-download .download-list .download-ul .info .button{
    justify-content:space-between;
  }
  .n-download .download-list .download-ul .info .button a{
    width:calc(50% - 5px);
    padding:0;
    margin:0;
    height:42px;
  }
}

.n-contact{
  width:100%;
  padding:110px 0;
  overflow:hidden;
}
.n-contact .box1{
  display:flex;
  justify-content:space-between;
}
.n-contact .box1 .left{
  width:30%;
}
.n-contact .box1 .left .title{
  font-size:24px;
  font-family: "Poppins-Medium";
}
.n-contact .box1 .left .content{
  margin-top:60px;
}
.n-contact .box1 .left .content li{
  margin-top:10px;
  display:flex;
}
.n-contact .box1 .left .content a{
  display:block;
  padding:10px 30px;
  background:#f9f9f9;
  border-radius:50px;
}
.n-contact .box1 .left .content a:hover{
  background:#263c92;
  color:#fff;
}
.n-contact .box1 .right{
  width:70%;
}
.n-contact .box1 .right .title{
  font-size:36px;
  line-height:1.2;
  font-family: "Poppins-Medium";
  word-break:break-word;
}
.n-contact .box1 .right .content ul{
  display:flex;
  flex-wrap:wrap;
}
.n-contact .box1 .right .content li{
  width:48%;
  margin-top:40px;
  margin-right:4%;
}
.n-contact .box1 .right .content li:nth-child(2n){
  margin-right:0;
}
.n-contact .box1 .right .content .text1{
  border-bottom:1px #eee solid;
  color:#666;
  padding-bottom:5px;
}
.n-contact .box1 .right .content .text2{
  margin-top:20px;
}
.n-contact .box1 .right .content .text2 .text2-1{
  font-size:24px;
  font-family: "Poppins-Medium";
}
.n-contact .box1 .right .content .text2 .text2-2{
  margin-top:10px;
  color:#666;
}
.n-contact .box2{
  margin-top:60px;
}
.n-contact .box2 ul{
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-contact .box2 li{
  margin:0 5px;
}
.n-contact .box2 a{
  border:1px #eee solid;
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}
.n-contact .box2 a:hover{
  background:#263c92;
  color:#fff;
  border-color:#263c92;
}
.n-contact .box3{
  height:640px;
  margin-top:110px;
}
.n-contact .box3 .my-map{
  width:100%;
  height:100%;
}
.n-contact .box4{
  margin-top:110px;
  background:#f9f9f9;
  padding:110px;
  display:flex;
  justify-content:space-between;
}
.n-contact .box4 .title{
  width:30%;
}
.n-contact .box4 .title h1{
  font-size:24px;
  font-family: "Poppins-Medium";
}
.n-contact .box4 .title h2{
  margin-top:30px;
}
.n-contact .box4 .line{
  width:1px;
  background:#ccc;
}
.n-contact .box4 .content{
  width:60%;
}
.n-contact .box4 .content ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.n-contact .box4 .content li{
  width:49%;
  margin-bottom:2%;
}
.n-contact .box4 .content li:last-child{
  margin-bottom:0;
}
.n-contact .box4 .content li.textarea,
.n-contact .box4 .content li.button{
  width:100%;
}
.n-contact .box4 .content input,
.n-contact .box4 .content textarea{
  width:100%;
  height:50px;
  border:1px #ccc solid;
  padding:0 10px;
}
.n-contact .box4 .content textarea{
  padding:10px;
  height:200px;
  resize:none;
  display:break-word;
}
.n-contact .box4 .content button{
  width:200px;
  height:50px;
  border:none;
  background:#263c92;
  color:#fff;
  float:right;
  cursor:pointer;
  margin-top:40px;
}
.n-contact .box4 .content .help-block{
  font-size:14px;
  margin-top:5px;
  color:#ff0000;
}
@media (max-width: 1600px) {
  .n-contact .box1 .left .title{
    font-size:20px;
  }
  .n-contact .box1 .right .title{
    font-size:32px;
  }
  .n-contact .box1 .right .content .text2 .text2-1{
    font-size:20px;
  }
}
@media (max-width: 992px) {
  .n-contact{
    padding:10% 0;
  }
  .n-contact .box1{
    flex-direction:column;
  }
  .n-contact .box1 .left,
  .n-contact .box1 .right{
    width:100%;
  }
  .n-contact .box1 .left .title{
    font-size:18px;
  }
  .n-contact .box1 .left .content{
    margin-top:5%;
  }
  .n-contact .box1 .left .content ul{
    display:flex;
    flex-wrap:wrap;
  }
  .n-contact .box1 .left .content li{
    margin-right:10px;
  }
  .n-contact .box1 .left .content a{
    padding:5px 20px;
  }
  .n-contact .box1 .right{
    margin-top:6%;
  }
  .n-contact .box1 .right .title{
    font-size:28px;
  }
  .n-contact .box1 .right .content li{
    margin-top:4%;
  }
  .n-contact .box1 .right .content .text2{
    margin-top:4%;
  }
  .n-contact .box1 .right .content .text2 .text2-1{
    font-size:18px;
  }
  .n-contact .box1 .right .content .text2 .text2-2{
    margin-top:2%;
  }
  .n-contact .box2{
    margin-top:6%;
  }
  .n-contact .box3{
    margin-top:10%;
  }
  .n-contact .box4{
    margin-top:10%;
    padding:6%;
    flex-direction:column;
  }
  .n-contact .box4 .title,
  .n-contact .box4 .content{
    width:100%;
  }
  .n-contact .box4 .title h1{
    font-size:20px;
  }
  .n-contact .box4 .title h2{
    margin-top:2%;
  }
  .n-contact .box4 .line{
    width:100%;
    height:1px;
    margin:6% 0;
    background:#ccc;
  }
  .n-contact .box4 .content ul{
    flex-direction:column;
  }
  .n-contact .box4 .content li{
    width:100%;
  }
  .n-contact .box4 .content button{
    margin-top:4%;
  }
}
@media (max-width: 750px) {
  .n-contact .box1 .left .title{
    font-size:16px;
  }
  .n-contact .box1 .left .content a{
    padding:5px 10px;
  }
  .n-contact .box1 .right .title{
    font-size:24px;
  }
  .n-contact .box1 .right .content li{
    width:100%;
    margin-right:0;
  }
  .n-contact .box1 .right .content .text2 .text2-1{
    font-size:16px;
  }
  .n-contact .box4 .content button{
    width:160px;
  }
}

.n-message .content {
  width: 100%;
  margin-top: 30px;
  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 li.code input{
    text-transform: uppercase;
}
.n-message .content li.code input::placeholder{
    text-transform: none;
}
.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: #263c92;
  border-color: #263c92;
  color: #fff;
}
.n-message .content button:hover i {
  animation: aw 1s ease-out infinite;
  position: relative;
}
@media (max-width: 992px) {
  .n-message .content{
    margin-top: 4%;
  }
  .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;
  }
  .n-message .content button i{
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .n-message .content li {
    width: 100%;
  }
  .n-message .content textarea {
    height: 240px;
  }
  .n-message .content button {
    width: 120px;
    height: 40px;
  }
  .n-message .content button span {
    margin-right: 5px;
  }
  .n-message .content button i{
    font-size: 12px;
  }
}

.n-search{
  padding:110px 0;
  overflow:hidden;
}
.n-search .search-box1{
  overflow:hidden;
}
.n-search .search-box1 .title{
  font-size:32px;
  line-height:32px;
}
.n-search .search-box1 .content{
  margin-top:10px;
}
.n-search .search-box1 .search{
  background:#f9f9f9;
  padding:20px;
  margin-top:40px;
}
.n-search .search-box1 .search .search-content{
  margin-top:10px;
}
.n-search .search-box1 .search .search-content form{
  display:flex;
  justify-content:space-between;
}
.n-search .search-box1 .search .search-content input{
  width:calc(100% - 90px);
  background:#fff;
  height:40px;
  border:1px #ddd solid;
  padding:0 15px;
}
.n-search .search-box1 .search .search-content button{
  width:80px;
  border:1px #000 solid;
  background:#fff;
  cursor:pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-search .search-box1 .search .search-content button:hover{
  background:#ea5506;
  border-color:#ea5506;
  color:#fff;
}
.n-search .search-box2{
  margin-top:60px;
  overflow:hidden;
}
.n-search .search-box2 .list .list-group{
  margin-bottom:40px;
}
.n-search .search-box2 .list .list-group li{
  border-bottom:1px #eee solid;
  padding:20px 0;
}
.n-search .search-box2 .list .list-group a{
  display:block;
}
.n-search .search-box2 .list .list-group .title{
  font-size:24px;
  line-height:24px;
}
.n-search .search-box2 .list .list-group .summary{
  color:#666;
  font-size:16px;
  margin-top:10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .n-search .search-box1 .title{
    font-size:28px;
    line-height:28px;
  }
}
@media (max-width: 992px) {
  .n-search{
    padding:10% 0;
  }
  .n-search .search-box1 .title{
    font-size:24px;
    line-height:24px;
  }
  .n-search .search-box2{
    margin-top:6%;
  }
  .n-search .search-box1 .search{
    margin-top:4%;
  }
  .n-search .search-box1 .search{
    padding:3%;
  }
  .n-search .search-box2 .list .list-group{
    margin-bottom:4%;
  }
  .n-search .search-box2 .list .list-group li{
    padding:4% 0;
  }
  .n-search .search-box2 .list .list-group .title{
    font-size:20px;
  }
  .n-search .search-box2 .list .list-group .summary{
    font-size:14px;
  }
}
@media (max-width: 750px) {
  .n-search .search-box1 .title{
    font-size:20px;
  }
  .n-search .search-box1 .content{
    margin-top:5px;
  }
  .n-search .search-box2 .list .list-group .title{
    font-size:16px;
  }
  .n-search .search-box2 .list .list-group .summary{
    margin-top:5px;
  }
}