@charset "utf-8";
.i-banner {
  width: 100%;
  /*height:calc(100% - 84px);*/
  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: #c32b28;
  margin:0 5px;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  .i-banner {
    height:calc(100% - 84px);
  }
}
@media (max-width: 992px) {
  .i-banner{
    display: none;
  }
}
@media (max-width: 750px) {
  
}

.m-banner {
  width: 100%;
  position: relative;
  z-index:998;
  display: none;
  overflow: hidden;
}
.m-banner .swiper-container {
  width: 100%;
  display: block;
}
.m-banner .swiper-slide {
  position: relative;
}
.m-banner .swiper-slide > img {
  width: 100%;
  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 .swiper-pagination{
  width:100%;
  bottom:30px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.m-banner .swiper-pagination .swiper-pagination-bullet{
  background: #c32b28;
  margin:0 5px;
  width: 10px;
  height: 10px;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 992px) {
  .m-banner{
    display: block;
  }
  .m-banner .swiper-pagination{
    bottom: 20px;
  }
  .m-banner .swiper-button-prev,
  .m-banner .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .m-banner .swiper-button-prev:after,
  .m-banner .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .m-banner .swiper-pagination{
    bottom: 10px;
  }
  .m-banner .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height:8px;
  }
  .m-banner .swiper-button-prev,
  .m-banner .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}

.i-products{
  width: 100%;
  margin-top: 120px;
}
.i-products .products-1{
  position: relative;
  z-index: 1;
}
.i-products .products-1 .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i-products .products-1 .left{
  width: 370px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.i-products .products-1 .left .title{
  font-size: 36px;
  line-height: 36px;
}
.i-products .products-1 .left .title p:nth-child(2){
  margin-top: 10px;
}
.i-products .products-1 .left .content{
  margin-top: 50px;
}
.i-products .products-1 .left .content p{
  margin-top: 10px;
  color: #666;
}
.i-products .products-1 .left .content p:nth-child(1){
  margin-top: 0;
}
.i-products .products-1 .left .more{
  margin-top: 80px;
}
.i-products .products-1 .left .more a{
  display: flex;
  background: #c32b28;
  color: #fff;
  padding:15px 30px;
}
.i-products .products-1 .left .more i{
  display: block;
  margin-left: 10px;
}
.i-products .products-1 .right{
  width: calc(94% - 370px);
}
.i-products .products-1 .right a{
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.i-products .products-1 .right .image{
  width: 55%;
  background: url(../images/i-bg6.png) no-repeat left center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-products .products-1 .right .image img{
  width: 70%;
  display: block;
}
.i-products .products-1 .right .word{
  width: 45%;
  padding:80px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.i-products .products-1 .right .word .word-1{
  border:2px #c32b28 solid;
  border-radius: 50px;
  padding:0 20px;
  color: #c32b28;
  font-size: 14px;
}
.i-products .products-1 .right .word .word-2{
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #c32b28;
}
.i-products .products-1 .right .word .word-3{
  width: 100%;
  color: #666;
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}
.i-products .products-2{
  background: #efefef;
  padding:280px 0 120px 0;
  margin-top: -160px;
}
.i-products .products-2 .list a{
  background: #fff;
  display: block;
  border-radius: 10px;
  padding:40px;
  overflow: hidden;
}
.i-products .products-2 .list .title{
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.i-products .products-2 .list .image{
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.i-products .products-2 .list .image .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.i-products .products-2 .list .image .box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.i-products .products-2 .list .subtitle{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i-products .products-2 .list .subtitle .right{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  color: #c32b28;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-products .products-2 .list a:hover .subtitle .right{
  background: #c32b28;
  color: #fff;
}
.i-products .products-2 .swiper-pagination{
  width: 100%;
  height: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.i-products .products-2 .swiper-pagination .swiper-pagination-bullet{
  background: #c32b28;
  margin:0 4px;
}
@media (max-width: 1600px) {
  .i-products .products-1 .left .title{
    font-size: 32px;
    line-height: 32px;
  }
  .i-products .products-1 .right .word .word-2{
    font-size: 42px;
  }
  .i-products .products-2 .list .title{
    font-size: 20px;
  }
}
@media (max-width: 1360px) {
  .i-products .products-1 .left .title{
    font-size: 28px;
    line-height: 28px;
  }
  .i-products .products-1 .right .word .word-2{
    font-size: 36px;
  }
  .i-products .products-2 .list .title{
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .i-products{
    margin-top: 10%;
  }
  .i-products .products-1 .left{
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .i-products .products-1 .left .title{
    font-size: 24px;
    line-height: 24px;
  }
  .i-products .products-1 .left .title p:nth-child(2){
    margin-top: 5px;
  }
  .i-products .products-1 .left .content{
    margin-top: 5%;
    display: none;
  }
  .i-products .products-1 .left .more{
    margin-top: 4%;
  }
  .i-products .products-1 .left .more a{
    padding:10px 20px;
  }
  .i-products .products-1 .right{
    display: none;
  }
  .i-products .products-1 .right .word .word-2{
    font-size: 24px;
  }
  .i-products .products-2{
    padding:10% 0;
    margin-top: 10%;
  }
  .i-products .products-2 .list a{
    padding:4%;
    border-radius: 6px;
  }
  .i-products .products-2 .list .subtitle .right{
    width: 42px;
    height: 42px;
  }
  .i-products .products-2 .list .subtitle .right i{
    font-size: 14px;
  }
  .i-products .products-2 .swiper-pagination{
    margin-top: 3%;
  }
}
@media (max-width: 750px) {
  .i-products .products-1 .left .title{
    font-size: 20px;
    line-height: 20px;
  }
  .i-products .products-1 .right .word .word-2{
    font-size: 20px;
  }
  .i-products .products-2 .list .subtitle .right{
    width: 36px;
    height: 36px;
  }
  .i-products .products-2 .swiper-pagination .swiper-pagination-bullet{
    margin:0 2px;
    width: 6px;
    height: 6px;
  }
}

.i-about{
  width: 100%;
  overflow: hidden;
}
.i-about .about-1{
  background: url(../images/i-bg4.jpg) no-repeat center;
  background-size: cover;
  padding:120px 0 280px 0;
  overflow: hidden;
}
.i-about .about-1 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.i-about .about-1 li{
  display: flex;
  align-items: center;
}
.i-about .about-1 .word-1{
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  margin-right: 20px;
}
.i-about .about-2{
  margin-top: -160px;
}
.i-about .about-2 .wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.i-about .about-2 .image{
  width: 60%;
}
.i-about .about-2 .image img{
  width: 100%;
  display: block;
}
.i-about .about-2 .word{
  margin-top: 160px;
  width: 50%;
  margin-left: -250px;
  display: flex;
  align-items: flex-start;
}
.i-about .about-2 .word .icon{
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
.i-about .about-2 .word .text{
  margin-left: -43px;
  background: #fff;
  width: calc(100% - 43px);
  padding:50px 0 0 100px;
}
.i-about .about-2 .word .text .title h1{
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}
.i-about .about-2 .word .text .title h2{
  color: #666;
  text-transform: uppercase;
  margin-top: 5px;
}
.i-about .about-2 .word .text .content{
  margin-top: 20px;
}
.i-about .about-2 .word .text .pic{
  margin-top: 60px;
}
.i-about .about-2 .word .text .pic img{
  max-width: 100%;
}
@media (max-width: 1600px) {
  .i-about .about-1 .word-1{
    font-size: 42px;
    line-height: 42px;
  }
  .i-about .about-2 .word .text .title h1{
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1360px) {
  .i-about .about-1 .word-1{
    font-size: 36px;
    line-height: 36px;
  }
  .i-about .about-2 .word .text .title h1{
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 992px) {
  .i-about .about-1{
    padding:10% 0 15% 0;
  }
  .i-about .about-1 li{
    width: 49%;
  }
  .i-about .about-1 li:nth-child(n+3){
    margin-top: 4%;
  }
  .i-about .about-1 .word-1{
    font-size: 24px;
    line-height: 24px;
  }
  .i-about .about-2{
    margin-top: -5%;
  }
  .i-about .about-2 .wrap{
    flex-direction: column;
  }
  .i-about .about-2 .image,
  .i-about .about-2 .word{
    width: 100%;
    margin:0;
  }
  .i-about .about-2 .word .icon{
    display: none;
  }
  .i-about .about-2 .word .text{
    width: 100%;
    padding:0;
    margin:0;
    margin-top: 4%;
  }
  .i-about .about-2 .word .text .title h1{
    font-size: 20px;
    line-height: 20px;
  }
  .i-about .about-2 .word .text .content{
    margin-top: 2%;
  }
  .i-about .about-2 .word .text .pic{
    margin-top: 6%;
  }
}
@media (max-width: 750px) {
  .i-about .about-1 li{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .i-about .about-1 .word-1{
    font-size: 24px;
    line-height: 24px;
    margin-right: 0;
  }
  .i-about .about-1 .word-2{
    margin-top: 5px;
  }
  .i-about .about-2 .word .text .title h1{
    font-size: 20px;
    line-height: 20px;
  }
}

.i-advantage{
  width: 100%;
  margin-top: 120px;
  overflow: hidden;
}
.i-advantage .advantage-1{
  width: 100%;
  background: #efefef;
  position: relative;
  overflow: hidden;
}
.i-advantage .advantage-1 .bg{
  position: absolute;
  width: 100%;
  top:0;
  left: 0;
}
.i-advantage .advantage-1 .bg img{
  width: 100%;
  display: block;
}
.i-advantage .advantage-1 .word{
  width: 100%;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.i-advantage .advantage-1 .word .title{
  color: #fff;
}
.i-advantage .advantage-1 .word .title .title-2{
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin:10px 0;
}
.i-advantage .advantage-1 .word .title .title-3{
  text-transform: uppercase;
}
.i-advantage .advantage-1 .word .title .title-4{
  margin-top: 40px;
}
.i-advantage .advantage-1 .word .title .title-4 a{
  color: #fff;
  display: flex;
  align-items: center;
}
.i-advantage .advantage-1 .word .title .title-4 i{
  margin-left: 10px;
}
.i-advantage .advantage-1 .word .content{
  margin-top: 160px;
  display: flex;
  justify-content: flex-end;
}
.i-advantage .advantage-1 .word .content ul{
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.i-advantage .advantage-1 .word .content li{
  width: 32%;
}
.i-advantage .advantage-1 .word .content a{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: #c32b28;
  border-radius: 10px;
  padding:40px;
  overflow: hidden;
}
.i-advantage .advantage-1 .word .content li:nth-child(2) a{
  background: url(../images/pic2.jpg) no-repeat center;
  background-size: cover;
}
.i-advantage .advantage-1 .word .content li:nth-child(3) a{
  background: url(../images/pic3.jpg) no-repeat center;
  background-size: cover;
}
.i-advantage .advantage-1 .word .content .text{
  color: #fff;
}
.i-advantage .advantage-1 .word .content .text .text-1{
  font-size: 32px;
  font-weight: 600;
}
.i-advantage .advantage-1 .word .content .text .text-2{
  margin-top: 10px;
}
.i-advantage .advantage-1 .word .content .icon{
  margin-top: 80px;
}
.i-advantage .advantage-2{
  margin-top: -160px;
  background: url(../images/i-bg2.jpg) #efefef no-repeat center left;
  padding:280px 0 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.i-advantage .advantage-2 .wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.i-advantage .advantage-2 .left{
  width: calc(94% - 570px);
}
.i-advantage .advantage-2 .left .left-1{
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
}
.i-advantage .advantage-2 .left .left-2{
  margin-top: 70px;
}
.i-advantage .advantage-2 .right{
  width: 570px;
  display: flex;
  align-items: flex-end;
}
.i-advantage .advantage-2 .right .control{
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i-advantage .advantage-2 .right .control .swiper-button-prev,
.i-advantage .advantage-2 .right .control .swiper-button-next{
  width: 54px;
  height: 54px;
  position: static;
  margin:0;
}
.i-advantage .advantage-2 .right .control .swiper-button-prev{
  background: #c32b28;
  color: #fff;
}
.i-advantage .advantage-2 .right .control .swiper-button-next{
  color: #c32b28;
  background: #fff;
}
.i-advantage .advantage-2 .right .control .swiper-button-prev:after,
.i-advantage .advantage-2 .right .control .swiper-button-next:after{
  font-size: 24px;
}
.i-advantage .advantage-2 .right .list{
  margin-left: -54px;
  width: 516px;
  background: url(../images/i-bg5.jpg) no-repeat;
  background-size: cover;
  padding:50px 50px 160px 50px;
  margin-bottom: 20px;
  overflow: hidden;
}
.i-advantage .advantage-2 .right .list .number{
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.i-advantage .advantage-2 .right .list .number span:nth-child(1){
  font-size: 48px;
  line-height: 48px;
}
.i-advantage .advantage-2 .right .list .number span:nth-child(2){
  margin:0 5px;
}
.i-advantage .advantage-2 .right .list .title{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-top: 20px;
}
.i-advantage .advantage-2 .right .list .content{
  width: 100%;
  color: #fff;
  word-wrap:break-word;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .i-advantage .advantage-1 .word .title .title-2{
    font-size: 54px;
    line-height: 54px;
  }
  .i-advantage .advantage-1 .word .content .text .text-1{
    font-size: 28px;
  }
  .i-advantage .advantage-2 .left .left-1{
    font-size: 48px;
    line-height: 48px;
  }
  .i-advantage .advantage-2 .right .list .number span:nth-child(1){
    font-size: 42px;
    line-height: 42px;
  }
  .i-advantage .advantage-2 .right .list .title{
    font-size: 24px;
  }
}
@media (max-width: 1360px) {
  .i-advantage .advantage-1 .word .title .title-2{
    font-size: 42px;
    line-height: 42px;
  }
  .i-advantage .advantage-1 .word .content .text .text-1{
    font-size: 24px;
  }
  .i-advantage .advantage-2 .left .left-1{
    font-size: 36px;
    line-height: 36px;
  }
  .i-advantage .advantage-2 .right .list .number span:nth-child(1){
    font-size: 32px;
    line-height: 32px;
  }
  .i-advantage .advantage-2 .right .list .title{
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .i-advantage{
    margin-top: 10%;
  }
  .i-advantage .advantage-1 .bg{
    height: 100%;
  }
  .i-advantage .advantage-1 .bg img{
    height: 100%;
    object-fit: cover;
    object-position: top right;
  }
  .i-advantage .advantage-1 .word{
    padding-top: 10%;
  }
  .i-advantage .advantage-1 .word .title .title-2{
    font-size: 24px;
    line-height: 24px;
  }
  .i-advantage .advantage-1 .word .title .title-4{
    margin-top: 4%;
  }
  .i-advantage .advantage-1 .word .content{
    margin-top: 10%;
  }
  .i-advantage .advantage-1 .word .content ul{
    width: 100%;
  }
  .i-advantage .advantage-1 .word .content a{
    padding:20px;
    border-radius: 6px 6px 0 0;
  }
  .i-advantage .advantage-1 .word .content .icon{
    margin-top: 8%;
  }
  .i-advantage .advantage-1 .word .content .text .text-1{
    font-size: 20px;
  }
  .i-advantage .advantage-2{
    padding:10% 0;
    margin-top: 0;
  }
  .i-advantage .advantage-2 .wrap{
    flex-direction: column;
  }
  .i-advantage .advantage-2 .left,
  .i-advantage .advantage-2 .right{
    width: 100%;
  }
  .i-advantage .advantage-2 .right{
    margin-top: 6%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .i-advantage .advantage-2 .left .left-1{
    font-size: 24px;
    line-height: 24px;
  }
  .i-advantage .advantage-2 .left .left-2{
    margin-top: 2%;
  }
  .i-advantage .advantage-2 .right .list{
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding:5% 5% 15% 5%;
  }
  .i-advantage .advantage-2 .right .list .number span:nth-child(1){
    font-size: 24px;
    line-height: 24px;
  }
  .i-advantage .advantage-2 .right .list .title{
    font-size: 18px;
    margin-top: 2%;
  }
  .i-advantage .advantage-2 .right .list .content{
    margin-top: 4%;
  }
  .i-advantage .advantage-2 .right .control{
    width: 100%;
    justify-content: center;
    margin-top: -20px;
  }
  .i-advantage .advantage-2 .right .control .swiper-button-prev,
  .i-advantage .advantage-2 .right .control .swiper-button-next{
    width: 40px;
    height: 40px;
  }
  .i-advantage .advantage-2 .right .control .swiper-button-prev:after,
  .i-advantage .advantage-2 .right .control .swiper-button-next:after{
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .i-advantage .advantage-1 .word .title .title-2{
    font-size: 20px;
    line-height: 20px;
  }
  .i-advantage .advantage-1 .word .content a{
    justify-content: center;
    align-items: center;
    padding:10px;
  }
  .i-advantage .advantage-1 .word .content .text .text-1{
    font-size: 16px;
  }
  .i-advantage .advantage-1 .word .content .text .text-2{
    display: none;
  }
  .i-advantage .advantage-1 .word .content .icon img{
    width: 30px;
  }
  .i-advantage .advantage-2 .left .left-1{
    font-size: 20px;
    line-height: 20px;
  }
  .i-advantage .advantage-2 .right .list .number span:nth-child(1){
    font-size: 20px;
    line-height: 20px;
  }
  .i-advantage .advantage-2 .right .list .title{
    font-size: 16px;
  }
  .i-advantage .advantage-2 .right .control{
    margin-top: -15px;
  }
  .i-advantage .advantage-2 .right .control .swiper-button-prev,
  .i-advantage .advantage-2 .right .control .swiper-button-next{
    width: 30px;
    height: 30px;
  }
  .i-advantage .advantage-2 .right .control .swiper-button-prev:after,
  .i-advantage .advantage-2 .right .control .swiper-button-next:after{
    font-size: 16px;
  }
}

.i-news{
  padding:120px 0;
  background: url(../images/i-bg1.jpg) no-repeat top right;
  background: contain;
  overflow: hidden;
}
.i-news .title{
  border-bottom: 3px #a9a9a9 solid;
  padding-bottom: 15px;
}
.i-news .title .title-1{
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
.i-news .title .title-2{
  color: #999999;
  line-height: 1;
  margin-top: 30px;
}
.i-news .list ul{
  display: flex;
}
.i-news .list li{
  width: 31%;
  margin-right: 3.5%;
  margin-top: 50px;
}
.i-news .list li:nth-child(3){
  margin-right: 0
}
.i-news .list li:nth-child(4){
  display: none;
}
.i-news .list .date{
  font-size: 14px;
}
.i-news .list .word{
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  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 .arrow i{
  font-size: 24px;
}
.i-news .list .image{
  margin-top: 30px;
}
.i-news .list .image img{
  width: 100%;
  display: block;
}
@media (max-width: 1600px) {
  .i-news .title .title-1{
    font-size: 36px;
  }
  .i-news .list .word{
    font-size: 18px;
  }
}
@media (max-width: 1360px) {
  .i-news .title .title-1{
    font-size: 32px;
  }
  .i-news .list .word{
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .i-news{
    padding:10% 0;
    background: none;
  }
  .i-news .title{
    padding-bottom: 2%;
  }
  .i-news .title .title-1{
    font-size: 24px;
    display: flex;
  }
  .i-news .title .title-2{
    margin-top: 10px;
    display: flex;
  }
  .i-news .title .title-2 p:nth-child(2){
    margin-left: 5px;
  }
  .i-news .list{}
  .i-news .list ul{
    flex-wrap: wrap;
  }
  .i-news .list li{
    width: 49%;
    margin-right: 2%;
    margin-top: 4%;
  }
  .i-news .list li:nth-child(3){
    margin-right: 2%;
  }
  .i-news .list li:nth-child(4){
    display: block;
  }
  .i-news .list li:nth-child(2n){
    margin-right: 0;
  }
  .i-news .list .word{
    height: 50px;
  }
  .i-news .list .image{
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .i-news .title{
    padding-bottom: 10px;
  }
  .i-news .title .title-1{
    font-size: 20px;
  } 
  .i-news .title .title-2{
    margin-top: 5px;
  }
  .i-news .list li{
    width: 100%;
    margin-right: 0;
  }
  .i-news .list li:nth-child(3){
    margin-right: 0;
  }
}