@charset "utf-8";
.n-banner{
  width:100%;
  position: relative;
  overflow: hidden;
}
.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;
  color: #fff;
}
.n-banner .banner-word .wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.n-banner .banner-word a{
  display: block;
  color: #fff;
}
.n-banner .banner-word .title{
  font-size: 48px;
  line-height: 48px;
  font-family: 'Montserrat-Medium';
}
.n-banner .banner-word .path{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.n-banner .banner-word .path span{
  margin:0 10px;
  display:block;
  font-size:12px;
}
@media (max-width: 1600px) {
  .n-banner .banner-word .title{
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  .n-banner{
    
  }
  .n-banner .banner-word .title{
    font-size: 36px;
    line-height: 36px;
  }
  .n-banner .banner-word .path{
    margin-top:2%;
  }
}
@media (max-width: 992px) {
  .n-banner .banner-word .title{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  .n-banner{
    
  }
  .n-banner .banner-word{
    display: none;
  }
}

.n-page{
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-page a,
.n-page span{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration:underline;
}
.n-page .first,
.n-page .last{
  
}
.n-page a:hover,
.n-page span:hover,
.n-page a.active,
.n-page span.active{
  background: #014099;
  color: #fff;
}
@media (max-width: 992px) {
  
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .n-page a,
  .n-page span{
    width:30px;
    height: 30px;
  }
}

.n-news{
  padding:100px 0;
  overflow:hidden;
}
.n-news .news-ul li{
  border-bottom:1px #eee solid;
  padding-bottom:30px;
  margin-bottom:30px;
}
.n-news .news-ul a{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.n-news .news-ul .news-time{
  width:180px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.n-news .news-ul .news-time .date{
  color:#004098;
  font-family: 'Montserrat-Medium';
  font-size:64px;
  line-height:64px;
}
.n-news .news-ul .news-txt{
  width:calc(100% - 180px);
}
.n-news .news-ul .news-txt .title{
  font-size:24px;
  line-height:24px;
  font-family: 'Montserrat-Medium';
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.n-news .news-ul .news-txt .content{
  margin-top:10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .n-news .news-ul .news-time .date{
    font-size:54px;
    line-height:54px;
  }
  .n-news .news-ul .news-txt .title{
    font-size:20px;
  }
}
@media (max-width: 992px) {
  .n-news{
    padding:10% 0;
  }
  .n-news .news-ul li{
    padding-bottom:2%;
    margin-bottom:2%;
  }
  .n-news .news-ul .news-time .date{
    font-size:36px;
    line-height:36px;
  }
  .n-news .news-ul .news-time{
    width:100px;
  }
  .n-news .news-ul .news-txt{
    width:calc(100% - 100px);
  }
  .n-news .news-ul .news-txt .title{
    font-size:18px;
  }
  .n-news .news-ul .news-txt .content{
    margin-top:0;
  }
}
@media (max-width: 992px) {
  .n-news .news-ul .news-time .date{
    font-size:32px;
    line-height:32px;
  }
}
@media (max-width: 750px) {
  .n-news .news-ul a{
    flex-direction:column;
    align-items:flex-start;
  }
  .n-news .news-ul li{
    padding-bottom:3%;
    margin-bottom:3%;
  }
  .n-news .news-ul .news-time{
    width:auto;
  }
  .n-news .news-ul .news-txt{
    width:100%;
    margin-top:2%;
  }
  .n-news .news-ul .news-time{
    align-items:flex-start;
  }
  .n-news .news-ul .news-time .date{
    font-size:24px;
    line-height:24px;
  }
  .n-news .news-ul .news-txt .title{
    font-size:16px;
  }
  .n-news .news-ul .news-txt .content{
    margin-top:0;
  }
}

.n-newsdetail{
  padding:100px 0;
  overflow: hidden;
}
.n-newsdetail .news-title{
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.n-newsdetail .news-date{
  text-align: center;
  color: #999;
  margin-top: 10px;
}
.n-newsdetail .news-content{
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding:30px 0;
  margin:30px 0;
}
.n-newsdetail .news-content img{
  max-width: 100%;
}
.n-newsdetail .news-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-newsdetail .news-nav .right ul{
  display: flex;
}
.n-newsdetail .news-nav .right li{
  margin-left: 10px;
}
.n-newsdetail .news-nav .right li:first-child{
  margin-left: 0;
}
.n-newsdetail .news-nav .right a{
  width: 32px;
  height: 32px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-newsdetail .news-nav .right a:hover{
  background: #014099;
}
@media (max-width: 1600px) {
    .n-newsdetail .news-title{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .n-newsdetail{
    padding:10% 0;
  }
  .n-newsdetail .news-title{
    font-size: 28px;
    line-height: 28px;
  }
  .n-newsdetail .news-content{
    margin:4% 0;
    padding:4% 0;
  }
}
@media (max-width: 992px) {
.n-newsdetail .news-title{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .n-newsdetail .news-title{
    font-size: 20px;
  }
  .n-newsdetail .news-nav{
    flex-direction: column-reverse;
  }
  .n-newsdetail .news-nav .left,
  .n-newsdetail .news-nav .right{
    width: 100%;
  }
  .n-newsdetail .news-nav .left{
    margin-top: 10px;
  }
}

.n-typelist{
  width:350px;
}
.n-typelist .search{
  width:100%;
  border:1px #eee solid;
  height:50px;
}
.n-typelist .search form{
  display:flex;
  justify-content:space-between;
}
.n-typelist .search input{
  width:calc(100% - 50px);
  border:none;
  background:none;
  outline:none;
  padding:0 15px;
}
.n-typelist .search button{
  cursor:pointer;
  width:50px;
  height:50px;
  background:none;
  border:none;
  cursor:pointer;
}
.n-typelist .list{
  margin-top:50px;
}
.n-typelist .list .title{
  font-family: 'Montserrat-Medium';
  border-bottom:1px #eee solid;
  font-size:24px;
  padding-bottom:20px;
}
.n-typelist .list .content{
  width:100%;
  margin-top:15px;
  overflow:hidden;
}
.n-typelist .list .content > ul > li{
 
}
.n-typelist .list .content > ul > li > a{
     line-height:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.n-typelist .list .content > ul > li.active > a{
  color:#014099;
  font-family: 'Montserrat-Medium';
}
.n-typelist .list .content > ul > li > a > i{
  font-size:14px;
}
.n-typelist .list .content > ul > li.active > a.hasChild > i{
  transform:rotate(180deg);
}
.n-typelist .list .content > ul > li > ul{
  background:#f2f2f2;
  padding:15px 0;
  display:none;
}
.n-typelist .list .content > ul > li.active > ul{
  display:block;
}
.n-typelist .list .content > ul > li > ul > li > a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 15px;
  font-size:16px;
  line-height:42px;
}
.n-typelist .list .content > ul > li > ul > li.active > a,
.n-typelist .list .content > ul > li > ul > li > a:hover{
  background:#105ecc;
  color:#fff;
}
.n-typelist .list .content > ul > li > ul > li > a > i{
  font-size:12px;
}
@media (max-width: 1600px) {
  .n-typelist .list .content > ul > li > ul > li > a{
      font-size:14px;
  }
}
@media (max-width: 992px) {
  .n-typelist{
    width:100%;
  }
  .n-typelist .search{
      height:42px;
  }
  .n-typelist .search input{
      width:calc(100% - 42px);
  }
  .n-typelist .search button{
      width:42px;
      height:42px;
  }
  .n-typelist .list{
      margin-top:5%;
  }
  .n-typelist .list .title{
      padding-bottom:2%;
      font-size:20px;
  }
  .n-typelist .list .content{
      margin-top:2%;
  }
  .n-typelist .list .content > ul > li > a{
      line-height:42px;
  }
  .n-typelist .list .content > ul > li > ul{
      padding:2% 0;
  }
  .n-typelist .list .content > ul > li > ul > li > a{
      padding:0 2%;
      line-height:36px;
  }
}
@media (max-width: 992px) {
  .n-typelist .list .title{
      font-size:18px;
  }
  .n-typelist .list .content > ul > li > a{
      line-height:36px;
  }
  .n-typelist .list .content > ul > li > ul > li > a{
      line-height:32px;
  }
}
@media (max-width: 750px) {
  .n-typelist .search{
      height:36px;
  }
  .n-typelist .search input{
      width:calc(100% - 36px);
  }
  .n-typelist .search button{
      width:36px;
      height:36px;
  }
  .n-typelist .list .title{
      font-size:16px;
  }
  .n-typelist .list .content > ul > li > a{
      line-height:32px;
  }
  .n-typelist .list .content > ul > li > ul > li > a{
      line-height:28px;
  }
}

.n-products{
  width:100%;
  padding:100px 0;
  overflow:hidden;
}
.n-products .wrap{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
.n-products .productslist{
  width:calc(96% - 350px);
}
.n-products .productslist .products-ul{
  display:flex;
  flex-wrap:wrap;
}
.n-products .productslist .products-ul li{
  width:33.33333333%;
  border:1px #eee solid;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow:hidden;
}
.n-products .productslist .products-ul .image{
    width:100%;
    padding-bottom:100%;
    position:relative;
  overflow:hidden;
}
.n-products .productslist .products-ul .image a{
    width:100%;
    height:100%;
    position:absolute;
  display:block;
}
.n-products .productslist .products-ul .image a img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-products .productslist .products-ul .image a:hover img{
  transform:scale(1.08);
}
.n-products .productslist .products-ul .word{
  padding-bottom:20px;
}
.n-products .productslist .products-ul .word .word-1{
  display:flex;
  justify-content:center;
  align-items:center;
}
.n-products .productslist .products-ul .word .word-1 a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border:1px #eee solid;
  margin:0 5px;
  color:#666;
}
.n-products .productslist .products-ul .word .word-1 a:hover{
  background:#014099;
  border-color:#014099;
  color:#fff;
}
.n-products .productslist .products-ul .word .word-2{
  text-align:center;
  font-family: 'Montserrat-Medium';
  font-size:24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top:10px;
  padding:0 15px;
}
.n-products .productslist .products-ul .word .word-3{
  padding:0 15px;
  text-align:center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size:14px;
  color:#666;
}
.n-products .productslist .products-ul .contact{
  transform:translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-products .productslist .products-ul .contact a{
  width:100%;
  height:45px;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.n-products .productslist .products-ul li:hover .contact{
  transform:translateY(0);
}
.n-products .productslist .products-ul .contact a:hover{
  background:#014099;
}
.n-products .productslist .n-page{
  margin-top:4%;
}
@media (max-width: 1600px) {
  .n-products .productslist .products-ul .word .word-2{
    font-size:20px;
  }
}
@media (max-width: 992px) {
  .n-products{
    padding:10% 0;
  }
  .n-products .wrap{
      flex-direction:column;
  }
  .n-products .productslist{
    width:100%;
    margin-top:4%;
  }
  .n-products .productslist .products-ul li{
    width:50%;
  }
  .n-products .productslist .products-ul .word .word-1 a{
    width:35px;
    height:35px;
  }
  .n-products .productslist .products-ul .word .word-2{
    font-size:18px;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .n-products .productslist .products-ul .word .word-2{
    font-size:16px;
  }
  .n-products .productslist .products-ul li{
    width:100%;
  }
  .n-products .productslist .products-ul .word{
    padding-bottom:2%;
  }
  .n-products .productslist .products-ul .contact a{
    height:40px;
  }
}

.n-productsdetail{
  padding:100px 0;
  display:flex;
  justify-content:space-between;
  overflow:hidden;
}
.n-productsdetail .detail-box{
  width:calc(96% - 350px);
}
.n-productsdetail .detail-box1{
  display: flex;
  justify-content: space-between;
}
.n-productsdetail .detail-box1 .left,
.n-productsdetail .detail-box1 .right{
  width: 47%;
}
.n-productsdetail .detail-box1 .left .zoom-pic{
  border:1px #eee solid;
  width:100%;
  padding-bottom:100%;
  position:relative;
}
.n-productsdetail .detail-box1 .left .zoom-pic .box{
    width:100%;
    height:100%;
    position:absolute;
}
.n-productsdetail .detail-box1 .left .zoom-pic .box img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
}
.n-productsdetail .detail-box1 .left .zoom-list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-productsdetail .detail-box1 .left .zoom-list .center-list{
   width: calc(100% - 50px);
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide{
  border:1px #eee solid;
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide .image{
  width:100%;
  padding-bottom:100%;
  position:relative;
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide .box{
    width:100%;
    height:100%;
    position:absolute;
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide .box img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide-active{
  border-color: #014099;
}
.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-prev,
.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-next{
  width: 20px;
  position: static;
  margin:0;
}
.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-prev:after,
.n-productsdetail .detail-box1 .left .zoom-list .swiper-button-next:after{
  color: #000;
  font-size: 20px;
}
.n-productsdetail .detail-box1 .left img{
  width: 100%;
  display: block;
}
.n-productsdetail .detail-box1 .right .title{
  font-size: 24px;
  font-weight: 600;
}
.n-productsdetail .detail-box1 .right .content{
  margin-top:20px;
  background: #f9f9f9;
  padding:20px;
}
.n-productsdetail .detail-box1 .right .content img{
  max-width: 100%;
}
.n-productsdetail .detail-box1 .right .button{
   margin-top: 20px;
}
.n-productsdetail .detail-box1 .right .button ul{
  display: flex;
}
.n-productsdetail .detail-box1 .right .button li{
  margin-right: 10px;
}
.n-productsdetail .detail-box1 .right .button li:last-child{
  margin-right: 0;
}
.n-productsdetail .detail-box1 .right .button a{
  display: flex;
  align-items: center;
  background: #e2521f;
  color: #fff;
  border-radius: 4px;
  padding:5px 10px;
}
.n-productsdetail .detail-box1 .right .button i{
  font-size: 12px;
  margin-left: 5px;
}
.n-productsdetail .detail-box1 .right .button a:hover{
  background: #014099;
}
.n-productsdetail .detail-box1 .right .contact{
    margin-top:40px;
}
.n-productsdetail .detail-box1 .right .contact ul{
    display:flex;
    flex-wrap:wrap;
}
.n-productsdetail .detail-box1 .right .contact li{
    width:49%;
    margin-right:2%;
    margin-top:2%;
    border:1px #eee solid;
    padding:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.n-productsdetail .detail-box1 .right .contact li:nth-child(2n){
    margin-right:0;
}
.n-productsdetail .detail-box1 .right .contact i{
    font-size:40px;
}
.n-productsdetail .detail-box2{
    margin-top: 40px;
}
.n-productsdetail .detail-box2 ul{
  display: flex;
  justify-content: space-between;
}
.n-productsdetail .detail-box2 li{
  width: 49%;
  display: flex;
}
.n-productsdetail .detail-box2 li:last-child{
  flex-direction: row-reverse;
}
.n-productsdetail .detail-box2 a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px 20px;
  border:1px #eee solid;
  border-radius: 4px;
}
.n-productsdetail .detail-box2 a:hover{
  border-color: #014099;
    background: #014099;
    color: #fff;
}
.n-productsdetail .detail-box3{
  margin-top: 80px;
}
.n-productsdetail .detail-box3 .title{
  border-bottom: 1px #eee solid;
  display: flex;
}
.n-productsdetail .detail-box3 .title span{
  display: block;
  padding:10px 20px;
  background: #fff;
  border:1px #eee solid;
  border-bottom: none;
  margin-bottom: -1px;
}
.n-productsdetail .detail-box3 .content{
  padding:30px;
  border:1px #eee solid;
  border-top: none;
}
.n-productsdetail .detail-box3 .content img{
  max-width: 100%;
}
.n-productsdetail .detail-box3 .content table{
  width: 100% !important;
  margin:0 !important;
  padding:0 !important;
  border:1px #333 solid !important;
}
.n-productsdetail .detail-box3 .content table th,
.n-productsdetail .detail-box3 .content table td{
  padding:5px 10px !important;
  border:1px #333 solid !important;
}
.n-productsdetail .detail-box4{
  margin-top: 80px;
}
.n-productsdetail .detail-box4 .title{
  border-bottom: 1px #eee solid;
  display: flex;
}
.n-productsdetail .detail-box4 .title span{
  display: block;
  padding:10px 20px;
  background: #fff;
  border:1px #eee solid;
  border-bottom: none;
  margin-bottom: -1px;
}
.n-productsdetail .detail-box4 .content{
  padding:30px;
  border:1px #eee solid;
  border-top: none;
}
.n-productsdetail .detail-box5{
  margin-top: 80px;
  background: #f9f9f9;
  padding:30px;
}
.n-productsdetail .detail-box5 .title{
  display: flex;
}
.n-productsdetail .detail-box5 .title span{
  background: #fff;
  display: block;
  padding:10px 20px;
}
.n-productsdetail .detail-box5 .content{
  background: #fff;
  padding:30px;
}
.n-productsdetail .detail-box5 .content a{
  background:#fff;
  display:block;
  padding:10px;
  border:1px #eee solid;
}
.n-productsdetail .detail-box5 .content a:hover{
  box-shadow:0 0 10px rgba(0, 0, 0, .15);
}
.n-productsdetail .detail-box5 .content .images{
    width:100%;
    padding-bottom:100%;
    position:relative;
  overflow:hidden;
}
.n-productsdetail .detail-box5 .content .images .box{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.n-productsdetail .detail-box5 .content .images img{
  width:100%;
  height:100%;
  object-fit:contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display:block;
}
.n-productsdetail .detail-box5 .content li:hover .images img{
  transform:scale(1.08);
}
.n-productsdetail .detail-box5 .content .word{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:20px 0;
}
.n-productsdetail .detail-box5 .content .word span{
  background:#f0f2f5;
  padding:5px 20px;
}
.n-productsdetail .detail-box5 .content .swiper-pagination{
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.n-productsdetail .detail-box5 .content .swiper-pagination .swiper-pagination-bullet-active{
    background: #014099;
}
@media (max-width: 992px) {
  .n-productsdetail{
    padding:10% 0;
    flex-direction:column;
  }
  .n-productsdetail .detail-box{
    margin-top:4%;
    width:100%;
  }
  .n-productsdetail .detail-box1{
      flex-direction:column;
  }
  .n-productsdetail .detail-box1 .left,
  .n-productsdetail .detail-box1 .right{
    width: 100%;
  }
  .n-productsdetail .detail-box1 .left .zoom-list .swiper-button-prev:after,
  .n-productsdetail .detail-box1 .left .zoom-list .swiper-button-next:after{
    font-size: 16px;
  }
     .n-productsdetail .detail-box1 .right{
    margin-top: 6%;
  }
  .n-productsdetail .detail-box1 .right .content{
    padding:4%;
    margin-top: 4%;
  }
  .n-productsdetail .detail-box1 .right .buttton{
    margin-top: 4%;
  }
  .n-productsdetail .detail-box1 .right .contact{
      margin-top:2%;
  }
  .n-productsdetail .detail-box1 .right .contact li{
      padding:2%;
  }
  .n-productsdetail .detail-box2,
  .n-productsdetail .detail-box3,
  .n-productsdetail .detail-box4,
  .n-productsdetail .detail-box5{
    margin-top: 8%;
  }
  .n-productsdetail .detail-box5{
    padding:4%;
  }
  .n-productsdetail .detail-box3 .content,
  .n-productsdetail .detail-box4 .content,
  .n-productsdetail .detail-box5 .content{
    padding:4%;
  }
  .n-productsdetail .detail-box5 .content .swiper-pagination{
    margin-top: 4%;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    .n-productsdetail .detail-box1 .right .title{
    font-size: 18px;
  }
  .n-productsdetail .detail-box2 ul{
    flex-direction: column;
  }
  .n-productsdetail .detail-box2 li{
    width: 100%;
  }
  .n-productsdetail .detail-box2 li:last-child{
    margin-top: 10px;
  }
  .n-productsdetail .detail-box2 a{
    padding:10px;
  }
}

.n-download{
  padding:100px 0;
  overflow:hidden;
}
.n-download .download-ul{
  display:flex;
  flex-wrap:wrap;
}
.n-download .download-ul li{
  width:49%;
  margin-right:2%;
  margin-bottom:2%;
}
.n-download .download-ul li:nth-child(2n){
  margin-right:0;
}
.n-download .download-ul a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 40px;
  background:#f9f9f9;
}
.n-download .download-ul a:hover{
  background:#014099;
  color:#fff;
}
.n-download .download-ul i.icon-pdf,
.n-download .download-ul i.icon-xiazai{
  font-size:42px;
  color:#666;
}
.n-download .download-ul .title{
  width:calc(100% - 120px);
}
.n-download .download-ul a:hover i{
  color:#fff;
}
@media (max-width: 1600px) {
  .n-download .download-ul i.icon-pdf,
  .n-download .download-ul i.icon-xiazai{
    font-size:36px;
  }
}
@media (max-width: 992px) {
  .n-download{
    padding:10% 0;
  }
  .n-download .download-ul a{
    padding:4%;
  }
  .n-download .download-ul .title{
    width:calc(100% - 80px);
  }
  .n-download .download-ul i.icon-pdf,
  .n-download .download-ul i.icon-xiazai{
    font-size:32px;
  }
}
@media (max-width: 992px) {
  .n-download .download-ul i.icon-pdf,
  .n-download .download-ul i.icon-xiazai{
    font-size:28px;
  }
  .n-download .download-ul .title{
    width:calc(100% - 70px);
  }
}
@media (max-width: 750px) {
  .n-download .download-ul li{
    width:100%;
    margin-right:0;
  }
  .n-download .download-ul i.icon-pdf,
  .n-download .download-ul i.icon-xiazai{
    font-size:24px;
  }
  .n-download .download-ul .title{
    width:calc(100% - 60px);
  }
}

.n-service{
  width:100%;
  padding:100px 0;
  overflow:hidden;
}
.n-service .service-box1 .title .title-box1{
  font-family: 'Montserrat-Medium';
  font-size:48px;
  line-height:48px;
  text-transform:uppercase;
}
.n-service .service-box1 .title .title-box2{
  margin-top:40px;
}
.n-service .service-box1 .title .title-box2 .h1{
  font-size:24px;
  font-family: 'Montserrat-Medium';
}
.n-service .service-box1 .title .title-box2 .h2{
  margin-top:10px;
}
.n-service .service-box1 .content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:50px;
}
.n-service .service-box1 .content .left,
.n-service .service-box1 .content .right{
  width:48%;
}
.n-service .service-box1 .content .left .image img{
  width:100%;
  display:block;
}
.n-service .service-box1 .content .right .right-title{
  font-size:24px;
  font-family: 'Montserrat-Medium';
}
.n-service .service-box1 .content .right .right-list{
  margin-top:10px;
}
.n-service .service-box1 .content .right .right-list li{
  padding:10px 0;
  display:flex;
}
.n-service .service-box1 .content .right .right-list em{
  display:block;
  margin-right:10px;
}
.n-service .service-box1 .text{
  margin-top:50px;
}
.n-service .service-box2{
  margin-top:100px;
}
.n-service .service-box2 ul{
  display:flex;
  justify-content:space-between;
}
.n-service .service-box2 li{
  width:21.5%;
}
.n-service .service-box2 .title{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.n-service .service-box2 .title .left{
  width:50px;
  height:50px;
  background:#004098;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-service .service-box2 .title .right{
  width:calc(100% - 60px);
  font-family: 'Montserrat-Medium';
}
.n-service .service-box2 .content{
  margin-top:20px;
}
.n-service .service-box3{
  width:100%;
  padding:100px 0;
  margin-top:100px;
  background:url(../images/service15.jpg) no-repeat center;
  background-size:cover;
  overflow:hidden;
}
.n-service .service-box3 .wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.n-service .service-box3 .title{
  font-family: 'Montserrat-Medium';
  font-size:50px;
  line-height:50px;
}
.n-service .service-box3 .content{
  margin:30px 0;
  text-align:center;
}
.n-service .service-box3 .more a{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#014099;
  color:#fff;
  width:200px;
  height:50px;
  border-radius:25px;
}
.n-service .service-box3 .more i{
  display:block;
  margin-left:10px;
}
.n-service .service-box3 .more a:hover{
  background:#fff;
  color:#014099;
}
.n-service .service-box4{
  margin-top:100px;
}
@media (max-width: 1600px) {
  .n-service .service-box1 .title .title-box1{
    font-size:42px;
    line-height:42px;
  }
  .n-service .service-box1 .title .title-box2 .h1{
    font-size:20px;
  }
  .n-service .service-box1 .content .right .right-title{
    font-size:20px;
  }
  .n-service .service-box3 .title{
    font-size:42px;
    line-height:42px;
  }
}
@media (max-width: 992px) {
  .n-service{
    padding:10% 0;
  }
  .n-service .service-box1 .title .title-box1{
    font-size:36px;
    line-height:36px;
  }
  .n-service .service-box1 .title .title-box2{
    margin-top:3%;
  }
  .n-service .service-box1 .title .title-box2 .h1{
    font-size:18px;
  }
  .n-service .service-box1 .content{
    flex-direction:column;
    margin-top:3%;
  }
  .n-service .service-box1 .content .left,
  .n-service .service-box1 .content .right{
    width:100%;
  }
  .n-service .service-box1 .content .right{
    margin-top:4%;
  }
  .n-service .service-box1 .content .right .right-title{
    font-size:18px;
  }
  .n-service .service-box1 .text{
    margin-top:3%;
  }
  .n-service .service-box1 .content .right .right-list{
    margin-top:0;
  }
  .n-service .service-box2{
    margin-top:0;
  }
  .n-service .service-box2 ul{
    flex-wrap:wrap;
  }
  .n-service .service-box2 li{
    width:48%;
    border:1px #eee solid;
    margin-top:4%;
    padding:2%;
  }
  .n-service .service-box2 .title .left{
    width:40px;
    height:40px;
  }
  .n-service .service-box2 .title .right{
    width:calc(100% - 50px);
  }
  .n-service .service-box2 .content{
    margin-top:2%;
  }
  .n-service .service-box3{
    padding:10% 0;
    margin-top:10%;
  }
  .n-service .service-box3 .title{
    font-size:36px;
    line-height:36px;
  }
  .n-service .service-box3 .content{
    margin:4% 0;
  }
  .n-service .service-box4{
    margin-top:10%;
  }
}
@media (max-width: 992px) {
  .n-service .service-box1 .title .title-box1{
    font-size:32px;
    line-height:32px;
  }
  .n-service .service-box3 .title{
    font-size:32px;
    line-height:32px;
  }
}
@media (max-width: 750px) {
  .n-service .service-box1 .title .title-box1{
    font-size:24px;
    line-height:24px;
  }
  .n-service .service-box1 .title .title-box2 .h1{
    font-size:16px;
  }
  .n-service .service-box1 .title .title-box2 .h2{
    margin-top:0;
  }
  .n-service .service-box1 .content .right .right-title{
    font-size:16px;
  }
  .n-service .service-box1 .content .right .right-list{
    margin-top:2%;
  }
  .n-service .service-box1 .content .right .right-list li{
    padding:0;
  }
  .n-service .service-box2 li{
    width:100%;
  }
  .n-service .service-box2 .title .left{
    width:30px;
    height:30px;
  }
  .n-service .service-box2 .title .right{
    width:calc(100% - 40px);
  }
  .n-service .service-box3 .title{
    font-size:24px;
    line-height:24px;
  }
  .n-service .service-box3 .more a{
    width:160px;
    height:45px;
  }
}

.n-contact{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}
.n-contact .my-map{
  width:100%;
  height:100%;
}
.n-contact .content{
  position:absolute;
  bottom:100px;
  left:50%;
  transform:translateX(-50%);
  z-index:1;
  display:flex;
  justify-content:space-between;
}
.n-contact .content .left,
.n-contact .content .right{
  width:50%;
  padding:50px;
  background:rgba(255, 255, 255, .85);
}
.n-contact .content .left .title{
  font-family: 'Montserrat-Medium';
  font-size:36px;
  line-height:36px;
}
.n-contact .content .left .list{
  padding:30px 0;
}
.n-contact .content .left .list li{
  font-size:24px;
  padding:5px 0;
}
.n-contact .content .left .more a{
  margin-top:10px;
  display:flex;
  background:#004098;
  height:50px;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.n-contact .content .left .more a:hover{
  border:1px #004098 solid;
  background:#fff;
  color:#004098;
}
.n-contact .content .left .share{
  margin-top:20px;
}
.n-contact .content .left .share ul{
  display:flex;
}
.n-contact .content .left .share li{
  margin-right:10px;
}
.n-contact .content .left .share li:last-child{
  margin-right:0;
}
.n-contact .content .left .share a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border:1px #ccc solid;
  color:#999;
  border-radius:4px;
}
.n-contact .content .left .share i{
  font-size:20px;
}
.n-contact .content .left .share a:hover{
  background:#004098;
  color:#fff;
  border-color:#004098;
}
.n-contact .content .right{
  background:rgba(0, 64, 152, .85);
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-contact .content .right form{
  width:100%;
}
.n-contact .content .right li{
  padding-bottom:20px;
  border-bottom:1px #fff solid;
  margin-bottom:20px;
}
.n-contact .content .right li .help-block{
  color:#ff0000;
  font-size:12px;
}
.n-contact .content .right li.code{
  display:flex;
  border-bottom:none;
  padding-bottom:0;
}
.n-contact .content .right li.code .form-div{
  display:flex;
}
.n-contact .content .right li:last-child{
  border-bottom:none;
  margin-bottom:0;
}
.n-contact .content .right input,
.n-contact .content .right textarea{
  width:100%;
  display:block;
  background:none;
  border:none;
  color:#fff;
  outline:none;
}
.n-contact .content .right li.code .form-div input{
  width:200px;
  border-bottom:1px #fff solid;
  padding-bottom:20px;
}
.n-contact .content .right li.code .form-div img{
  display:block;
}
.n-contact .content .right input::placeholder,
.n-contact .content .right textarea::placeholder{
  color:#fff;
  text-transform:none;
}
.n-contact .content .right button{
  width:200px;
  height:40px;
  background:#fff;
  border:none;
  cursor:pointer;
}
@media (max-width: 1600px) {
  .n-contact .content .left .title{
    font-size:32px;
    line-height:32px;
  }
  .n-contact .content .left .list li{
    font-size:20px;
  }
}
@media (max-width: 992px) {
  .n-contact .content{
    flex-direction:column;
  }
  .n-contact .content .left .title{
    font-size:28px;
    line-height:28px;
  }
  .n-contact .content .left,
  .n-contact .content .right{
    width:100%;
    padding:5%;
  }
  .n-contact .content .left .list{
    padding:3% 0;
  }
  .n-contact .content .left .list li{
    font-size:18px;
    padding:0;
  }
  .n-contact .content .left .more a{
    height:45px;
  }
  .n-contact .content .left .share{
    margin-top:2%;
  }
  .n-contact .content .left .share a{
    width:40px;
    height:40px;
  }
  .n-contact .content .left .share i{
    font-size:16px;
  }
  .n-contact .content .right li{
    padding-bottom:2%;
    margin-bottom:2%;
  }
  .n-contact .content .right li.code .form-div input{
    padding-bottom:2%;
  }
}
@media (max-width: 992px) {
  .n-contact .content .left .title{
    font-size:24px;
    line-height:24px;
  }
}
@media (max-width: 750px) {
  .n-contact .content .left .title{
    font-size:20px;
  }
  .n-contact .content .left .list li{
    font-size:16px;
  }
  .n-contact .content .left .more a{
    height:40px;
  }
  .n-contact .content .left .share{
    margin-top:3%;
  }
  .n-contact .content .left .share a{
    width:30px;
    height:30px;
  }
  .n-contact .content .left .share i{
    font-size:14px;
  }
  .n-contact .content .right li{
    padding-bottom:3%;
    margin-bottom:3%;
  }
  .n-contact .content .right li.code .form-div input{
    padding-bottom:3%;
  }
}

.n-message{
  
}
.n-message ul{
  display:flex;
  flex-wrap:wrap;
    justify-content:space-between;
}
.n-message li{
  width:49.5%;
  margin-bottom:1%;
}
.n-message li:last-child{
  margin-bottom:0;
}
.n-message .textarea{
  width:100%;
}
.n-message .help-block{
  color:#ff0000;
  font-size:12px;
}
.n-message textarea,
.n-message input{
  width:100%;
  border:1px #eee solid;
  border-radius:20px;
  display:block;
  padding:0 15px;
}
.n-message input{
  height:50px;
}
.n-message textarea{
  padding:15px;
  resize:none;
  height:150px;
}
.n-message li.code .form-div{
  display:flex;
  align-items:center;
}
.n-message li.code .form-div input::placeholder{
  text-transform:none;
}
.n-message li.code .form-div img{
  margin-left:10px;
  display:block;
}
.n-message .button{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-message .button button{
  width:200px;
  height:50px;
  background:#014099;
  color:#fff;
  border:none;
  border-radius:25px;
  cursor:pointer;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 992px) {
  .n-message li{
    width:100%;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .n-message li{
    margin-bottom:2%;
  }
  .n-message input,
  .n-message .button button{
    height:40px;
  }
}