
.zs-homebanner{
    display: block;
    width: 100%;
    height: 800px;
    position: relative;
}
.zs-homebanner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.zs-homebanner .swiper-button-prev{
    left: 30px;
}
.zs-homebanner .swiper-button-next{
    right: 30px;
}
.zs-homebanner .swiper-button-prev,.zs-homebanner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -50px !important;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.8;
}
.zs-homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.zs-homebanner .swiper-button-prev:hover,.zs-homebanner .swiper-button-next:hover{
    opacity: 1;
}
.zs-homebanner .swiper-button-next:after,.zs-homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.zs-homebanner .swiper-pagination{
    bottom: 30px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    border-radius: 50px;
    opacity: 1;
    transition: all .6s;
    width: 30px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    cursor: pointer
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
    width: 50px;
    opacity: 1;
}
.hometitle {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px
}
.hometitle .cn {
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: 600;
  padding: 15px 0 30px;
  position: relative;
}
.hometitle .cn:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #333;
  transition: all 0.3s;
}
.hometitle:hover .cn:before {
  width: 50%;
  background: #1C3591;
}
.hometitle .en {
  font-size: 18px;
  text-transform: uppercase;
  color: #5c5d5d;
}
.hometitle .text {
  font-size:20px;
  color: #5c5d5d;
  letter-spacing: 3px;
}
.hometitle .more {
  padding: 10px 15px;
  border: 1px solid #333;
  display: inline-block;
  margin: 30px auto 0;
  letter-spacing: 3px;
  font-size: 18px;
}
.hometitle .more:hover {
  padding: 10px 38px;
  background: #1C3591;
  color: #fff;
  border: 1px solid #1C3591
}
.hometitle .more:hover a{
  color: #FFF;
}
.homeabout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homeabout .left {
  width: 100%;
}
.homeabout .left .title {
  line-height: 1.3;
  margin-bottom: 20px;
}
.homeabout .left .title .cn {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 0 35px;
  position: relative;
}
.homeabout .left .title .cn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 50px;
  height: 2px;
  background: #1C3591;
}
.homeabout .left .title .en {
  font-size: 18px;
  text-transform: uppercase;
  color: #5c5d5d;
}
.homeabout .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 50px;
}
.homeabout .right img{
  display: block;
  width: 100%;
  height: auto;
}
.homeabout .desc {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 2;
}
.homeabout a.btn {
  padding: 10px 38px;
  background-color: #1C3591;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
}
.homeabout a.btn:hover {
  color: #fff;
  padding: 10px 50px;
}
.hometab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  overflow: hidden
}
.hometab li {
  padding: 0 80px;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.hometab li:last-child {
  border-right: none;
}
.hometab li text {
  position: relative;
  display: block;
}
.hometab li text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f60;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}
.hometab li text:hover:before {
  opacity: 1;
}
.hometab li.on text:before {
  opacity: 1;
}
.homeproduct {
  position: relative;
  height: 100vh;
}
.homeproduct .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.homeproduct .swiper-container .swiper-slide {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeproduct .thumbnail {
  position: absolute;
  z-index: 5;
  bottom: 130px;
  left: 0;
  width: 100%;
}
.homeproduct .tab {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.homeproduct .tab li {
  height: 260px;
  border-right: 1px solid #fff;
  width: 11.11111%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  transition: all 0.3s;
  cursor: pointer;
}
.homeproduct .tab li span {
  line-height: 1.4;
  position: relative;
  padding-bottom: 30px;
}
.homeproduct .tab li span:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  background: #FFF;
  transition: all 0.3s;
}
.homeproduct .tab li .iconfont {
  display: block;
  border: 1px solid #fff;
  padding: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 50px;
  padding-left: 3px;
  padding-top: 3px;
  font-size: 35px;
  line-height: 42px;
  margin-top: 15px;
  transition: all 0.3s;
}
.homeproduct .tab li:hover span:before {
  width: 65px;
  background: #1C3591;
}
.homeproduct .tab li:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #1C3591;
}
.homeproduct .tab li:hover .iconfont {
  border: 1px solid #1C3591;
  color: #1C3591;
  transform: rotate(360deg);
}
.scheme{
  display: block;
  width: 100%;
}
.scheme .pic img{
  display: block;
  width: 100%;
  height: auto;
}
.EventScroll li {
  padding: 0 5px;
  width: 20%;
  float: left;
  text-align: center;
  line-height: 1.5;
}
.EventScroll li img {
  width: 100%;
}
.homecase-list {
  position: relative;
  padding: 0 5%;
}
.homecase-list .swiper-slide {
  width: 40%;
  text-align: center
}
.homecase-list .swiper-slide a {
  display: block;
  overflow: hidden
}
.homecase-list .swiper-slide .pic {
  overflow: hidden;
  height: 254px;
  margin-bottom: 3px
}
.homecase-list .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  border: 1px solid #ccc;
}
.homecase-list .swiper-slide span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  background: #f2f2f2;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  overflow: hidden;
}
.homecase-list .swiper-slide:hover .pic img {
  transform: scale(1.05)
}
.homecase-list .swiper-slide:hover span {
  background: #1C3591;
  color: #fff;
}
.homecase-list .caseprev {
  left: 30px;
}
.homecase-list .casenext {
  right: 30px;
}
.homenews {
  display: flex;
  justify-content: space-between;
}
.homenews .left {
  width: 50%;
}
.homenews .left h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homenews .left img {
  width: 100%;
  transition: all 0.3s;
}
.homenews .left .pic {
  overflow: hidden
}
.homenews .left:hover img {
  transform: scale(1.05)
}
.homenews .left .text {
  position: relative;
  padding-left: 260px;
}
.homenews .left:hover .time {
  background: #1C3591
}
.homenews .left .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.homenews .left .time {
  background-color: #f60;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 24px;
  flex-direction: column;
  width: 170px;
  height: 150px;
  line-height: 1.3;
  position: absolute;
  top: -75px;
  left: 50px;
}
.homenews .left .day {
  font-size: 50px;
  font-weight: bold;
}
.homenews .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 50px;
}
.homenews-list li {
  padding-left: 50px;
  border-left: 1PX SOLID #ddd;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.homenews-list li h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}
.homenews-list li p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.homenews-list li .time {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1PX SOLID #ddd;
}
.homenews-list li .time a.more {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  text-align: center;
  background: #ddd;
  color: #fff;
  line-height: 30px;
  border-radius: 50px;
  transition: all 0.3s;
}
.homenews-list li:hover {
  border-left: 1px solid #1C3591;
}
.homenews-list li:hover a.more {
  background: #1C3591;
  width: 60px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 230px;
}
.zs-homebanner .swiper-button-prev, .zs-homebanner .swiper-button-next {
  display: none;
}
.zs-homebanner .swiper-pagination {
  bottom: 8px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  margin: 0 5px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active{
  width: 30px;
}
.hometitle {
  margin-bottom: 30px;
}
.hometitle .en {
  font-size: 14px;
}
.hometitle .cn {
  font-size: 24px;
  padding: 10px 0 20px;
  letter-spacing: 2px;
}
.hometitle .cn:before {
  bottom: 10px;
  height: 1px;
  width: 100px;
}
.hometitle .more {
  padding: 10px 15px;
  margin: 20px auto 0;
  font-size: 15px;
}
.hometitle .text {
  font-size: 14px;
}
.homeabout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.homeabout .left {
  width: 100%;
}
.homeabout .left .title {
  margin-bottom: 0px;
}
.homeabout .left .title .en {
  font-size: 14px;
}
.homeabout .left .title .cn {
  font-size: 20px;
  padding: 0 0 35px;
}
.homeabout .desc {
  margin-bottom: 20px;
  font-size: 16px;
}
.homeabout .right {
  flex: auto;
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
}
.homeabout a.btn {
  padding: 10px 28px;
  font-size: 15px;
}
.homeproduct {
  height: 60vh;
}
.homeproduct .thumbnail {
  bottom: 50px;
}
.homeproduct .tab {
  flex-wrap: wrap;
}
.homeproduct .tab li {
  width: 33.3333%;
  height: auto;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border: none;
}
.homeproduct .tab li {
  font-size: 14px;
}
.homeproduct .tab li .iconfont {
  display: none;
}
.hometab {
  margin-bottom: 30px;
}
.hometab li {
  padding: 0 10px;
  font-size: 15px;
}
.hometab li text:before {
  height: 1px;
}
.homecase-list .swiper-slide span {
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
}
.homecase-list .swiper-slide .pic{
  height: 115px;
}
.homecase-list .swiper-button-prev, .homecase-list  .swiper-button-next{
  display: none;
}
.homenews {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.homenews .left {
  width: 100%;
}
.homenews .left .text {
  padding-left: 138px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.homenews .left .text h3 {
  font-size: 18px;
}
.homenews .left .text p{
  font-size: 14px;
}
.homenews .left .time {
  top: -45px;
  left: 15px;
  width: 100px;
  height: 100px;
  font-size: 18px;
}
.homenews .right {
  flex: auto;
  width: 100%;
  margin-left: 0;
}
.homenews-list li {
  padding-left: 0;
  border-left: none;
  margin-bottom: 30px;
}
.homenews-list li h3 {
  font-size: 18px;
}
.homenews-list li p {
  font-size: 15px;
}
.homenews-list li .time a.more {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.EventScroll.zs-wp{
  overflow: hidden;
}
.EventScroll li {
  padding: 0 5px;
  width: 33.3%;
}

}