html, body {
      position: relative;
      height: 100%;
    }
    body {
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .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;
      display: block;
      background: #f7f7f7;

    }

.slide1txt{
  text-align: left;
  padding-left: 13.8%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slide1txt h2{
  font-size: 74px;
  color:#FFF;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 74px;
}
.slide1txt h3{
  font-size: 57px;
  line-height: 57px;
  color:#D40727;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.slide1txt p{
  font-size: 22px;
  color:#FFF;
  line-height: 29px;

}
.slide1txt p a{
  font-size: 22px;
    color: #FFF;
    line-height: 29px;
    width: auto;
    height: auto;
    background: transparent;
    text-align: left;
}
.slide1txt a{
  width: 184px;
  height: 63px;
  display: block;
  background: #9F0820;
  line-height: 63px;
  text-align: center;
  font-size: 18px;
  color:#FFF;
  margin-top: 70px;
}
.slide1txt a:hover{
  color:#FFF;
}
.slide1txt span{
  color:#FFF;
  font-size: 20px;
  margin-left: 10px;
}
.scroll{
  left: 4.6%;
  position: absolute;
  text-align: left;
  bottom: 70px;
  z-index: 9;
}
.scroll font{
  width: 1px;
  height: 50px;
  background:#D40727;
  display: block;
  margin-left: 9px;
  margin-bottom: 10px;
}
.scroll i{
  display: block;
      -webkit-animation: mouse 2s infinite;
    -moz-animation: mouse 2s infinite;
    -o-animation: mouse 2s infinite;
    animation: mouse 2s infinite;
    position: relative;
}
@-webkit-keyframes mouse { 0% { top: 10px; }
  50% { top: 0; }
  100% { top: 10px; } }

@-moz-keyframes mouse { 0% { top: 10px; }
  50% { top: 0; }
  100% { top: 10px; } }

@-o-keyframes mouse { 0% { top: 10px; }
  50% { top: 0; }
  100% { top: 10px; } }

@keyframes mouse { 0% { top: 10px; }
  50% { top: 0; }
  100% { top: 10px; } }
.scroll span{
  text-transform: uppercase;
  font-size: 14px;
  color:#888;
  display: block;
   -webkit-animation: mouse 2s infinite;
    -moz-animation: mouse 2s infinite;
    -o-animation: mouse 2s infinite;
    animation: mouse 2s infinite;
    position: relative;
}
.video{
  width: 19.5%;
  height: auto;
  position: absolute;
  right: 4.6%;
  bottom: 70px;
  z-index: 10;
  cursor: pointer;
}
.video img{
  width: 100%;
  height: auto;
}
.videocon{
  width: 100%;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
}
.videocon span{
  display: inline-block;
  width: 14.8%;
}
.videocon p{
  font-size: 14px;
  line-height: 14px;
  color:#FFFFFF;
}
.title{
  text-align: left;
  margin-left: 7.3%;
  margin-bottom:70px;
  margin-top:80px;
}
.title h3{
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  margin-top:25px;
}
.titletop span{
  font-size: 20px;
  color:rgba(33,37,41,.3);
  float: left;

  line-height: 20px
}
.titletop font{
  height: 1px;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  width: 100px;
  display: block;
  background:rgba(51,51,51,.3);
}
/*
.newspic{
  float: left;
  width: 62.6%;
}
.newspic img{
  width: 100%;
  height: auto;
}
.news{
  position: relative;
}
 .newstxt{
  width: 30.1%;
  left: 62.6%;
  position: absolute;
  background: url(../images/newstxtbg.png) no-repeat right bottom;
  background-color: rgba(255,255,255,1);
  box-shadow:0px 8px 30px 2px rgba(1,1,1,0.08);
  top: 49px;
  height: 100%;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  padding-top: 80px;
}
.newstxt span.date{
  font-size: 16px;
  text-align: center;
  color:#FFF;
  background: #D40727;
  height: 38px;
  line-height: 38px;
  display: block;
  width: 110px;
  margin-bottom: 60px;
}
.newstxt h5{
  font-size: 22px;
  line-height: 39px;
  margin-bottom: 120px;
}
.newstxt a{
  color:#666;
  font-size: 18px;
  line-height: 20px;
}

.newstxt a span{
  line-height: 20px;
  color:#666;
  font-size: 22px;
  margin-left: 10px;
}
.newstxt a:hover .iconfont{
  color:#D40727;
}
*/

.slide3con{
  width: 85.3%;
  margin:0 auto;
  position: relative;
}
.slide3conleft{
  float: left;
  background-color: #fff;
  width: 75.6%;
}
.slide3conleft li{
  float: left;
  width: 33.33%;
  border-right:1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  box-sizing: border-box;
  padding:3.8% 3%;
  position: relative;
}
.slide3conleft li .year{
  position: absolute;
  font-size: 172px;
  color:rgba(102,102,102,0.05);
   writing-mode: vertical-lr;  
    writing-mode: tb-lr;
    z-index: -1;
    right: 45px;
    font-weight: bold;
    top: 20px;
}
.slide3conleft li:hover a span,.slide3conleft li:hover a p,.slide3conleft li:hover a h4{
  color:#D40727;
}
.slide3conleft li:hover .slide3top{
  border-bottom-color: #D40727;
}
.slide3top{
  border-bottom: 1px solid rgba(102,102,102,.3);
  padding-bottom: 18%;
}
.slide3conleft li:nth-child(3n){
  border-right: 0 none;
}
.slide3conright{
  background: url(../images/slide3rightbg.png) no-repeat;
  background-size: cover;
  background-color: #5fa5d4;
  float: left;
  width: 24.4%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 3.8%;
}
.slide3conright p{
  font-size: 20px;
  font-weight: bold;
  color:rgba(255,255,255,.6);
  text-transform: uppercase;
  line-height: 20px;
}
.slide3conright h3{
  font-size: 80px;
  line-height: 80px;
  color:#FFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 26px;
}
.slide3conright font{
  height: 4px;
  width: 87px;
  display: block;
  background-color: #fff;
  margin-top: 36px;
}
.slide3topleft{
  float: left;
}
.slide3topleft span{
  font-size: 46px;
  color:#666666;
  font-weight:  bold;
  line-height: 46px;
}
.slide3topleft p{
  font-size: 14px;
  color:#666666;

}
.slide3topright{
  float: right;
  font-size:30px;
  margin-top:25px;
  font-weight: bold;
  color:#666666;
}
.slide3conleft li h4{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-top: 26px;
}
.slide3conleft li img{
  width: 26%;
  display: block;
      margin: 45% 0 10%;
 
}
.slide4{
      background: url(../images/slide4bg.png) no-repeat center center;
    background-color: #f7f7f7;
    padding-top: 69px;
    background-size: contain;
}
.slide4 .title h3{
  color:#FFF;
}

.slide4 .titletop span{
  color:rgba(255,255,255,.3);
}
.slide4 .titletop font{
  background-color: rgba(255,255,255,.3);
}
.slide4cen{
  text-align: left;
  border:1px solid #F1F1F1;
  width: 37%;
  float: right;
  margin-right: 7.2%;
}
.slide4cen li{
  height: 134px;
  line-height: 134px;
  padding-left: 7%;
  padding-right: 7%;
  border-bottom: 1px solid #F1F1F1;
}
.slide4cen li:nth-child(3n){
  border-bottom: 0 none;
}
.slide4cen li:hover{
  background-color: rgba(255,255,255,1);
}
.slide4cen li:hover p,.slide4cen li:hover span{
  color:#D40727;
}
.slide4cen li a p{
  display: block;
  line-height: 134px;
  font-size: 30px;
  color:#FFF;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
    float: left;
}

.slide4cen li a span{
  float: right;
  font-size: 22px;
  color: #FFF;
}
.slide5con{
  width: 85.4%;
  margin:0 auto;
  position: relative;
}
.slide5con>img{
  display: block;
  width: 100%;
  height: 100%;
  display: none;
  
}
.slide5con .slide5conimg1{
  display: block;
}

.slide5conbox{
  position: absolute;
  background-color: rgba(0,0,0,0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slide5conbox li{
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
  float: left;
  width:25%;
  border-right: 1px solid rgba(255,255,255,1);
  position: relative;
  text-align: left;
}
.slide5conbox li a{
 display: block;
 height: 100%;
 padding: 0 3%;
}
.slide5conbox li p{
  font-size: 22px;
  text-align: left;
  color:#FFF;
  line-height: 35px;
  position: absolute;
  bottom: 80px;
}
.slide5conbox li span{
  font-size: 38px;
  margin-top:80px;
  float: right;
  color:#FFF;

}
.slide5conbox li i{
  position: absolute;
  bottom: 200px;
}
.slide5conbox li:nth-child(4n){
  margin-right: 0 none;
}
@media (max-width: 1660px){
   .slide3conleft li .year{
    font-size: 140px;
  }
  .slide3conright h3{
    font-size:56px;
  }
  @media (min-height: 1020px){
   .slide4{
    padding-top: 160px;
   }
  }
   @media (min-height: 1200px){
   .slide4{
    padding-top: 190px;
   }
}
}

@media (max-width: 1400px){
  
  .slide1txt h2{
    font-size: 48px;
    line-height: 48px;
  }
  .slide1txt h3{
    font-size: 42px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .slide1txt a{
    margin-top: 50px;
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
  .scroll,.video{
    bottom:30px;
  }
  .slide5con{
    width: 80%;
  }
  .slide3conleft li .year{
    font-size: 120px;
  }
  .title{
    margin-top:20px;
    margin-bottom:20px;
  }
  .title h3{
    margin-top: 10px;
    font-size: 36px;
    line-height: 36px;
  }
  .newstxt{
    top: 25px;
    padding-left:4%;
    padding-right: 4%;
  }
  .newstxt span.date{
    margin-bottom: 40px;
  }
  .newstxt h5{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 60px;
  }
  .slide3topleft span{
    font-size: 40px;
    line-height: 40px;
  }
 
  .slide3topright{
    font-size: 22px;
  }
  .slide3conleft li h4{
    margin-top: 25px;
  }
  .slide3conright p{
    font-size: 14px;

  }
  .slide3conright h3{
    font-size: 48px;
    line-height: 48px;
    margin-top: 15px;
  }
  .slide3conright font{
    margin-top: 20px;
  }
  .slide4cen li{
    height: 95px;
    line-height: 95px;
  }
  .slide4cen li a p{
    line-height: 95px;
    font-size: 20px;
  }

}









