.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img{
  max-width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.banner .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: white;
}
.banner .swiper-pagination-bullet-active{
  background-color: #ffe206;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
  margin-bottom: 30px;
}
.swiper-button-next, .swiper-button-prev{
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
}
.banner .swiper-button-next{
  right: 0;
  background-image: url(../images/next.jpg);
}
.banner .swiper-button-prev{
  left: 0;
  background-image: url(../images/prev.jpg);
}


.threeWrap {
  max-width: 1400px;
  margin:0 auto;
  overflow: hidden;
}
.partonece{
  display: flex;
  margin-top: 190px;
  justify-content: space-between;
}
.threeWrap .partonece:nth-child(2n-1) .picpart > img{
  position: absolute;
  top: -50px;
  left: 80px;
}
.threeWrap .partonece:nth-child(2n) .picpart > img{
  position: absolute;
  top: -50px;
  right: 80px;
}

.picpart{
  position: relative;
  width: 800px;
  height: 580px;
  background-color: #ffe206;
}
.picpart a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.picpart img{
  position: absolute;
}

.textpart{
  display: inline-block;
  max-width: 380px;
}
.abtitle{
  position: relative;
  display: inline-block;
  padding-right: 60px;
  font-size: 40px;
  font-weight:bold;
  box-sizing: border-box;
  font-family: "mr";
}
.abtitle::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  z-index: -1;
  background-color: #ffe206;
}
.partonece:nth-child(3) .abtitle{
  width: 100%;
  padding-right: 0;
}

.abcp{
  margin-top: 20px;
  font-size: 16px;
}
.abtxt{
  margin-top: 40px;
  line-height: 30px;
}
.abtxt,a{
  font-size: 16px;
}
a.ybtn{
  position: relative;
  display: block;
  width: 180px;
  margin-top: 140px;
  font-weight: lighter;
  padding: 15px 0;
  box-sizing: border-box;
  transition: all .3s;
  border-bottom:1px solid #757a7e;
}
a.ybtn::before{
  content:"";
  position: absolute;
  display: block;
  height: 0px;
  width: 100%;
  bottom: 0px;
  background-color: #ffe206;
  transition: all .4s;
  z-index: -1;
}
a.ybtn span{
  position: relative;
  left: 0;
  transition: all .3s;
}

a.ybtn:hover{
  padding: 15px 0;
  border-color: #ffe206;
}
a.ybtn:hover span{
  left: 30px;
}
a.ybtn:hover::before{
  height: 100%;
}

.idheader{
  font-size: 36px;
  text-align: center;
  font-family: "mr";
}

.wwa{
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  box-sizing: border-box;
}
.wwa p{
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}

.wwa .ybtn{
  margin: 0 auto;
}

.wwa .mediaWrap{
  margin-top: 40px;
}
.wwa .mediaWrap video{
  display: none;
}
.wwa .mediaWrap .bg > img{
  display: block;
  width: 95%;
  margin-left: 0;
}
.wwa .mediaWrap .bg{
  position: relative;
  background-color: #ffe206;
}
.wwa .mediaWrap .bg > div{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 55px;
  color: white;
  cursor: pointer;
  font-family: "mb";
  transform: translate(-50%,-50%);
}
.wwa .mediaWrap .bg > div img{
  display: inline-block;
  max-width: 33px;
  margin-right: 20px;
  transition: all .3s;
}
.wwa .mediaWrap .bg > div:hover img{
  margin-right: 0;
}
.wwa .mediaWrap .bg > div span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: #ffe206;
}


.idnews{
  max-width: 1400px;
  margin: 0 auto;
  padding: 85px 0 55px;
  box-sizing: border-box;
}

.idnews .tlist{
  margin:90px 0;
}
.idnews .tlist ul{
  display: flex;
  justify-content: space-between;
}
.idnews .tlist ul li{
  position: relative;
  max-width: 380px;
  transition: all .3s;
}
.idnews .tlist ul li .date{
  font-size: 24px;
  font-family: "ll";
}
.idnews .tlist ul li .date span{
  display: block;
  font-size: 14px;
}


.idnews .tlist ul li a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}
.idnews .tlist ul li:hover,.idnews .tlist ul li:hover .date{
  color:#ffe206!important;
}
.idnews .tlist ul li:hover img{
  transform: scale(1.2);
}
.idnews .tlist ul li:hover .putimg::before{
  background-color: #ffe206;
}
.idnews .tlist div.date{
  font-size: 24px;
  line-height: 20px;
  color:#505050;
}

.idnews .tlist .date span{
  font-size: 14px;
  line-height: 18px;
}

.idnews .tlist .title{
  margin-top: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: lighter;
  overflow: hidden;
  white-space:nowrap ;
  text-overflow: ellipsis;
}
.putimg{
  position: relative;
  max-width: 380px;
  max-height: 200px;
  margin-top: 15px;
  overflow: hidden;
}
.putimg::before{
  content:"";
  position: absolute;
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all .3s;
  background-color: transparent;
}
.putimg img{
  max-width: 100%;
  transition:  all .8s;
}
.idnews .ybtn,.wwa .ybtn{
  margin: 0 auto;
}

@media all and (max-width:1400px){
  .partonece{
    padding: 0 15px;
    box-sizing: border-box;
  }
  .picpart{
    width: 60%;
    height: inherit;
  }
  .picpart img{
    max-width: 100%;
  }
  .threeWrap .partonece:nth-child(2n-1) .picpart > img{    
    top: -25px;
    left: 40px;
  }
  .threeWrap .partonece:nth-child(2n){
    flex-direction: row-reverse;
  }
  .threeWrap .partonece:nth-child(2n) .picpart > img{
    top: -25px;
    left: 40px;
  }
  .threeWrap .partonece:nth-child(2n) .picpart > img{
    top: -25px;
    right: 40px;
  }

  .textpart{
    width: 40%;
  }
  .wwa p,.idnews .tlist ul{
    padding: 0 15px;
    box-sizing: border-box;
  }
  
}

@media all and (max-width:1111px){
  .threeWrap .partonece:nth-child(2n){
    flex-direction: column-reverse;
  }
  .partonece{
    margin-top: 45px;
    flex-direction: column;
    align-items: center;
  }
  .partonece .picpart{
    width: 80%;
    height: 500px;
  }
  .textpart{
    max-width: 80%;
    width: 80%;
    z-index: 10;
  }
  .partonece a.ybtn{
    margin-top: 40px;
  }
  .idnews .tlist ul{
    flex-direction: column;
    align-items: center;
  }
  .idnews .tlist ul li{
    max-width: 100%;
    width: 100%;
    display: flex;
    margin: 10px auto;
    flex-direction: row-reverse;    
  }
  .idnews .tlist ul li > div{
    width: 50%;
  }
  .putimg{
    margin-top: 0;
    margin-right: 10px;
  }
}

@media all and (max-width:876px){

  .partonece .picpart{
    width: 100%;
    height: inherit;
  }
  .textpart{
    max-width: 100%;
    width: 100%;
  }

  .threeWrap .partonece:nth-child(2n) .picpart > img,
  .threeWrap .partonece:nth-child(2n-1) .picpart > img{    
    left: 1em;
  }
  .threeWrap .partonece:nth-child(2n-1) .picpart > img,
  .threeWrap .partonece:nth-child(2n) .picpart > img{
    position: inherit;
    top: 0;
  }
  .partonece a.ybtn{
    margin: 20px auto;
  }
  .wwa .mediaWrap .bg > div{
    width: 220px;
    font-size: 30px;
  }
  .wwa .mediaWrap .bg > div img{
    max-width: 20px;
  }

  .idnews .tlist .title{
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow:hidden;
    -webkit-box-orient:vertical;
  }

}
@media all and (max-width:678px){
  .abtitle{
    margin-top: 20px;
    font-size: 32px;
  }
  .abtitle::after{
    height: 12px;
  }
  .abtxt{
    margin-top: 20px;
  }
  .wwa{
    padding-top: 40px;
  }
  .wwa p{
    text-align: inherit;
  }
  .idnews{
    padding: 35px 0 25px;
  }
  .idnews .tlist{
    margin: 20px 0;
  }
  .idnews .tlist ul li{
    max-width: 100%;
    justify-content: flex-end;
  }
  .tlist li .top{
    max-width: 50%;
  }
  .tlist li .putimg{
    max-width: 40%;
  }
  .idnews .tlist ul li .date{    
    font-size: 14px;
  }
  .idnews .tlist ul li .date span{
    display: inline;
    margin-left: 10px;
  }
  .idnews .tlist .title{
    margin-top: 0;
    line-height: 24px;
    font-size: 14px;
  }
}