@charset "utf-8";
.i-banner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index:998;
  overflow: hidden;
}
.i-banner .swiper-container {
  width: 100%;
  height: 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 .swiper-pagination{
  width:100%;
  bottom:30px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.i-banner .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #0348b2;
  margin:0 5px;
}
.i-banner .banner-mouse{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/aboutTop.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 50px;
  z-index: 1;
}
.i-banner .banner-mouse .wrap{
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
.i-banner .banner-mouse .content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.i-banner .banner-mouse .content .mouse img{
  display: block;
  animation: scrollDown 1.5s ease-in-out infinite;
}
.i-banner .banner-mouse .content .line{
  width: 3px;
  height: 70px;
  background:#fff;
  margin:5px 0;
}
.i-banner .textBox{
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.i-banner .textBox .title{
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  padding-left: 22%;
}
.i-banner .textBox .line{
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  margin:30px 0;
}
.i-banner .textBox .content{
  padding-left: 22%;
}
@media (max-width: 1600px) {
  .i-banner .textBox .title,
  .i-banner .textBox .content{
    padding-left: 16%;
  }
}
@media (max-width: 1360px) {
  .i-banner .textBox .title,
  .i-banner .textBox .content{
    padding-left: 6%;
  }
  .i-banner .textBox .title{
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 992px) {
  .i-banner{
    height: 80vh;
    margin-top: 60px;
  }
  .i-banner .banner-mouse{
    display: none;
  }
  .i-banner .swiper-pagination{
    bottom: 20px;
  }
  .i-banner .textBox{
    width: 100%;
    text-align: center;
  }
  .i-banner .textBox .title,
  .i-banner .textBox .center{
    padding:0 3%;
  }
  .i-banner .textBox .title{
    font-size: 48px;
  }
  .i-banner .textBox .line{
    margin: 3% 0;
  }
}
@media (max-width: 750px) {
  .i-banner{
    height: 72vh;
  }
  .i-banner .swiper-button-prev,
  .i-banner .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .i-banner .swiper-button-prev:after,
  .i-banner .swiper-button-next:after {
    font-size: 12px;
  }
  .i-banner .swiper-pagination{
    bottom: 10px;
  }
  .i-banner .textBox .title{
    font-size: 32px;
  }
}

.i-about{
  width: 100%;
  padding-top:120px;
  padding-bottom: 240px;
  background:url(../images/aboutBg.jpg) #0348b2 no-repeat right bottom;
  background-size: 100%;
  overflow: hidden;
}
.i-about .about{
  width: 50%;
  overflow: hidden;
}
.i-about .about .title{
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}
.i-about .about .title img{
  display: block;
  margin-top: 10px;
}
.i-about .about .content{
  margin-top: 40px;
  color: #fff;
}
.i-about .about .content .font18{
  font-size: 18px;
}
.i-about .about .more{
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.i-about .about .more .button{
  padding:0 20px;
  line-height: 1;
  height: 42px;
  display: flex;
  align-items: center;
}
.i-about .about .more .button-1{
  background:#189bee;
  color: #fff;
  border-radius: 0 0 0 20px;
}
.i-about .about .more .button-2{
  background:#fff;
  border-radius: 0 0 20px 0;
  color: #0348b2;
  margin-left: 20px;
}
.i-about .about .more .button .icon{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}
.i-about .about .more .button-1 .icon{
  background:#fff;
  color: #0348b2;
}
.i-about .about .more .button-2 .icon{
  background: #0348b2;
  color: #fff;
}
.i-about .about .more .button:hover .icon{
  animation: scrollRight 1.5s ease-in-out infinite;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  .i-about .about .content .font18{
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .i-about{
    padding-top: 10%;
    padding-bottom: 40%;
  }
  .i-about .about{
    width: 100%;
  }
  .i-about .about .title{
    font-size: 24px;
  }
  .i-about .about .content{
    margin-top: 4%;
  }
  .i-about .about .more{
    margin-top: 8%;
  }
}
@media (max-width: 750px) {
  .i-about .about .title{
    font-size: 20px;
  }
  .i-about .about .title img{
    width: 50px;
  }
  .i-about .about .more .button-2{
    margin-left: 0;
  }
  .i-about .about .more{
    justify-content: space-between;
  }
  .i-about .about .more .button{
    width: calc(50% - 5px);
    justify-content: center;
    padding:10px 0;
  }
}


.i-number{
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.i-number .left{
  width: 46%;
  display: flex;
  flex-direction: column;
}
.i-number .left .title{
  font-size: 36px;
  font-weight: 600;
}
.i-number .left .content{
  margin:50px 0;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding:30px 0;
}
.i-number .left .content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.i-number .left .content li{
  width: 33.333333%;
  margin:20px 0;
}
.i-number .left .content .content-2{
  display: flex;
  align-items: flex-end;
}
.i-number .left .content .content-2 span:nth-child(1){
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
.i-number .left .more{
  display: flex;
}
.i-number .left .more a{
  display: flex;
  align-items: center;
  justify-items: center;
  background: #0348b2;
  color: #fff;
  padding:0 20px;
  line-height: 1;
  height: 42px;
}
.i-number .left .more a:hover i{
  animation: scrollRight 1.5s ease-in-out infinite;
}
.i-number .right{
  width: 46%;
}
.i-number .right img{
  width: 100%;
  display: block;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 992px) {
  .i-number{
    margin-top: 10%;
  }
  .i-number{
    flex-direction: column;
  }
  .i-number .left,
  .i-number .right{
    width: 100%;
  }
  .i-number .left .title{
    font-size: 26px;
  }
  .i-number .left .content{
    margin:5% 0;
    padding:3% 0;
  }
  .i-number .left .content .content-2 li{
    margin:4% 0;
  }
  .i-number .left .content .content-2 span:nth-child(1){
    font-size: 26px;
    line-height: 26px;
  }
  .i-number .right{
    margin-top: 6%;
  }
  .i-number .right img{
    height: 50vh;
    object-fit: cover;
  }
}
@media (max-width: 750px) {
  .i-number .left .title{
    font-size: 20px;
  }
  .i-number .left .content .content-2 span:nth-child(1){
    font-size: 20px;
    line-height: 24px;
  }
  .i-number .right img{
    height: 40vh;
    object-fit: cover;
  }
}

.i-products{
  margin-top: 120px;
  overflow: hidden;
}
.i-products .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-products .title .left{
  font-size: 36px;
  font-weight: 700;
}
.i-products .title .right a{
  display: flex;
  align-items: center;
  justify-items: center;
  background: #0348b2;
  color: #fff;
  padding:0 20px;
  line-height: 1;
  height: 42px;
}
.i-products .title .right a:hover i{
  animation: scrollRight 1.5s ease-in-out infinite;
}
.i-products .content{
  margin-top: 50px;
}
.i-products .content .imageBox{
  position: relative;
}
.i-products .content .imageBox img{
  width: 100%;
  display: block;
}
.i-products .content .imageBox .prev,
.i-products .content .imageBox .next{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.i-products .content .imageBox i{
  font-size: 48px;
  color: #fff;
  display: block;
}
.i-products .content .imageBox .prev{
  left: 1%;
}
.i-products .content .imageBox .next{
  right:1%;
}
.i-products .content .typeBox li{
  
}
.i-products .content .typeBox a{
  height: 150px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-products .content .typeBox li:nth-child(2n){
  background: #043e98;
}
.i-products .content .typeBox li:nth-child(2n+1){
  background: #0348b2;
}
.i-products .content .typeBox li.swiper-slide-active{
  background: #fe9207;
}
.i-products .content .typeBox .typepic{
  display: none;
}
.i-products .content .typeBox .word{
  display: flex;
  align-items: center;
}
.i-products .content .typeBox .word .icon{
  margin-right: 20px;
}
.i-products .content .typeBox .word .name{
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .i-products .content .typeBox .word .name{
    font-size: 18px;
  }
}
@media (max-width: 1360px) {
  .i-products .content .typeBox .word .name{
    font-size: 16px;
  }
  .i-products .content .imageBox i{
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .i-products{
    margin-top: 10%;
  }
  .i-products .title .left{
    font-size: 26px;
  }
  .i-products .content{
    margin-top: 5%;
  }
  .i-products .content .typeBox a{
    height: 100px;
  }
  .i-products .content .imageBox i{
    font-size: 36px;
  }
  .i-products .content .imageBox img{
    height: 50vh;
    object-fit: cover;
  }
}
@media (max-width: 750px) {
  .i-products .title{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .i-products .title .left{
    font-size: 20px;
  }
  .i-products .title .right{
    margin-top: 3%;
  }
  .i-products .content .imageBox i{
    font-size: 32px;
  }
  .i-products .content .typeBox a{
    height: 80px;
  }
  .i-products .content .imageBox img{
    height: 40vh;
    object-fit: cover;
  }
}

.i-advantage{
  width: 100%;
  padding:120px 0;
  margin-top: 120px;
  background:url(../images/worldBg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.i-advantage .title{
  text-align: center;
  color: #fff;
}
.i-advantage .title .title-1{
  font-size: 36px;
}
.i-advantage .title .title-1 span{
  font-weight: 700;
}
.i-advantage .content{
  margin-top: 60px;
}
.i-advantage .content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.i-advantage .content li{
  width:23.75%;
  background: #fff;
  border-radius: 10px;
  padding:80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-advantage .content li:hover{
  animation: scrollDown 1.5s ease-in-out infinite;
}
.i-advantage .content .li-icon i{
  font-size: 64px;
  color: #0348b2;
}
.i-advantage .content .li-title{
  font-size: 24px;
  font-weight: 700;
}
.i-advantage .content .li-content{
  margin:30px 0;
}
.i-advantage .content .li-plus{
  width: 45px;
  height: 45px;
  border:1px #0348b2 solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0348b2;
  font-size: 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-advantage .content li:hover .li-plus{
  background: #0348b2;
  color: #fff;
}
.i-advantage .more{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.i-advantage .more a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding:0 20px;
  line-height: 1;
  height: 42px;
  color: #0348b2;
}
.i-advantage .more a:hover .icon{
  animation: scrollRight 1.5s ease-in-out infinite;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 992px) {
  .i-advantage{
    padding:10% 0;
    margin-top: 10%;
  }
  .i-advantage .title .title-1{
    font-size: 26px;
  }
  .i-advantage .content{
    margin-top: 6%;
  }
  .i-advantage .content li{
    width: 49%;
    padding:8% 4%;
  }
  .i-advantage .content li:nth-child(n+3){
    margin-top: 2%;
  }
  .i-advantage .content .li-icon i{
    font-size: 54px;
  }
  .i-advantage .content .li-title{
    font-size: 20px;
  }
  .i-advantage .content .li-content{
    margin: 3% 0;
  }
  .i-advantage .content .li-plus{
    width: 36px;
    height: 36px;
  }
  .i-advantage .content .li-plus{
    font-size: 14px;
  }
  .i-advantage .more{
    margin-top: 6%;
  }
}
@media (max-width: 750px) {
  .i-advantage .title .title-1{
    font-size: 20px;
  }
  .i-advantage .content li{
    width:100%;
  }
  .i-advantage .content li:nth-child(n+2){
    margin-top: 2%;
  }
  .i-advantage .content .li-title{
    font-size: 18px;
  }
  .i-advantage .content .li-icon i{
    font-size: 48px;
  }
  .i-advantage .content .li-plus{
    width: 30px;
    height: 30px;
  }
}

.i-case{
  width: 100%;
  padding:120px 0;
  background:url(../images/mapBg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.i-case .title{
  font-size: 36px;
  font-weight: 700;
}
.i-case .content{
  margin-top: 60px;
}
.i-case .content a{
  display: block;
  position: relative;
}
.i-case .content img{
  width: 100%;
  display: block;
}
.i-case .content .name{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom:0;
  left: 0;
  padding:20px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  display: flex;
  align-items: flex-end;
}
.i-case .control{
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-case .control a{
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.i-case .control .more{
  margin:0 10px;
}
.i-case .control a:hover{
  background: #0348b2;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 992px) {
  .i-case{
    padding:10% 0;
  }
  .i-case .title{
    font-size: 26px;
  }
  .i-case .content,
  .i-case .control{
    margin-top: 6%;
  }
}
@media (max-width: 750px) {
  .i-case .title{
    font-size: 20px;
  }
}

.i-news{
  width: 100%;
  padding:120px 0 100px 0;
  background:#f7f7f7;
  overflow: hidden;
}
.i-news .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-news .title .left{
  font-size: 36px;
  font-weight: 700;
}
.i-news .title .right a{
  display: flex;
  align-items: center;
  justify-items: center;
  background: #0348b2;
  color: #fff;
  padding:0 20px;
  line-height: 1;
  height: 42px;
}
.i-news .title .right a:hover i{
  animation: scrollRight 1.5s ease-in-out infinite;
}
.i-news .content{
  margin-top: 60px;
}
.i-news .content ul{
  display: flex;
  flex-wrap: wrap;
}
.i-news .content li{
  width:30.666666%;
  margin-right: 4%;
  border:1px #eee solid;
}
.i-news .content li:nth-child(4){
  display: none;
}
.i-news .content li:nth-child(3n){
  margin-right: 0;
}
.i-news .content a{
  display: block;
}
.i-news .content a:hover{
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.i-news .content .image img{
  width: 100%;
  display: block;
}
.i-news .content .word{
  padding:20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-news .content .date{
  color: #0348b2;
  font-weight: 600;
}
.i-news .content .name{
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.i-news .content .summary{
  margin-top: 20px;
  margin-bottom: 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;
}
.i-news .content .more{
  display: flex;
  align-items: center;
}
.i-news .content .more .icon{
  font-size: 20px;
  margin-left: 10px;
}
.i-news .content a:hover .more .icon{
  animation: scrollRight 1.5s ease-in-out infinite;
}
@media (max-width: 1600px) {
  .i-news .content .name{
    font-size: 18px;
  }
}
@media (max-width: 1360px) {
  .i-news .content .name{
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .i-news{
    padding:10% 0 6% 0;
  }
  .i-news .title .left{
    font-size: 26px;
  }
  .i-news .content{
    margin-top: 6%;
  }
  .i-news .content li{
    width:49%;
    margin-right: 2%;
  }
  .i-news .content li:nth-child(4){
    display: block;
  }
  .i-news .content li:nth-child(3n){
    margin-right: 2%;
  }
  .i-news .content li:nth-child(2n){
    margin-right: 0;
  }
  .i-news .content .word{
    padding:4%;
  }
  .i-news .content .summary{
    margin:4% 0;
  }
  .i-news .content .more .icon{
    margin-left: 5px;
  }
}
@media (max-width: 750px) {
  .i-news .title{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .i-news .title .left{
    font-size: 20px;
  }
  .i-news .title .right{
    margin-top: 3%;
  }
  .i-news .content li{
    width: 100%;
    margin-right: 0;
    margin-top: 2%;
  }
  .i-news .content li:nth-child(3n){
    margin-right: 0;
  }
  .i-news .content li:nth-child(1){
    margin-top: 0;
  }
}