.container{
  width: 100%;
}
.header{
  width: 100%;
  height: 94rem;
  position: relative;
  overflow: hidden;
}
.banner{
  width: 100%;
  height: 100%;
}
.bannerimg{
  width: 100%;
  height: 100%;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);;
}
.bannerimg img{
  width: 100%;
  height: 100%;
  animation: move 2.5s linear;
  transform: scale(1.1, 1.1);
}

@keyframes move {
  0% { transform: scale(1, 1); }
  100% { transform: scale(1.1, 1.1); }
}
.bannerimg h3{
  transform: translateY(0);
  opacity: 1;
  animation: textmove 1.5s linear;
}
.bannerimg p{
  transform: translateY(0);
  opacity: 1;
  animation: textmove 1.5s linear;
}

@keyframes textmove {
  0% { transform: translateY(5rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.about{
  width: 100%;
  height: 90rem;
}
.about h2{
  height: 14rem;
  padding-top: 2.5rem;
  line-height: 11.5rem;
  text-align: center;
  font-size: 3.5rem;
}
.aboutcon{
  width: 100%;
  height: 80rem;
}
.aboutdiv{
  position: relative;
}
.aboutdiv div{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  z-index: 1;
  transition: all .3s;
  text-shadow: 0 0 2px rgba(0, 0, 0, .7);
  font-weight: 600;
}
.aboutdiv:hover div{
  opacity: 1;
}
.aboutdiv img{
  transition: all 1s;
}
.aboutdiv:hover img{
  transform: scale(1.08, 1.08) !important;
}

.timeline{
  width: 100%;
  height: 110.8rem;
  background: url(../images/timeline.jpg) no-repeat;
  background-size: cover;
}
.timeline h2{
  height: 14.4rem;
  padding-top: 3rem;
  line-height: 11.4rem;
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
}
.timelinecon{
  width: 100%;
  height: 95rem;
  position: relative;
}
.timelinecon .year{
  position: absolute;
  font-size: 1.8rem;
  width: 8rem;
  text-align: center;
  padding-top: 3.8rem;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, .6);
}
.timelinecon .year:hover, .timelinecon .select{
  transform: translate(.5rem, .5rem) scale(1.4, 1.4);
  animation: movetime .8s linear infinite;
}
@keyframes movetime {
  0% { transform: translate(.5rem, .5rem) scale(1.4, 1.4); }
  50% { transform: translate(.7rem, .7rem) scale(1.6, 1.6); }
  100% { transform: translate(.5rem, .5rem) scale(1.4, 1.4); }
}
.timelinecon .year p{
  line-height: 3rem;
}
.timelinecon .year::before{
  display: inline-block;
  content: '';
  width: 2.5rem;
  height: 2.5rem;
  background: #90BBDE;
  border-radius: 50%;
  box-shadow: 1rem 1rem 2rem #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.timelinecon .year:hover::before, .timelinecon .select::before{
  background: #fff;
}
#y1903{
  left: 14.3rem;
  top: 82.8rem;
}
#y1930{
  left: 26.3rem;
  top: 73rem;
}
#y1947{
  left: 39.6rem;
  top: 64.5rem;
}
#y1978{
  left: 48.1rem;
  top: 59.2rem;
}
#y1979{
  left: 55.9rem;
  top: 54.4rem;
}
#y1980{
  left: 63.3rem;
  top: 48.6rem;
}
#y1984{
  left: 72rem;
  top: 38.9rem;
}
#y1987{
  left: 80.7rem;
  top: 32.9rem;
}
#y1989{
  left: 95.3rem;
  top: 19.7rem;
}
#y2005{
  left: 106.4rem;
  top: 19.7rem;
}
#y2014{
  left: 125.9rem;
  top: 16.9rem;
}
#y2021{
  left: 146.9rem;
  top: 13.6rem;
}
.infocon{
  width: 120rem;
  padding-left: 36rem;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, .7);
}
.infocon h3{
  font-size: 2.5rem;
  line-height: 3.8rem;
  margin-bottom: 3.2rem;
}
.infocon p{
  font-size: 1.8rem;
  line-height: 3.2rem;
  max-height: 9.6rem;
  overflow: hidden;
}
.infocon h3.selected{
  animation: moveh .5s linear;
}
.infocon p.selected{
  animation: movep .5s linear;
}
@keyframes moveh {
  0% { transform: translateY(-5rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes movep {
  0% { transform: translateY(5rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.service{
  width: 100%;
  /*height: 131rem;*/
  height: 74rem;
  background: #F5F7F8;
  overflow: hidden;
}
.service h2{
  height: 18.5rem;
  padding-top: 4.2rem;
  line-height: 14.3rem;
  text-align: center;
  font-size: 3.5rem;
}
.servicecon{
   width: 176.8rem;
  /*width: 133rem!important;*/
  height: 111rem;
  margin: 0 auto;
}
.servicecon li{
  width: 41.2rem;
  height: 50.5rem;
  float: left;
  margin: 0 1.5rem 4.5rem 1.5rem;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
}
.active li{
  transform: translateX(0);
  opacity: 1;
}
.active li:nth-child(1), .active li:nth-child(5){
  animation: moveserviceleft .8s ease;
}
.active li:nth-child(2), .active li:nth-child(6){
  animation: moveserviceleft .5s ease;
}
.active li:nth-child(3), .active li:nth-child(7){
  animation: moveserviceright .5s ease;
}
.active li:nth-child(4), .active li:nth-child(8){
  animation: moveserviceright .8s ease;
}
@keyframes moveserviceleft {
  0% { transform: translateX(-10rem); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
@keyframes moveserviceright {
  0% { transform: translateX(10rem); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
.servicecon li .lidiv{
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 1rem #EEF0F1;
  border-radius: 1.2rem;
  transition: all .5s;
  position: relative;
  z-index: 6;
}
.servicecon li::before{
  position: absolute;
  left: 1.6rem;
  bottom: 1.7rem;
  display: block;
  content: '';
  width: 38rem;
  height: 0.5rem;
  box-shadow: 0 0 2rem #000;
  z-index: 0;
}
.servicecon li .lidiv:hover{
  transform: translateY(-1.6rem);
}
.servicecon li .lidiv div{
  width: 100%;
  height: 45.5rem;
  border-bottom: 1px solid #EFEFEF;
  padding: 3.2rem 3.2rem 0 3.2rem;
}
.servicecon li .lidiv div img{
  width: 100%;
  margin-bottom: 2rem;
}
.servicecon li .lidiv div h3{
  line-height: 4.8rem;
  font-size: 2.5rem;
}
.servicecon li .lidiv div p{
  line-height: 2.8rem;
  font-size: 1.8rem;
  overflow: hidden;
  max-height: 11.2rem;
}
.servicecon li .lidiv h5{
  width: 100%;
  height: 5rem;
  padding-right: 4rem;
  text-align: right;
  line-height: 5rem;
  color: #384CC3;
  cursor: pointer;
  font-size: 1.7rem;
  position: relative;
  padding-right: 6.4rem;
}
.servicecon li .lidiv h5 a{
  color: #384CC3;
}
.servicecon li .lidiv h5::after{
  display: block;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1rem;
  height: 1.6rem;
  background: url(../images/arrR.png) no-repeat;
  background-size: 1rem 1.6rem;
}
.partner{
  width: 100%;
  height: 101.8rem;
  background: url(../images/partner.jpg) no-repeat;
  background-size: cover;
}
.partner h2{
  width: 100%;
  height: 15.2rem;
  padding-top: 2.6rem;
  line-height: 12.6rem;
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
}
.partner div{
  width: 169.2rem;
  margin: 0 auto;
}
.partner div a{
  display: block;
  float: left;
  margin: 0 0.5rem 1rem 0.5rem;
  transform: translateY(8rem);
  opacity: 0;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .7);
  position: relative;
  z-index: 1;
}
.partner .active a{
  transform: translateY(0);
  opacity: 1;
}
.partner div a:hover{
  z-index: 3;
}
.partner div a:hover img{
  transform: scale(1.08, 1.08);
  animation: moveimg .3s linear;
} 
@keyframes moveimg {
  0% { transform: scale(1, 1); }
  100% { transform: scale(1.08, 1.08); }
}
.partner div a img{
  width: 100%;
}
.partner div a.s6{
  width: 27.2rem;
}
.partner div a.s4{
  width: 41.3rem;
}
.partner div a.s3{
  width: 55.4rem;
}

.partner .active a:nth-child(1), .partner .active a:nth-child(2), .partner .active a:nth-child(3), .partner .active a:nth-child(4), .partner .active a:nth-child(5), .partner .active a:nth-child(6){
  animation: movepar .6s ease;
}
.partner .active a:nth-child(7), .partner .active a:nth-child(8), .partner .active a:nth-child(9), .partner .active a:nth-child(10), .partner .active a:nth-child(11), .partner .active a:nth-child(12){
  animation: movepar .9s ease;
}
.partner .active a:nth-child(13), .partner .active a:nth-child(14), .partner .active a:nth-child(15), .partner .active a:nth-child(16), .partner .active a:nth-child(17), .partner .active a:nth-child(18){
  animation: movepar 1.2s ease;
}
.partner .active a:nth-child(19), .partner .active a:nth-child(20), .partner .active a:nth-child(21), .partner .active a:nth-child(22){
  animation: movepar 1.5s ease;
}
.partner .active a:nth-child(23), .partner .active a:nth-child(24), .partner .active a:nth-child(25){
  animation: movepar 1.8s ease;
}
@keyframes movepar {
  0% { transform: translateY(8rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
