@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 a{
  display: block;
  color: #fff;
}
.n-banner .banner-word .title{
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}
.n-banner .banner-word .path{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.n-banner .banner-word .path .icon-youjiantou{
  margin:0 5px;
  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{
    margin-top:70px;
  }
  .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{
    margin-top:50px;
  }
  .n-banner .banner-word{
    display: none;
  }
}

.n-type{
  width: 100%;
  border-bottom: 1px #eee solid;
}
.n-type ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-type li{
  padding:0 20px;
}
.n-type a{
  display: block;
  line-height: 60px;
  position: relative;
}
.n-type li:hover a,
.n-type li.active a{
  color: #014099;
}
.n-type a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #014099;
  bottom: 0;
  left: 0;
  transform-origin: center;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.n-type li:hover a:after,
.n-type li.active a:after {
  transform-origin: center;
  transform: scale(1);
}
.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;
  font-weight: 500;
    border-radius: 50px;
}
.n-page .first,
.n-page .last,
.n-page .prev,
.n-page .next{
  display: none;
}
.n-page a:hover,
.n-page span:hover,
.n-page a.active,
.n-page span.active{
  background: #014099;
  color: #fff;
}
@media (max-width: 992px) {
  .n-type{
    border:none;
  }
  .n-type ul{
    flex-wrap:wrap;
  }
  .n-type li{
    width:20%;
    padding:10px 10px 0 10px;
  }
  .n-type a{
    line-height:30px;
    text-align:center;
    background:#f9f9f9;
    border-radius:50px;
  }
  .n-type a:after{
    display:none;
  }
  .n-type li:hover a,
  .n-type li.active a{
    background: #014099;
    color:#fff;
  }
}
@media (max-width: 992px) {
  .n-type li{
      width:33.333333%;
  }
}
@media (max-width: 750px) {
  .n-page a,
  .n-page span{
    width:30px;
    height: 30px;
  }
}

.n-about{
  width: 100%;
  overflow: hidden;
}
.n-about .about-box1{
  width: 100%;
  background: url(../images/about-1left-bj.jpg) no-repeat left bottom;
  padding: 100px 0;
  position:relative;
  overflow: hidden;
}
.n-about .about-box1 .wrap{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.n-about .about-box1 .left{
  width:32%;
  display:flex;
  align-items:center;
  flex-direction:column;
}
.n-about .about-box1 .left .title{
  font-size:36px;
  line-height:36px;
  text-align:center;
  font-weight:700;
  padding-bottom:30px;
  position:relative;
}
.n-about .about-box1 .left .title:after{
  content:"";
  width:100%;
  height:4px;
  position:absolute;
  left:0;
  bottom:0;
  background:#014099;
}
.n-about .about-box1 .left .content{
  position:relative;
  margin-top:60px;
}
.n-about .about-box1 .left .image{
  width:100%;
  height:360px;
}
.n-about .about-box1 .left .image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.n-about .about-box1 .left .play{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-about .about-box1 .left .play i{
  width:50px;
  height:50px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  position:relative;
  z-index:1;
  color:#000;
}
.n-about .about-box1 .left .play:before,
.n-about .about-box1 .left .play:after{
  content:"";
  border-radius:50%;
  position:absolute;
  width:50px;
  height:50px;
}
.n-about .about-box1 .left .play:before{
  background:rgba(255, 255, 255, 1);
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.n-about .about-box1 .left .play:after{
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
    background:rgba(255, 255, 255, 1);
    background: 0 0;
}
/* 定义@keyframes动画 */
@keyframes ks {
  0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
  80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
  }
  100% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
  }
}
.n-about .about-box1 .right{
  width:64%;
}
.n-about .about-box1 .number ul{
  width:100%;
  display:flex;
  justify-content:space-between;
}
.n-about .about-box1 .number li{
  margin-top:60px;
}
.n-about .about-box1 .number .image{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
}
.n-about .about-box1 .number .image i{
  font-size:60px;
  line-height:60px;
  color:#999;
}
.n-about .about-box1 .number .word{
  text-align:center;
  font-weight:700;
  color:#014099;
  font-size:36px;
  line-height:36px;
  margin-top:20px;
}
.n-about .about-box2{
  width:100%;
  background:url(../images/ab-his-bj.jpg) no-repeat center;
  background-size:cover;
  padding:140px 0;
  position:relative;
  overflow:hidden;
}
.n-about .about-box2 .ui.container {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.n-about .about-box2 .ui.container .yearmain {
    width:75%
}
.n-about .about-box2 .ui.container .yearmain ul.year li .item {
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.n-about .about-box2 .ui.container .yearmain ul.year li .item .img-box {
    width:50%;
    border:6px #fff solid;
    overflow:hidden;
}
.n-about .about-box2 .ui.container .yearmain ul.year li .item .img-box img{
    width:100%;
    transition:1s ease
}
.n-about .about-box2 .ui.container .yearmain ul.year li .item .img-box:hover img {
    transform:scale(1.1, 1.1)
}
.n-about .about-box2 .ui.container .yearmain ul.year li .item .textbox {
    width:50%;
}
.n-about .about-box2 .ui.container .yearmain ul.year li .item .textbox p {
    width:80%;
    color:#fff;
    line-height:2;
    margin:0 auto
}
.n-about .about-box2 .ui.container .yearbox {
    width:25%;
    padding:140px 0;
    display:flex;
    align-items:center;
    overflow:hidden
}
.n-about .about-box2 .ui.container .yearbox ul.yearlist {
    width:100%;
    height:86px;
}
.n-about .about-box2 .ui.container .yearbox ul.yearlist .slick-list {
    overflow:unset
}
.n-about .about-box2 .ui.container .yearbox ul.yearlist li {
    height:75px;
    line-height:75px;
    width:100%;
    font-weight:300;
    font-size:48px;
    opacity:.5;
    color:#fff;
    text-align:right;
    padding-right:40px;
    position:relative
}
.n-about .about-box2 .ui.container .yearbox ul.yearlist li:before {
    content:"";
    width:26px;
    height:26px;
    border-radius:100%;
    background:#014099;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-13px;
    opacity:0
}
.n-about .about-box2 .ui.container .yearbox ul.yearlist .slick-current li {
    opacity:1;
    font-size:64px;
    font-weight:700
}
.n-about .about-box2 .ui.container .yearbox ul.yearlist .slick-current li:before {
    opacity:1
}
.n-about .about-box3{
    width:100%;
    padding:100px 0;
    background:url(../images/ab-c-bj.jpg) no-repeat center;
    background-size:cover;
    position:relative;
    overflow:hidden;
}
.n-about .about-box3 .title{
  text-align:center;
}
.n-about .about-box3 .title h1{
  font-size:42px;
  line-height:42px;
  font-weight:700;
}
.n-about .about-box3 .title h2{
  margin-top:10px;
}
.n-about .about-box3 .content ul.a3list {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -moz-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.n-about .about-box3 .content ul.a3list li {
    width:18%;
    margin-top:30px;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    transition:.5s all;
    cursor:pointer
}
.n-about .about-box3 .content ul.a3list li.active {
    width:36%;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    transition:.5s all
}
.n-about .about-box3 .content ul.a3list li.active .item .textbox {
    opacity:1;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    transition:.5s all
}
.n-about .about-box3 .content ul.a3list li .item {
    height:600px;
    width:100%;
    position:relative
}
.n-about .about-box3 .content ul.a3list li .item .textbox {
    position:absolute;
    width:100%;
    padding:30px;
    left:0;
    bottom:50px;
    color:#fff;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    transition:.5s all;
    opacity:0;
    text-align:left
}
.n-about .about-box3 .content ul.a3list li .item .textbox .tit {
    font-weight:700;
    font-size:24px;
}
.n-about .about-box3 .content ul.a3list li .item .textbox p {
    max-width:400px
}
.n-about .about-box4{
  width:100%;
  padding:100px 0;
  height:724px;
  background:url(../images/abt-q-bj.jpg) no-repeat center;
  background-size:cover;
  position:relative;
  overflow:hidden;
}
.n-about .about-box4 .title,
.n-about .about-box4 .summary,
.n-about .about-box4 .content{
  width:50%;
  color:#fff;
}
.n-about .about-box4 .title{
  font-size:42px;
  line-height:42px;
  font-weight:700;
  padding-bottom:30px;
  position:relative;
}
.n-about .about-box4 .title:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:80px;
  height:2px;
  background:#fff;
}
.n-about .about-box4 .summary{
  margin-top:40px;
}
.n-about .about-box4 .content{
  margin-top:20px;
}
.n-about .about-box5{
  width:100%;
  padding:100px 0;
  background:url(../images/ab-h-bj.jpg) no-repeat center;
  background-size:cover;
  position:relative;
  overflow:hidden;
}
.n-about .about-box5 .wrap{
  position:relative;
}
.n-about .about-box5 .wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 101%;
  left: 0;
  margin-top: -60px;
  background: url(../images/icon-about-4-ty.png) center top;
  background-size: 100% auto;
}
.n-about .about-box5 .title{
  text-align:center;
}
.n-about .about-box5 .title h1{
  font-size:42px;
  line-height:42px;
  font-weight:700;
}
.n-about .about-box5 .title h2{
  margin-top:10px;
}
.n-about .about-box5 .content{
  position:relative;
  z-index:1;
  margin-top:30px;
}
.n-about .about-box5 .content li{
  padding:0 30px;
}
.n-about .about-box5 .content p {
    margin:20px 0 60px
}
.n-about .about-box5 .content ul.a4list{}
.n-about .about-box5 .content ul.a4list li .img-box {
    margin-bottom:25px
}
.n-about .about-box5 .content ul.a4list li .img-box img{
  width:100%;
  display:block;
}
.n-about .about-box5 .content ul.a4list li .hname {
    font-size:16px;
    color:#000;
    text-transform:uppercase;
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
.n-about .about-box5 .content{
  margin-top:3%;
}
.n-about .about-box6{
  padding:100px 0;
  overflow:hidden;
}
.n-about .about-box6 .title{
  text-align:center;
}
.n-about .about-box6 .title h1{
  font-size:42px;
  line-height:42px;
  font-weight:700;
}
.n-about .about-box6 .title h2{
  margin-top:10px;
}
.n-about .about-box6 .content{
  margin-top:50px;
}
.n-about .about-box6 li{
  padding:6px;
}
.n-about .about-box6 a{
  background:#fff;
  box-shadow:0 0 6px rgba(0, 0, 0, .3);
  display:block;
}
.n-about .about-box6 .image{
  overflow:hidden;
}
.n-about .about-box6 .image img{
  width:100%;
  display:block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-about .about-box6 a:hover .image img{
  transform:scale(1.08);
}
.n-about .about-box6 .word{
  text-align:center;
  line-height:60px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-about .about-box6 .swiper-pagination{
  position:static;
}
@media (max-width: 1680px) {
  .n-about .about-box5 .wrap:before{
      margin-top:-58px;
  }
}
@media (max-width: 1600px) {
  .n-about .about-box1 .left .title{
    font-size:28px;
    line-height:28px;
  }
  .n-about .about-box1 .number .image i{
    font-size:48px;
    line-height:48px;
  }
  .n-about .about-box3 .title h1{
    font-size:36px;
    line-height:36px;
  }
  .n-about .about-box3 .content ul.a3list li .item .textbox .tit{
    font-size:20px;
  }
  .n-about .about-box2 .ui.container .yearbox ul.yearlist li {
      font-size:36px;
  }
  .n-about .about-box2 .ui.container .yearbox ul.yearlist .slick-current li {
      font-size:48px
  }
  .n-about .about-box4 .title{
    font-size:36px;
    line-height:36px;
  }
  .n-about .about-box5 .title h1{
    font-size:36px;
    line-height:36px;
  }
  .n-about .about-box5 .content li{
    padding:0 3%;
  }
  .n-about .about-box5 .wrap:before{
    margin-top:-55px;
   }
  .n-about .about-box6 .title h1{
    font-size:36px;
    line-height:36px;
  }
}
@media (max-width: 1480px) {
  .n-about .about-box5 .wrap:before{
      margin-top:-54px;
  }
}
@media (max-width: 1360px) {
  .n-about .about-box5 .wrap:before{
      margin-top:-50px;
  }
}
@media (max-width: 992px) {
  .n-about .about-box1{
    padding:10% 0;
  }
  .n-about .about-box1 .wrap{
    flex-direction:column;
  }
  .n-about .about-box1 .left,
  .n-about .about-box1 .right{
    width:100%;
  }
  .n-about .about-box1 .left .title{
    font-size:24px;
    line-height:24px;
    padding-bottom:3%;
  }
  .n-about .about-box1 .left .content{
    margin-top:4%;
  }
  .n-about .about-box1 .left .image{
    height:40vh;
  }
  .n-about .about-box1 .right{
    margin-top:4%;
  }
  .n-about .about-box1 .number li{
    margin-top:4%;
  }
  .n-about .about-box1 .number .image i{
    font-size:36px;
    line-height:36px;
  }
  .n-about .about-box1 .number .word{
    margin-top:2%;
    font-size:28px;
    line-height:28px;
  }
  .n-about .about-box2,
  .n-about .about-box2 .ui.container .yearbox{
    padding:10% 0;
  }
  .n-about .about-box2 .ui.container .yearbox ul.yearlist li {
      font-size:32px;
      padding-right:0;
  }
  .n-about .about-box2 .ui.container .yearbox ul.yearlist li:before {
      display:none
  }
  .n-about .about-box2 .ui.container .yearbox ul.yearlist .slick-current li {
      font-size:42px
  }
  .n-about .about-box2 .ui.container .yearmain ul.year li .item .img-box {
      width:100%
  }
  .n-about .about-box2 .ui.container .yearmain ul.year li .item .textbox {
      width:100%;
      margin-top:3%;
  }
  .n-about .about-box2 .ui.container .yearmain ul.year li .item .textbox p{
    width:100%;
  }
  .n-about .about-box2 .ui.container .yearmain {
      width:100%
  }
  .n-about .about-box2 .ui.container .yearbox {
      width:100%
  }
  .n-about .about-box3{
    padding:10% 0;
  }
  .n-about .about-box3 .title h1{
    font-size:32px;
    line-height:32px;
  }
  .n-about .about-box3 .content ul.a3list{
    flex-wrap:wrap;
    justify-content:space-between;
  }
  .n-about .about-box3 .content ul.a3list li,
  .n-about .about-box3 .content ul.a3list li.active{
    width:49%;
    margin-top:2%;
  }
  .n-about .about-box3 .content ul.a3list li:last-child{
    width:100%;
  }
  .n-about .about-box3 .content ul.a3list li .item{
    height:320px;
  }
  .n-about .about-box3 .content ul.a3list li .item .textbox{
    opacity:1;
    padding:4%;
    top:5%;
    bottom:auto;
  }
  .n-about .about-box3 .content ul.a3list li .item .textbox .tit{
    font-size:18px;
  }
  .n-about .about-box4{
    height:54vh;
    padding:10% 0;
  }
  .n-about .about-box4 .title{
    width:100%;
    font-size:32px;
    line-height:32px;
    padding-bottom:3%;
  }
  .n-about .about-box4 .summary{
    width:100%;
    margin-top:4%;
  }
  .n-about .about-box4 .content{
    width:100%;
    margin-top:2%;
  }
  .n-about .about-box5{
    padding:10% 0;
  }
  .n-about .about-box5 .title h1{
    font-size:32px;
    line-height:32px;
  }
  .n-about .about-box5 .wrap:before {
      display:none
  }
  .n-about .about-box6{
    padding:10% 0;
  }
  .n-about .about-box6 .title h1{
    font-size:32px;
    line-height:32px;
  }
  .n-about .about-box6 .content{
    margin-top:5%;
  }
}
@media (max-width: 992px) {
  .n-about .about-box3 .title h1{
    font-size:28px;
    line-height:28px;
  }
  .n-about .about-box4 .title{
    font-size:28px;
    line-height:28px;
  }
  .n-about .about-box5 .title h1{
    font-size:28px;
    line-height:28px;
  }
  .n-about .about-box6 .title h1{
    font-size:28px;
    line-height:28px;
  }
}
@media (max-width: 750px) {
  .n-about .about-box1 .left .title{
    font-size:20px;
  }
  .n-about .about-box1 .left .image{
    height:32vh;
  }
  .n-about .about-box1 .number ul{
    display:flex;
    flex-wrap:wrap;
  }
  .n-about .about-box1 .number li{
    width:50%;
    margin-top:6%;
  }
  .n-about .about-box1 .number .word{
    font-size:24px;
    line-height:24px;
  }
  .n-about .about-box2 .ui.container .yearbox ul.yearlist li {
    font-size:24px;
  }
  .n-about .about-box2 .ui.container .yearbox ul.yearlist .slick-current li {
    font-size:28px;
  }
  .n-about .about-box3 .title h1{
    font-size:24px;
    line-height:24px;
  }
  .n-about .about-box3 .title h2{
    margin-top:5px;
  }
  .n-about .about-box3 .content ul.a3list li .item{
    height:240px;
  }
  .n-about .about-box3 .content ul.a3list li .item .textbox .tit{
    font-size:16px;
  }
  .n-about .about-box4 .title{
    font-size:24px;
    line-height:24px;
    padding-bottom:4%;
  }
  .n-about .about-box5 .title h1{
    font-size:24px;
    line-height:24px;
  }
  .n-about .about-box5 .title h2{
    margin-top:5px;
  }
  .n-about .about-box5 .content ul.a4list li .img-box{
    margin-bottom:0;
  }
  .n-about .about-box5 .content ul.a4list li .hname {
      display:none
  }
  .n-about .about-box6 .title h1{
    font-size:24px;
    line-height:24px;
  }
  .n-about .about-box6 .title h2{
    margin-top:5px;
  }
  .n-about .about-box6 .word{
    line-height:48px;
  }
}

.n-news{
  padding:100px 0;
}
.n-news .news-ul{
  width: 100%;
  background: url(../images/a-icon.png) no-repeat left top;
  padding-top: 50px;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
}
.n-news .news-ul li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.n-news .news-ul li:nth-child(3n){
  margin-right: 0;
}
.n-news .news-ul a{
  display: block;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding:40px 40px 60px 40px;
}
.n-news .news-ul .news-time{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-news .news-ul .news-time .rt{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px #014099 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #014099;
  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n-news .news-ul a:hover .news-time .rt{
  background: #014099;
  color: #fff;
}
.n-news .news-ul .news-txt{
  margin-top: 30px;
}
.n-news .news-ul .news-txt .news-txt-title{
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.n-news .news-ul .news-txt .news-txt-content{
  margin-top: 20px;
  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-txt .news-txt-title{
      font-size: 20px;
    }
}
@media (max-width: 992px) {
  .n-news{
    padding:10% 0;
  }
  .n-news .news-ul{
    background: none;
    padding:0;
  }
  .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 a{
    padding:6%;
  }
  .n-news .news-ul .news-time .rt{
    width: 32px;
    height: 32px;
  }
  .n-news .news-ul .news-txt{
    margin-top: 4%;
  }
  .n-news .news-ul .news-txt .news-txt-title{
      font-size: 18px;
    }
    .n-news .news-ul .news-txt .news-txt-content{
      margin-top: 4%;
    }
}
@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 .news-txt-title{
      font-size: 16px;
    }
}

.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:320px;
}
.n-typelist .title{
  background:#014099;
  color:#fff;
  padding:15px 30px;
  border-radius:40px 0 0 0;
  font-size:24px;
  font-weight:400;
}
.n-typelist .list{

}
.n-typelist .list > ul > li{
  border-bottom:1px #eee solid;
}
.n-typelist .list > ul > li > a{
  line-height:48px;
  padding:0 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.n-typelist .list > ul > li.active > a{
  background:#054cb1;
  color:#fff;
}
.n-typelist .list > ul > li > a > i{
  font-size:14px;
}
.n-typelist .list > ul > li.active > a.hasChild > i{
  transform:rotate(180deg);
}
.n-typelist .list > ul > li > ul{
  background:#f2f2f2;
  display:none;
}
.n-typelist .list > ul > li.active > ul{
  display:block;
}
.n-typelist .list > ul > li > ul > li{
  border-bottom:1px #ddd solid;
}
.n-typelist .list > ul > li > ul > li > a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 30px;
  font-size:16px;
  line-height:42px;
}
.n-typelist .list > ul > li > ul > li.active > a,
.n-typelist .list > ul > li > ul > li > a:hover{
  background:#105ecc;
  color:#fff;
}
.n-typelist .list > ul > li > ul > li > a > i{
  font-size:12px;
}
@media (max-width: 1600px) {
  .n-typelist .title{
    padding:10px 30px;
    font-size:20px;
  }
  .n-typelist .list > ul > li > a{
    line-height:42px;
  }
  .n-typelist .list > ul > li > ul > li > a{
    font-size:14px;
    line-height:36px;
  }
}
@media (max-width: 992px) {
  .n-typelist {
    width:100%;
  }
  .n-typelist .title{
    border-radius:0;
    padding:10px 15px;
    font-size:18px;
  }
  .n-typelist .list > ul > li > a{
    line-height:36px;
    padding:0 15px;
  }
  .n-typelist .list > ul > li > ul > li > a{
    font-size:12px;
    line-height:32px;
    padding:0 15px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .n-typelist .title{
    font-size:16px;
  }
}

.n-products{
  padding:100px 0;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  overflow:hidden;
}
.n-products .products-list{
  width:calc(96% - 320px);
}
.n-products .products-ul{
  display:flex;
  flex-wrap:wrap;
}
.n-products .products-ul li{
  width:32%;
  margin-right:2%;
  margin-bottom:2%;
}
.n-products .products-ul li:nth-child(3n){
  margin-right:0;
}
.n-products .products-ul a{
  background:#fff;
  display:block;
  padding:10px;
  border:1px #eee solid;
}
.n-products .products-ul a:hover{
  box-shadow:0 0 10px rgba(0, 0, 0, .15);
}
.n-products .products-ul .images{
  width:100%;
  height:0;
  padding-bottom:100%;
  position:relative;
  overflow:hidden;
}
.n-products .products-ul .images .box{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding:10px;
}
.n-products .products-ul .images img{
  width:100%;
  height:100%;
  object-fit:contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display:block;
}
.n-products .products-ul li:hover .images img{
  transform:scale(1.08);
}
.n-products .products-ul .word{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  padding:20px 0;
  border-top:1px #eee solid;
  text-align:center;
}
.n-products .products-ul .word .word-1{
  font-weight:700;
  font-size:20px;
  line-height:24px;
}
.n-products .products-ul .word .word-2{
  font-size:16px;
}
.n-products .products-ul .word .word-3{
  border:1px #eee solid;
  padding:0 20px;
  font-size:14px;
  margin-top:10px;
  border-radius:30px;
}
.n-products .products-ul li:hover .word .word-3{
  background:#014099;
  border-color:#014099;
  color:#fff;
}
@media (max-width: 1600px) {
  .n-products .products-ul .word .word-1{
    font-size:16px;
  }
  .n-products .products-ul .word .word-2{
    font-size:14px;
  }
  .n-products .products-ul .word{
    padding-top:10px;
    padding-bottom:0;
  }
  .n-products .products-ul .word .word-1{
    font-size:18px;
  }
}
@media (max-width: 992px) {
  .n-products{
    padding:10% 0;
    flex-direction:column;
  }
  .n-products .products-list{
    width:100%;
    margin-top:4%;
  }
  .n-products .products-ul li{
    width:49%;
  }
  .n-products .products-ul li:nth-child(3n){
    margin-right:2%;
  }
  .n-products .products-ul li:nth-child(2n){
    margin-right:0;
  }
  .n-products .products-ul .word{
    margin:4% 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 li:nth-child(3n){
    margin-right:0;
  }
}

.n-productsdetail{
  padding:100px 0;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  overflow:hidden;
}
.n-productsdetail .detail-box{
  width:calc(96% - 320px);
}
.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%;
  height:0;
  padding-bottom:100%;
  position:relative;
  overflow:hidden;
}
.n-productsdetail .detail-box1 .left .zoom-pic .box{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding:10px;
}
.n-productsdetail .detail-box1 .left .zoom-pic .box img{
    width:100%;
    height:100%;
    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;
  overflow:hidden;
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide .image{
  width:100%;
  height:0;
  padding-bottom:100%;
  position:relative;
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide .box{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding:10px;
}
.n-productsdetail .detail-box1 .left .zoom-list  .center-list .swiper-slide .box img{
  width:100%;
  height:100%;
  object-fit:contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display:block;
}
.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: #000;
  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-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%;
  height:0;
  padding-bottom:100%;
  position:relative;
  overflow:hidden;
}
.n-productsdetail .detail-box5 .content .images .box{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding:10px;
}
.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{
    width:100%;
    margin-top:4%;
  }
  .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 .content{
    padding:4%;
    margin-top: 4%;
  }
  .n-productsdetail .detail-box1 .right .buttton{
    margin-top: 4%;
  }
  .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 {
      flex-direction: column;
  }
  .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-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-service{
  width:100%;
  padding:100px 0;
  overflow:hidden;
}
.n-service .service-box1 .title h1{
  font-size:36px;
  line-height:36px;
}
.n-service .service-box1 .title h2{
  margin-top:10px;
  font-size:24px;
  line-height:24px;
}
.n-service .service-box1 .summary{
  margin-top:30px;
}
.n-service .service-box1 .content{
  display:flex;
  justify-content:space-between;
  margin-top:50px;
}
.n-service .service-box1 .content .image,
.n-service .service-box1 .content .word{
  width:50%;
}
.n-service .service-box1 .content .image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.n-service .service-box1 .content .word{
  background:#f9f9f9;
  padding:50px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
}
.n-service .service-box1 .content .word .word-title{
  font-size:24px;
  line-height:24px;
  font-weight:500;
}
.n-service .service-box1 .content .word .word-list{
  margin-top:20px;
}
.n-service .service-box1 .content .word .word-list li{
  margin-top:10px;
  display:flex;
  align-items:center;
}
.n-service .service-box1 .content .word .word-list em{
  display:block;
  color:#e2521f;
  font-size:20px;
  margin-right:5px;
}
.n-service .service-box2{
  margin-top:100px;
  padding:100px 0;
  /*background: #014099;*/
  background:url(../images/pbg_01.jpg) no-repeat center;
  background-size:cover;
}
.n-service .service-box2 .title{
  color:#fff;
}
.n-service .service-box2 .title h1{
  font-size:28px;
  line-height:28px;
}
.n-service .service-box2 .title h2{
  margin-top:10px;
}
.n-service .service-box2 .content ul{
  display:flex;
  justify-content:space-between;
}
.n-service .service-box2 .content li{
  width:23%;
  margin-top:60px;
  background:#fff;
  padding:50px;
}
.n-service .service-box2 .content .number{
  width:80px;
  height:80px;
  background:#014099;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:36px;
  font-weight:700;
}
.n-service .service-box2 .content li:nth-child(2n) .number{
  background:#e2521f;
}
.n-service .service-box2 .content .word .word-1{
  font-size:24px;
  line-height:1.5;
  font-weight:400;
  margin:20px 0;
}
.n-service .service-box3{
  margin-top:100px;
}
.n-service .service-box3 .title h1{
  font-size:36px;
  line-height:36px;
}
.n-service .service-box3 .title h2{
  font-size:24px;
  line-height:24px;
  margin-top:10px;
}
.n-service .service-box3 .content{
  margin-top:30px;
}
@media (max-width: 1600px) {
  .n-service .service-box1 .title h1{
    font-size:28px;
    line-height:28px;
  }
  .n-service .service-box1 .title h2{
    font-size:20px;
  }
  .n-service .service-box1 .content .word .word-title{
    font-size:20px;
  }
  .n-service .service-box2 .title h1{
    font-size:20px;
  }
  .n-service .service-box2 .content .word .word-1{
    font-size:20px;
  }
  .n-service .service-box3 .title h1{
    font-size:28px;
    line-height:28px;
  }
  .n-service .service-box3 .title h2{
    font-size:20px;
  }
}
@media (max-width: 992px) {
  .n-service{
    padding:10% 0;
  }
  .n-service .service-box1 .title h1{
    font-size:24px;
    line-height:24px;
  }
  .n-service .service-box1 .title h2{
    font-size:18px;
    margin-top:2%;
  }
  .n-service .service-box1 .summary{
    margin-top:3%;
  }
  .n-service .service-box1 .content{
    margin-top:5%;
  }
  .n-service .service-box1 .content .word{
    padding:5%;
  }
  .n-service .service-box1 .content .word .word-title{
    font-size:18px;
  }
  .n-service .service-box1 .content .word .word-list{
    margin-top:3%;
  }
  .n-service .service-box1 .content .word .word-list i{
    font-size:16px;
  }
  .n-service .service-box2{
    margin-top:10%;
    padding:10% 0;
  }
  .n-service .service-box2 .title h1{
    font-size:18px;
  }
  .n-service .service-box2 .content{
    margin-top:2%;
  }
  .n-service .service-box2 .content ul{
    flex-wrap:wrap;
  }
  .n-service .service-box2 .content li{
    width:49%;
    margin-top:2%;
    padding:5%;
  }
  .n-service .service-box2 .content .number{
    width:60px;
    height:60px;
    font-size:24px;
  }
  .n-service .service-box2 .content .word .word-1{
    font-size:18px;
    margin:2% 0;
  }
  .n-service .service-box3{
    margin-top:10%;
  }
  .n-service .service-box3 .title h1{
    font-size:24px;
    line-height:24px;
  }
  .n-service .service-box3 .title h2{
    font-size:18px;
    margin-top:2%;
  }
  .n-service .service-box3 .content{
    margin-top:3%;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .n-service .service-box1 .title h1{
    font-size:20px;
  }
  .n-service .service-box1 .title h2{
    font-size:16px;
    margin-top:0;
  }
  .n-service .service-box1 .content .word .word-title{
    font-size:16px;
  }
  .n-service .service-box1 .content{
    flex-direction:column;
  }
  .n-service .service-box1 .content .image,
  .n-service .service-box1 .content .word{
    width:100%;
  }
  .n-service .service-box1 .content .word .word-list{
    margin-top:0;
  }
  .n-service .service-box2 .title h1{
    font-size:16px;
  }
  .n-service .service-box2 .title h2{
    margin-top:0;
  }
  .n-service .service-box2 .content .number{
    width:40px;
    height:40px;
    font-size:20px;
  }
  .n-service .service-box2 .content li{
    width:100%;
  }
  .n-service .service-box2 .content .word .word-1{
    font-size:16px;
  }
  .n-service .service-box3 .title h1{
    font-size:20px;
  }
  .n-service .service-box3 .title h2{
    font-size:16px;
    margin-top:0;
  }
}

.n-case{
  padding:100px 0;
  overflow:hidden;
}
.n-case .case-box1,
.n-case .case-box2{
  display:flex;
  justify-content:space-between;
}
.n-case .case-box2{
  margin-top:40px;
  flex-direction:row-reverse;
}
.n-case .case-box1 .image,
.n-case .case-box1 .word,
.n-case .case-box2 .image,
.n-case .case-box2 .word{
  width:48%;
}
.n-case .case-box1 .image img,
.n-case .case-box2 .image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.n-case .case-box1 .word ul,
.n-case .case-box2 .word ul{
  display:flex;
  flex-wrap:wrap;
}
.n-case .case-box1 .word li,
.n-case .case-box2 .word li{
  width:50%;
}
.n-case .case-box3{
  margin-top:40px;
}
.n-case .case-box3 ul{
  display:flex;
  flex-wrap:wrap;
}
.n-case .case-box3 li{
  width:25%;
}
@media (max-width: 1600px) {
  .n-case{
    padding:10% 0;
  }
}
@media (max-width: 992px) {
  .n-case .case-box2{
    margin-top:4%;
  }
  .n-case .case-box3{
    margin-top:0;
  }
  .n-case .case-box1,
  .n-case .case-box2{
    flex-direction:column;
  }
  .n-case .case-box1 .word,
  .n-case .case-box1 .image,
  .n-case .case-box2 .word,
  .n-case .case-box2 .image{
    width:100%;
  }
  .n-case .case-box1 .word,
  .n-case .case-box2 .word{
    margin-top:4%;
  }
  .n-case .case-box3 li{
    width:50%;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  
}

.n-download{
  padding:100px 0;
  overflow:hidden;
}
.n-download .download-ul{
  display:flex;
  flex-wrap:wrap;
}
.n-download .download-ul li{
  width:49%;
  margin-right:2%;
  margin-bottom:2%;
  background:#f9f9f9;
  padding:20px;
  display:flex;
  justify-content:space-between;
}
.n-download .download-ul li:nth-child(2n){
  margin-right:0;
}
.n-download .download-ul .image{
  width:34%;
  background:#082e9d;
  display:flex;
  align-items:center;
  justify-content:center;
}
.n-download .download-ul .image img{
  width:100%;
  display:block;
}
.n-download .download-ul .word{
  width:62%;
}
.n-download .download-ul .word .word-1{
  font-size:24px;
  font-weight:700;
}
.n-download .download-ul .word .word-2{
  margin-top:10px;
}
.n-download .download-ul .word .word-3{
  margin-top:40px;
  display:flex;
}
.n-download .download-ul .word .word-3 a{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  width:120px;
  height:40px;
  margin-right:20px;
  background:#000;
  font-size:16px;
}
.n-download .download-ul .word .word-3 i{
  font-size:20px;
  display:block;
  margin-right:5px;
}
.n-download .download-ul .word .word-3 a:hover{
  background:#014099;
}
@media (max-width: 1600px) {
  .n-download .download-ul .word .word-1{
    font-size:20px;
  }
}
@media (max-width: 992px) {
  .n-download{
    padding:10% 0;
  }
  .n-download .download-ul li{
    justify-content:flex-start;
    flex-direction:column;
    padding:2%;
  }
  .n-download .download-ul .image,
  .n-download .download-ul .word{
    width:100%;
  }
  .n-download .download-ul .word .word-1{
    margin-top:2%;
    font-size:18px;
  }
  .n-download .download-ul .word .word-2{
    margin-top:2%;
  }
  .n-download .download-ul .word .word-3{
    margin-top:4%;
    font-size:14px;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .n-download .download-ul li{
    width:100%;
    margin-right:0;
    padding:4%;
  }
  .n-download .download-ul .word .word-1{
    font-size:16px;
  }
  .n-download .download-ul .word .word-3{
    font-size:12px;
  }
  .n-download .download-ul .word .word-3 a{
    width:100px;
    height:30px;
  }
  .n-download .download-ul .word .word-3 i{
    font-size:16px;
  }
}

.n-job{
  padding:100px 0;
  overflow:hidden;
}
.n-job .job-box1 .title h1,
.n-job .job-box2 .title h1{
  font-size:36px;
  line-height:36px;
  font-weight:400;
}
.n-job .job-box1 .title h2,
.n-job .job-box2 .title h2{
  color:#666;
  margin-top:10px;
}
.n-job .job-box1 .list ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.n-job .job-box1 .list li{
  width:24%;
  border:1px #eee solid;
  padding:30px;
  margin-top:40px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.n-job .job-box1 .list .image{
   width:100px;
   height:100px;
   background:#082e9d;
   border-radius:50%;
   color:#fff;
   display:flex;
   align-items:center;
   justify-content:center;
}
.n-job .job-box1 .list .image i{
  font-size:50px;
}
.n-job .job-box1 .list .word{
  text-align:center;
}
.n-job .job-box1 .list .word h1{
  margin-top:20px;
  margin-bottom:10px;
  font-weight:500;
  font-size:20px;
}
.n-job .job-box1 .list .word h2{
  font-weight:300;
}
.n-job .job-box2{
  margin-top:100px;
}
.n-job .job-box2 .list{
  margin-top:40px;
}
.n-job .job-box2 .list li{
  background:#f9f9f9;
  margin-top:10px;
}
.n-job .job-box2 .list li:nth-child(1){
  margin-top:0;
}
.n-job .job-box2 .list .title{
  padding:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}
.n-job .job-box2 .list .title .left{
  width:calc(100% - 60px);
  display:flex;
}
.n-job .job-box2 .list .title .left span{
  display:block;
  margin-right:20px;
}
.n-job .job-box2 .list .title .left span:nth-child(1){
  color:#082e9d;
  font-weight:400;
}
.n-job .job-box2 .list .title .right{
  width:16px;
  text-align:right;
}
.n-job .job-box2 .list .title .right i{
  display:block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-job .job-box2 .list li.active .title{
  background:#082e9d;
  color:#fff;
}
.n-job .job-box2 .list li.active .title .left span:nth-child(1){
  color:#fff;
}
.n-job .job-box2 .list li.active .title .right i{
  transform:rotate(-180deg);
}
.n-job .job-box2 .list .content{
  display:none;
  padding:20px;
}
.n-job .job-box2 .list .content dt{
  font-weight:400;
}
.n-job .job-box2 .list .content .mt{
  margin-top:20px;
}
.n-job .job-box2 .list li.active .content{
  display:block;
}
@media (max-width: 1600px) {
  .n-job .job-box1 .title h1,
  .n-job .job-box2 .title h1{
    font-size:32px;
    line-height:32px;
  }
  .n-job .job-box1 .list .word h1{
    font-size:18px;
  }
}
@media (max-width: 992px) {
  .n-job{
    padding:10% 0;
  }
  .n-job .job-box1 .title h1,
  .n-job .job-box2 .title h1{
    font-size:28px;
    line-height:28px;
  }
  .n-job .job-box1 .list li{
    width:48%;
    margin-top:4%;
    padding:3%;
  }
  .n-job .job-box1 .list .image{
    width:80px;
    height:80px;
  }
  .n-job .job-box1 .list .image i{
    font-size:40px;
  }
  .n-job .job-box1 .list .word h1{
    font-size:16px;
    margin-top:4%;
    margin-bottom:2%;
  }
  .n-job .job-box2{
    margin-top:10%;
  }
  .n-job .job-box2 .list .title,
  .n-job .job-box2 .list .content{
    padding:2% 4%;
  }
  .n-job .job-box2 .title .left span:nth-child(2),
  .n-job .job-box2 .title .left span:nth-child(3){
    display:none;
  }
  .n-job .job-box1 .title h2, .n-job .job-box2 .title h2{
    margin-top:2%;
  }
  .n-job .job-box2 .list{
    margin-top:4%;
  }
}
@media (max-width: 992px) {
  .n-job .job-box1 .title h1,
  .n-job .job-box2 .title h1{
    font-size:24px;
    line-height:24px;
  }
  .n-job .job-box1 .list .image{
    width:70px;
    height:70px;
  }
  .n-job .job-box1 .list .image i{
    font-size:35px;
  }
}
@media (max-width: 750px) {
  .n-job .job-box1 .title h1,
  .n-job .job-box2 .title h1{
    font-size:18px;
  }
  .n-job .job-box1 .list li{
    width:100%;
  }
  .n-job .job-box1 .list .image{
    width:60px;
    height:60px;
  }
  .n-job .job-box1 .list .image i{
    font-size:30px;
  }
}

.n-contact{
  width: 100%;
  overflow: hidden;
}
.n-contact .contact-box{
  width: 100%;
  background: url(../images/news-icon-left.png) no-repeat left top;
  padding:100px 0;
  overflow: hidden;
}
.n-contact .contact-box ul{
  border-radius: 80px 80px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  display: flex;
  overflow:hidden;
}
.n-contact .contact-box li{
  width: 33.333333%;
  padding:50px;
  box-shadow: -2px 0px 10px 0 rgba(0, 0, 0, .2);
}
.n-contact .contact-box .image em{
  font-size: 60px;
  line-height: 60px;
  color: #014099;
}
.n-contact .contact-box .title{
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 60px;
}
.n-contact .contact-box .content{
  margin-top: 30px;
}
.n-contact .contact-box .content img{
  max-width: 100%;
  display: block;
}
.n-contact .feedback-box{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.n-contact .feedback-box .my-map{
   width: 100%;
   height: 100%;
   position: absolute;
   left:0;
   right:0;
}
.n-contact .feedback-box .feedback-form{
  width: 100%;
  position: relative;
  z-index: 1;
  padding:100px 0;
}
.n-contact .feedback-box .feedback-form .box{
  width: 40%;
  background: #fff;
  padding:60px;
}
.n-contact .feedback-box .feedback-form .box .title{
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.n-contact .feedback-box .feedback-form .box .content{
  margin-top: 20px;
}
.n-contact .feedback-box .feedback-form .box .content li{
  margin-top: 10px;
}
.n-contact .feedback-box .feedback-form .box .content input,
.n-contact .feedback-box .feedback-form .box .content textarea{
  background: #f9f9f9;
  border:none;
  padding:10px;
  width: 100%;
  display: block;
}
.n-contact .feedback-box .feedback-form .box .content textarea{
  resize:none;
  height: 120px;
  padding:10px;
}
.n-contact .feedback-box .feedback-form .box .content button{
  background: #014099;
  border:none;
  padding:10px 20px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1600px) {
   .n-contact .contact-box .image em{
    font-size: 48px;
    line-height: 48px;
  }
  .n-contact .contact-box .title{
    font-size: 24px;
    line-height: 24px;
  }
  .n-contact .feedback-box .feedback-form .box .title{
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .n-contact .contact-box{
    padding:10% 0;
  }
  .n-contact .contact-box ul{
    border-radius: 50px 50px 0 0;
  }
  .n-contact .contact-box li{
    width: 100%;
    padding:10% 5%;
    display: flex;
    align-items: center;
    text-align:center;
    flex-direction: column;
  }
  .n-contact .contact-box .image em{
    font-size: 42px;
    line-height: 42px;
  }
  .n-contact .contact-box .title{
    font-size: 20px;
    margin-top: 6%;
  }
  .n-contact .contact-box .content{
    margin-top: 4%;
    text-align:center;
  }
  .n-contact .feedback-box .feedback-form{
    padding:10% 0;
  }
  .n-contact .feedback-box .feedback-form .box{
    width: 100%;
    padding:5%;
  }
  .n-contact .feedback-box .feedback-form .box .title{
    font-size: 16px;
  }
  .n-contact .feedback-box .feedback-form .box .content{
    margin-top: 2%;
  }
}
@media (max-width: 992px) {
  .n-contact .contact-box .image em{
    font-size: 36px;
    line-height: 36px;
  }
    .n-contact .contact-box .title{
      font-size: 18px;
    }
}
@media (max-width: 750px) {
  .n-contact .contact-box ul{
    flex-direction: column;
  }
  .n-contact .contact-box .image em{
    font-size: 32px;
    line-height: 32px;
  }
    .n-contact .contact-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: calc(50% - 5px);
    float: left;
    margin-bottom: 10px;
}
.n-message .content li.wid-100{
    width: 100%;
}
.n-message .content input,
.n-message .content textarea{
    width: 100%;
    height: 48px;
    background: #fff;
    display: block;
    border:1px #eee solid;
    border-radius: 4px;
    outline: none;
    padding:0 14px;
}
.n-message .content textarea{
    height: 160px;
    resize: none;
    padding:14px;
    display: block;
}
.n-message .content li.code{
    position: relative;
}
.n-message .content li.code img{
    position: absolute;
    right: 14px;
    top:8px;
}
.n-message .content button{
    width: 200px;
    cursor: pointer;
    border:none;
    outline: none;
    background: #000;
    color: #fff;
    height: 48px;
    margin:0 auto;
    display: block;
    border-radius: 24px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n-message .content button:hover{
    background: #014099;
}
.n-message .help-block{
  font-size: 12px;
  color: #014099;
}
@media (max-width: 992px) { 
    
}
@media (max-width: 992px) { 
    
}
@media (max-width: 750px) { 
    .n-message .content li{
        width: 100%;
    }
    .n-message .content input{
        height: 40px;
    }
    .n-message .content button{
        height: 40px;
        border-radius: 20px;
    }
}