﻿.home-service .home-des {color:#fff}
.home-footlogo {padding:4% 0}
.application-swiper{margin-top:30px;position:relative}
.application-swiper .swiper{padding-bottom:40px}
.application-swiper .swiper-slide img{width:100%}
.application-swiper .swiper-pagination{bottom:0}
@media (max-width:768px){.home-footlogo {padding:40px 0}
.application-swiper{margin-top:15px;}}

.home-chooseus{padding:4% 0;background: var(--color);color:#fff;}
.home-chooseus .title-box{display:flex;align-items: center;justify-content: center;}
.home-chooseus .home-title{color:#fff;margin:0 15px;}
.home-chooseus .home-des{color:#fff;margin:10px 0 30px;}
.home-chooseus ul{list-style: none;display: flex;justify-content: space-between;flex-wrap:wrap;}
.home-chooseus ul li{width:32%;text-align:center;padding:3% 20px;background: rgba(255,255,255,0.15);border-radius: 20px;transition: all .3s;}
@media (min-width:769px){.home-chooseus ul li{margin-top:2%;}}
.home-chooseus ul li:hover{transform: translateY(-5px);}
.home-chooseus ul li .icon img{transition: all .3s;}
.home-chooseus ul li:hover img{transform: rotateY(360deg);}
.home-chooseus ul li .tit{margin:15px 0 5px;font-size:22px;font-weight: var(--fontbold7);}
@media (max-width:768px){.home-chooseus .title-box span{display:none}
.home-chooseus{padding:40px 0;}
.home-chooseus ul li{width:49%;padding:15px 10px;border-radius: 10px;}
.home-chooseus ul li:nth-child(n+3){margin-top:2%;}
.home-chooseus ul li .tit{font-size:18px;margin-top:10px;}}
@media (max-width:550px){.home-chooseus ul li{width:100%;}
.home-chooseus ul li:nth-child(n+2){margin-top:2%;}}

.home-newbox{padding:4% 0;}
.home-newbox .home-title{text-align:left;}
.home-newbox ul.new-list{list-style:none;display:flex;flex-wrap:wrap;justify-content: space-between;}
@media (min-width:769px){.home-newbox ul.new-list li:nth-child(-n+4){border-bottom:1px solid #e7e7e7;padding-bottom:2%;}}
.home-newbox ul.new-list li{width:49%;margin-top:2%;display:flex;justify-content: space-between;}
.home-newbox ul.new-list li .year{width:50px;}
.home-newbox ul.new-list li .inner{padding:0 10px;flex:1}
.home-newbox ul.new-list li .inner .new-tit{line-height:1.3;font-weight: var(--fontbold7);font-size:20px;margin-bottom:10px;transition: all .3s;}
.home-newbox ul.new-list li .inner .new-tit a{display: block;}
.home-newbox ul.new-list li:hover .inner .new-tit{color:var(--color)}
.home-newbox ul.new-list li .inner .new-des{color:var(--introcolor)}
.home-newbox ul.new-list li .img{width:25%;}
.home-newbox ul.new-list li .img img{width:100%;display: block;transition: all .3s;}
@media (max-width:768px){.home-newbox{padding:40px 0;}
.home-newbox ul.new-list li .inner{padding:0 8px;}
.home-newbox ul.new-list li .img{width:35%;}
.home-newbox ul.new-list li .inner .new-tit{font-size:16px;margin-bottom:5px;-webkit-line-clamp:4;}
.home-newbox ul.new-list li .inner .new-des{display:none;}
.home-newbox ul.new-list li{width:100%;border-bottom:1px solid #e7e7e7;padding-bottom:15px;margin-top:15px;}
.home-newbox ul.new-list li:last-child{padding-bottom:0;border:none;}}