.bannerimg{
  position: relative;
  background: url(../images/banner_e.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 108.4rem;
}
.bannerimg div{
  position: absolute;
  left: 50%;
  top: 62.3rem;
  transform: translateX(-50%);
  width: 17rem;
  height: 5.2rem;
  border: .3rem solid rgba(255, 255, 255, .5);
  line-height: 4.8rem;
  color: #fff;
  font-size: 2rem;
  padding-left: 1.2rem;
  cursor: pointer;
}
.bannerimg div::before{
  position: absolute;
  right: 1.3rem;
  top: 1.4rem;
  display: block;
  content: '';
  width: 1.2rem;
  height: 1.7rem;
  background: url(../images/angle_right.png) no-repeat;
  background-size: 1.2rem 1.7rem;
}
.bannerimg h2{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 32rem;
  font-size: 4rem;
  line-height: 8rem;
  color: #fff;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  animation: moveUp .8s linear;
}
.bannerimg p{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 45rem;
  font-size: 2.4rem;
  line-height: 5rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  color: #dfdfdf;
  letter-spacing: 2px;
  animation: moveUp .8s linear;
}
.bannerimg p:nth-child(3){
  top: 50rem;
}
.whatistic{
  width: 100%;
  height: 96rem;
  /*height: 75rem;*/
  padding-top: 9rem;
  background: #F6F6F6;
}
.whatistic h2{
  height: 13rem;
  line-height: 13rem;
}
.whatisticline{
  width: 78rem;
  height: 0.3rem;
  background: #DDDDDD;
  position: relative;
  margin: 0 auto;
}
.whatisticline::before{
  width: 11.6rem;
  height: 0.5rem;
  background: #EE9700;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
}
.whatisticcon{
  width: 129rem;
  margin: 0 auto;
  padding-top: 13rem;
}
.whatisticcon li{
  float: left;
  width: 40rem;
  height: 30rem;
  border: 0.1rem solid #0B3DB0;
  border-radius: 1rem;
  margin: 0 1.5rem;
  position: relative;
  line-height: 2.8rem;
  padding: 3.8rem 1.4rem 2.4rem 2.4rem;
  font-size: 1.8rem;
  margin-bottom: 4.6rem;
  background: #fff;
  box-shadow: 0.2rem 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2);
}
.whatisticcon li:last-child{
  width: 126rem;
  height: 17rem;
}
.whatisticcon li::before{
  display: block;
  content: '';
  position: absolute;
  left: 1.6rem;
  top: 1.1rem;
  border-right: 2.8rem solid transparent;
  border-left:0 solid transparent;
  border-top: 2.5rem solid #0B3DB0;
}
.whatisticcon li:hover{
  background: #DAECFF;
}
.whatisticcon li:hover::after{
  display: block;
  content: '';
  position: absolute;
  width: 80%;
  height: 1rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0rem;
  z-index: -1;
  box-shadow: 0 0 3rem #0B3DB0;
}
.advantages{
  width: 100%;
  height: 110rem;
  background: url(../images/langline.png) no-repeat center -12.5rem;
  background-size: cover;
  padding-top: 4rem;
}
.advantages h2{
  line-height: 17.5rem;
  margin-bottom: 2.5rem;
}
.advantagescon{
  position: relative;
  width: 110rem;
  /*height: 59rem;*/
  margin: 0 auto;
}
.advantagescon li{
  position: absolute;
  width: 33rem;
  height: 33rem;
  padding: 16rem 5rem 0 5rem;
  text-align: center;
  z-index: 1;
}
.advantagescon li:hover{
  z-index: 2;
}
.advantagescon li:nth-child(1){
  left: 0;
  top: 0;
}
.advantagescon li:nth-child(2){
  left: 38.5rem;
  top: 0;
}
.advantagescon li:nth-child(3){
  right: 0;
  top: 0;
}
.advantagescon li:nth-child(4){
  left: 19.3rem;
  top: 19.4rem;
}
.advantagescon li:nth-child(5){
  right: 19.3rem;
  top: 19.4rem;
}
.advantagescon li div{
  width: 24.8rem;
  height: 24.8rem;
  border: 0.1rem solid #D6D6D6;
  border-radius: 2.2rem;
  position: absolute;
  left: 4.1rem;
  top: 4.1rem;
  transform: rotate(45deg);
}
.advantagescon li span{
  display: block;
  position: absolute;
  left: 8rem;
  top: 8rem;
  width: 17rem;
  height: 17rem;
  border: 0.1rem solid #356FD8;
  border-radius: 8.5rem;
  transition: all .5s;
}
.advantagescon li:hover span{
  display: block;
  position: absolute;
  left: 12.5rem;
  top: 5rem;
  width: 8rem;
  height: 8rem;
  border: none;
}

.advantagescon li:nth-child(1) span{
  background: url(../images/advant_icon1.png) no-repeat center center;
  background-size: 6.6rem 6.6rem;
}
.advantagescon li:nth-child(2) span{
  background: url(../images/advant_icon3.png) no-repeat center center;
  background-size: 6.6rem 6.6rem;
}
.advantagescon li:nth-child(3) span{
  background: url(../images/advant_icon5.png) no-repeat center center;
  background-size: 6.6rem 6.6rem;
}
.advantagescon li:nth-child(4) span{
  background: url(../images/advant_icon2.png) no-repeat center center;
  background-size: 6.6rem 6.6rem;
}
.advantagescon li:nth-child(5) span{
  background: url(../images/advant_icon4.png) no-repeat center center;
  background-size: 6.6rem 6.6rem;
}
.advantagescon li:nth-child(1):hover span{
  background: url(../images/advant_icon1_w.png) no-repeat center center;
  background-size: 5rem 5rem;
}
.advantagescon li:nth-child(2):hover span{
  background: url(../images/advant_icon3_w.png) no-repeat center center;
  background-size: 5rem 5rem;
}
.advantagescon li:nth-child(3):hover span{
  background: url(../images/advant_icon5_w.png) no-repeat center center;
  background-size: 5rem 5rem;
}
.advantagescon li:nth-child(4):hover span{
  background: url(../images/advant_icon2_w.png) no-repeat center center;
  background-size: 5rem 5rem;
}
.advantagescon li:nth-child(5):hover span{
  background: url(../images/advant_icon4_w.png) no-repeat center center;
  background-size: 5rem 5rem;
}
.advantagescon li:hover div{
  background: #0F5AD1;
}
.advantagescon li h5{
  font-size: 2rem;
  color: #fff;
  opacity: 0;
  transform: translateY(5rem);
}
.advantagescon li:hover h5{
  opacity: 1;
  transform: translateY(0);
  animation: moveh5 .3s linear;
}
@keyframes moveh5 {
  0% { opacity: 0; transform: translateY(5rem); }
  100% { opacity: 1; transform: translateY(0); }
}

.content{
  width: 100%;
  height: 75rem;
  background: #F6F6F6;
  padding-top: 3rem;
}
.content h2{
  line-height: 20.8rem;
}
.contentcon{
  width: 147rem;
  height: 50rem;
  margin: 0 auto;
  position: relative;
}
.contentcon li{
  width: 49rem;
  height: 50rem;
  float: left;
  text-align: center;
  position: relative;
  padding-top: 20.5rem;
}
.contentcon li span{
  width: 19.4rem;
  height: 19.4rem;
  border-radius: 9.7rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.2s, opacity 0.3s;
}
.contentcon li:nth-child(1) span{
  background: #C4D9FF url(../images/cont_icon1.png) no-repeat center center;
  background-size: 7rem 7rem;
}
.contentcon li:nth-child(2) span{
  background: #C4D9FF url(../images/cont_icon2.png) no-repeat center center;
  background-size: 7rem 7rem;
}
.contentcon li:nth-child(3) span{
  background: #C4D9FF url(../images/cont_icon3.png) no-repeat center center;
  background-size: 7rem 7rem;
}
.contentcon li:nth-child(1) span:hover{
  background: #0F5AD1 url(../images/cont_icon1_w.png) no-repeat center center;
  background-size: 8.8rem 8.8rem;
}
.contentcon li:nth-child(2) span:hover{
  background: #0F5AD1 url(../images/cont_icon2_w.png) no-repeat center center;
  background-size: 8.8rem 8.8rem;
}
.contentcon li:nth-child(3) span:hover{
  background: #0F5AD1 url(../images/cont_icon3_w.png) no-repeat center center;
  background-size: 8.8rem 8.8rem;
}
.contentcon li h3{
  line-height: 11.5rem;
  font-size: 2.5rem;
}
.contentcon li p{
  line-height: 2.4rem;
  padding: 0 12rem;
}

.beatcon{
  width: 27rem;
  height: 20rem;
  position: absolute;
  top: 0;
}
.beatconleft{
  left: 35.8rem;
}
.beatconright{
  right: 35.8rem;
}
.beatcon div{
  position: absolute;
  background: linear-gradient(to bottom, #8AAAE6, #F5F7F8);
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  
}
.beatl1, .beatl7{
  width: 2rem;
  height: 12rem;
  left: 0.7rem;
  top: 0;
  animation-name: updown5;
  animation-duration: 1.2s;
}
.beatl7{
  left: 12.6rem;
  top: 4rem;
  animation-name: updown7;
}
.beatl2{
  width: 1rem;
  height: 10rem;
  left: 4rem;
  top: 5rem;
  animation-name: updown3;
  animation-duration: 1.3s;
}
.beatcon .beatl3{
  width: 0.8rem;
  height: 11rem;
  left: 6.4rem;
  top: 2.6rem;
  animation-name: updown5;
  background: linear-gradient(to bottom, #B4C8ED, #F5F7F8);
  animation-duration: .8s;
}
.beatcon .beatl4{
  width: 1rem;
  height: 11rem;
  left: 9.5rem;
  top: 4rem;
  animation-name: updown9;
  background: linear-gradient(to bottom, #B4C8ED, #F5F7F8);
  animation-duration: .9s;
}
.beatcon .beatl5{
  width: .8rem;
  height: 13rem;
  left:11.3rem;
  top: 2rem;
  animation-name: updown3;
  animation-duration: 1.1s;
}
.beatcon .beatl6{
  width: 1.1rem;
  height: 13rem;
  left: 15.7rem;
  top: .5rem;
  animation-name: updown9;
}
.beatcon .beatl7{
  width: 2rem;
  height: 13rem;
  left: 12.7rem;
  top: 4rem;
  animation-name: updown9;
}
.beatcon .beatl8{
  width: 1.1rem;
  height: 13rem;
  left: 17.6rem;
  top: 3.8rem;
  animation-name: updown11;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: .8s;
}
.beatcon .beatl9{
  width: 1.1rem;
  height: 13rem;
  left: 20rem;
  top: -2rem;
  animation-name: updown5;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
}
.beatcon .beatl10{
  width: 1rem;
  height: 11rem;
  left: 21.6rem;
  top: 1.3rem;
  animation-name: updown7;
  animation-duration: 1.1s;
}
.beatcon .beatl11{
  width: 1rem;
  height: 11rem;
  left: 23.6rem;
  top: 3rem;
  animation-name: updown11;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
}
.beatcon .beatl12{
  width: 1rem;
  height: 11rem;
  left: 25.8rem;
  top: 5.3rem;
  animation-name: updown11;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: 1.3s;
}
.beatcon .beatl13{
  width: 1rem;
  height: 11rem;
  left: 25.8rem;
  top: 6.4rem;
  animation-name: updown11;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
}
.beatcon .beatr1{
  width: 1rem;
  height: 13rem;
  left: 2.6rem;
  top: -.3rem;
  animation-name: updown5;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: .9s;
}
.beatcon .beatr2{
  width: 1rem;
  height: 13rem;
  left: 4.2rem;
  top: 2rem;
  animation-name: updown9;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: .7s;
}
.beatcon .beatr3{
  width: .6rem;
  height: 13rem;
  left: 5.8rem;
  top: -2rem;
  animation-name: updown3;
  animation-duration: 1.2s;
}
.beatcon .beatr4{
  width: 1.1rem;
  height: 13rem;
  left: 7rem;
  top: 3.2rem;
  animation-name: updown7;
  animation-duration: .9s;
}
.beatcon .beatr5{
  width: .4rem;
  height: 8rem;
  left: 9rem;
  top: 1.6rem;
  animation-name: updown11;
}
.beatcon .beatr6{
  width: .6rem;
  height: 8rem;
  left: 10.2rem;
  top: 2.8rem;
  animation-name: updown9;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: 1.1s;
}
.beatcon .beatr7{
  width: .4rem;
  height: 8rem;
  left: 11.1rem;
  top: -.5rem;
  animation-name: updown5;
  animation-duration: 1.3s;
}
.beatcon .beatr8{
  width: 1.1rem;
  height: 9rem;
  left: 12.3rem;
  top: 4rem;
  animation-name: updown7;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: .7s;
}
.beatcon .beatr9{
  width: .7rem;
  height: 9rem;
  left: 14rem;
  top: -1.5rem;
  animation-name: updown5;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
}
.beatcon .beatr10{
  width: 1.2rem;
  height: 13rem;
  left: 15.3rem;
  top: 2rem;
  animation-name: updown9;
  animation-duration: 1.4s;
}
.beatcon .beatr11{
  width: .5rem;
  height: 11rem;
  left: 17.3rem;
  top: 4rem;
  animation-name: updown5;
  animation-duration: .8s;
}
.beatcon .beatr12{
  width: .5rem;
  height: 11rem;
  left: 18.5rem;
  top: 0rem;
  animation-name: updown5;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: .7s;
}
.beatcon .beatr13{
  width: 1.1rem;
  height: 14rem;
  left: 19.6rem;
  top: 2rem;
  animation-name: updown11;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
}
.beatcon .beatr14{
  width: .4rem;
  height: 11rem;
  left: 21.8rem;
  top: 0rem;
  animation-name: updown5;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: 1.2s;
}
.beatcon .beatr15{
  width: .4rem;
  height: 11rem;
  left: 23.1rem;
  top: 7.4rem;
  animation-name: updown5;
  background: linear-gradient(to bottom, #C9D7F1, #F5F7F8);
  animation-duration: 1.5s;
}
.beatcon .beatr16{
  width: .5rem;
  height: 8rem;
  left: 24.2rem;
  top: 1.5rem;
  animation-name: updown9;
}

@keyframes updown5 {
  0% { transform: translateY(0); }
  15% { transform: translateY(-5rem); }
  100% { transform: translateY(0); }
}
@keyframes updown7 {
  0% { transform: translateY(0); }
  15% { transform: translateY(-7rem); }
  100% { transform: translateY(0); }
}
@keyframes updown9 {
  0% { transform: translateY(0); }
  15% { transform: translateY(-9rem); }
  100% { transform: translateY(0); }
}
@keyframes updown3 {
  0% { transform: translateY(0); }
  15% { transform: translateY(-3rem); }
  100% { transform: translateY(0); }
}
@keyframes updown11 {
  0% { transform: translateY(0); }
  15% { transform: translateY(-11rem); }
  100% { transform: translateY(0); }
}

.signupnow{
  width: 100%;
  height: 56rem;
  padding-top: 8rem;
  text-align: center;
  background: #F6F6F6;
}
.signupnow h2{
  line-height: 9rem;
}
.signupnow h5{
  line-height: 2.6rem;
  font-size: 1.6rem;
}
.signupnowcon{
  width: 137.2rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.signupnowcon div{
  width: 43.7rem;
  height: 21.5rem;
  position: relative;
  float: left;
  padding-top: 10.5rem;
  margin: 0 1rem;
}
.signupnowcon div:nth-child(1){
  background: url(../images/sigleft.jpg) no-repeat;
  background-size: cover;
}
.signupnowcon div:nth-child(2){
  background: url(../images/sigright.jpg) no-repeat;
  background-size: cover;
}
.signupnowcon div:nth-child(3){
  background: url(../images/sigthree.jpg) no-repeat;
  background-size: cover;
}
.signupnowcon div span{
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  width: 5rem;
  height: 5rem;
}
.signupnowcon div span img{
  width: 5rem;
  height: 5rem;
}
.signupnowcon div:nth-child(3) span, .signupnowcon div:nth-child(3) span img{
  width: 5.9rem;
}
.signupnowcon div h3{
  line-height: 7.2rem;
  color: #fff;
  font-size: 2.4rem;
}
.whatisticserve{
  display: inline-block;
  width: 100%;
  margin-top: 3.5rem;
  text-align: center;
  font-size: 2rem;
}
.serveinfo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.serve_content{
  width: 61rem;
  position: relative;
  height: 100%;
}
.serve_content img{
  width: 61rem;
  border-radius: 1rem;
}
.Shading_layer{
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 1rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center ;
  align-items: center;
}
.Shading_layer div{
  width: 80%;
  font-size: 2rem;
}
.shading_layer_black{
  background-color: rgba(0, 0, 0, 0.46);
  color: white;
}
.Shading_layer_white{
  background-color: rgba(255, 255, 255, 0.46);
  color: #333333;
}
.advantage{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 0rem;
}
.advantage_box{
  width: 38rem;
  height: 35rem;
  /*background-color: black;*/
  border-radius: 1rem;
  position: relative;
  margin-bottom: 4rem;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0px 0px 8px 0px rgba(217,217,217,0.67);
}
.advantage_box:hover{
  background-color: #0F5AD1;
  color: white;
}
.advantage_box_left{
  width: 5rem;
  height: 5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: absolute;
  text-align: center;
  line-height: 5rem;
  /*left: 5px;*/
  /*top: 5px;*/
  color: white;
  font-size: 2rem;
  background-color:#1841a9;
}
.advantage_box_left:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 2.5rem solid #1841a9;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.advantage_box_content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.advantage_box_header{
  width: 8rem;
  height: 8rem;
  position: relative;
  margin-top: 5.5rem;
}
.advantage_box_header_bgimg{
  width: 8rem;
  height: 8rem;
  position: absolute;
  z-index: 1;
}
.advantage_box_header_img{
  width: 4rem;
  /*height: 4rem;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}
.advantage_box_text{
  width: 100%;
  margin-top: 6rem;
  /*color: white;*/
  text-align: center;
  font-size: 2rem;
  padding: 0 1.2rem;
  white-space: break-spaces;
}