@charset "utf-8";
/*轮播*/
.i-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-banner .swiper-container {
  width: 100%;
  display: block;
}
.i-banner .swiper-slide {
  position: relative;
}
.i-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.i-banner .swiper-button-prev,
.i-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -25px;
}
.i-banner .swiper-button-prev {
  left: 3%;
}
.i-banner .swiper-button-next {
  right: 3%;
}
.i-banner .swiper-button-prev:after,
.i-banner .swiper-button-next:after {
  font-size: 1.375rem;
  color: #000;
}
.i-banner .svg-swiper-pagination {
  width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.i-banner .svg-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  position: relative;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 0 5px;
}
.i-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: -6px 0 0 -6px;
  transition: opacity 0.3s;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}
.i-banner .svg-swiper-pagination .svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}
.i-banner .svg-swiper-pagination .circle1 {
  stroke: rgba(255, 255, 255, .6);
}
.i-banner .svg-swiper-pagination .circle2 {
  stroke: #fff;
  stroke-dasharray: 0 339;
}
@media (max-width: 1280px) {
  .i-banner,
  .i-banner .swiper-container,
  .i-banner .swiper-slide > img {
    height: auto;
    display: none;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-banner .swiper-button-prev,
  .i-banner .swiper-button-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .i-banner .svg-swiper-pagination {
    bottom: 10px;
  }
  .i-banner .swiper-button-prev:after,
  .i-banner .swiper-button-next:after {
    font-size: 0.675rem;
  }
  .i-banner .svg-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .i-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .i-banner .svg-swiper-pagination .svg {
    width: 10px;
    height: 10px;
  }
}

.m-banner {
  width: 100%;
  height: calc(100% - 90px);
  position: relative;
  display: none;
  overflow: hidden;
}
.m-banner .swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.m-banner .swiper-slide {
  position: relative;
}
.m-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.m-banner .swiper-button-prev,
.m-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -25px;
}
.m-banner .swiper-button-prev {
  left: 3%;
}
.m-banner .swiper-button-next {
  right: 3%;
}
.m-banner .swiper-button-prev:after,
.m-banner .swiper-button-next:after {
  font-size: 1.375rem;
  color: #000;
}
.m-banner .svg-swiper-pagination {
  width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.m-banner .svg-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  position: relative;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 0 5px;
}
.m-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: -6px 0 0 -6px;
  transition: opacity 0.3s;
}
.m-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0;
}
.m-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}
.m-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}
.m-banner .svg-swiper-pagination .svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}
.m-banner .svg-swiper-pagination .circle1 {
  stroke: rgba(255, 255, 255, .6);
}
.m-banner .svg-swiper-pagination .circle2 {
  stroke: #fff;
  stroke-dasharray: 0 339;
}
@media (max-width: 1280px) {
  .m-banner,
  .m-banner .swiper-container,
  .m-banner .swiper-slide > img {
    height: auto;
    display: block;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .m-banner .swiper-button-prev,
  .m-banner .swiper-button-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .m-banner .svg-swiper-pagination {
    bottom: 10px;
  }
  .m-banner .swiper-button-prev:after,
  .m-banner .swiper-button-next:after {
    font-size: 0.675rem;
  }
  .m-banner .svg-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .m-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .m-banner .svg-swiper-pagination .svg {
    width: 10px;
    height: 10px;
  }
}

.i-title{
  font-size: 60px;
  line-height: 60px;
  font-family: "Poppins-Bold";
}
.i-title.white{
  color: #fff;
}
.i-title.center{
  text-align: center;
}
.i-more{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.i-more.center{
  justify-content: center;
  align-items: center;
}
.i-more a{
  height: 60px;
  padding:0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:3px #02438c solid;
  border-radius: 50px;
  color: #02438c;
}
.i-more.white a{
  color: #fff;
  border-color: #fff;
}
.i-more a:hover{
  background: #02438c;
  color: #fff;
}
.i-more.white a:hover{
  color: #02438c;
  background: #fff;
}
@media (max-width: 1600px) {
  .i-title{
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1280px) {
  .i-title{
    font-size: 36px;
    line-height: 36px;
  }
  .i-more a{
    padding:0 4%;
    height: 50px;
  }
}
@media (max-width: 992px) {
  .i-title{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  .i-title{
    font-size: 24px;
    line-height: 24px;
  }
  .i-more a{
    height: 42px;
    padding:0 20px;
  }
}

.i-products{
  padding:100px 0;
  overflow: hidden;
}
.i-products .list{
  margin:50px 0;
}
.i-products .list img{
  width: 100%;
  display: block;
}
.i-products .list a{
  border:1px #eee solid;
  display: block;
  position: relative;
}
.i-products .list .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.i-products .list .image .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.i-products .list .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-products .list a:hover .image img{
  transform: scale(1.05);
}
.i-products .list .name{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 67, 140, .8);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding:10px;
}
.i-products .list .swiper-pagination{
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.i-products .list .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin:0 5px;
}
.i-products .list .swiper-pagination .swiper-pagination-bullet-active{
  background: #02438c;
}
@media (max-width: 1280px) {
  .i-products{
    padding:10% 0;
  }
  .i-products .list{
    margin:5% 0;
  }
  .i-products .list .swiper-pagination{
    margin-top: 2%;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .i-products .list .swiper-pagination .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    margin:0 2px;
  }
}

.i-about{
  width: 100%;
  overflow: hidden;
}
.i-about .about-box1{
  width: 100%;
  padding:100px 0 200px 0;
  background: url(../images/i-bg2.jpg) no-repeat top right;
  background-size: cover;
  overflow: hidden;
}
.i-about .about-box1 .half{
  width: 60%;
  color: #fff;
}
.i-about .about-box1 .half .summary{
  margin:50px 0;
}
.i-about .about-box2{
  width: 100%;
  background: #02438c;
  padding:100px 0 200px 0;
  overflow: hidden;
}
.i-about .about-box2 .content{
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
.i-about .about-box3{
  margin-top: -150px;
}
.i-about .about-box3 img{
  width: 100%;
  display: block;
}
.i-about .about-box3 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.i-about .about-box3 li{
  width: 49.5%;
  margin-top: 1%;
}
.i-about .about-box3 li:nth-child(1){
  width: 100%;
}
@media (max-width: 1280px) {
  .i-about .about-box1{
    padding:10% 0 20% 0;
  }
  .i-about .about-box1 .half{
    width: 100%;
  }
  .i-about .about-box1 .half .summary{
    margin:5% 0;
  }
  .i-about .about-box2{
    padding:10% 0 20% 0;
  }
  .i-about .about-box2 .content{
    margin-top: 5%;
  }
  .i-about .about-box3{
    margin-top: -15%;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .i-about .about-box3 li{
    width: 100%;
  }
  .i-about .about-box3 li:nth-child(1){
    display: none;
  }
}

.i-shipbuild{
  width: 100%;
  padding:200px 0 300px 0;
  margin-top: 100px;
  background: url(../images/i-bg1.jpg) no-repeat top right;
  background-size: cover;
  overflow: hidden;
}
.i-shipbuild .half{
  width: 60%;
  color: #fff;
}
.i-shipbuild .half .summary{
  margin:50px 0;
}
@media (max-width: 1280px) {
  .i-shipbuild{
    min-height: 60vh;
    padding:20% 0 30% 0;
    margin-top: 10%;
  }
  .i-shipbuild .half{
    width: 100%;
  }
  .i-shipbuild .half .summary{
    margin:5% 0;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
}


.i-news{
  padding:100px 0;
}
.i-news .list{
  margin-bottom: 50px;
}
.i-news .list ul{
  display: flex;
  flex-wrap: wrap;
}
.i-news .list li{
  width: 32%;
  margin-right: 2%;
  margin-top: 50px;
  border:1px #eeeeee solid;
}
.i-news .list li:nth-child(3n){
  margin-right: 0;
}
.i-news .list li:nth-child(n+4){
  display: none;
}
.i-news .list a{
  display: block;
}
.i-news .list a:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.i-news .list .image{
  width: 100%;
  overflow: hidden;
}
.i-news .list .image img{
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-news .list a:hover .image img{
  transform: scale(1.05);
}
.i-news .list .word{
  padding:20px 20px 0 20px;
}
.i-news .list .word .title{
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-family: "Poppins-Bold";
  position: relative;
  padding-bottom: 10px;
}
.i-news .list .word .title:after{
  content: "";
  width: 40px;
  height: 3px;
  background: #02438c;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.i-news .list .word .summary{
  margin: 20px 0;
  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;
}
.i-news .list .word .more{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top:1px #eeeeee solid;
  padding:15px 0;
}
.i-news .list .word .more i{
  font-size: 20px;
}
@media (max-width: 1600px) {
  .i-news .list .word .title{
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .i-news{
    padding:10% 0;
  }
  .i-news .list{
    margin-bottom: 5%;
  }
  .i-news .list li{
    width: 49%;
    margin-top: 5%;
  }
  .i-news .list li:nth-child(n+4){
    display: block;
  }
  .i-news .list li:nth-child(3n){
    margin-right: 2%;
  }
  .i-news .list li:nth-child(2n){
    margin-right: 0;
  }
  .i-news .list .word .title{
    font-size: 16px;
  }
  .i-news .list .word .more{
    padding:10px 0;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .i-news .list li{
    width: 100%;
  }
  .i-news .list li:nth-child(n+2){
    display: none;
  }
  .i-news .list .word{
    padding:15px 15px 0 15px;
  }
  .i-news .list .word .title:after{
    width: 30px;
    height: 2px;
  }
  .i-news .list .word .more{
    padding:5px 0;
  }
}

.i-logo{
  width: 100%;
  background: #fbfcff;
  padding:100px 0;
  overflow: hidden;
}
.i-logo img{
  width: 100%;
  display: block;
}
@media (max-width: 1280px) {
  .i-logo{
    padding:10% 0;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  
}


@-webkit-keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@-webkit-keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}