.bannerimg{
  position: relative;
  background: url(../images/banner_horiker.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 108.4rem;
}
.bannerimg div{
  position: absolute;
  left: 50%;
  top: 66rem;
  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;
  transform: translateX(-50%);
}
.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%;
  position: absolute;
  left: 0;
  top: 40rem;
  font-size: 4rem;
  line-height: 8rem;
  color: #fff;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  text-align: center;
  animation: moveUp .8s linear;
}
.bannerimg p{
  width: 100%;
  position: absolute;
  left: 0;
  top: 53rem;
  font-size: 2.4rem;
  line-height: 5rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  color: #dfdfdf;
  letter-spacing: 2px;
  text-align: center;
  animation: moveUp .8s linear;
}
.whatistic{
  width: 100%;
  height: 96rem;
  padding-top: 6rem;
}
.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: 136rem;
  margin: 0 auto;
  padding-top: 13rem;
}
.whatisticcon li{
  float: left;
  width: 58rem;
  height: 28rem;
  border: 0.1rem solid #0B3DB0;
  border-radius: 1rem;
  margin: 0 5rem 8rem 5rem;
  position: relative;
  line-height: 2.8rem;
  padding: 3.8rem 1.4rem 2.4rem 2.4rem;
  font-size: 1.8rem;
  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: 99rem;
  background: #F5F7F8;
}
.advantagescon{
  width: 120rem;
  margin: 0 auto;
}
.advantagesleft{
  float: right;
  width: 58rem;
  height: 99rem;
  padding-top: 6.4rem;
}
.advantagesleft h2{
  line-height: 16rem;
  padding-left: 2.4rem;
  text-align: left;
}
.advantagesleft li{
  width: 55.2rem;
  height: 14rem;
  margin-bottom: 1.8rem;
  padding-left: 11.8rem;
  padding-top: 1.6rem;
  position: relative;
  opacity: 0;
}
.active .advantagesleft li{
  opacity: 1;
}
.active .advantagesleft li:nth-child(1){
  animation: moveLeft .5s ease-in-out;
}
.active .advantagesleft li:nth-child(2){
  animation: moveLeft .8s ease-in-out;
}
.active .advantagesleft li:nth-child(3){
  animation: moveLeft 1.1s ease-in-out;
}
.active .advantagesleft li:nth-child(4){
  animation: moveLeft 1.4s ease-in-out;
}
.advantagesleft li span{
  width: 5.6rem;
  height: 5.6rem;
  background: #0B3DB0;
  color: #fff;
  font-size: 2rem;
  display: block;
  position: absolute;
  left: 2.2rem;
  top: 4rem;
  text-align: center;
  line-height: 5.6rem;
  border-radius: 1.2rem;
  opacity: .5;
}
.advantagesleft li:hover span{
  opacity: 1;
}
.advantagesleft li h3{
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.advantagesleft li p{
  line-height: 2.2rem;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.advantagesleft li:hover{
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}
.advantagesright{
  float: left;
  width: 61.5rem;
  height: 99rem;
  padding-top: 13rem;
}
.advantagesright img{
  width: 51.5rem;
  height: 70rem;
}
.provided{
  width: 100%;
  height: 92.5rem;
  margin-bottom: 4rem;
  background: #0F5AD1;
}
.providedcon{
  width: 120rem;
  margin: 0 auto;
  padding-top: 21rem;
  height: 71.5rem;
}
.providedleft{
  width: 60rem;
  float: left;
  padding-right: 3rem;
  color: #fff;
}
.providedleft h2{
  line-height: 22.5rem;
  text-align: left;
}
.providedleft p{
  line-height: 3rem;
}
.providedleft p.ani{
  animation: moveUp .3s linear;
}
.providedright{
  width: 60rem;
  height: 60rem;
  float: left;
  position: relative;
}
.radar{
  width: 51.4rem;
  height: 51.4rem;
  background: url(../images/rado.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.radar div{
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 3.3rem;
  position: absolute;
  transition: all .5s;
  z-index: 3;
}
.radar div:nth-child(1){
  left: -3.3rem;
  top: 22.3rem;
  background: #8EADEA url(../images/radar_icon1.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(2){
  left: 9.8rem;
  top: 0.2rem;
  background: #8EADEA url(../images/radar_icon2.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(3){
  right: 9.8rem;
  top: 0.2rem;
  background: #8EADEA url(../images/radar_icon3.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(4){
  right: -3.3rem;
  top: 22.3rem;
  background: #8EADEA url(../images/radar_icon4.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(5){
  right: 9.8rem;
  bottom: 0.3rem;
  background: #8EADEA url(../images/radar_icon5.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(6){
  left: 9.8rem;
  bottom: 0.3rem;
  background: #8EADEA url(../images/radar_icon6.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:hover{
  transform: scale(1.3, 1.3);
}
.radar div:nth-child(1):hover, .radar div:nth-child(1).selected{
  transform: scale(1.3, 1.3);
  background: #fff url(../images/radar_icon1_bl.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(2):hover, .radar div:nth-child(2).selected{
  transform: scale(1.3, 1.3);
  background: #fff url(../images/radar_icon2_bl.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(3):hover, .radar div:nth-child(3).selected{
  transform: scale(1.3, 1.3);
  background: #fff url(../images/radar_icon3_bl.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(4):hover, .radar div:nth-child(4).selected{
  transform: scale(1.3, 1.3);
  background: #fff url(../images/radar_icon4_bl.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(5):hover, .radar div:nth-child(5).selected{
  transform: scale(1.3, 1.3);
  background: #fff url(../images/radar_icon5_bl.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}
.radar div:nth-child(6):hover, .radar div:nth-child(6).selected{
  transform: scale(1.3, 1.3);
  background: #fff url(../images/radar_icon6_bl.png) no-repeat center center;
  background-size: 4.5rem 4.5rem;
}

.radarafter{
  width: 51.4rem;
  height: 51.4rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
}
.ra1{
  animation: moveimg 5s linear infinite;
}
.ra2{
  animation: moveimg 3s linear infinite;
}
@keyframes moveimg {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0); }
}
.radarafter .radardian{
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #0000FF;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -1rem 0 0 -1rem;
  z-index: 0;
}
.ra1 .radardian:nth-child(1){
  transform: translateX(19.2rem);
}
.ra1 .radardian:nth-child(2){
  width: 1.6rem;
  height: 1.6rem;
  margin: -.8rem 0 0 -.8rem;
  transform: translateY(26rem);
}
.ra1 .radardian:nth-child(3){
  transform: translateX(-12rem);
}

.ra2 .radardian:nth-child(1){
  transform: translateX(-19.2rem);
}
.ra2 .radardian:nth-child(2){
  width: 1.6rem;
  height: 1.6rem;
  margin: -.8rem 0 0 -.8rem;
  transform: translateY(19.2rem);
}
.ra2 .radardian:nth-child(3){
  width: 1.6rem;
  height: 1.6rem;
  margin: -.8rem 0 0 -.8rem;
  transform: translateX(-12rem);
}

.applets{
  width: 100%;
  height: 48rem;
  background: url(../images/hsbg.jpg) no-repeat;
  background-size: cover;
}
.applets div{
  width: 51.2rem;
  height: 32.5rem;
  margin: 0 auto;
  padding-top: 8rem;
}
.applets div li{
  float: left;
  width: 25.6rem;
  height: 23rem;
  padding: 0 6rem;
}
.applets div li img{
  width: 13.6rem;
  height: 13.5rem;
}
.applets div li h3{
  width: 100%;
  line-height: 8rem;
  text-align: center;
  color: #fff;
}
.applets p{
  width: 100%;
  text-align: center;
  color: #fff;
}